@charset "UTF-8";


#side,
#humbmenu,
#footer,
.side
 {
 display: none;
}


/*---font-color-----*/
.red{
  color:#ff6357;
}

/*---font-weight-----*/
.b_text{
  font-weight:bold;
}

/*---fontsize-----*/
.fs_large{
  font-size:140%;
  line-height: 1.7em;
  font-weight: bold;
}
.fs_midium{
  font-size:120%;
  line-height: 1.7em;
  font-weight: bold;
}
.fs_small{
  font-size:80%;
  line-height: 1.5em;
}
/*--padding-----*/
.m_sp16{
  margin-top:16px;
}
.m_sp{
  margin-top:24px;
}
.m_sp_b{
  padding-bottom:24px;
}
.m_sp_l{
  margin-left:16px;
}

.bg{
background-color: #ffffff;
    padding: 8px 24px;
    margin: 16px 0;
    border-radius: 4px;
    border: 1px solid #e8e8f7;
}

.b_text{
  font-weight:bold;
}





*{
  margin:0;
	padding:0;
}



html,body {
	font-family: 'Noto Sans JP', 'Readex Pro', sans-serif,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Roboto Condensed","メイリオ", Meiryo, sans-serif;
	line-height: 1.7em;
	-webkit-text-size-adjust: none;
	font-size:14px;
  height: 100%;
	color:#0b1c7e;
	animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.01em;
  scroll-behavior: smooth;

	}

.corporate-box{
  position: relative;
    border-top: 2px solid #e8e8f7;
    padding: 24px 0;
    margin-top: 24px;

}

.corporate-box::after {
   content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 150px;
    height: 2px;
   background-color: #0c1f93;
}
/*---new_mainvisual-----*/
.newmain{
}
.newmain .tcenter {
  text-align: center;
}
.slide-inner{
  padding: 8px;
}

.pc-none {
    display: none;
}




/*---font-weight-----*/



.line{
border-bottom: 6px solid #cca01f;
    padding-bottom: 5px;
    display: inline;
    line-height: 2;
}



.fs_menu_button{
  font-size:13px;
  font-weight: bold;
}


img {
	max-width: 100%;
	height: auto;
  vertical-align: top;
  border: 0px;
}

/*---link-----*/
a {
  color:#b78e19;
  text-decoration: underline;
  cursor: pointer !important;
  transition: .2s ;
}

a:hover {
  color:#e5c66e;
  text-decoration: none;
  transition: .2s ;
}

.menulist dt:hover,
.card a:hover,
.card_ver2 a:hover{
   background-color: #f4f4fb;
/*   display: block; */
   text-decoration: none;
  transition: .2s ;
}
.sideblock a:hover{
   background-color: #E9E9F0;
   display: block;
   text-decoration: none;
  transition: .2s ;
}
.btn-img a:hover{
  opacity: 0.7;
  transition: .2s 
}

.arrow {
position: relative; 
padding-right: 24px;
}
 
.arrow::after {
content: '';
display: block;
width: 6px; /* 矢印の大きさの指定 */
height: 6px; /* 矢印の大きさの指定 */
border-top: 1px solid #CCA020; /* 矢印の太さの指定 */
border-left: 1px solid #CCA020; /* 矢印の太さの指定 */
 
}
.arrow--right::after {
transform: rotate(135deg); /* 矢印の角度の指定 */
position: absolute; /* 矢印の位置の指定 */
right: 0; /* 矢印の位置の指定 */
top: 6px; /* 矢印の位置の指定 */
 
}
.circle_arrow {
  
}
.circle_arrow a {
  display: inline-block;
    position: relative;
    padding: 1em 56px 1em 0em;
    transition: 0.2s;
    text-decoration: none;
}
.circle_arrow a::before {
  content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    /* border: 3px solid #aaaaaa; */
    border-radius: 50vh;
    transition: 0.2s;
    background-color: #cca01f;
}
.circle_arrow a::after {
  content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%) rotate(45deg
);
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transition: 0.2s;
}
.circle_arrow a:hover {
  text-decoration: underline;
}
.circle_arrow a:hover::before {
  background-color: #B28A15;
}
.circle_arrow a:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

/* --button
<div class="circle_arrow">
  <a href="<?php echo home_url() ?>/">ボタンデザイン</a>
</div>
-- */


.pdf,
.word,
.excel,
.elink {
position: relative; 
padding-right: 32px;
}
.pdf--right::after,
.word--right::after,
.excel--right::after,
.elink--right::after {
position: absolute; /* 矢印の位置の指定 */
 
}
.pdf::after {
display: block;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -3px 5px 0 0;
  background: url("../images/pdf.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.excel::after {
display: block;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -3px 5px 0 0;
  background: url("../images/excel.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.word::after {
display: block;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -3px 5px 0 0;
  background: url("../images/word.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.elink::after {
display: block;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -3px 5px 0 0;
  background: url("../images/link.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/* --button-- */

a.btn-contact{
    padding: 8px 32px 8px 24px;
    display: block;
    color: #fff !important;
    background: #CCA020;
    text-decoration: none;
    font-weight: bold;
    border-radius: 40px;
    text-align: center;
    text-decoration: none !important;
    width: 120px;
}

a.btn-contact_text{
    padding: 12px 32px 12px 24px;
    display: block;
    color: #fff !important;
    background: #CCA020;
    text-decoration: none;
    font-weight: bold;
    border-radius: 40px;
    text-align: center;
    text-decoration: none !important;
    width: 25%;
    margin: 0 auto;
}
a.btn-contact:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -3px 5px 0 0;
  background: url("../images/mail.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-contact:hover,
a.btn-contact_text:hover {
  background: #B28A15;
}

/* --button2-- */
a.btn-basic{
    padding: 12px 24px 12px 32px;
    display: block;
    color: #fff !important;
    background: #CCA020;
    text-decoration: none;
    font-weight: bold;
    border-radius: 40px;
    text-align: center;
    text-decoration: none !important;
}
a.btn-basic:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -3px 5px 0 0;
  background: url("../images/arrow.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-basic:hover {
  background: #B28A15;
}

/* --reset-- */
a.btn-reset{
    padding: 12px 24px;
    display: block;
    color: #0b1c7e !important;
    background: #f3f3fb;
    text-decoration: none;
    font-weight: bold;
    border-radius: 40px;
    text-align: center;
    text-decoration: none !important;
}
a.btn-reset:hover {
  background: #cbcbe5;
}
.basic_btn{
  margin:32px auto 0 auto;
  width:180px;
}



/*-------------------top-------------------*/

#wrapper {
  display: flex;
}


#side .fixed_menu{
  width:80px;
 background: #f4f4fb;
  height: 100%;
  z-index:200;
}

#side .bottom{
   position: absolute;/*←絶対位置*/
 bottom: 24px; /*下に固定*/
   z-index:200;
   position: fixed;
   width:80px;
   text-align: center;
}
#side .bottom a{
   text-decoration: none;
    color: #0b1c7e;
}
#side .bottom img{
   width:56px;
   height:56px;
   margin: 0 auto;
}
#side .bottom .icon{
}
#side .bottom .icon a{
}
#main {
  flex: 1;
  width: 100%;
}
#main .inner{
  width: 90%;
  margin:0 auto;
  max-width: 1280px;
  min-width: 980px;
}

/* --header-- */
#header{
  padding: 24px 0;
    overflow: hidden;

}
#header h1{
  float:left;
  padding-top: 10px;


}
#header .gnavi{
  float:right;

}
#header .gnavi ul{

}

#header .gnavi ul li{
  line-height: 24px;
  padding-left: 16px;
  display: inline-block;

}
#header .gnavi ul li img{
  width:24px;

}

#header .gnavi .text a {
  color:#0b1f93;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#header .gnavi .text a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #0b1c7e;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

#header .gnavi .text a:hover::after {
  transform: scale(1, 1);

}



/*---footer--*/

#humbmenu{
  
     max-width: 1280px;
}


  
#humbmenu a,
#footer a{
  color:#ffffff;
  text-decoration: none;
}

#humbmenu a:hover,
#footer a:hover{
  text-decoration: underline;
  opacity: 0.7;
}
#humbmenu .logo,
#footer .logo{
  float: left;
  width:25%;
}
#humbmenu .logo img,
#footer .logo img{
  width:80%;
}
#humbmenu .explanation,
#footer .explanation{
  float: left;
  width:55%;

}
#humbmenu .explanation p,
#footer .explanation p{
  padding-bottom:16px;
}

#humbmenu .contact,
#footer .contact{
  float: right;
  width:20%;
}
#humbmenu .contact a,
#footer .contact a{
  float: right;
}
#humbmenu .top,
#footer .top{
  clear: both;
  overflow: hidden;

}
#humbmenu .menu,
#footer .menu{
  border-top: 1px solid #000943;
  border-bottom: 1px solid #000943;
  padding:40px 0 40px 0 ;
  margin-top:40px;
  clear: both;
  overflow: hidden;

}
#humbmenu .link,
#footer .link{
    clear: both;
  overflow: hidden;
  padding:16px 0 ;
}
#humbmenu .link ul,
#footer .link ul{
  margin:0 auto;
  width: 355px;
}
#humbmenu .link ul li,
#footer .link ul li{
  display: inline-block;
  padding: 0 8px;
}
#humbmenu .footer_box,
#footer .footer_box{
  width: 15%;

}
.accordionlist{
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}







/*---clearfix-----*/

.clearfix:after {
 content:".";
 height:0px;
 clear:both;
 display: block;
 visibility:hidden;

}


.clearfix {
  zoom : 1;
  }

.clearfix {
 display: inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display:block;
}


.copyright{
  text-align: center;
  padding: 16px 0 16px 0;
}

/*---newmenu----*/

.top_title h1{
  display: inline-block;
  line-height: 32px;
  font-size:15px;
}
.top_title h1 a{
  color:#0b1f93;
  text-decoration: none;
}
.top_title h1 a:hover{
  text-decoration: underline;
  
}
.top_title{
 overflow: hidden;
    /* margin: 8px 0 16px 0; */
    background-color: #f9f9fc;
    padding: 8px 16px;
    border-bottom:1px solid #e8e8f7;

}
.top_title .c_mark_small{
  float:left;
  margin-right:8px;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;

}

.top_title .c_mark_small img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
ul.top_list{
  margin-left: 16px;
 padding: 8px 0px 8px 12px;
    /* overflow: scroll; */
    /* height: 220px; */
}
ul.top_list li{
  list-style-type: square;
  font-size: 93%;
  line-height: 2em;
}

ul.top_list li a { 
  display: block;
  /* width: 50%; 横幅を設定する */
  color: #0b1c7e;
  text-decoration: none;
      height: 100%;
  padding: 2px;

}
ul.top_list li a:hover { 
background-color: #f4f4fb;
  text-decoration: none;

}


.textbox_top{
 padding: 16px;
    overflow: hidden;
}

/*---main_visual----*/

#main_visual{
  overflow: hidden;
    clear: both;
    margin: 16px 0 24px 0;
}

#main_visual .copy{
  float: left;
    width: 36%;
    padding: 24px 0 0 32px;
}


.message_large{
  font-size:80px;
}
.message_small{
  margin-left:64px;
  font-size:80px;
}
.message_text{
  font-size: 19px;
  line-height: 1.7em;
  margin-left: 24px;
}
.entitle{
 font-family: 'EB Garamond', serif !important; 
    line-height: 0.9em;
}
.jptitle{
    font-size: 30px;
    line-height: 1.5em;
    font-weight: bold;
    padding: 24px 0 24px 0px;
    letter-spacing: 0.1em;
}

#main_visual .visual{
  float:right;
   width:60%;
}
#main_visual .visual img{
   width:60%;
}

.top_contents {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top_contentsbox .top_contents p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}    
/*---attention----*/
.attention{
  margin: 10px 0;
  color:#F83956;
  padding: 8px 10px;
  background-color: #FDF4F4;
  border-radius: 4px;
}

.top_contentsbox{
  margin:24px 0 ;
}

.top_contentsbox p {
    margin:24px 0 ;
  }
  

/*---NEWS----*/
.top_contentsbox h1{
  font-size: 24px;
      padding: 0 0 24px 0;
  line-height: 1.7em;
}
.top_contentsbox .exp{
  padding: 0  0 16px 0 ;
}

.top_contentsbox .t_large{
  padding: 16px 0;
}

/*---news----*/
dl.news{
   border-bottom:1px dotted #e8e8f7;
  border-radius: 4px;
  overflow: hidden;
  margin:0 0 0px 0;
}
dl.news a{
  padding: 1.5% 0%;
  text-decoration: none;
  width: 100%;
  display: flex;
}

dl.news a:link,dl.news a:hover{
/*     display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

dl.news dt{
  line-height: 1.3em;
      width: 70%;



    display: contents;


}
dl.news dd{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3em;
    width: 95%;
    display: flex;
}

.tagframe {
    display: block;
    margin: 0 8px;

}


/*---tag----*/
.tag{
     padding: 1px 8px;
  border:1px solid #eeeeee;
  border-radius: 24px;
  font-size: 60%

}
.tag_default{
  color : #CCA00C;
  border:1px solid #CCA00C;
  background-color: #FCFAF4;
  text-align: center;
  display: block;
  width: 75px;
}

.tag_free{
  color : #ffffff;
  border:1px solid #cca01f;
  background-color: #cca01f;
  text-align: center;
  display: block;
  width: 75px;
}
.tag_red{
   color: #ffffff;
    border: 1px solid #0a1f93;
    background-color: #0a1f93;
    text-align: center;
  display: block;
  width: 75px;
}

.tag_app{
    padding: 4px 16px 2px 16px;
    font-size: 80%;
    width: 120px;
    background-color: #f83955;
    color: #ffffff;
    width: 75px;
}

.tag_end{
    padding: 4px 16px 2px 16px;
    font-size: 80%;
    width: 120px;
    background-color: #0c1f93;
    color: #ffffff;
    width: 75px;
}

.position{
  position: relative;
    float: right;
    top: -16px;
    right: -16px;
    text-align: center;
}



/*---banner_large----*/
.banners_large{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #e8e8f7;
  border-bottom: 1px solid #e8e8f7;
  padding:40px 0 ;
}
.banners_large .banner{
  width: 23%;
  margin-bottom: 32px;
 padding-right: 2.6%;
}
.banners_large .banner:nth-child(4n){
  padding-right:0;
}


/*---banner_small----*/
.banners_small{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    border-top: 1px solid #e8e8f7;
    border-bottom: 1px solid #e8e8f7;
    padding:32px 0 ;
  }
.banners_ad{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding:32px 0 ;
  }
  .banners_small .banner,
  .banners_ad .banner{
       width: 16.9%;
    padding: 1%;
    border: 1px solid #e8e8f7;
    margin: 0 1% 1% 0;
    border-radius: 4px;
  }
  .banners_small .banner:nth-child(5n),
  .banners_ad .banner:nth-child(5n){
    margin-right: 0;
  }
  
  .banners_small .banner img,
  .banners_ad .banner img{
      margin: 0 auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
          width: 100%;
  }
  
  .banners_small .banner a:hover img,
  .banners_ad .banner a:hover img {
     
      padding: 0;
      opacity: 0.7;
  }
  


/*---ad----*/
.adbox{

  padding:32px 0 ;
}


.banners_ad{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 2% 0;
  
  }
  .banners_ad .banner{
      width: 17%;
      padding: 8px;
      border: 1px solid #e8e8f7;
      margin: 0 16px 16px 0;
     /* height: 64px; */
    }
  


.card_ver2 {
  border: 1px solid #e8e8f7;
  display: flex;
  border-radius: 4px;
}
.card_ver3 {
  border: 1px solid #e8e8f7;
  padding:2%;
  border-radius: 4px;
}

.card a{
   display: block;
    height: 100%;
    color:#0b1c7e;
    cursor:pointer ;
  transition: .2s ;
  overflow: hidden;
}
.card_ver2 a{
   display: block;
    width: 100%;
    color:#0b1c7e;
    cursor:pointer ;
  transition: .2s ;
  overflow: hidden;
}


/*-------------------flexbox-------------------*/

.flexbox_between{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flexbox_start{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.indent{
  margin-left: 40px;
}
.c_one_hbox_top{
  width: 100%;
  border: 1px solid #e8e8f7;
  margin-bottom: 16px;
  border-radius: 4px;
}
.c_one_hbox{
  width: 100%;
  border: 1px solid #e8e8f7;
  margin-bottom: 12px;
  border-radius: 4px;
}
.c_one_box {
  margin-bottom:32px;
  padding-bottom: 32px;
  border-radius: 4px;
}
.c_one_box p {
  padding: 0%;
}
.c_one_box:last-child{
  border-bottom: 0px solid #e8e8f7;
  margin-bottom: 0px;
    padding-bottom: 0px;
}
.c_two_tbox{
    width: 49%;
    margin: 0 2% 2% 0;
    border-radius: 4px;
}
.c_two_top_heading_box{
    width: 49%;
}
.top_more{
  text-align: right;
}

.c_one_hbox_elink{
      border: 1px solid #e8e8f7;
    width: 100%;
    margin: 0 0 1% 0;
    border-radius: 4px;
}
.c_two_hbox,
.c_two_hbox_inner,
.c_two_hbox_elink{
      border: 1px solid #e8e8f7;
    width: 49.2%;
    margin: 0 1% 1% 0;
    border-radius: 4px;
}
	
.c_two_topbox{
       border: 1px solid #e8e8f7;
    width: 48%;
    margin: 0 3% 3% 0;
    border-radius: 4px;
}
.c_three_hbox_pdf{
      border: 1px solid #e8e8f7;
    width: 31.6%;
    margin: 0 2% 2% 0;
    border-radius: 4px;
}

.c_three_hbox:nth-child(3n),
.c_three_hbox_pdf:nth-child(3n),
.c_two_hbox:nth-child(2n),
.c_two_hbox_inner:nth-child(2n),
.c_two_hbox_elink:nth-child(2n),	
.c_two_topbox:nth-child(2n),
.c_two_tbox:nth-child(2n),
.c_two_hbox_category:nth-child(2n),
.c_three_hbox_category:nth-child(3n) ,
.c_four_hbox_category:nth-child(4n),
.two_image:nth-child(2n) {
  margin-right: 0;
}


.c_four_box{
      border: 1px solid #e8e8f7;
    width: 48.5%;
    margin: 0 2% 2% 0;
    border-radius: 4px;
}



/*-------ホバーなし-----------*/
.c_two_box{
  border: 1px solid #e8e8f7;
  width: 45%;
  margin: 0 0 2% 0;
  border-radius: 4px;
}
/*-------ホバーなし-----------*/
.c_three_hbox,
.c_three_hbox_category{
  width: 31.8%;
  border: 1px solid #e8e8f7;
  margin: 0 2% 2% 0;
  border-radius: 4px;
  line-height: 30px;
}

.c_half_hbox_category{
  width: 48%;
    border: 1px solid #e8e8f7;
    margin: 0 0 1% 0;
    border-radius: 4px;
    line-height: 30px;

}
.c_two_hbox_category{
  width: 49%;

    margin: 0 1% 1% 0;
    border-radius: 4px;
    line-height: 30px;

}
.c_four_hbox_category{
  width: 24%;
    border: 1px solid #e8e8f7;
    margin: 0 1% 1% 0;
    border-radius: 4px;
    line-height: 30px;

}
.c_one_hbox a,
.c_one_hbox_elink a,
.c_one_hbox_top a{ 
  display: block;
  /* width: 50%; 横幅を設定する */
  padding: 2%; /* a要素内の余白 */
  color: #0b1c7e;
  display: flex;
  position: relative;
  text-decoration: none;

}




.c_two_hbox a,
.c_two_hbox_elink a{ 
  display: block;
  /* width: 50%; 横幅を設定する */
  color: #0b1c7e;
   /* display: flex; */
padding:4%;
  position: relative;
  text-decoration: none;
}
.c_two_hbox_inner a{ 
  display: block;
  /* width: 50%; 横幅を設定する */
  color: #0b1c7e;
   /* display: flex; */
  position: relative;
  text-decoration: none;
  height: 100%;
}
.c_three_hbox a,
.c_three_hbox_pdf a { 
  display: block;
  /* width: 50%; 横幅を設定する */
  padding: 8%; /* a要素内の余白 */
  color: #0b1c7e;
  display: flex;
  font-size: 90%;
  position: relative;
  text-decoration: none;
}

.c_one_hbox a:after,
.c_two_hbox a:after,
.c_two_hbox_inner a:after,
.c_three_hbox a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 8px 0 0;
  border-top: solid 1px #CCA020;
  border-right: solid 1px #CCA020;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


.c_three_hbox_pdf a:after {
  display: block;
    content: "";
    position: absolute;
    top: 35%;
    right: 8px;
    width: 32px;
    height: 32px;

}


.c_one_hbox_elink a:after,
.c_two_hbox_elink a:after {
  display: block;
  content: "";
  position: absolute;
  top: 30%;
	 right: 8px;
   width: 32px;
   height: 32px;

}
.c_half_hbox_category a, 
.c_two_hbox_category a,	
.c_three_hbox_category a,
.c_four_hbox_category a { 
  display: block;
  /* width: 50%; 横幅を設定する */
  color: #0b1c7e;
  text-decoration: none;
      height: 100%;

}
.c_half_hbox_category a:hover,
.c_one_hbox_elink a:hover,
.c_two_hbox_category a:hover,
.c_three_hbox_category a:hover,
.c_four_hbox_category a:hover{ 
  background-color: #f4f4fb;
  opacity: 0.8;


}
/*----左写真固定　右テキスト可変---*/
.c_img_text{
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.c_img_text p{
    margin-top: 0px;
}
.c_img{
  width: 300px;
    margin-right: 24px;
}
.c_text{
 flex: 1;
}


 /* hover時のスタイル */
.c_one_hbox_top a:hover,
.c_one_hbox a:hover,
.c_two_hbox a:hover,
.c_two_hbox_inner a:hover,
.c_two_hbox_elink a:hover,
.c_three_hbox a:hover,
.c_three_hbox_pdf a:hover,
.c_three_hbox_category a:hover { 
  background-color: #f4f4fb;
  text-decoration: none;
}
.flexinner{
    padding: 2%;
    display: flex;
}
.no_flexinner{
    padding: 4%;

}
 /* 写真とテキストのセット */
.card_img_large{
  width:300px;
  margin-right:32px;
}

.card_img_small{
  width:160px;
  margin-right:16px;
}
.card_img_top{
  width:100%;
}

.card_img_top img{
  width:100%;
  border-radius: 2px 2px 0 0;
}

.card_text{
  flex: 1;
  width:100%;
}

 /* カテゴリーのセット */
.imgbox img{
    border-radius: 8px 8px 0px 0px;
}
.textbox{
  padding: 24px 16px 16px 16px;
    overflow: hidden;
}
.textbox_category{
 padding: 4%;
    overflow: hidden;
    text-align: center;
}
.textbox h1{
  text-align: center;
  font-weight: bold;
  margin-bottom:16px;
}
.textbox p{
  text-align: center;
  margin-bottom:32px;
}
.textbox img{
  float:right;
 } 

.two_image{
    width: 49.2%;
    margin: 0 1% 1% 0;
    border-radius: 4px;
}
.tcenter {
  text-align: center;
}
/*-------------------hoverセット-------------------*/


/*---top_menu----*/
.top_menu_title{
  line-height: 64px
}
.top_menu_title img{
  width:64px;
  padding-right:24px;
}
.menubox .exp{
  margin-left:90px;
  font-weight: normal;
}

.top_menu{
  margin:40px 0 0 0;
  overflow: hidden;
}
.menubox{
  width: 100%;
  line-height: 2.5em;
  border-bottom:1px solid #e8e8f7;
}
.menulist {
  border: 1px solid #e8e8f7;
	border-radius: 4px;
}

.menulist dt {
    display:block;
    cursor: pointer;
    font-weight: bold;
}
.menulist dt .title{
  float: left;
}
.menulist dd{
  
}
.menulist dd li{
  width: 33.33333%;
    float: left;
    line-height: 24px;
    display: block;

}
.menulist dd li a{
   padding:8px 0;

}
.menulist dd ul{
   overflow: hidden;
	padding: 16px;
   

}
.menulist dd li img{
   padding-right:16px;
   width:24px;

}
.pm_icon,
.pm_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.pm_icon {
  position: relative;
  width: 30px;
  float: right;
  top: 13px;
}
.pm_icon span {
  position: absolute;
    left: 6px;
    width: 50%;
  height: 1px;
    background-color: #B28A15;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.pm_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.pm_icon span:nth-of-type(2) {
      top: 5px;
  transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.pm_icon.active span:nth-of-type(1) {
top: 5px;
  transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.pm_icon.active span:nth-of-type(2) {
    top: 5px;
  transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}



/*----ぱんくず---*/
.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_breadcrumb {
    margin: 1em auto;
    padding: 16px 0;
}
.cp_breadcrumb a {
  text-decoration: none;
    background-color: #F8F6ED;
    padding: 4px 12px;
    border-radius: 16px;
}
.cp_breadcrumb .breadcrumbs {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cp_breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: calc(16px + 8px);
  margin-right: 8px;
}
.cp_breadcrumb li::before {
  content: '›';
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.cp_breadcrumb li:last-child::before {
  content: normal;
}


/*-------------------2階層-------------------*/


#detail{
  padding:32px 0 120px 0 ;
}

#detail .head{
}


#detail .head p{
   text-align: center;
}

.head_title h1{
  font-size:30px;
  display: inline-block;
  line-height: 40px;
}
.head_title{
  overflow: hidden;
  padding: 32px 0 16px 0;
  display: flex; /*横並び*/
  justify-content: center; /*中央寄せ*/

}

.head_title .c_mark_small{
  float:left;
  margin-right:16px;
}
.head_title .c_mark_small img{
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.head_title p{
  float:left;
  line-height: 64px;
  font-weight: bold;
}


.c_mark{
  width: 120px;
  height: 120px;
  line-height: 200px;
  background-color: #F7F8FC;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto 32px auto;

}
.c_mark img{
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  
}
.c_mark_small{
      width: 40px;
    height: 40px;
    /* line-height: 200px; */
    background-color: #F7F8FC;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: relative;
}
.c_mark_small img{
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  
}




/*-------------------3階層-------------------*/
#detail{
  padding:24px 0;
}

#detail .title h1{
  font-size:30px;
  line-height: 1.7em;
}

.detailbox {
  display: flex;
  width: auto;
  padding: 0;
}
.detailbox .main {
  flex: 1;
  border-radius: 8px;
  min-width: 0;
}


.main h1 {
    font-size:22px;
    margin: 0 0 24px 0;
        line-height: 1.7em;
}


.main h2 {
    background-color: #f3f3fb;
    padding: 1.5%;
    margin: 24px 0 12px 0;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1.7em;
}

.main h3 {
   margin: 32px 0 16px 0;
    border-left: 2px solid #0c1f93;
    padding-left: 16px;
    font-size: 18px;
}
.main h4 {
   margin: 24px 0 8px 0;
    font-size: 16px;
}
.main p{
  padding:12px 0;
}

.side {
  flex: 0 0 300px;
 margin: 24px 0 0 40px;

}
.side_title{
  overflow: hidden;
  border-top: 2px solid #e8e8f7;
  padding:24px 0 ;
}

.side_title .c_mark_small{
  float:left;
  margin-right:16px;
}
.side_title p{
  float:left;
  line-height: 40px;
  font-weight: bold;
  font-size: 20px;
}

    
.side ul  {
      padding: 0 0 32px 0;
  border-bottom: 1px solid #e8e8f7;
}
   
.side ul li {
  margin-bottom:8px;
}
.side ul li a {
    display: block;
    position: relative;
        padding: 4%;
    background: #f4f4fb;
    color: #0b1c7e;
    text-decoration: none;
    border-radius: 4px;
}
.side ul li a:hover {
    background: #c6cae5;
}
.side ul li a:hover {
    background: #c6cae5;
}
.side ul li.current {
    background: #0c1f93;
    color:#ffffff;
    display: block;
    position: relative;
    padding: 16px 16px 16px 24px;
    text-decoration: none;
    border-radius: 4px;
}
.side ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 8px 0 0;
  border-top: solid 1px #0b1c7e;
  border-right: solid 1px #0b1c7e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


.side ul li.banner img  {
    border-radius: 4px;
}
.side ul li.banner a {
    display: block;
    padding: 0;
}
.side ul li.banner a:hover img {
    display: block;
    padding: 0;
    opacity: 0.7;
}

/*----会議所---*/


dl.list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

dl.list dt{
  width: 46%;
    /* border-top: 1px solid #e8e8f7; */
    padding: 8px 0 8px 2%;
    background-color: #f9f9fc;
    margin: 4px 0;
    float: left;
}
dl.list dd{
  width: 49.5%;
    /* border-top: 1px solid #e8e8f7; */
    background-color: #f9f9fc;
    padding: 8px 0 8px 2%;
    margin: 4px 0;
    float: right;

}
dl.list_title{
    display: flex;
    flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        padding: 0 0 8px 0;
}
dl.list_title dt{
  width: 46%;
    /* border-top: 1px solid #e8e8f7; */
    float: left;
    font-weight:bold;
}
dl.list_title dd{
  width: 49.5%;
    /* border-top: 1px solid #e8e8f7; */
    float: right;
    font-weight:bold;
}
/*----google map---*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
margin: 24px 0;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}






.prdetail dl{
  background-color: #f9f9fc;
    padding: 4%;
    margin-bottom: 24px;
}
.prdetail dl dt{
  float: left;
  width: 20%;
}
.prdetail dl dd{
  padding-left: 20%;

}


/*----各種相談---*/
.que{
  color:#d32663;
  padding-right:16px;
}

/*----リスト---*/
ul.list{
      padding: 12px 0;
  
}
ul.list li{
list-style-type: disc;
    list-style-position: inside;

    position: relative;
    padding-left: 2em;
    text-indent: -1.5em;

}


ul.list li ul{
  margin: 8px 0;
    line-height: 1.4em;
}
ul.list li ul li{
  list-style-type: decimal;
    list-style-position: inside;
   padding-left:1em;
text-indent:-1em;
  
}
/*----数字リスト---*/
ol.list{

}
ol.list li{
    list-style-type: decimal;
    list-style-position: inside;
    position: relative;
   padding-left: 1.3em;
    text-indent: -1.1em;
    margin-bottom: 8px;

}
ol.list li ul{
padding-left: 1.2em;
    text-indent: -1.2em;
}
ol.list li ul li{
  list-style-type: lower-roman;
    list-style-position: inside;
    padding: 0px;
    margin-bottom: 0px;
    padding-left: 0em;
    text-indent: -1.1em;
}
ul.flow_list{
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
ul.flow_list li{
  border: 1px solid #e8e8f7;
    border-radius: 4px;
    margin-bottom: 32px;
    text-align: center;
    
}

ul.flow_list li a::after{
    bottom: -34px;
    color: #0b1c7e;
    content: "▼";
    font-size: 12px !important;
    left: 49%;
    position: absolute;
  }
ul.flow_list li.last a::after{/*最後の▼を外す*/
    content: "";
}
ul.flow_list li a,
ul.flow_list li.last 
 {
    padding: 1%;
    color: #0b1c7e;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
}
ul.flow_list li a:hover {
    background-color: #f4f4fb;
    text-decoration: none;
}
ul.flow_list_no_link{

    margin: 40px 0 ;    
}
ul.flow_list_no_link li{
  border: 1px solid #e8e8f7;
    border-radius: 4px;
    margin-bottom: 32px;
    text-align: center;
    padding: 2%;
    color: #0b1c7e;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    
}
ul.flow_list_no_link li::after{
    bottom: -34px;
    color: #0b1c7e;
    content: "▼";
    font-size: 12px !important;
    left: 49%;
    position: absolute;
  }
ul.flow_list_no_link li.last::after{/*最後の▼を外す*/
    content: "";
}
.stamp_text{
  line-height: 50px;
}
.stamp_text img{
  margin-left:16px;
}

/*---アドレスボックス---*/
.addressbox{
  width: 96%;
    border: 1px solid #e8e8f7;
    margin-bottom: 16px;
    border-radius: 4px;
    padding: 2%;
}
.addressbox_one{
  border-bottom:1px solid #e8e8f7;
  width:100%;
  margin-bottom: 16px;
}
.addressbox_two{
     width: 48%;
    margin-right: 2%;
}

.addressbox_two:nth-child(2n) {
  margin-right: 0;
}

.right_text{
  text-align: right;
}


/*---お問い合わせ---*/
.contact_f{
  background-color: #f9f9fc;
    padding: 2%;
    border-radius: 4px;
   margin: 16px 0 40px 0;
}
.contact_f dl {
  border-top:1px #dddddd dotted;
  clear: both;
  padding:20px 0 20px 0;
  overflow:hidden;
}
.contact_f dl:first-child {
  border-top:0px #dddddd dotted;
  padding: 0 0 20px 0;
}
.contact_f dt {
  display: block;
  width: 20%;
  clear: left;
  float: left;
  font-weight: bold;
  margin: 8px 0;
}
.contact_f dd {
  display: block;
  width: 80%;
  float: left;
}
.contact_f dd li {
  display: inline;
    margin: 0 1em 0 0.2em;

}
.contact_f dd dl {
  display: block;
  clear: both;
  padding:0 0 20px 0;
  border-top:0px;
}
.contact_f dd dl dt{
  display: block;
  width: 30%;
  clear: left;
  float: left;
  font-weight: normal;
}
.contact_f dd dl dd{
  display: block;
  width: 70%;
  float: left;
}

.form_large {
  color: #3D3D3D;
    padding: 1%;
    width: 97%;
    border: 1px solid #d3d3e3;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 8px 0;
}
.form_midium {
  color: #3D3D3D;
    padding: 1%;
    width: 20%;
    border: 1px solid #d3d3e3;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 8px 0;
}
.form_small {
  color: #3D3D3D;
  padding: 1%;
  width: 20%;
   border: 1px solid #d3d3e3;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 8px 0;
}

.area{
  height: 150px;
    color: #3D3D3D;
    padding: 2%;
    width: 95%;
    border: 1px solid #d3d3e3;
    background-color: #ffffff;
    border-radius: 4px;
}
.checkbox {
    padding: 8px 20px 8px 0;
    background-color: #f9f9fc;
    margin: 0 0 16px 0;
}



/*---テーブル---*/

table {
   border-top: 1px solid #e8e8f7;
    border-right: 1px solid #e8e8f7;
    -webkit-overflow-scrolling: touch;

}

.table_style {
    overflow: auto;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}
.table_style table { 
 width: 100%;
  border-collapse: collapse;
   margin-bottom:24px;
}
.table_style th {
    border-bottom: 1px solid #e8e8f7;
    border-left: 1px solid #e8e8f7;
    padding: 8px;
    font-size: 14px;
    width: 20%;
    background-color: #f8f8fd; 
}
.table_style td {
    border-bottom: 1px solid #e8e8f7;
    border-left: 1px solid #e8e8f7;
    padding: 8px;
    font-size: 14px;;
    width: 20%;
}


.table_style2 {
    overflow: auto;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
   margin: 24px 0;
}

.table_style2 table { 
 width: 100%;
  border-collapse: collapse;
}

.table_style2 th {
    border-bottom: 1px solid #e8e8f7;
    border-left: 1px solid #e8e8f7;
    padding: 8px;
    font-size: 14px;
    background-color: #f8f8fd; 
}
.table_style2 td {
    border-bottom: 1px solid #e8e8f7;
    border-left: 1px solid #e8e8f7;
    padding: 8px;
    font-size: 14px;;
}
.thum_title{
  overflow: hidden;
}

.thum_title .c_mark_small{
  float:left;
  margin-right:16px;
}
.thum_title p{
  float:left;
  line-height: 20px;
  font-weight: bold;
}


/*---クリニック---*/
.clinic{

}
dl.place{
    padding: 24px 0 0 0;
    overflow: hidden;
    margin-top: 24px;
}
dl.place dt{
    float: left;
    width: 15%;
    padding: 8px 0;
    font-weight: bold;


}
dl.place dd{
   float: right;
    width: 80%;
    padding: 8px 0;

}
dl.place dd p{
    padding: 16px;
    background-color: #f9f9fc;
    border-radius: 8px;

}
.clinic .url{
  clear: both;
}
.p_dt{
  margin-top: 16px;
}
.merit{
   padding: 2%;
    background-color: #fff5f4;
    border-radius: 4px;
    color: #ff6357;
}
.contact_bt_set{
text-align: center;
    margin: 40px 0;
    border-radius: 4px;
}
.contact_bt_set p{
  margin-top:24px;
}

.list_table,
.list_table dt,
.list_table dd,
.list_table_title,
.list_table_title dt,
.list_table_title dd {
    box-sizing: border-box;
}

.list_table dt,
.list_table dd {
    padding: 2%;
    margin: 0px;
}
.list_table {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e8f7;
  margin-bottom: 24px;}

.list_table dt{
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #e8e8f7;
  border-left: 1px solid #e8e8f7;
  border-right: 1px solid #e8e8f7;
}

.list_table dd{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #e8e8f7;
  border-right: 1px solid #e8e8f7;
}

.list_table dt {
  width: 50%;
  background-color: #f8f8fd;
    }
.list_table dd {
  width: 50%;
  text-align: right;
	display: inline;

}

.list_table_two,
.list_table_two dt,
.list_table_two dd {
    box-sizing: border-box;
}

.list_table_two dt,
.list_table_two dd {
    padding: 16px;
    margin: 0px;
}
.list_table_two {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e8f7;
  margin-bottom: 24px;}

.list_table_two dt,
.list_table_two dd{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #e8e8f7;
}
.list_table_two dt {
  width: 50%;
    }
.list_table_two dd {
  width: 50%;
  text-align: right;
}


/*---健康診断申し込み---*/
select.place,
input.hasDatepicker{
 color: #3D3D3D;
    padding: 1%;
    border: 1px solid #d3d3e3;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 8px 0;
    width: 30%;
}


.hearthbox{
  width: 100%;
  line-height: 2.5em;
  border-bottom:1px solid #e8e8f7;
}
.hearthlist {
  border-top:1px solid #e8e8f7;
}

.hearthlist > dt {
    display:block;
    padding: 16px;
    cursor: pointer;
    font-weight: bold;
}
.hearthlist dt .title{
  float: left;
}
.hearthlist dd{
}
.hearthlist dd li{
  width: 33.33333%;
    float: left;
    line-height: 24px;
    display: block;

}

/*---input---*/
.input_wrap{
  text-align: center;
  color: #fff;
  position: relative;
  line-height: 2.8em;

  padding: 40px;
    margin-top: 24px;
    background-color: #f9f9fc;
    border-radius: 8px;


}
.input_wrap ul li{
  display: inline-block;
  margin:0 8px;
}
input[type="button"]{
    border: none;
    outline: 0;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    height: 2.5em;
    line-height: 2.5em;
    width: 100%;
    padding: 0 24px;
    transition: 0.2s;
    border-radius: 60px;
}
input[type="button"]:hover {
  opacity: 0.7;
}

.gold{
  background: #cca01f;
}

.gray{
  background: #cbcbd9;
}

/*---pagetop--*/
.pagetop {
    position: fixed;
    bottom: 80px;
    right: 2%;
    width: 64px;
    z-index: 2000;
    filter: drop-shadow(0 1px 4px rgba(88,138,169,0.3));
    border-radius: 300px;
}
.pagetop_a{
    margin:40px 0 40px 0;   
}
.pagetop a{
  transition: .2s ;
}
.pagetop a:hover{
  opacity: 0.5;
}



/*---information----*/
dl.information{
   border-bottom:1px solid #e8e8f7;
  padding: 8px 0 16px 0;
}
dl.information a{

}
dl.information dt{
      padding: 16px 0;
}
dl.information dd{

}

/* incubation追加 */
.cpncept {
    margin: 30px auto;
  }

.cpncept .character {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin: 0 auto 30px;
    box-sizing: border-box;
    border: 7px solid #ccf1ff;
    border-radius: 26px;
    background: url(../images/handshake.svg) no-repeat center center / 150px 150px;
}
.cpncept .character .box {
    width: 40%;
  }
  .cpncept .character .box .name {
    display: block;
    margin: 0 auto 15px;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
  }
  .cpncept .character .box img {
    display: block;
    margin: 0 auto 15px;
    height: 75px;
  }
  .cpncept .character .box .list {
    min-height: 130px;
    border: 2px solid #006699;
    box-sizing: border-box;
  }
  .cpncept .character .box .list h5 {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    background: #006699;
  }
  .cpncept .character ul {
    max-width: 880px;
    margin: 15px;
  }
  .cpncept li {
    list-style: disc;
    margin-left: 1em;
  }

  .cpncept .step {
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  .cpncept .step .box {
    width: 28%;
    box-sizing: border-box;
    border: 4px solid #fc8232;
  }
  .cpncept .step .box h4 {
    display: block;
    padding: 10px;
    text-align: center;
    background: #fc8232;
    color: #fff;
    font-weight: bold;
    font-size: 1.7rem;
  }
  .cpncept .step .box h4 span {
    display: block;
  }
  .cpncept .step .box h4 .sub {
    display: inline-block;
    padding: 2px 10px;
    margin-top: 8px;
    font-size: 1.4rem;
    color: #fc8232;
    background: #fff;
    border-radius: 20px;
  }
  .cpncept .step .box ul {
    margin: 15px;
  }
  .cpncept .step .arrow {
    display: flex;
    align-items: center;
    width: 10%;
    padding: 10px;
    box-sizing: border-box;
    background: url(<?php bloginfo('template_directory'); ?>/assets/images/arrow.svg) no-repeat center center/80px 80px;
  }
  .cpncept .step .arrow span {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    color: #c55003;
    font-weight: bold;
    line-height: 1.6rem;
  }

  .cpncept .step .arrow::after {
    content: '';
    display: none;
 }
    .tab_nav_wrap {
        margin: auto;
        display: flex;
       margin: 40px 0;
        border-bottom: 1px solid #0c1f93; 
  }
        
.tab_nav_wrap li {
          padding: 15px 0;
          flex: 1 0 auto;
          text-align: center;
          background: #f4f4fb;
          color: #c8c8d9;
          font-size: 1.6rem;
          font-weight: bold;
          cursor: pointer; }
          .tab_nav_wrap li.on {
            background: #0c1f93;
            color: #fff; }
.spbig {
    display: block;
    margin-top: 30px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
}
ul.qualification > li > ul {
    margin: 0.5rem 0 0 2rem;
  }
ul.qualification li {
    margin: 0 0 0.5rem 2rem;
}
.qualification_b {
    max-width: 880px;
    margin: 0 auto 2rem;
    padding-left: 20px;
  }




.t_center {
    text-align: center;
}

.wp-pagenavi {
	margin-top: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

ul.exam li {
   padding:2%;
}
ul.exam li:nth-child(2n+1) {
   /* 表の偶数行のみを対象に装飾するCSS */
   background-color: #f9f9fd;
}
/* 0309追加 */
.dinline{
    display: inline !important;
}


