@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/kokoro.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP%7CNoto+Serif+JP%7CSawarabi+Gothic%7CSawarabi+Mincho');

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
input, textarea, select, button { font-size: 15px;  font-family: inherit; }
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
.cf { display: inline-block; min-height: 1%; }
.bg_c, .bg_c::before, .bg_c::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}
img { vertical-align: bottom;  max-width: 100%; }
sup { vertical-align: super; font-size: 10px; }
sub { vertical-align: sub; font-size: 10px; }
a { color: inherit; text-decoration: none;}

.dis-i { display: inline; }
.dis-ib { display: inline-block; }
.dis-b { display: block; }
.dis-f { display: flex; }

.m-t0 { margin-top: 0 !important; }
.m-t5 { margin-top: 5px !important; }
.m-t10 { margin-top: 10px !important; }
.m-t15 { margin-top: 15px !important; }
.m-t20 { margin-top: 20px !important; }
.m-t25 { margin-top: 25px !important; }
.m-t30 { margin-top: 30px !important; }
.m-t40 { margin-top: 40px !important; }
.m-t50 { margin-top: 50px !important; }
.m-t60 { margin-top: 60px !important; }
.m-t70 { margin-top: 70px !important; }
.m-t80 { margin-top: 80px !important; }
.m-t90 { margin-top: 90px !important; }
.m-t100 { margin-top: 100px !important; }
.m-b0 { margin-bottom: 0 !important; }
.m-b5 { margin-bottom: 5px !important; }
.m-b10 { margin-bottom: 10px !important; }
.m-b15 { margin-bottom: 15px !important; }
.m-b20 { margin-bottom: 20px !important; }
.m-b25 { margin-bottom: 25px !important; }
.m-b30 { margin-bottom: 30px !important; }
.m-b40 { margin-bottom: 40px !important; }
.m-b50 { margin-bottom: 50px !important; }
.m-b60 { margin-bottom: 60px !important; }
.m-b70 { margin-bottom: 70px !important; }
.m-b80 { margin-bottom: 80px !important; }
.m-b90 { margin-bottom: 90px !important; }
.m-b100 { margin-bottom: 100px !important; }
.m-l-auto { margin-left: auto !important; }
.m-l0 { margin-left: 0 !important; }
.m-l5 { margin-left: 5px !important; }
.m-l10 { margin-left: 10px !important; }
.m-l15 { margin-left: 15px !important; }
.m-l20 { margin-left: 20px !important; }
.m-l25 { margin-left: 25px !important; }
.m-l30 { margin-left: 30px !important; }
.m-r-auto { margin-right: auto !important; }
.m-r0 { margin-right: 0 !important; }
.m-r5 { margin-right: 5px !important; }
.m-r10 { margin-right: 10px !important; }
.m-r15 { margin-right: 15px !important; }
.m-r20 { margin-right: 20px !important; }
.m-r25 { margin-right: 25px !important; }
.m-r30 { margin-right: 30px !important; }

.p-t0 { padding-top: 0 !important; }
.p-t5 { padding-top: 5px !important; }
.p-t10 { padding-top: 10px !important; }
.p-t15 { padding-top: 15px !important; }
.p-t20 { padding-top: 20px !important; }
.p-t25 { padding-top: 25px !important; }
.p-t30 { padding-top: 30px !important; }
.p-t40 { padding-top: 40px !important; }
.p-t50 { padding-top: 50px !important; }
.p-t60 { padding-top: 60px !important; }
.p-t70 { padding-top: 70px !important; }
.p-t80 { padding-top: 80px !important; }
.p-t90 { padding-top: 90px !important; }
.p-t100 { padding-top: 100px !important; }
.p-b0 { padding-bottom: 0 !important; }
.p-b5 { padding-bottom: 5px !important; }
.p-b10 { padding-bottom: 10px !important; }
.p-b15 { padding-bottom: 15px !important; }
.p-b20 { padding-bottom: 20px !important; }
.p-b25 { padding-bottom: 25px !important; }
.p-b30 { padding-bottom: 30px !important; }
.p-b40 { padding-bottom: 40px !important; }
.p-b50 { padding-bottom: 50px !important; }
.p-b60 { padding-bottom: 60px !important; }
.p-b70 { padding-bottom: 70px !important; }
.p-b80 { padding-bottom: 80px !important; }
.p-b90 { padding-bottom: 90px !important; }
.p-b100 { padding-bottom: 100px !important; }
.p-l0 { padding-left: 0 !important; }
.p-l5 { padding-left: 5px !important; }
.p-l10 { padding-left: 10px !important; }
.p-l15 { padding-left: 15px !important; }
.p-l20 { padding-left: 20px !important; }
.p-l25 { padding-left: 25px !important; }
.p-l30 { padding-left: 30px !important; }
.p-r0 { padding-right: 0 !important; }
.p-r5 { padding-right: 5px !important; }
.p-r10 { padding-right: 10px !important; }
.p-r15 { padding-right: 15px !important; }
.p-r20 { padding-right: 20px !important; }
.p-r25 { padding-right: 25px !important; }
.p-r30 { padding-right: 30px !important; }

.f-c-bk{ color: #333333 !important; }
.f-c-wh{ color: #ffffff !important; }
.f-c-gr{ color: #aaaaaa !important; }
.f-c1{ color: #5A4991 !important; }
.f-c2{ color: #F4BD34 !important; }
.f-c3{ color: #F4E1B8 !important; }
.f-c4{ color: #EA7603 !important; }

.b-c-bk{ background-color: #000000 !important; }
.b-c-wh{ background-color: #ffffff !important; }
.b-c-gr{ background-color: #F5F5F5 !important; }
.b-c1{ background-color: #5A4991 !important; }
.b-c2{ background-color: #F4BD34 !important; }
.b-c3{ background-color: #F4E1B8 !important; }
.b-c4{ background-color: #EA7603 !important; }

.f-bold { font-weight: bold !important; }
.f-normal { font-weight: normal !important; }

.f-s150{ font-size: 150% !important; }
.f-s140{ font-size: 140% !important; }
.f-s130{ font-size: 140% !important; }
.f-s120{ font-size: 120% !important; }
.f-s110{ font-size: 110% !important; }
.f-s100{ font-size: 100% !important; }
.f-s90{ font-size: 90% !important; }
.f-s80{ font-size: 80% !important; }
.f-s70{ font-size: 70% !important; }
.f-s60{ font-size: 60% !important; }
.f-s50{ font-size: 50% !important; }

.l-h10{ line-height: 1.0 !important; }
.l-h11{ line-height: 1.1 !important; }
.l-h12{ line-height: 1.2 !important; }
.l-h13{ line-height: 1.3 !important; }
.l-h14{ line-height: 1.4 !important; }
.l-h15{ line-height: 1.5 !important; }
.l-h16{ line-height: 1.6 !important; }
.l-h17{ line-height: 1.7 !important; }
.l-h18{ line-height: 1.8 !important; }
.l-h19{ line-height: 1.9 !important; }
.l-h20{ line-height: 2.0 !important; }

.t-l{ text-align: left !important; }
.t-c{ text-align: center !important; }
.t-r{ text-align: right !important; }
.v-t{ vertical-align: top !important; }
.v-m{ vertical-align: middle !important; }
.v-b{ vertical-align: bottom !important; }

.pos-r{ position: relative; }
.pos-a{ position: absolute; }
.pos-s{ position: static; }

.t-shadow{ text-shadow: 0 0 5px rgba(0,0,0,0.5); }

.radius{ border-radius: 3px; }

.bold{
font-weight:bold !important;
}
/*-------------------------------------------------------------------------------------*/
html { overflow-y: scroll; }

body {
  background: #fff;
  font-size: 13px;
  min-width: 320px;
  line-height: 1.6;
  overflow: hidden;
  font-weight: 400;
  text-align: left;
  font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
  color: #555;
  word-break: normal;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
h3 span{
  font-size:16px;
  line-height:1.6;
  padding:5px 0 8px;
}

.font{ 
 font-family: 'Noto Serif JP', 'Yu Mincho', 'Sawarabi Mincho', 'Georgia', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', serif;
}
.font2{ 
 font-family: 'Sawarabi Gothic','游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
}
@media all and (-ms-high-contrast: none) {
  body { font-family: 'メイリオ', Meiryo, 'Noto Sans', sans-serif; }
  .font{ font-family: 'Noto Serif JP', 'Sawarabi Mincho', 'Georgia', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', serif; }
  .font2{ font-family: 'Noto Sans JP','Sawarabi Gothic','メイリオ', Meiryo, 'Noto Sans', sans-serif; }
}
.wrap{
  width: 100%;
  box-sizing: border-box;
  padding:0 10px;
}


/*-------------------------------------------------------------------------------------*/
header{
  background: #fff;
  height: 55px;
  position: relative;
  z-index: 99;
}
#header{
  position: fixed;
  background: #fff;
  height: 55px;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}

header .wrap {
  padding:0;
}
.header-flex{
  height: 55px;
  display: flex;
  -webkit-display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  align-items: center;
  -webkit-align-items: center;
}
.header-flex-i{
  width: 100%;
}
.header-table{
  display: table;
  width: 100%;
}
.header-cell{
  display: table-cell;
  vertical-align: middle;
}
.header-logo{
  padding-left: 50px;
}
.header-logo img{
  height: 40px;
}
.header-btn{
  width: 50px;
  display: table-cell;
}
.header-sp-menu{
  width: 50px;
  height: 48px;
  text-align: center;
  cursor: pointer;
}
.header-sp-menu.open{
  background: url("../img/menu.png") no-repeat center;
  background-size:45px; 
}
.header-sp-menu.close{
  display: none;
  background: url("../img/menu_close.png") no-repeat center;
  background-size:45px; 
}

/*-------------------------------------------------------------------------------------*/
footer,.footer{
  background: #fff;
  text-align: center;
}
.footer-inner{
  padding:20px 0 10px;
}
.footer-logo{
  margin-bottom: 15px;
}
.footer-logo img{
  height: 40px;
}
.footer-txt{
  line-height: 1.8;
  font-size: 13px;
  margin-bottom: 20px;
}
.footer-copy{
  color:#898989;
  font-size: 10px;
  text-align: left;
}
.footer-copy a{
  text-decoration: none;
  color: inherit;
}
.footer-nav{
  margin-bottom: 15px;
}
.footer-nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-nav ul li{
  width: calc(50% - 5px);
  background: #5A4991;
  text-align: left;
  font-size: 15px;
  margin-bottom: 8px;
  align-self: stretch;
}
.footer-nav ul li a{
  background: #5A4991;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
  display: block;
  padding:12px 10px 12px 20px;
  position: relative;
}
.footer-nav ul li a::before{
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}




/*-------------------------------------------------------------------------------------*/
.main-img{
  background: #fff;
  position: relative;
  text-align: center;
}
.main-img .txt{
  position: relative;
  width: calc(100% - 20px);
  background: #fff;
  padding:15px 15px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3) ;
  font-size: 14px;
  margin: -25px auto 0;
  line-height: 1.5;
}
.main-img .txt.s2{
  top: -20px;
}
.main-img .txt .ttl{
  background-size: 25px;
  background-position: left top;
  background-repeat: no-repeat;
  line-height: 1.4;
  font-size: 18px;
  text-align: left;
  padding-left: 35px;
  margin-bottom: 8px;
}

/*-------------------------------------------------------------------------------------*/
.g-nav{
  display: none;
  position: fixed;
  background: #F5F5F5;
  width: 100%;
  top: 55px;
  border-top: 1px solid #ddd;
  z-index: 100;
}
.g-nav ul{
  display: block;
  padding:0 7px;
}
.g-nav li{
  display: block;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.g-nav li a{
  display: block;
  text-decoration: none;
  padding:12px 10px 11px;
  transition: 0.2s;
}
.g-nav li .nav-txt{
  display: block;
  transition: 0.2s;
}
.g-nav li .nav-main{
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  transition: 0.2s;
}
.g-nav li .nav-sub{
  display: inline-block;
  font-size: 10px;
  line-height: 1.5;
  padding-left: 10px;
  color: #999;
}
.g-nav li a:hover{
  opacity: 0.5;
}
.g-nav li.btn{
  padding:8px;
  border-bottom: none;
}
.g-nav li.btn a{
  background: #E70012;
  color: #fff;
  text-align: center;
  border:1px solid #E70012;
  font-size: 14px;
}
.g-nav li.btn.s2 a{
  background: #fff;
  color: #E70012;
}

.over-shadow{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #F5F5F5;
  z-index: 98;
}


/*-------------------------------------------------------------------------------------*/

.info-ttl {
  color: #333;
  text-align: center;
}


.info-ttl::before {
  content: "";
  background-image: url("../img/top_icon.png");
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
  border-style: none;
}



/*-------------------------------------------------------------------------------------*/

section.block{
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.block.line{
  border-bottom: 1px solid #eee;
}
.section-inner{
  padding:40px 0 30px;
}
.section-inner.s0{
  padding:20px 0 0 0;
}

.section-inner.s2{
  padding:20px 0;
}
.section-inner.s3{
  padding:10px 0 0;
}
.bg-cover{
  background-color: rgba(20,20,20,0.7);
}

/*------------------------------------*/
.c-ttl{
  text-align: center;
  margin-bottom: 30px;
  font-size: 17px;
  color: inherit;
  line-height: 1.4;
}
.c-ttl.line{
  padding-bottom: 15px;
}
.c-ttl.line::before{
  content: "";
  display: block;
  width: 100px;
  height: 15px;
  border:2px solid #9E0150;
  border-bottom: none;
  margin:0 auto 5px;
}
.c-ttl.line::after{
  content: "";
  display: block;
  width: 100px;
  height: 15px;
  border:2px solid #9E0150;
  border-top: none;
  margin:5px auto 0;
}

section.block.f-c-wh .line{
  border-color: #fff;
}
.c-ttl .c-ttl-main{
  font-size: 26px;
  padding:5px 0 8px;
  line-height: 1.6;
}
.c-ttl .c-ttl-sub{
  font-size: 20px;
}
.c-ttl .c-ttl-in{
  display: inline-block;
  position: relative;
  padding:0 10px;
}
.c-ttl span{
  position: relative;
}
.c-ttl.border .c-ttl-in:before{
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  border-bottom: 10px solid #FABF2E;
}
.c-ttl.border2 .c-ttl-in:before{
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  border-bottom: 10px solid #5ACAF6;
}
.c-ttl.bg-border{
  box-sizing: border-box;
  border: 2px solid #5ACAF6;
  padding:10px 0;
}
.c-ttl.bg{
  background: #5ACAF6;
  padding:10px 0;
}

.c-ttl2{
  font-size: 18px;
  margin-bottom: 10px;
  padding:0 3px;
  position: relative;
  overflow: hidden;
}
.c-ttl2.line{
  padding:0 0;
}
.c-ttl2.line span{
  display: inline-block;
  background: #fff;
  padding-right: 10px;
  padding-left: 5px;
  position: relative;
  z-index: 5;
}
.c-ttl2.line::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #5A4991;
  margin-top: -1px;
  top: 50%;
  left: 0;
}
.b-c-gr .c-ttl2.line span{
  background-color: #F5F5F5;
}

/*------------------------------------*/
.c-txt{
  margin-bottom: 15px;
  text-align: center;
  line-height: 2;
}
.c-txt.left{
  text-align: left;
}
.c-txt.size{
  font-size: 16px;
}
.c-txt.size2{
  font-size: 13px;
  line-height: 1.8;
}
.c-txt p{
  margin-bottom: 12px;
}
.c-txt dl{
  margin-bottom: 25px;
}
.c-txt dl:last-child{
  margin-bottom: 0;
} 
.c-txt dl dt{
  color: #5A4991;
}
.bg01 .c-txt dl dt,
.bg02 .c-txt dl dt,
.bg04 .c-txt dl dt{
  color: #ffffff;
  font-weight: bold;
}
.c-txt .indent{
  padding-left: 1em;
  text-indent: -1em;
}

/*------------------------------------*/
.c-img{
  margin-bottom: 20px;
  text-align: center;
}
.c-img img{
  max-width: 100%;
}

/*------------------------------------*/
.c-list{
  margin-bottom: 15px;
  overflow: hidden;
}
.c-list ul{
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: 110%;
}
.c-list ul li{
  width: 300px;
  background: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 50px;
  position: relative;
}
.c-list ul li a{
  display: block;
  text-decoration: none;
  transition: 0.2s;
}
.c-list ul li a:hover{
  opacity: 0.8;
}
.c-list ul li a.blank{
  padding-bottom: 10px;
}
.c-list ul li a.blank i{
  width: 20px;
  height: 18px;
  position: absolute;
  bottom: 3px;
  right: 3px;
  color: #5A4991;
}
.c-list ul li .img-area{
  display: block;
}
.c-list ul li .img-area img{
  width: 100%;
}
.c-list ul li .txt-area{
  display: block;
  padding:15px 15px 25px;
}
.c-list ul li .txt-area .ttl{
  display: block;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 15px;
}
.c-list ul li .txt-area .ttl.f-c2{
  color: #FABF2E;
}
.c-list ul li .txt-area .ttl.f-c3{
  color: #F4BD34;
}
.c-list ul li .txt-area .txt{
  display: block;
  line-height: 1.4;
  font-size: 13px;
}
.c-list.b-c2 ul li{
  background: #F7F6F2;
}
.c-list.l2 ul li{
  width: 475px;
  margin-right: 50px;
}

.c-list.l4 ul li{
  width: 220px;
  margin-right: 40px;
}
.c-list.l4 ul li .txt-area{
  padding:15px 10px 20px;
}
.c-list.l4 ul li .txt-area .txt{
  font-size: 12px;
}
.c-list.l5 ul li{
  width: 175px;
  margin-right: 31px;
}
.c-list.l5 ul li .txt-area{
  padding:15px 10px 20px;
}
.c-list.l5 ul li .txt-area .txt{
  font-size: 12px;
}
/*------------------------------------*/
.c-box{
  background: #fff;
  color: #000;
  margin-bottom: 40px;
}
.c-box-inner{
  padding:30px 40px 20px;
}
.c-box-inner.p2{
  padding:30px 30px 20px;
}
/*------------------------------------*/
.c-table{
  margin-bottom: 20px;
}
.c-table.line{
  border-bottom:1px solid #ddd;
}
.c-table table{
  width: 100%;
  border-collapse: collapse;
}
.c-table table thead th{
  border: 1px solid #5A4991;
  text-align: center;
  padding:2px 5px 1px;
  color: #5A4991;
  font-size: 16px;
}
.c-table table thead th.bg{
  background: #5A4991;
  color: #fff;
}
.c-table table tbody td{
  border-bottom: 1px dotted #ddd;
  padding:11px 5px 9px;
  font-size: 15px;
}
.c-table table tbody td.f-color{
  color: #F4BD34;
  font-size: 17px;
}

.c-table2{
  margin-bottom: 20px;
}
.c-table2 table{
  width: 100%;
  border-collapse: collapse;
  color: #000;
}
.c-table2 table th{
  padding:7px 15px 6px;
  color: #F4BD34;
  vertical-align: top;
  background: #fff;
}
.c-table2 table td{
  padding:7px 15px 6px;
  vertical-align: top;
  background: #fff;
}
.c-table2 table tr:nth-child(odd) th,
.c-table2 table tr:nth-child(odd) td{
  background: #F7F6F2;
}
.b-c-gr .c-table2 table tr:nth-child(odd) th,
.b-c-gr .c-table2 table tr:nth-child(odd) td{
  background: #F4E1B8;
}

.c-table2 a{
  color: #5A4991;
}
.c-table2 a:hover{
  text-decoration: none;
}
.c-table2 a i{
  padding-left: 7px;
}
/*------------------------------------*/
.c-btn{
  margin-bottom: 20px;
  text-align: center;
}
.c-btn a,
.c-btn button{
  display: inline-block;
  background: #5A4991;
  color: #fff;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
  padding:0px 20px;
  font-size: 16px;
  line-height: 50px;
  transition: 0.2s;
  border:2px solid #fff;
  position: relative;
  cursor: pointer;
  border-radius: 25px;
}
.c-btn a:hover,
.c-btn button:hover{
  opacity: 0.8;
}
.c-btn a i{
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
}
.c-btn .wide{
  width: 640px;
}
.c-btn .scroll:after{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 9px solid #fff;
  right: 17px;
  top: 50%;
  margin-top: -3px;
}

.c-btn.c2 a,
.c-btn.c2 button{
  background: #fff;
  color: #333;
  border:2px solid #E4E4E4;
  vertical-align: bottom;
}
.c-btn.c2 a i{
  display: inline-block;
  position: relative;
  bottom: -3px;
  font-size: 24px;
  color: #5A4991;
  line-height: 50px;
}


/*------------------------------------*/
.txt-img{
  width: 100%;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 50px;
}
.txt-img.i-r{
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.txt-img:last-child{
  margin-bottom: 0;
}
.txt-img .txt-area{
  width: 510px;
}
.txt-img .img-area{
  width: 450px;
}
.txt-img .img-area img{
  width: 100%;
}
.txt-img.i50 .txt-area{
  width: 470px;
}
.txt-img.i50 .img-area{
  width: 500px;
}
.txt-img.i40 .txt-area{
  width: 535px;
}
.txt-img.i40 .img-area{
  width: 400px;
}
.txt-img.i15 .txt-area{
  width: 790px;
}
.txt-img.i15 .img-area{
  width: 150px;
}
.txt-img.v-t{
  align-items: start;
  -webkit-align-items: start;
}

/*------------------------------------*/

.column-wrap{
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
}
.column{
  width: 480px;
}

/*------------------------------------*/
.faq{
  counter-reset: number 0;
}
.faq dl{
  margin-bottom: 10px;
  background: #fff;
  font-size: 15px;
}
.faq dl dt{
  display: table;
  position: relative;
  width: 100%;
  color: #F4BD34;
}
.faq dl dt:before{
  display: table-cell;
  counter-increment: number 1;
  content: "Q." counter(number) ;
  vertical-align: top;
  text-align: center;
  padding:12px 20px;
  width: 70px;
  background: #F4BD34;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
}

.faq dl dt .body{
  display: table-cell;
  padding:12px 20px;
}
.faq dl dd .d-t{
  display: table;
  position: relative;
  width: 100%;
  background: #F7F8F8;
}
.faq dl dd .d-t:before{
  display: table-cell;
  content: "A.";
  vertical-align: top;
  text-align: center;
  padding:12px 20px;
  width: 70px;
  background: #5A4991;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
}
.faq dl dd .body{
  display: table-cell;
  padding:12px 20px;
}
.faq dl dd em{
  color: #5A4991;
}
/*------------------------------------*/
.ac-list{
  counter-reset: number 0;
}
.ac-list > dl{
  margin-bottom: 10px;
  background: #fff;
  font-size: 16px;
  counter-increment: section;
}
.ac-list > dl > dt{
  display: block;
  position: relative;
  width: 100%;
  background: #5A4991;
  color: #fff;
  line-height: 1.4;
}
.ac-list > dl > dt::before{
  content: "";
  width: 18px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
  position: absolute;
}
.ac-list > dl > dt .body{
  display: block;
  padding:14px 30px 13px 25px;
}
.ac-list > dl > dd .d-t{
  display: block;
  position: relative;
  width: 100%;
}
.ac-list > dl > dd .body{
  display: block;
  padding:12px 0px;
}

/*------------------------------------*/
.news{
  counter-reset: number 0;
}
.news li{
  margin-bottom: 10px;
  background: #F7F8F8;
  font-size: 15px;
}
.news li .body{
  display: table;
  position: relative;
  width: 100%;
  color: #333;
  box-sizing: border-box;
  padding-right: 40px;
  line-height: 30px;
}
.news li.ac .body{
  cursor: pointer;
}
.news li .body .date{
  display: table-cell;
  text-align: left;
  vertical-align: top;
  width: 100px;
  padding:12px 20px;
}
.news li .body .ttl{
  display: table-cell;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  color: #E70012;
  padding:12px 20px 12px 0;
}
.news li .body .ttl a{
  color: inherit;
}
.news li .body .ttl a:hover{
  text-decoration: none;
}

.news li .body .ttl i{
  margin-left: 15px;
}
.news li .more{
  padding:5px 20px 15px 140px;
}
.news li.ac .body:after{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 9px solid #333;
  right: 17px;
  top: 50%;
  margin-top: -3px;
}
.news li.ac.open .body:after{
  border: 6px solid transparent;
  border-bottom: 9px solid #333;
  margin-top: -10px;
}

/*-------アコーディオン-------*/
dl.ac dt.ac-t{
  cursor: pointer;
}
dl.ac dt.ac-t:after{
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
  right: 12px;
  top: 50%;
}
dl.ac.open dt:after{
  width: 7px;
  height: 7px;
  border: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
}

/*------------------------------------*/
.min-boxs{
  margin:0 auto 40px;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.min-boxs.line{
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}

.min-boxs .box{
  width: 320px;
  margin:0 20px;
  box-sizing: border-box;
  background: #5A4991;
  padding:15px 20px 10px;
  text-align: center;
}

.tel-txt{
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.tel-txt i{
  margin-left: -10px;
  margin-right: 7px;
}
.tel-txt i.tel{
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

/*------------------------------------*/
.form-table{
  margin-bottom: 30px;
}
.form-table table{
  width: 100%;
  border-collapse: separate;
  font-size: 16px;
} 
.form-table table tr{
  margin-bottom: 4px;
  display: table;
  width: 100%;
}
.form-table table th{
  background: #F4E1B8;
  vertical-align: top;
  text-align: right;
  width: 260px;
  padding: 15px 0px 15px 20px;
  color: #000;
  line-height: 2;
}
.form-table table td{
  background: #F4E1B8;
  padding: 15px 20px;
  vertical-align: top;
  color: #000;
}
.form-table table td p{
  font-size: 14px;
  padding:3px 0;
}
.form-table input,
.form-table textarea{
  border:1px solid #ddd;
  border-radius: 1px;
}
.form-table input{
  padding: 4px 5px;
  width: 420px;
}
.form-table input.size-s{
  width: 100px;
}
.form-table textarea{
  padding: 4px 5px;
  width: 420px;
  height: 190px;
}

/*------------------------------------*/
.map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
 
.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*------------------------------------*/
.box-menu{
  margin-bottom: 20px;
}
.box-menu ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.box-menu ul li{
  width: calc(50% - 8px);
  border:2px solid #F0F0F0;
  background: #fff;
  text-align: center;
  margin-bottom: 8px;
  align-self: stretch;
  transition: 0.2s;
}
.box-menu ul li:hover{
  border:2px solid #B3AAE8;
  background: #F0F0FC;
}
  .box-menu ul li a{
    display: block;
    position: relative;
    height: 100%;
    text-decoration: none;
    padding:10px 3px;
  }
  .box-menu ul li .img{
    display: block;
    margin-bottom: 8px;
  }
    .box-menu ul li .img img{
      height: 50px;
    }
  .box-menu ul li .txt{
    display: block;
    font-size: 13px;
    line-height: 1.5;
    height: 3em;
  }

/*------------------------------------*/
.time-table{
  border: 2px solid #B3AAE8;
  background: #F0F0FC;
  padding:15px;
}
.time-table table{
  width: 100%;
  border-collapse: collapse;
}
.time-table table th{
  padding:8px 5px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  width: 95px;
}
.time-table table td{
  padding:8px 5px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}
.time-table .txt{
  background: #fff;
  padding: 8px 10px; 
}

/*------------------------------------*/
.tel-area{
  text-align: center;
  font-size: 30px;
  color: #444;
  margin-bottom: 10px;
}
.tel-area i{
  color: #5A4991;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  margin-right: 7px;
}

/*------------------------------------*/
.t-list{
  font-size: 14px;
  margin-bottom: 10px;
}
.t-list dl{
  border-top: 1px solid #eee;
}
.b-c-gr .t-list dl{
  border-top: 1px solid #ddd;
}
.t-list dt{
  color: #5A4991;
  border:1px solid #5A4991;
  padding:8px 10px 7px;
  margin-top: -1px;
}
.t-list dt.s2{
  color: #fff;
  background: #5A4991;
}
.t-list dd{
  border-bottom:1px solid #eee;
  padding:8px 10px 7px;
}
.b-c-gr .t-list dd{
  border-bottom:1px solid #ddd;
}


/*------------------------------------*/
.disease ul li .img{
  padding:10px 0 0 0;
}

.disease ul li p{
  padding:0 7px 10px 7px;
}

h1 span{
  font-size:16px;
  
}

.visitor_sp .dis-f{
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}

.visitor_sp .dis-f h3{
  height: 60px;
  line-height:60px;
}
 
.visitor_sp .c-btn a{
  border: 2px solid #E4E4E4;
  background: #fff;
  color: #333;
}

.visitor_sp .c-btn a i{
  color: #5A4991;
}


