
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
.mt5 {
margin-top: 5px;
}
.mt15 {
margin-top: 15px;
}
.mt10 {
margin-top: 10px;
}
.mt25 {
margin-top: 25px;
}
.mt50 {
margin-top: 50px;
}
*/
button.element-invisible {
  display: none !important;
}
.mt5::before,
.mt15::before,
.mt10::before,
.mt25::before,
.mt50::before {
  display: block;
  content: "";
  height: 0;
  position: static;
}
.mt5::before{
  height: 5px;
}
.mt15::before{
  height: 15px;
}
.mt10::before{
  height: 10px;
}
.mt25::before{
  height: 25px;
}
.mt50::before {
  height: 50px;
}


.text-large{
  font-size: 18px;
}
.text-x-large{
  font-size: 24px;
}

.text-small{
  font-size: 13px;
}
.text-x-small{
  font-size: 11px;
}

.cap-text{
  font-size: 12px;
  color: #666;
}

/*!
========================================*/
.main-contents *{
  letter-spacing: 0.1em;
  box-sizing: border-box;
  word-break: break-all;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

/*__ 20170330 IE11向け __*/
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .main-contents *{
    font-feature-settings: normal;
  }
  .main-contents *{
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
  }
}


.main-contents{
  color: #333;
  background: #fff;
}

.main-contents::after{}

.section-header {
  /*margin-bottom: 40px;*/
  margin-bottom: 60px;
  background-color: #000 !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130px;
}
.section-header .section-title {
  color: #fff !important;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.3),2px -2px 2px rgba(0,0,0,0.3),-2px 2px 2px rgba(0,0,0,0.3),-2px -2px 2px rgba(0,0,0,0.3);
  text-align: center;
  font-size: 32px;
  line-height: 1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

  margin: 0 auto;
  padding: 48px 0 0;
}

@media all and (max-width: 979px) {
  .section-header .section-title {
    font-size: 28px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media all and (max-width: 768px) {
  .section-header .section-title {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.detail-colored {
  color: #e466a5 !important;
}

.detail-coloblue {
  color: #0F78E1 !important;
}

.detail-container{
  margin: 0 auto;
  max-width: 830px;
  padding: 0 40px;
  width: 100%;
}

.detail-container ul,
.detail-container ol{
  margin-left: 1.5em;
  padding-left: 0;
}

@media all and (max-width: 768px) {
  .detail-container{
    padding: 0 20px;
  }
}

.detail {
  padding-bottom: 60px;
  display: block;
  float: none;
  clear: both;
}
.detail .detail-inner{
  float: none;
  clear: both;
}
.detail .detail-inner:not(:last-child){
  margin-bottom: 40px;
}


@media all and (max-width: 480px) {
  .detail .detail-inner:not(:last-child){
    margin-bottom: 50px;
  }
}

/*.detail-block::before,
.detail-block::after,*/
.detail-inner::before,
.detail-inner::after,
.detail::before,
.detail::after{
  display: block;
  content: "";
  height: 0;
  clear: both;
}

.detail .detail-inner .detail-block:not(:last-child){
  margin-bottom: 40px;
  position: relative;
}
.detail .detail-inner .detail-block:not(:last-child)::after{
  position: absolute;
  display: block;
  content: "";
  bottom: -20px;
  background: #eee;
  width: 100%;
  height: 1px;
}

.detail h2{
  margin-bottom: 15px;
  margin-top: 0;
}
.detail h3{
  margin-bottom: 5px;
  margin-top: 0;
}

.detail h5,
.detail h4{
  margin-bottom: 15px;
  font-size:14px;
  font-weight: bold;
}
.detail p{
  font-size: 14px;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 1em;
}

.detail p + h3{
  margin-top: 1.5em;
}

.detail p:not(:last-child){
  margin-bottom: .5em;
}

.detail em{
  font-style: normal;
}

.detail blockquote{
  font-size: 13px;
}

.detail .cap-text{
  display: block;
  font-size: 13px;
}

.detail .icon{
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  margin: 0 5px;
}
.detail .icon-new{
  color: #fff;
  background: #f00;
}


/*
========================================*/
.detail .title {
  background-color: #e466a5 !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  min-height: 40px;
  padding: 15px 20px;
  border-radius: 10px;

  margin-top: 0;
}

.detail .title.title-2line{
  font-size: 16px;
  line-height: 1;
  height: auto;
  min-height: 40px;
  border-radius: 30px;

}
.detail .title.title-2line span{
  padding:14px 0;
  display: block;
}


/*
========================================*/

.detail .subtitle {
  color: #e466a5;
  font-size: 18px;
  font-weight: bold;

  margin-top: 0;
}

.detail .subtitleblue {
  color: #0F78E1;
  font-size: 18px;
  font-weight: bold;
  line-height:1.5;
  margin-top: 0;
}

/*__ 201704追加分 __*/
.detail .subtitle2 {
  color: #e466a5;
  font-size: 18px;
  font-weight: bold;

  margin-top: 0;
}

.detail .subtitle2 {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.detail .subtitle2::after{
  display: block;
  position: absolute;
  content: "";
  height: 3px;
  width: 25%;
  background: #e466a5;
  bottom: -2px;
}
/*__ 201704追加分end __*/


.detail .title,
.detail .title.title-2line{
  margin-left: -20px !important;
  margin-right: -20px !important;
}
@media all and (max-width: 480px) {
  .detail .title,
  .detail .title.title-2line{
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
}

/*
========================================*/
.detail .relay-link {
  /*display: block;*/
  float: none;
  position: relative;
  /*____*/
  overflow: hidden;
  padding: 0 10px;
}
/*
@media all and (min-width: 481px) {
  .detail .relay-link {
    margin-left: -15px;
    margin-right: -15px;
  }
}*/
.detail .relay-link .row [class*="col"]{
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.relay-link::before,
.relay-link::after{
  display: block;
  content: "";
  height: 0;
  clear: both;
}

.detail p.relay-link{
  padding-top:0;
  padding-bottom:0;
}

.detail .relay-link + h4,
.detail p + h4{
  margin-top: 30px !important;
}
.detail .relay-link + p,
.detail p + .relay-link{
  margin-top: 20px !important;
}

.detail .pull-left{
  padding-right: 20px;
}
.detail .pull-right{
  padding-left: 20px;
}

.column-box-borderedred{
  padding: 20px 10px 20px 20px;
  margin-bottom: 30px;
  border: solid 1px #d80e0e;
  border-radius: 8px;
}

.column-box-bordered{
  padding: 20px 10px 20px 20px;
  margin-bottom: 30px;
  border: solid 1px #d7e1e3;
  border-radius: 8px;
}
.column-box-bordered h3:first-child{
  margin-top: 0;
  margin-bottom: 25px;
}

.bg-colored{
  background: #f5d9e3;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
}

.column-box-bordered blockquote.bg-gray{
  font-size: 14px;
  padding: 20px;
  background: #efefef;
  margin: 0 1.5em 1em;
  border-radius: 4px;

}

/*@media all and (max-width: 979px) {}*/
@media all and (max-width: 768px) {
  .detail .relay-link {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .detail .pull-left,
  .detail .pull-right{
    float: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  .detail .mobile-pull-left{
    float: left !important;
    padding-right: 20px;
  }
  .detail .mobile-pull-right{
    float: right !important;
    padding-left: 20px;
  }
}
@media all and (max-width: 480px) {
  .detail .mobile-clear{
    float: none;
    clear: both;
  }
}

.detail .relay-link ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail .relay-link li{
  list-style: none;
}

@media all and (max-width: 480px) {
  .detail .relay-link {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .detail .relay-link .row [class*="col"]{
    padding:0;
  }
}

.detail .relay-link a.button{
  position: relative;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  display: block;
  margin: 0 0 10px;
  padding: 15px 5px;
  color: #e466a5 !important;
  border: 1px #e466a5 solid;
  border-radius: 100px;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;

  word-break: break-all;
}

.detail .relay-link  a.button2.inline-button,
.detail .relay-link  a.button.inline-button{
  display: inline-block;
  padding: 15px;
}

.detail .relay-link a.button.active,
.detail .relay-link a.button:hover{
  background-color: #e466a5;
  color: #fff !important;
}
.detail .relay-link a.button span{
  position: relative;
  display: inline-block;
  padding: 0;
}
.detail .relay-link a br{
  height:0;
}

.detail .relay-link a.button span::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 10px;
  background-image: url(../images/arr_s_sky.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: -2px 0 0 5px;
  -webkit-transition: .3s;
  transition: .3s;
}
.detail .relay-link a.button.active span::after,
.detail .relay-link a.button:hover span::after{
  background-image: url(../images/arr_s_white.png);
}


/* 201704追加分
========================================*/
.detail .relay-link a.button2{
  word-break: break-all;
  position: relative;
  font-size: 14px;
  line-height: 1 !important;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 0 10px;
  padding: 10px 5px;
  color: #ff27a7 !important;
  border: 1px #e466a5 solid;
  border-radius: 5px;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.detail .relay-link a.button2.active,
.detail .relay-link a.button2:hover{
  color: #fff !important;
  background: #e466a5;
}

.detail .relay-link  a.button.inline-button{
  display: inline-block;
  padding: 10px;
}

.detail .relay-link a.button2 span{
  position: relative;
  display: inline-block;
  /*width: 100%;*/
  padding: 0;
}

.detail .relay-link a.button2 span::before{
  display: inline-block;
  content: "";
  font-family: 'FontAwesome'!important;
  font-size: 18px;
  font-weight: normal !important;
  line-height: 14px;
  padding-right: 0.25em;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;

  content: "\f08b";
}
.detail .relay-link a.button2 span::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: none;
  width: 0;
  height: 0;
  margin: 0;
}
.detail .relay-link a.button2.active span::after,
.detail .relay-link a.button2:hover span::after{
  background-image: none;
}

/*__ページ内リンク #ff8f1a __*/
.detail .relay-link a.button2.anchor{
  border-color: #ff8f1a;
  color: #ff8f1a !important;
}
.detail .relay-link a.button2.anchor span::before{
  content: "\f103";
}
.detail .relay-link a.button2.anchor.active,
.detail .relay-link a.button2.anchor:hover{
  color: #fff !important;
  background: #ff8f1a;
}


/*__外部リンク #1b94e1 __*/
.detail .relay-link a.button2.blank{
  border-color: #1b94e1;
  color: #0e8edf !important;
}
.detail .relay-link a.button2.blank span::before{
  content: "\f08e";
}
.detail .relay-link a.button2.blank.active,
.detail .relay-link a.button2.blank:hover{
  color: #fff !important;
  background: #1b94e1;
}


/*__PDFダウンロードリンク #e7311d __*/
.detail .relay-link a.button2.pdf{
  border-color: #e7311d;
  color: #e7311d !important;
}
.detail .relay-link a.button2.pdf span::before{
  content: "\f1c1";
}
.detail .relay-link a.button2.pdf.active,
.detail .relay-link a.button2.pdf:hover{
  color: #fff !important;
  background: #e7311d;
}



/*__Excelダウンロードリンク #06c8a2 __*/
.detail .relay-link a.button2.xls{
  border-color: #06c8a2;
  color: #06c8a2 !important;
}
.detail .relay-link a.button2.xls span::before{
  content:"\f1c3";
}
.detail .relay-link a.button2.xls.active,
.detail .relay-link a.button2.xls:hover{
  color: #fff !important;
  background: #06c8a2;
}



/*__Wordダウンロードリンク #2d4660 __*/
.detail .relay-link a.button2.doc{
  border-color: #2d4660;
  color: #2d4660 !important;
}
.detail .relay-link a.button2.doc span::before{
  content: "\f1c2";
}
.detail .relay-link a.button2.doc.active,
.detail .relay-link a.button2.doc:hover{
  color: #fff !important;
  background: #2d4660;
}



/*__画像リンク #683429 __*/
.detail .relay-link a.button2.img{
  border-color: #683429;
  color: #683429 !important;
}
.detail .relay-link a.button2.img span::before{
  content: "\f1c5"
}
.detail .relay-link a.button2.img.active,
.detail .relay-link a.button2.img:hover{
  color: #fff !important;
  background: #683429;
}


/*__メールリンク #b458d7 __*/
.detail .relay-link a.button2.mail,
.detail .relay-link a.button2[href^="mailto:"] {
  border-color: #b458d7;
  color: #b458d7 !important;
}
.detail .relay-link a.button2.mail span::before,
.detail .relay-link a.button2[href^="mailto:"]  span::before{
  content: "\f0e0";
}
.detail .relay-link a.button2.mail.active,
.detail .relay-link a.button2.mail:hover,
.detail .relay-link a.button2[href^="mailto:"]:hover {
  color: #fff !important;
  background: #b458d7;
}
/*__201704追加分end__*/


/*__Youtube #ff0000 __*/
.detail .relay-link a.button2.you{
  border-color: #ff0000;
  color: #ff0000 !important;
}
.detail .relay-link a.button2.you span::before{
  content: "\f167"
}
.detail .relay-link a.button2.you.active,
.detail .relay-link a.button2.you:hover{
  color: #fff !important;
  background: #ff0000;
}
/*__201707追加分end__*/


/*__リンクOFF #ff8f1a __*/
/*__ページ内リンク #ff8f1a __*/
.detail .relay-link a.button2.off{
  border-color: #7d7d7d;
  color: #7d7d7d !important;
}
.detail .relay-link a.button2.off span::before{
  content: "\f08b";
}
.detail .relay-link a.button2.off.active,
.detail .relay-link a.button2.off:hover{
  color: #7d7d7d !important;
  background: #fff;
}
/*__201902追加分end__*/



/*____*/
.detail .relay-link:before,
.detail .relay-link:after,
.detail .detail-inner::after{
  display: block;
  content: "";
  height: 0;
  clear: both;
}

@media all and (max-width: 480px) {}

/*____*/
.detail .table {
  width: 100%;
}
.detail .table.is-bordered{}
.detail .table.is-bordered tr {}
.detail .table.is-bordered th {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  background-color: #e466a5;
  text-align: center;
  border-top: 2px #f1b2d2 solid;
  border-bottom: 2px #f1b2d2 solid;
  border-right: 1px #f1b2d2 solid;
  padding:20px 0;
}
.detail .table.is-bordered th:first-child {
  border-right: 2px #f1b2d2 solid;
  border-left: 2px #f1b2d2 solid;
}
.detail .table.is-bordered th:last-child {
  border-right: 2px #f1b2d2 solid;
}
.detail .table.is-bordered td {
  font-size: 18px;
  text-align: center;
  border-bottom: 2px #f1b2d2 solid;
  border-right: 1px #f1b2d2 solid;
  line-height: 1;
  padding:20px 0;
}
.detail .table.is-bordered td:first-child {
  border-right: 2px #f1b2d2 solid;
  border-left: 2px #f1b2d2 solid;
}
.detail .table.is-bordered td:last-child {
  border-right: 2px #f1b2d2 solid;
}

.table-lined th{
  white-space: nowrap;
}

.table-news th{
  white-space: nowrap;
  padding-top:3px !important;
}
.table-news th img{
  padding-right:15px !important;
}

/*____*/
@media all and (max-width: 680px) {
  .table-lined{}
  table.table-lined th{
    display: block;
    padding-bottom:0 !important;
    border-bottom: none !important;
  }
  table.table-lined td{
    display: block;
    padding-top:3px !important;
    padding-bottom:10px !important;
    border-top: none !important;
  }
  .table-news{}
  table.table-news th{
    display: block;
    padding-bottom:0 !important;
    border-bottom: none !important;
  }
  table.table-news td{
    display: block;
    padding-top:3px !important;
    border-top: none !important;
  }
}


/*____*/
.detail .has-indent {
  margin-left:16px;
  text-indent: -1.1em;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.detail .column-box{
  padding: 20px;
  background: #efefef;
  display: inline-block;
}

.detail .column-boxgold{
  padding: 20px;
  background: #f0e3d1;
}

.detail .column-boxgreen{
  padding: 20px;
  background: #dbf2b3;
}

.detail td .relay-link a.button{
  margin-bottom: 0;
}

.detail .tablebox-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail .tablebox-list li{
  margin: 0 0 5px;
  padding: 0 0 5px;
}
.detail .tablebox-list li table{
  margin-bottom: 0;
}
.detail .tablebox-list th{
  position: relative;
  vertical-align: middle !important;
  padding-bottom: 4px;
  background-color: #E4E4E4;
}

.detail .bg-pink-list th{
  background-color: #f5d9e3;
}
.detail .bg-blue-list th{
  background-color: #cdd6f4;
}

.detail .tablebox-list td{
  vertical-align: middle;
  width: 50%;
}
.detail .tablebox-list .cel-address{}
.detail .tablebox-list .cel-tell{
  text-align: center;
}
.detail .tablebox-list .i-box{
  float: right;
}
.i-ph{
  position: relative;
  margin: -4px 2px;
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: #eee;
  border-radius: 100%;
  background-image: url(../images/icon-jna.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  background-size: 36px 144px;
}

.i-ph.i-ph-s{
  width: 18px;
  height: 18px;
  background-size: 18px 72px;
}

.i-jna-pink{
  background-position: 0 -36px;
}
.i-jna-gold{
  background-position: 0 -72px;
}
.i-jna-blue{
  background-position: 0 -108px;
}

.i-ph.i-ph-s{
  width: 18px;
  height: 18px;
  background-size: 18px 72px;
}
.i-jna-pink.i-ph-s{
  background-position: 0 -18px;
}
.i-jna-gold.i-ph-s{
  background-position: 0 -36px;
}
.i-jna-blue.i-ph-s{
  background-position: 0 -72px;
}


.detail .tablebox-list a{
  text-decoration: none;
  display: inline-block;
  color: #454545;
}
.detail .tablebox-list strong{
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  padding-right: 5px;
}
.detail .tablebox-list .tag{
  display: inline-block;
  padding: 3px 8px;
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  background: #7ca96e;
  color: #fff;
  margin-right:3px;
  position: relative;
  top: -3px;
}
.detail .tablebox-list .tag-hp{
  background: #e466a5;
}
.detail .tablebox-list a:hover .tag-hp{
  background: #f1b2d2;
}
@media all and (max-width: 600px) {
  .detail .tablebox-list .cel-tell,
  .detail .tablebox-list td,
  .detail .tablebox-list th{
    width: 100%;
    text-align: left;
  }
}
@media all and (max-width: 480px) {
  .detail .tablebox-list .i-box{
    float: none;
    padding-bottom: 3px;
  }
  .detail .tablebox-list .tag{
    top: 0;
  }
}

.form-inline{}
.column-box .form-inline .form-group{
  margin-bottom: 10px !important;
}
.column-box .form-inline .form-group+.btn{
  margin-top: 5px;
}
input#edit-name{
  width: 100%;
  padding: 4px;
}

button.btn.btn-primary {
  position: relative;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 1em 0;
  width: 100%;
  color: #e466a5 !important;
  border: 1px #e466a5 solid;
  border-radius: 100px;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  word-break: break-all;
}

button.btn.btn-primary:hover,
button.btn.btn-primary:active,
button.btn.btn-primary:focus {
  background-color: #e466a5;
  border: 1px #e466a5 solid;
  color: #fff !important;
}

.btn-primary::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 10px;
  background-image: url(../images/arr_s_sky.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: -2px 0 0 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-primary:hover::after {
  background-image: url(../images/arr_s_white.png);
}

.form-item {
  margin: 0;
  padding: 1em 0;
}

.form-actions {
  text-align: center;
  padding: 1em 0;
  width: 100%;
}

/*!
========================================*/
@media all and (max-width: 600px) {
  table.is-res thead {
    display: none;
  }
  table.is-res tr {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding:3px 0;
  }
  table.is-res.table-bordered tr {
    padding: 0;
    border-top: none !important;
  }
  table.is-res th[colspan="2"],
  table.is-res th{
    width: 100%;
    border: none !important;
    border-right: 1px solid #ddd !important;
  }
  table.is-res td {
    display: block;
    border: none !important;
    padding-top: 2px!important;
    padding-bottom: 2px!important;
    border-right: 1px solid #ddd !important;
  }
  table.is-res td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
  }
}

@media print{
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  .main-contents,
  .detail-container,
  .detail{
    float: none;
    clear: both;
    width: 100%;
    max-width: 100%;
  }
}

.modal-footer{
  text-align: left !important;
}

.modal{
  z-index: 11000 !important;
}

/* 20170701追加分　キーワード検索　非表示対策
========================================*/
.keywords.invisible {
  display: none !important;
}

