@charset "UTF-8";

@media only screen and (max-width: 735px) {

.pcC {
	display:none;
}
body {
	min-width:100%;
	overflow-x:hidden;
counter-reset: number 0; 
}
p {
	font-size:14px;
	font-size:1.4rem;
	line-height:1.6;
}
.spmt5 { margin-top:5px!important; }
.spmt10 { margin-top:10px!important; }
.spmt20 { margin-top:20px!important; }
.spmt30 { margin-top:30px!important; }
.spmt40 { margin-top:40px!important; }
.spmt50 { margin-top:50px!important; }
.spmb20 { margin-bottom: 20px!important; }
.sppt30 { padding-top: 30px!important; }
.pd1 {
  padding-top: 10px;
}
.spImage {
	width:100%;
	height:auto;
}
img {
	max-width:100%;
	height:auto;
}
body {
}
img {
	max-width:100%;
	height:auto;
}
/*------------------------------------------------------------------------- ヘッダー ------------- */
header {
	width:100%;
  height: 64px;
  background: #fff;
  border-bottom: 4px solid #3f3b73;
}
header .inner {
}
header .inner h1 {
  width: 210px;
  text-align: center;
  padding-top: 15px;
  margin-left: 15px;
  float: left;
}
header .inner h1 a img:hover {
    opacity:0.7;
}
header .linkList {
  float: right;
  margin-right: 25px;
  display: none;
}
header .linkList ul {
  padding-top: 35px;
}
header .linkList ul li {
  font-size: 13px;
  float: left;
  margin-left: 28px;
}
header .linkList ul li a {
  color: #333;
}
header .menuBtn.close {
  width: 44px;
  height: 44px;
  background: url(../images/menu_btn_close.png) no-repeat;
  background-size: 100%;
  float: right;
  margin-top: 10px;
  margin-right: 12px;
}
    header .menuBtn {
  width: 44px;
  height: 44px;
  background: url(../images/menu_btn.png) no-repeat;
  background-size: 100%;
  float: right;
  margin-top: 10px;
  margin-right: 12px;
        transition: 0.8s;
}
/*------------------------------------------------------------------------- nav ------------- */
nav.gNav {
  position: fixed;
  top: 68px;
  left: 0;
  background: rgba(255,255,255,0.9);
  width: 100%;
?:  padding: 10px 0 40px;*/
  box-shadow: 0 3px 5px rgba(0,0,0,0.3);
  z-index: 9999;
  display: none;
  overflow-y: scroll;
  height: calc(100dvh - 68px);
}

nav.gNav ul {
  width: 100%;
  margin: auto;
}
nav.gNav ul li {
  font-size: 13px;
  font-weight: bold;
  text-indent: 30px;
  line-height: 30px;
  border-bottom: 1px solid #3f3b73;
}
nav.gNav ul li a {
  color: #3f3b73;
  display: block;
  padding: 10px 8px;
  min-width: 80.5px;
}
nav.gNav ul li:first-child {

}
nav.gNav ul li ul {
  display: none;
}
nav.gNav ul li ul li{
border-bottom:none;
}

/*------------------------------------------------------------------------- kv ------------- */
.kv {
  width: 100%;
}
.kv img {
  width: 100%;
  height: auto;
}
.clImg-sp{
	content:"";
	display:block;
	padding-top:75%;
	position:relative;
	margin:0 auto;
	height:100%;
}
.clImg-sp img {
	position:absolute;
	left:0;
	top:0;
}
/*------------------------------------------------------------------------- wrap ------------- */
.wrap {
  width: 100%;
}
/*------------------------------------------------------------------------- index_block1 ------------- */
.wrap .index_block1 {
  margin: 0 29px;
  padding: 35px 0 25px;
}
.wrap .index_block1 h2 {
  width: 100px;
}
.wrap .index_block1 h3 {
  font-size: 25px;
  line-height: 35px;
  margin: 5px 0;
}
.wrap .index_block1 p {
  font-size: 17px;
  line-height: 30px;
}
/*------------------------------------------------------------------------- index_block2 ------------- */
.wrap .index_block2 {
  width: 100%;
  background: #f0f0f0;
  padding: 33px 0 21px;
}
.wrap .index_block2 h2 {
  width: 191px;
}
.wrap .index_block2 h2 img {
  width: 171px;
}
.wrap .index_block2 .inner {
  margin: 0 28px;
    position: relative;
}
    .wrap .index_block2 .inner .btn_news{
        display: block;
        padding: 2px;
        border-top:1px solid #333;
        border-left:1px solid #333;
        border-right:2px solid #333;
        border-bottom:2px solid #333;
        
        background: #fff;
        color:#333333;
        text-align: center;
        position: absolute;
        top:-3px;
        right:0;
        width:80px;
        font-size: 13px;
    }
.wrap .index_block2 .inner ul {
  margin-top: 20px;
}
.wrap .index_block2 .inner ul li {
  border-bottom: 1px dashed #999;
  padding: 15px 0;
}
.wrap .index_block2 .inner ul li:first-child {
  border-top: 1px dashed #999;
}
.wrap .index_block2 .inner ul li a {
  display: block;
  padding: 3px 7px;
  color:#000000;
}
.wrap .index_block2 .inner ul li .ttl p.day {
  width: 118px;
  display: inline-block;
  float: left;
  color: #3f3b73;
  font-size: 19px;
  line-height: 28px;
}
.wrap .index_block2 .inner ul li .ttl p.tag {
  font-size: 15px;
  color: #333;
  border: 1px solid #b0b0b0;
  width: 70px;
  text-align: center;
  margin-top: 2px;
  margin-right: 10px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.wrap .index_block2 .inner ul li .txt {
}
.wrap .index_block2 .inner ul li .txt p {
  font-size: 15px;
  line-height: 25px;
  margin-top: 10px;
}
.wrap .index_block2 .inner .ttl .iconLink{
/*    text-align: right;*/
    float:right;
    margin-bottom: 5px;
}
/*------------------------------------------------------------------------- index_block3 ------------- */
.wrap .index_block3 {
  width: 100%;
}
.wrap .index_block3 img {
  width: 100%;
  height: auto;
}
.wrap .index_block3 p {
  display: none;
}
/*------------------------------------------------------------------------- index_block4 ------------- */
.wrap .index_block4 {
  width: 100%;
  text-align: center;
  padding: 36px 0 25px;
}
.wrap .index_block4 h2 {
  margin-bottom: 20px;
  width: 203px;
  margin: auto;
}
.wrap .index_block4 p {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 14px;
}

.infoBlk {
  width: 100%;
  text-align: center;
  padding: 36px 0 25px;
}
.infoBlk h2 {
  margin-bottom: 20px;
  width: 203px;
  margin: auto;
}
.infoBlk p {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 14px;
}
.infoBlk.dbr {
  border-top:7px solid #d9d8e3;
}
/*------------------------------------------------------------------------- index_block5 ------------- */
.wrap .index_block5 {
  width: 100%;
  margin-top:20px;
}

.wrap .index_block5 ul.top_banner{
	margin-left:10px;
}
.wrap .index_block5 ul.top_banner li{
	width:48%;
	margin-right:10px;
	margin-bottom:15px;
	float:left;
}

.wrap .index_block5 ul.top_banner li:nth-child(even){
	margin-right:0;
}
.wrap .index_block5 ul.top_banner li img{
/*	border:1px solid #ddd !important;*/
}

.wrap .index_block5 p{
	clear:both;
	margin:10px 10px 20px;
}
.wrap .index_block6{
  width: 100%;
  background: #f0f0f0;
  padding: 13px 26px 31px;
  box-sizing: border-box;
}
.wrap .top-info{
    padding: 0 10px !important;
}
.wrap .top-info .inner2{
        width:100%;
        margin: 10px auto;
}
.wrap .top-info h2{
        color: #fff;
        background-color: #3f3b73;
        text-align: center;
        font-size: 22px;
        padding: 10px 0 6px;
        margin-bottom: 20px;
        font-weight: bold;
}	
.wrap .top-info .top-info-txt{
        font-size: 14px;
        line-height: 1.7;
}
.wrap .top-info .top-info-notice{
        font-size: 14px;
        line-height: 1.5;
}
.wrap .top-info .top-info-list{
        margin-top: 20px;
        position: relative;
        padding-left: 50px;
}
.wrap .top-info .top-info-list::before{
        counter-increment: number 1;
        content: counter(number);
        position: absolute;
        font-size: 30px;
        color: #3f3b73;
        font-family: 'Teko';
        left: 0;
        border: 1px solid #3f3b73;
        padding: 1px 8px 3px;
        font-weight: bold;
}
.wrap .top-info .top-info-list-txt{
        font-size: 20px;
        color: #3f3b73;
        line-height: 1.2;
        font-weight: bold;
}
.wrap .top-info .top-info-btn{
        background-image: url(../images/top_info_btn.png);
        background-repeat: no-repeat;
        margin: 20px auto;
        text-align: center;
        background-position-x: center;
        color: #fff;
        font-size: 19px;
        padding: 18px 20px 17px 0;
        font-weight: bold;
        display: block;
        position: relative;
        box-sizing: border-box;
        background-size: cover;
}
.wrap .top-info .top-info-btn::before{
        content: '';
        position: absolute;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        width: calc(tan(60deg) * 18px / 2);
        height: 18px;
        background: #006cb8;
        top: calc((100% - 20px) / 2);
        right: 16px;
        box-sizing: border-box;
        z-index: 2;
}
.wrap .top-info .top-info-btn::after{
content: '';
        position: absolute;
        border: 1px solid #006cb8;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        top: calc((100% - 31px) / 2);
        right: 12px;
        background-color: #fff;
}

/*------------------------------------------------------------------------- footLink ------------- */
.footLink {
  width: 100%;
  background: #f0f0f0;
  padding: 25px 0 35px;
}
.footLink .inner {
  width: 290px;
  margin: auto;
}
.footLink div.box1 {
  float: left;
}
    .footLink div.box2 {
  float: right;
}
/*.footLink div.box1 {
  margin-right: 50px;
}*/
.footLink ul {
}
.footLink ul li {
  font-size: 15px;
  line-height: 29px;
  font-weight: bold;
}
.footLink ul li a {
  color: #333;
}
.footLink ul li a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------------------------- footer ------------- */
footer {
  padding: 21px 0 35px;
  text-align: center;
}
footer ul {
  width: 308px;
  margin: auto;
/*1px × 1pxのドットで間隔が1pxの点線をleftに表示*/
background-image: linear-gradient(to bottom, #808080, #808080 1px, transparent 2px, transparent 1px);
background-size: 1px 3px;
background-position: left;
background-repeat: repeat-y;
}
footer ul li {
  float: left;
  font-size: 13px;
/*1px × 2pxのドットで間隔が1pxの点線をrightに表示*/
  background-image: linear-gradient(to bottom, #808080, #808080 1px, transparent 2px, transparent 1px);
  background-size: 1px 3px;
  background-position: right;
  background-repeat: repeat-y;
  text-align: center;
  font-weight: bold;
    width: 50%;
}
footer ul li a {
  color: #666;
  display: block;
  padding: 0 25px;
  min-width: 80.5px;
  line-height: 25px;
}
footer p {
  font-size: 13px;
  margin-top: 35px;
  color: #666;
  line-height: 12px;
  
}
footer p span {
  font-size: 150%;
  vertical-align: bottom;
  margin-top: 0px;
  display: inline;
  position: relative;
  top: 3.5px;
}
footer .toTop {
  display: none;
}

.ov {
  pointer-events: none;
}

/*------------------------------------------------------------------------- 弁護士 ------------- */
.lawyer {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
}
.lawyer.Top {
display:block;
}
.lawyer p {
  font-size: 13.5px;
}
.ttlBox {
  width: 245px;
  margin: 30px auto 0;
}
.ttlBox hr {
  border: 0;
  border-bottom: 2px solid #f77e1e;
  margin: 0 2px;
}
.ttlBox h3 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 10px;
  color: #f77e1e;
  line-height: 52px;
  margin-top: 3px;
  border-top: 2px dotted #f77e1e;
  border-bottom: 2px dotted #f77e1e;
}
.lawyer ul.topList {
  margin: 20px 10px 0;
}
.lawyer ul.topList li {
  margin: 0 0 10px;
  text-align: center;
  display: table;
  width: 49%;
}
.lawyer ul.topList li:nth-child(odd) {
  float: left;
}
.lawyer ul.topList li:nth-child(even) {
  float: right;
}
.lawyer ul.topList li a {
  display: table-cell;
  vertical-align: middle;
  width: 49%;
  height: 70px;
  background: #ecebf1;
  border: 2px solid #ecebf1;
}
.lawyer ul.topList li a p.name1 {
  font-size: 12px;
  color: #3f3b73;
  margin-bottom: 2px;
}
.lawyer ul.topList li a p.name2 {
  font-size: 17px;
  color: #333;
}
.lawyer ul.topList li a p.name3 {
  font-size: 12px;
  color: #4d4d4d;
}
.lawyer ul.list2 {
  margin-bottom: 50px;
}



.lawyer .mainPhoto {
  margin: 0px 28px 25px;
}
.lawyer .mainPhoto .name {
  border-left: 13px solid #cccccc;
  margin: 26px 0;
  padding:6px 0 6px 20px;
}
.lawyer .mainPhoto p {
  font-size: 15.5px;
  line-height: 28px;
  color: #666666;
}
.lawyer .mainPhoto .name p.txt1 {
  font-size: 15px;
  color: #3f3b73;
  line-height: 100%;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.lawyer .mainPhoto .name p.txt2 {
  font-size: 29px;
  color: #333333;
  padding-left: 3px;
  line-height: 100%;
  letter-spacing: 1px;
}
.lawyer .mainPhoto .name p.txt3 {
  font-size: 11px;
  color: #808080;
  line-height: 100%;
  margin-top: 9px;
  letter-spacing: 2px;
}
.lawyer .mainPhoto .name p.txt4 {
	font-size:11px;
	font-weight:bold;
	color:#777777;
	line-height:100%;
	margin-top:10px;
}

.lawyer .mainPhoto .name p.txt5 {
	font-size:14px;
	line-height:100%;
	margin-top:5px;
	margin-bottom:10px;
}

.lawyer .block {
  margin: 0 28px;
  padding-bottom: 35px;
}
.lawyer h3.profile {
  width: 95px;
  margin-top: 50px;
}
.lawyer ul.profList {
  margin-top: 20px;
}
.lawyer ul.profList li {
  font-size: 13.5px;
  line-height: 18px;
  text-indent: -13.5px;
  padding: 4px 0;
  padding-left: 13.5px;
}
.lawyer h4 {
  line-height: 32px;
  font-size: 13.5px;
  color: #fff;
  background: #3f3b73;
  display: inline-block;
  padding: 0 11px;
  margin-top: 30px;
  margin-bottom: 17px;
}
.lawyer .message {
  width: 100%;
  background: #fef2e8;
  margin-bottom: 33px;
}
.lawyer .message2 {
  width: 100%;
  background: #ebefff;
  margin-bottom: 33px;
}
.lawyer .message .inner,.lawyer .message2 .inner {
  margin: 0 30px;
  padding: 23px 0 22px;
}
.lawyer .message .inner h5,.lawyer .message2 .inner h5 {
  width: 188.5px;
  height: auto;
  margin-bottom: 15px;
}

.lawyer .profFiled .pf-summary{
list-style: none;
cursor: pointer;
}
.lawyer .profFiled .pf-summary::-webkit-details-marker {
display:none;
}
.lawyer .profFiled .pf-summary:hover{
background-color:#3f3b73;
}
.lawyer .profFiled .pf-summary:hover h5{
color:#fff;
}
.lawyer .profFiled h5{
font-size: 20px;
color: #3f3b73;
border-right: 1px solid #3f3b73;
border-left: 1px solid #3f3b73;
border-bottom: 1px solid #3f3b73;
border-top: 1px solid #3f3b73;
padding: 12px 10px 10px;
font-weight: bold;
}

.lawyer .profFiled h5:not([class]){
border-top: none;
}
.pf-details:has(.is-active) + .pf-details h5{
border-top: 1px solid #3f3b73;
}
.lawyer .profFiled .pfc-details{
border-bottom: 1px solid #ccc;
position: relative;
}

.lawyer .profFiled .pfc-details:first-of-type{
margin-top:20px;
border-top: 1px solid #ccc;
}
.lawyer .profFiled .pfc-details span{

}
.lawyer .profFiled .pfc-summary:before{
content: "";
position: absolute;
top: calc((100% - 25px) / 2);;
right: 0;
background-color: #d2d2d2;
width: 25px;
height: 25px;
border-radius: 50%;
}
.lawyer .profFiled .pfc-summary span:before,
.lawyer .profFiled .pfc-summary span:after{
content: "";
position: absolute;
top: calc( ( 100% - 22px) / 2 + 10px );
right: 5px;
background-color: #878787;
width: 15px;
height: 0.15em;
transition: all 0.3s;
}
.lawyer .profFiled .pfc-details span:after{
transform: rotate(90deg);
}
.lawyer .profFiled .pfc-details .is-active span:after{
transform: rotate(180deg);
}
.lawyer .profFiled .pfc-summary{
display: block;
list-style: none;
font-size: 13.5px;
line-height: 26px;
text-indent: -1em;
margin-left: 1em;
padding-top: 10px;
padding-bottom: 10px;
padding-right:25px;
cursor: pointer;
position: relative;
}
.lawyer .profFiled .pfc-summary::-webkit-details-marker {
display:none;
}

.lawyer .profFiled .pfc-content{
	padding: 15px;
}

.lawyer .profFiled .pfc-content p{
line-height:26px;
}
.lawyer .profFiled .pfc-content p.details_icon{
    color: #3eac4a;
    border: 2px solid #3eac4a;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 10px;
    margin-top:20px;
    font-weight: bold;
}
.lawyer .profFiled .pfc-content p.details_icon:first-of-type{
margin-top:0;
}
.lawyer .profFiled .pfc-content p.details_bold{
color: #3eac4a;
    font-weight: bold;
    font-size: 16px;
}
.lawyer .proField-txt{
font-size:16px;
font-weight:bold;
color:#3f3b73;
}

/*------------------------------------------------------------------------- content ------------- */
.content {
  width: 100%;
  padding-top: 35px;
}
.content .inner {
}
/*------------------------------------------------------------------------- sidebar ------------- */
.sidebar {
  width: 100%;
  background-image: url(../images/side_bg.png);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #242443;
  border-top:7px solid #d9d8e3;
}
.sidebar .inner {
  border-left: 1px solid #fff;
  margin-left: 54px;
  padding-top: 39px;
  padding-bottom: 30px;
}
.sidebar .inner h2 {
  color: #333;
  font-size: 14px;
  line-height: 33px;
  text-indent: 14px;
  margin-bottom: 18px;
  font-weight: bold;
}
.sidebar .inner h3 {
  background: url(../images/side_icon.png) top left no-repeat;
  line-height: 27px;
  font-size: 14px;
  color: #fff;
  text-indent: 14px;
}
.sidebar .inner ul {}
.sidebar .inner ul li {
  line-height: 26px;
  text-indent: 28px;
  font-size: 13px;
}
.sidebar .inner ul li a {
  color: #fff;
  display: block;
}

.sidebar .inner ul li.on{
  background: #45455f;
}

/*------------------------------------------------------------------------- voice ------------- */
.voice {
  width: 100%;
}
    .voice .voiceTop{
        background: #fdf3f1;
    }
    .voice .voiceTop .listWrap{
        width:95%;
        margin:auto;
    }
    .voice .voiceTop ul.listWrap{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        font-size: 14px;
        padding:40px 0 80px;
    }
    .voice .voiceTop ul.listWrap li{
        margin-top: 15px;
        width: 48%;
    }
    .voice .voiceTop ul.listWrap li a{
        display: block;
        background: #e2e2ea;
        text-align: center;
        color:#333;
        padding:10px 5px;
        height: 100%;
        box-sizing: border-box;
        border:2px solid #e2e2ea;
        
    }
    .voice .voiceTop ul.listWrap li a:hover{
        background: #f9f9fb;
        border:2px solid #ecebf1;    
    }
    .voice .voiceTop ul.listWrap li a span{
        display: table-cell;
        vertical-align: middle;
        height: 100%;
    }
.voice .contentinner {
  margin: auto;
  background: #fdf3f1;
  padding: 30px 0;
}
.voice .contentinner ul {
  padding: 0 10px;
}
.voice .contentinner ul li {
  background: #fff;
  border: 1px solid #e3e3e3;
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.voice .contentinner ul li .icon {
  display: table-cell;
  width: 60px;
  padding: 10px 0 10px 10px;
}
.voice .contentinner ul li .box {
  display: table-cell;
  padding:10px 10px 10px 15px;
  vertical-align: top;
}
.voice .contentinner ul li .box p.tag span {
  background: #ec6d4e;
  line-height: 25px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
    margin-bottom: 5px;
  border-radius: 4px;
  display: inline-block;
}
.voice .contentinner ul li .box p.tag span.icon_new {
	background: #3F3B73;
	border-radius:0;
	font-size:14px;
	font-weight:bold;
}

.voice .contentinner ul li .box p.tag2 {
  font-size: 12px;
}
.voice .contentinner ul li .box p.tag2 span {
  line-height: 25px;
  padding: 0 10px;
  color: #ec6d4e;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #ec6d4e;
  border-radius: 4px;
  display: inline-block;
}
.voice .contentinner ul li .box p.tag2 span.icon_new {
	background: #3F3B73;
	border-radius:0;
	font-size:14px;
	font-weight:bold;
	border:0;
	color:#fff;
}

.voice .contentinner ul li .box p.txt1 {
  font-size: 13px;
  line-height: 22px;
  margin-top: 8px;
}
.voice .contentinner ul li .box p.txt2 {
  font-size: 13px;
  line-height: 22px;
  text-align: right;
  color: #ec6d4e;
}
.voice .inner2 {
  border-top: 2px dotted #b0b0b0;
  padding: 0 10px 30px;
}
.voice .inner2 p.lead {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}
.voice .inner2 .csBox {
  margin: 20px auto 0px;
}
.voice .inner2 table.tbl1 {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.voice .inner2 table.tbl1 th {
  width: 51px;
  text-align: left;
  vertical-align: middle;
  padding: 5px 10px 5px 0;
}
.voice .inner2 table.tbl1 tr.ttl th,
.voice .inner2 table.tbl1 tr.ttl td {
}
.voice .inner2 table.tbl1 td.cel1 {
  font-size: 14px;
  line-height: 20px;
  color: #ec6d4e;
}
.voice .inner2 table.tbl1 td.cel2 {
  border-bottom: 1px solid #ec6d4e;
  padding-top: 10px;
  padding-bottom: 3px;
}
.voice .inner2 table.tbl1 td.cel3 {
  font-size: 16px;
  line-height: 24px;
  padding-top: 3px;
  padding-bottom: 10px;
}
.voice .inner2 table.tbl1 td {
  vertical-align: middle;
}
.voice .voiceWrap .caseTtl {
  margin: -0 auto 0;
  padding-bottom: 25px;
  margin: 0 10px;
}
.voice .voiceWrap .caseTtl h2 {
  line-height: 60px;
  font-size: 23px;
  color: #4d4d4d;
}
.voice .voiceWrap .caseTtl img {
  margin-right: 10px;
  width: 60px;
}
/*------------------------------------------------------------------------- ページャー ------------- */
.page {
  text-align: center;
  padding: 30px 0;
}
.page p {
  font-size: 13px;
}
.page p span {
  display: inline-block;
}
.page p span.ttl {
 background: #3f3b73;
 color: #fff;
 line-height: 26px;
 padding: 0 9px;
 border-radius: 2px;
 margin: 0 2px;
}
.page p span.number {
  color: #3f3b73;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  line-height: 25px;
  width: 25px;
  text-align: center;
  margin: 0 2px;
}
.page p a:hover span.number {
  background: #b0b0b0;
  color: #fff;
}
.page p span.abridge {
  color: #333333;
}
.page p span.last {
  color: #fff;
  border: 1px solid #b0b0b0;background: #b0b0b0;
  border-radius: 3px;
  line-height: 25px;
  width: 25px;
  text-align: center;
  margin: 0 2px;
}
/*------------------------------------------------------------------------- howto ------------- */
.howto {
}
.howto p.lead {
  font-size: 13px;
  line-height: 22px;
/*  text-align: center;*/
  margin: 0 10px;
  padding-top: 25px;
}
.howto .note{
  font-size:10px;
}

.howto .content_ttl {
  border-bottom: 1px solid #c9c9c9;
  margin: 30px 10px 0;
}
.howto .content_ttl h2 {
  margin: auto;
}
.howto .inner ul.list1 {
  padding: 0 10px;
  margin: auto;
}

.howto .inner ul.list1 li {
  background: #fff;
  display: table;
  width: 100%;
  border-bottom: 1px dotted #c9c9c9;
  padding: 10px 0;
}
.howtoWrap  ul.list1 li {
  border: none!important;
}
.howto .inner ul.list1 li .icon {
  display: table-cell;
  width: 70px;
  padding: 0 0 10px 0;
}
.howto .inner ul.list1 li .icon2 {
  display: table-cell;
  width: 70px;
  padding: 0 0 10px 0;
}
.howto .inner ul.list1 li a .icon p {
  text-align: center;
  color: #3f3b73;
  margin-bottom: 2px;
  font-size: 11px;
}
.howto .inner ul.list1 li .cover {
  padding: 8px;
}
.howto .inner ul.list1 li a:hover .cover {
  background: #e3e3e3;
}
.howto .inner ul.list1 li .box {
  display: table-cell;
  padding:19px 10px 0 10px;
  vertical-align: top;
}
.howto .inner ul.list1 li .box2 {
  display: table-cell;
  padding:0 10px 0 13px;
  vertical-align: top;
}
.howto .inner ul.list1 li .box p.tag span,
.howto .inner ul.list1 li .box2 p.tag span{
  background: #4dbbaa;
  line-height: 25px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
  border-radius: 4px;
  display: inline-block;
}
.howto .inner ul.list1 li .box p.txt1 {
  font-size: 13px;
  line-height: 22px;
  margin-top: 8px;
  color: #4d4d4d;
}
.howto .inner ul.list1 li .box2 p.txt1 {
  font-size: 15px;
  line-height: 23px;
  margin-top: 5px;
  color: #736300;
  margin-bottom: 20px;
}
.howto .howtoWrap {
  overflow: hidden;
}
.howto .howtoWrap .qestion {
  margin: 0 10px;
}
.howto .howtoWrap .qestion table {
  
}
.howto .howtoWrap .qestion table th {
  width: 34px;
  padding: 0;
}
.howto .howtoWrap .qestion table td {
  font-size: 13px;
  line-height: 22px;
  vertical-align: top;
  padding-left: 10px;
}
.howto .howtoWrap .qestion .box {
  padding: 10px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  background: #f9f6e5;
  margin-top: 15px;
  margin-bottom: 24px;
}
.howto .howtoWrap .qestion .box p {
  font-size: 13px;
  line-height: 22px;
  color: #736300;
}
.howto .howtoWrap .imgBox {
  text-align: center;
  margin-bottom: 30px;
}
.howto .howtoWrap .imgBox .mgn {
  margin-top: 10px;
}
.howto .howtoWrap h3 {
  font-size: 20px;
  color: #3f3b73;
  margin-bottom: 10px;
}
/*------------------------------------------------------------------------- category ------------- */
.category {
  width: 100%;
  padding-bottom: 20px;
}
.category .inner {
  margin: auto;
  background: #e8e7ee;
  padding: 30px 0;
}
.category .inner p.lead {
  font-size: 13px;
  line-height: 22px;
  margin: auto;
  padding: 0 10px;
}
.category .inner ul {
  max-width: 880px;
  padding: 0 10px;
  margin: 20px auto 0;
}
.category .inner ul li {
  background: #fff;
  display: table;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.category .inner ul li a {
  display: block;
}
.category .inner ul li .btn p a {
  width: 115px;
  display: block;
  line-height: 20px;
  text-align: center;
  background: url(../images/category/btn1.png) no-repeat;
  background-size: 100%;
  font-size: 12px;
  color: #fff;
  float: right;
  margin-top: 5px;
}
/*
.category .inner ul li a:hover .btn p {
  background: url(../images/category/btn1_ov.png) no-repeat;
}
*/
.category .inner ul li .icon {
  display: table-cell;
  width: 60px;
  padding: 10px 0 10px 10px;
}
.category .inner ul li .box {
  display: table-cell;
  padding: 12px 10px 10px 10px;
  vertical-align: top;
}
.category .inner ul li .box p.txt1 {
  font-size: 22px;
  line-height: 100%;
  color: #006cb8;
  font-weight: lighter;
  letter-spacing: 1px;
}
.category .inner ul li .box p.txt2 {
  font-size: 13px;
  line-height: 22px;
  color: #333;
  margin-top: 10px;
}
/*------------------------------------------------------------------------- case ------------- */
.case .caseWrap {
  margin: 0 ;
  overflow: hidden;
}
.case .caseWrap .caseTtl {
  padding-bottom: 5px;
  margin: 0 10px 25px;
}
.case .caseWrap .caseTtl h2 {
  line-height: 60px;
  font-size: 23px;
  color: #4d4d4d;
}
.case .caseWrap .caseTtl img {
  margin-right: 10px;
  width: 60px;
}
.case .caseWrap .caseInner {
  margin: auto;
}
.case .caseWrap .caseNumber {
  margin: -20px 10px 0;
}
.case .caseWrap .caseNumber th {
  font-size: 50px;
  font-weight: bold;
  vertical-align: middle;
  color: #e3e3e3;
  padding-top: 10px;
  white-space: nowrap;
}
.case .caseWrap .caseNumber td {
  font-size: 19px;
  line-height: 25px;
  vertical-align: middle;
  padding-left: 10px;
  color: #4d4d4d;
  font-weight: bold;
}
.case .caseWrap .box {
  padding-bottom: 10px;
  margin: 10px;
}
.case .caseWrap .box .tag1,
.case .caseWrap .box .tag2,
.case .caseWrap .box .tag3 {
  width: 95px;
}
.case .caseWrap .box .tag1 p {
  text-align: center;
  font-size: 13px;
  border: 2px solid #3eac4a;
  color: #3eac4a;
  font-weight: bold;
}
.case .caseWrap .box .tag2 p {
  text-align: center;
  font-size: 13px;
  border: 2px solid #3f3b73;
  color: #3f3b73;
  font-weight: bold;
}
.case .caseWrap .box .tag3 p {
  text-align: center;
  font-size: 13px;
  border: 2px solid #b02524;
  color: #b02524;
  font-weight: bold;
}
.case .caseWrap .box .txt {
  margin-top: 10px;
}
.case .caseWrap .box .txt p {
  font-size: 13px;
  line-height: 22px;
}
.case .caseWrap .caseInner2 {
  background: #ffffba;
  padding-top: 15px;
  margin-bottom: 20px;
}
.case .caseWrap .caseInner2 .box {
  margin: 0 10px;
}
.case .caseWrap .note{ 
    font-size: 10px;
    padding: 5px 5px 0px;
    line-height:1.3;
/*    text-align: right;*/
}
.case .caseWrap .notel{ 
    font-size: 11px;
    padding: 0 5px 30px;
    text-align: left;
    font-weight:normal;
}
    .case .caseWrap .coming{
        font-size: 18px;
        padding:10px 10px 30px;
    }

.case .menu{
        background-color: #f0f0f0;
        padding: 20px 0;
        border-top: 2px dotted #b0b0b0;
        margin-bottom: 40px;
}
.case .menu .menutitle{
    color: #3f3b73;
    font-size: 36px;
    line-height: inherit;
    text-align: center;
    font-family: 'Teko';
    font-weight: bold;
}
.case .menu .menu-check{
display:none;
}
.case .menu .menu-label{
position:relative;
}
.case .menu .menu-label::before{
        content: '閉じる';
        background: #3f3b73;
        color: #fff;
        font-size: 12px;
        width: 110px;
        display: block;
        text-align: center;
        margin: 0 auto;
        padding: 6px 0 5px 14px;
        letter-spacing: 10px;
        cursor: pointer;
}
.case .menu .menu-label.is-close::before{
        content: '開く';
}
.case .menu ul{
        width: 100%;
        margin: 20px auto 0;
        font-size: 13.5px;
        padding-left: 10px;
        box-sizing: border-box;
}
.case .menu ul li{
margin-bottom: 10px;
        line-height: 20px;
        padding-left: 40px;
        padding-right: 10px;
}
.case .menu ul li a{
        position: relative;
        color: #000;
        line-height: 20px;
        padding-left: 40px;
        margin-left: -40px;
}
.case .menu ul li a::before{
content: counter(num) '.';
        position: absolute;
        border-left: 4px solid #3f3b73;
        counter-increment: num -1;
        top: 0px;
        left: 0;
        height: 16px;
        font-size: 14px;
        padding-left: 9px;
        line-height: 20px;
}
.case .pic{
        text-align: right;
        width: 100%;
        margin: 0px auto 60px;
}

.case .pic a{
        background-color: #d8d8e3;
        font-size: 13px;
        padding: 3px 10px;
        margin-right: 10px;
        border-radius: 14px;
        color:#000;
        display: inline-block;
        margin-bottom: 5px;
}

/*------------------------------------------------------------------------- introduction ------------- */
.introduction {
  margin: auto;
  padding: 30px 0 0;
}
.introduction .block1 {
  text-align: center;
  padding: 0 10px 40px;
}
.introduction .block1 h2 {
  margin-bottom: 0px;
}
.introduction .block1 p {
  font-size: 13px;
  line-height: 22px;
  margin: 20px 0;
  text-align: left;
}
.introduction .ttlBox {
  margin: 0 auto 20px;
}
.introduction .ttlBox hr {
  border-bottom: 2px solid #d13758;
}
.introduction .ttlBox h3 {
  color: #d13758;
  border-top: 2px dotted #d13758;
  border-bottom: 2px dotted #d13758;
}
.introduction .block2 {
  padding: 0 10px;
}
.introduction .block2 .num {
  text-align: center;
  margin-bottom: 15px;
}
.introduction .block2 h4 {
  text-align: center;
  font-size: 19px;
  color: #3f3b73;
  font-weight: lighter;
  margin-bottom: 15px;
}
.introduction .block2 p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 22px;
}
.introduction .block3 {
  padding-top: 30px;
}
.introduction .block4 {
  padding-top: 30px;
}
/*.introduction .block4 .box1 {
  margin: 0 10px;
}*/
.introduction .block4 ul {
}
.introduction .block4 ul li {
  float: left;
  width: 15%;
  margin-left: 2%;
  margin-bottom: 5px;
}
.introduction .block4 ul li img {
  width: 100%;
  height: auto;
}
.introduction .block4 ul li:first-child {
  margin: 0;
  width: 24%;
/*  margin-right: 2%;*/
  padding-top: 1%;
  padding-left: 3%;
}
/*.introduction .block4 ul li:nth-child(5) {
  margin-left: 34%;
}*/
/*.introduction .block4 .box2 {
  margin: 0 10px;
}*/
/*
.introduction .block4 ul li a:hover img {
  opacity: 0.4;
}
*/
.introduction .block5 {
  padding-top: 40px;
  padding-bottom: 58px;
}
.introduction .block5 .map {
  height: 300px;
  width: 100%;
}
.introduction .block5 p {
  text-align: center;
}
.introduction .block5 p.ttl {
  font-size: 14px;
  color: #3f3b73;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.introduction .block5 p.ttl span {
  line-height: 33px;
  background: #d9d8e3;
  display: inline-block;
  padding: 0 14px;
}
.introduction .block5 p.txt {
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
  text-align:left;
  padding: 0 10px;
}
.introduction .block5 p.txt span {
  color: #3f3b73;
}
#map_custmomize {
  width: 100%;
  height: 300px;
}
    
    .introduction .block3 .bxslider div p{
        background: #282450;
        color:#fefeff;
        font-size: 12px;
        padding:10px 20px;
    }
    .introduction .block3 .bxslider div p span.fzL{
        font-size: 18px;
    }
    .introduction .block3 .bxslider div p span.mincho{
        font-size: 18px;
        letter-spacing: 1px;
    }
/*------------------------------------------------------------------------- advantage ------------- */
.advantage {
  margin: auto;
}
.advantage .block1 {
  text-align: center;
  padding-top: 30px;
  margin: 0 10px;
}
.advantage .block1 p {
  font-size: 14px;
  line-height: 30px;
}
.advantage .block1 p span.txt1 {
  color: #3f3b73;
  font-weight: lighter!important;
  font-size: 21px;
    letter-spacing: 2px;
}
.advantage .block1 p span.txt2 {
  font-size: 11px;
}
.advantage h3.heading {
  text-align: center;
  margin-bottom: 20px;
}
.advantage .block2 {
  margin: 30px auto 0;
  padding: 0 10px;
}
.advantage .block2 .txt {
}
.advantage .block2 .image {
  text-align: center;
  margin-top: 10px;
}
.advantage .block2 .txt p {
  font-size: 13px;
  line-height: 22px;
}
.advantage .block2 .under {
  margin-top: 30px;
}
.advantage .block2 .under ul li {
  width: 49%;
}
.advantage .block2 .under ul li:first-child {
  float: left;
  height: 250px;
}
.advantage .block2 .under ul li:nth-child(2) {
  float: right;
  height: 250px;
}
.advantage .block2 .under ul li:nth-child(3) {
  float: left;
}
.advantage .block2 .under ul li:last-child {
  float: right;
}

.advantage .block2 .under h3 {
  font-size: 20px;
  border-bottom: 2px solid #b3b3b3;
  line-height: 40px;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.advantage .block2 .under p.txt1 {
  font-size: 11px;
  font-weight: lighter;
  color: #3f3b73;
  line-height: 15px;
}
.advantage .block2 .under p.txt2 {
  font-size: 18px;
  margin-top: 2px;
  font-weight: bold;
}
.advantage .block2 .under p.txt3 {
  font-size: 11px;
  line-height: 20px;
  margin-top: 5px;
}
.advantage .block3 {
  padding-top: 90px;
}
.advantage .block3 .txt {
  padding: 0 10px;
  margin: 15px auto 0;
}
.advantage .block3 .txt p {
  font-size: 13px;
  line-height: 22px;
}
.advantage .block4 {
  margin-top: 40px;
}
.advantage .block4 .txt {
  margin: 20px auto 0;
  padding: 0 10px;
}
.advantage .block4 .txt p {
  font-size: 13px;
  line-height: 22px;
}
.advantage .block5 {
  padding: 40px 10px 0; 
}
.advantage .block5 .image {
  text-align: center;
}
.advantage .block5 .txt p {
  font-size: 13px;
  line-height: 22px;
  margin-top: 15px;
}
.advantage .block6 {
  padding:40px 10px 0; 
}
.advantage .block6 .image {
  text-align: center;
}
.advantage .block6 .txt {
  margin-top: 15px;
}
.advantage .block6 .txt p {
  font-size: 13px;
  line-height: 22px;
}
.advantage .block7 {
  padding:40px 10px 0; 
}
.advantage .block7 .image {
  text-align: center;
}
.advantage .block7 .txt {
  margin-top: 15px
}
.advantage .block7 .txt p {
  font-size: 13px;
  line-height: 22px;
}
.advantage .message {
  width: 100%;
  background: #ebefff;
  margin: 30px auto 30px;
}
.advantage .message .inner {
  padding: 20px 10px;
}

.advantage .message .inner h3 {
  margin-bottom: 13px;
}
.advantage .message .inner p {
  font-size: 13px;
  line-height: 22px;
}
/*------------------------------------------------------------------------- recruit ------------- */
.recruit {}
.recruit .heading {
  margin: auto;
  padding: 30px 10px 15px;
}
.recruit .heading h2 {
  color: #3f3b73;
  font-size: 20px;
}
.recruit .block1 {
  padding: 0 10px 30px;
}
.recruit .block1 .txt {
}
.recruit .block1 .txt p {
  font-size: 13px;
  line-height: 22px;
  color: #4d4d4d;
}
.recruit .block1 .image {
text-align: center;
margin-top: 10px;
}
    .recruit .block1 .last{
        font-size: 12px !important;
        font-weight: bold;
        margin-top: 5px;
    }
.recruit .block2 {
  padding: 20px 0 30px;
  width: 100%;
  border-top: 10px solid #e5f7f5;
}
.recruit .block2 p.lead {
  margin: 0 auto;
  color: #00b097;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 30px;
}
.recruit .block2 p {
  margin: auto;
  padding: 0 10px;
  font-size: 15px;
  line-height: 25px;
  color: #1a1a1a;
  letter-spacing: -0.3px;
}
.recruit .block2 p span {
  font-size: 12px;
}
.recruit .flowTtl {
  width: 100%;
  background: #e5f7f5;
  padding: 36px 0 37px;
}
.recruit .ttlBox {
  width: 245px;
  margin: 0 auto;
}
.recruit .ttlBox hr {
  border-bottom: 2px solid #00b097;
}
.recruit .ttlBox h3 {
  color: #00b097;
  border-top: 2px dotted #00b097;
  border-bottom: 2px dotted #00b097;
}
.recruit .flowBox {
  margin: 0 ;
    padding:0 10px 30px;
}
.recruit .flowBox h3 {
  color: #3f3b73;
  font-size: 20px;
  text-align: center;
  margin: 12px 0 0;
  letter-spacing: 5px;
}
.recruit .flowBox .tblBox {
  margin: 20px auto 0;
}
.recruit .flowBox .tblBox .ttl {
}
.recruit .flowBox .tblBox .ttl p {
  font-size: 15px;
  color: #00b097;
}
.recruit .flowBox .tblBox .txt {
}
.recruit .flowBox .tblBox .txt p.txt1 {
  font-size: 13px;
  line-height: 19px;
  margin: 5px 0;
}

.recruit .flowBox .tblBox .txt ul {
  list-style:disc;
  margin-left:20px;
}
.recruit .flowBox .tblBox .txt ul li{
  font-size: 13px;
  line-height: 19px;
  margin: 5px 0;
}
.recruit .flowBox table {
  margin-top: 20px;
}
.recruit .flowBox table th {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  padding-right: 20px;
}
.recruit .flowBox table p.txt2 {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
.recruit .arr {
  text-align: center;
  background: #e5f7f5;
  padding-bottom: 4px;
}
.recruit .flowBox .txtBox {
  max-width: 640px;
  margin: auto;
  text-align: center;
}
.recruit .flowBox .txtBox p {
  font-size: 13px;
  line-height: 22px;
  margin-top: 20px;
}
.recruit .flowBox .txtBox p.sml {
  font-size: 12px;
  color: #1a1a1a;
  line-height: 12px;
  margin-top: 10px;
}
.recruit .flowBox.bg {
  background: #ffff59;
}
    
    .recruit .categorytitle{
        background: #00b097;
        text-align: center;
        font-size: 23px;
        padding:10px;
        color:#fff;
        font-weight: bold;
    }
    
    /* 秘書 */
    .recruit .categorytitle02{
        background: #be7095;
        text-align: center;
        font-size: 23px;
        padding:10px;
        color:#fff;
        font-weight: 500;
        font-family: "Mplus 1p";
    }
    .recruit .arr.var02 {
        background: #f8f1f4;
    }
    .recruit .flowBox.var02.bg{
        border-bottom: 30px solid #f8f1f4;
        margin-bottom: 50px;
    }
    .recruit .flowBox.var02 .tblBox .ttl p {
        color: #be7095;
    }
    
    
.recruit .questionnaire {
  margin-top: 60px;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  background: #ecebf1;
}
.recruit .questionnaire a {
  display: inline-block;
  background: #3f3b73;
  width: 227px;
  text-align: center;
  line-height: 42px;
  border-radius: 5px;
  font-size: 15.5px;
  color: #fff;
}
/*
.recruit .questionnaire a:hover {
  background: #b2b1c7;
}
*/
.recruit .seniorwrap {
  background: #efefef;
  width: 100%;
}
.recruit .seniorBox {
  margin: auto;
  margin-bottom: 30px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.recruit .seniorBox p.txt1 {
  text-align: center;
  font-size: 13px;
  margin: 40px 10px 45px;
}
.recruit .seniorBox ul {}
.recruit .seniorBox ul li {
  float: left;
  width: 33.3333333%;
  background: #f9f9f9;
}
.recruit .seniorBox ul li:first-child {
/*	margin-left: 15%;*/
}
.recruit .seniorBox ul li a {
  display: block;
  padding-bottom: 10px;
}
.recruit .seniorBox ul li a p.ttl {
  font-size: 10px;
  color: #333;
}
.recruit .seniorBox ul li a p.name {
  font-size: 19px;
  color: #333;
  margin-top: 10px;
  font-weight: lighter;
}
.recruit .seniorBox ul li a p.eng {
  font-size: 10px;
  color: #333;
  margin-top: 7px;
  font-weight: lighter;
}
.recruit .seniorBox ul li div {
  text-align: center;
  height: 104px;
  display: table-cell;
  vertical-align: middle;
  width: 193px;
  padding: 5px;
}
.recruit .seniorBox ul li.on {
  background: #ffff59;
}
.recruit .seniorMessage {
  padding-top: 30px;
  padding-bottom: 30px;
}
.recruit .seniorMessage .imgBox {
  text-align: center;
  margin: 0;
}
.recruit .seniorMessage .txtBox {
  padding: 10px;
}
.recruit .seniorMessage h3 {
  font-size: 18px;
  line-height: 24px;
  color: #00b097;
  margin-bottom: 10px;
}
.recruit .seniorMessage p {
  font-size: 13px;
  line-height: 22px;
}
.recruit .seniorMessage p.txt1 {
  color: #666;
  margin: 30px 0;
}
.recruit .seniorMessage .block {
  margin: 30px 10px 20px;
}
.recruit .seniorMessage>div {
  margin: 0 10px;
}

.recruit .recruit_movie{
width:95%;
margin:0 auto;
}

.recruit .recruit_movie h3{
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.recruit .recruit_movie .movie{
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 30px;
}
.recruit .recruit_movie .movie iframe{
  width: 100%;
  height: 100%;
}


    
    .ttlArea{
        width: 100%;
        position: relative;
    }
    .ttlArea h2 {
        position: absolute;
  top: 3vw;
  left:2vw;
}
    .ttlArea h2 img{
        width:22vw;
        
    }
.ttlArea .txt {
  position: absolute;
  top: 36%;
  left: 9vw;
}
    .ttlArea .txt img{
        width: 45vw;
        max-width: 100%;
    }
    .recruit .block2 .pagebtn01 a{
        background: #00b097;
        margin:auto;
        width: 95%;
        display: block;
        color:#fff;
        padding:20px;
        box-sizing: border-box;
        position: relative;
    }
    .recruit .block2 .pagebtn01 a::after{
        position: absolute;
        content:"";
        top:50%;
        transform: translateY(-50%);
        background: url(../images/recruit/icon_arrow01.png) no-repeat;
        background-size: contain;
        width:20px;
        height:20px;
        right:10px;
        
    }
    .recruit .block2 .pagebtn01 p{
        color:#fff;
        padding:0;
        margin:0;
    }
    .recruit .block2 .pagebtn01 p.txt1{
        font-size: 24px;
        font-weight:bold;
        letter-spacing: 10px;
        top:50%;
        left:30px;
        font-family: "Rounded Mplus 1c";
    }
    .recruit .block2 .pagebtn01 div.txt2{
        padding-right: 25px;
        margin-top: 10px;
    }
    .recruit .block2 .pagebtn01 div.txt2 p{
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 0;
    }
    .recruit .block2 .pagebtn01 div.txt2 ul{
        list-style:disc;
        margin-left:22px;
        margin-bottom:15px;
    }

    .recruit .block2 .pagebtn01 div.txt2 ul li{
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 5px;
    }

    .recruit .block2 .pagebtn01 div.txt2 p:last-child{
        margin-bottom: 0;
    }
    .recruit .block2 .pagebtn01 div.txt2 span{font-size: 11px;}
    
    
    .recruit .block2 .pagebtn02 a{
        background: #be7095;
        margin:auto;
        width: 95%;
        display: block;
        color:#fff;
        padding:20px;
        box-sizing: border-box;
        position: relative;
        margin-top: 20px;
    }
    .recruit .block2 .pagebtn02 a::after{
        position: absolute;
        content:"";
        background: url(../images/recruit/icon_arrow01.png) no-repeat;
        background-size: contain;
        width:20px;
        height:20px;
        right:10px;
        top:50%;
        transform: translateY(-50%);
        
    }
    .recruit .block2 .pagebtn02 p{
        color:#fff;
        padding:0;
        margin:0;
    }
    .recruit .block2 .pagebtn02 p.txt1{
        font-size: 24px;
        font-weight:bold;
        letter-spacing: 10px;
        font-family: "Rounded Mplus 1c";
    }
    .recruit .block2 .pagebtn02 div.txt2{
        
        padding-right: 25px;
        margin-top: 10px;
    }
    .recruit .block2 .pagebtn02 div.txt2 p{
        font-size: 13px;
        line-height: 1.8;
    }
.recruit .block3 {
  padding: 0 10px 30px;
}
.recruit .block3 h3 {
	font-size:20px;
	color:#00b097;
	margin-bottom:20px;
}
.recruit .block3 .txt{
	margin:0 10px 0 5px;
}
.recruit .block3 .txt p {
  font-size: 13px;
  line-height: 22px;
  color: #4d4d4d;
	margin-bottom:20px;
}
.recruit .block3 .txt p.indent_txt{
	text-indent:-1em;
	margin-left:1em;
}

.recruit .block3 .txt p span{
	color:#00b097;
}
.recruit .block3 h4{
	font-size: 13px;
	line-height:22px;
	font-weight:bold;
}

.recruit .block3 ol{
	margin-left:30px;
}
.recruit .block3 ol li{
	font-size:13px;
	line-height:22px;
}

/*------------------------------------------------------------------------- flow ------------- */
.flow {
  padding-bottom: 30px;
  padding-top: 30px;
}
.flow p.lead {
  font-size: 13px;
  line-height: 22px;
  margin: auto;
  padding: 0 10px;
  margin-bottom: 20px;
}
.flow .infoBox {
  background: #e8e7ee;
  padding: 35px 0 35px;
}
.flow .infoBox .inner {
  padding: 0 10px;
}
.flow .infoBox .inner h3 {
  color: #932585;
  font-size: 20px;
  text-align: center;
}
.flow .infoBox .inner p.txt1 {
  color: #932585;
  font-size: 13px;
  line-height: 22px;
  margin-top: 10px;
}
.flow .infoBox .inner .box {
  width: 100%;
  background: #fff;
  padding: 16px 0 30px;
  margin: 30px auto 0;
}
.flow .infoBox .inner .box h4 {
  line-height: 33px;
  text-align: center;
  background: #c992c2;
  color: #fff;
  font-size: 15.5px;
  font-weight: bold;
}
.flow .infoBox .inner .box table {
  margin: 10px;
}
.flow .infoBox .inner .box table th {
  width: 18px;
  text-align: center;
  padding: 10px 0;
}
.flow .infoBox .inner .box table td {
  font-size: 13px;
  line-height: 22px;
  padding-left: 15px;

}
.flow .stepBox {
  margin-top: 70px;
  border-top: 1px dotted #b0b0b0;
}
.flow .stepBox h3 {
  text-align: center;
  margin-top: -38px;
}
.flow .stepBox h4 {
  text-align: center;
  margin-top: 20px;
}
.flow .stepBox ul {
  margin: 25px 10px 0;
}
.flow .stepBox ul li {
  text-align: center;
  width: 49%;
}
.flow .stepBox ul li:first-child {
  float: left;
}
.flow .stepBox ul li:first-child a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  background: #9f9db9;
  border-radius: 5px;
  color: #fff;
}
.flow .stepBox ul li:last-child {
  float: right;
}
.flow .stepBox ul li:last-child a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  background: #8ecdda;
  border-radius: 5px;
  color: #fff;
}
.flow .stepBox ul li p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
}
.flow .stepBox ul li p span {
  color: #932585;
}
.flow .stepBox>p {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  margin: 20px 10px 0;
}
.flow .stepBox>p span {
  color: #932585;
}
.flow .ttlBox {
  width: 245px;
  margin: 0 auto;
}
.flow .ttlBox hr {
  border-bottom: 2px solid #932585;
}
.flow .ttlBox h3 {
  color: #932585;
  border-top: 2px dotted #932585;
  border-bottom: 2px dotted #932585;
}
.flow .cost {
  background: #ecebf1;
  margin: 40px auto 0;
  padding: 30px 0 30px;
  text-align: center;
}
.flow .cost p.txt1 {
  font-size: 13px;
  line-height: 22px;
  margin: 20px 10px 0;
}
.flow .cost p.btn {
  margin: auto;
  line-height: 29px;
  font-size: 12px;
  margin-top: 22px;
  width: 310px;
  letter-spacing: -0.2px;
}
.flow .cost p.btn a {
  color: #fff;
  display: block;
  background: #969696;
}
.flow .cost p.btn a:hover {
  background: #c9c9c9;
}

/*------------------------------------------------------------------------- rule privacy What'sNew ------------- */
.rule {
  padding-top: 0px;
  padding-bottom: 40px;
}
.privacy {
  padding-top: 30px;
  padding-bottom: 40px;
}


.ttlArea2 {
}
.ttlArea2 h2 {
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  background: #3f3b73;
  text-indent: 20px;
}
.rule .inner,
.privacy .inner {
  margin: 0 10px;
}
.rule .inner .block,
.privacy .inner .block {
  margin: 30px 0;
}
.rule .inner .block h3,
.privacy .inner .block h3 {
  font-size: 20px;
  color: #3f3b73;
  line-height: 26px;
  border-bottom: 1px solid #3f3b73;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
.rule .inner .block h3 img,
.privacy .inner .block h3 img {
  margin-right: 10px;
}
.rule .inner .block p,
.privacy .inner .block p {
  font-size: 13px;
  line-height: 22px;
}
.rule .inner .block p.indt,
.privacy .inner .block p.indt {
  text-indent: -38px;
  padding-left: 38px;
  margin-left: -7px;
}
.privacy p.lead {
  margin-bottom: 20px;
}
.news {}
.news .index_block2 {
  background: #fff;
}
.news .index_block2 .inner {
  margin: 0;
}
.news .index_block2 .inner ul {
  border: 0!important;
}
.news .index_block2 .inner ul li {
  border-bottom: 1px solid #3f3b73;
    padding:25px 10px;
}
.news .index_block2 .inner ul li:first-child {
  border-top: 1px solid #3f3b73;
}
.news .index_block2 .inner ul li a {
  padding: 10px;
  color: #333;
}
.news .index_block2 .inner ul li a:hover {
  background: #e3e3e3;
}
.news .index_block2 .inner ul li .txt {
  margin-top: 5px;
}
.news .index_block2 .inner ul li .txt p {
  font-size: 14px;
  line-height: 26px;
}

    
/*------------------------------------------------------------------------- outline ------------- */

    .outline {
    font-size: 14px !important;
    }
    .outline .tbl01{
        width:100%;
        margin:30px auto 0;
    }
    .outline .tbl01 th {
        padding: 10px;
            width:25%;
        
    }
    .outline .tbl01 td {
        padding: 10px;
        line-height: 20px;
    }
    
    .outline .ttlBox h3 {
    color: #3f3b73;
    border-top: 2px dotted #615e8c;
    border-bottom: 2px dotted #615e8c;
    }
    
    .outline .ttlBox hr{
    border-bottom: 2px solid #3f3b73;
    }
    
    .outline .block2{
        width:100%;
        margin:auto;
    }
    .outline .block2 .chart{
        text-align: center;
        margin-top: 25px;
    }
    
    .outline .block2 .chart figcaption{
        text-align: right;
        margin-top: 10px;
        font-size: 12px;
    }
    
    .outline .block3{
        width: 100%;
        margin:auto;
        padding-bottom: 60px;
    }
    .outline .block3 section{
        padding-bottom: 10px;
    }
    .outline .block3 dl{
        position: relative;
        width: 100%;
        background-image: url(../images/outline/outline_bg1.png);
        background-repeat: repeat-x;
        margin-top: 30px;
        background-color: #fff;
    }
    .outline .block3 dl::before{
        content:"";
        width:100%;
        height:14px;
        position: absolute;bottom:0;
        left:0;
        background-image: url(../images/outline/outline_bg2.png);
        background-repeat: repeat-x;
        
        z-index: 2;
    }
    
    .outline .block3 dt{
        box-sizing: border-box;
        padding:30px 20px 20px 0;
        vertical-align: middle;
        text-align: center;
    }
    .outline .block3 dd{
        box-sizing: border-box;
        padding:0 20px 30px 10px;
        vertical-align: middle;
        position: relative;
        line-height: 24px;
    }
    .outline .block3 .histryBlock::after{
        content: "";
        height:220px;
        width:1px;
        position: absolute;
        background: #cccccc;
        top:100px;
        z-index: -20;
        left:0;
        right:0;
        margin:auto;
    }
    .outline .block3 .histryBlock:last-child::after{
      content: none;
    }


.warning h2{
	font-size:20px;
	padding:10px 20px;
}
.warning .inner{
	margin:20px 28px 0;
}
.warning ul.wlist li{
	font-size:17px;
	margin-bottom:10px;
}
.warning h3{
	font-size:19px;
}
.warning ul.note li{
	font-size:17px;
}
.is-fixed{
        position: fixed;
        z-index: 100;
        top: 0;
        background-color: #fff;
        width: 100%;
        padding: initial;
        left: 0;
}
.nav05 .ttl{
display:none;
}

.nav05 p{
  padding-left: 20px;
  border-top: 1px solid #3f3b73;
}

.sp-plus{
position:relative;
color: #3f3b73 !important;
}
.sp-plus::before,.sp-plus::after{
content:'';
position:absolute;
background-color: #878787;
width: 15px;
height: 0.15em;
transition: all 0.3s;
top: 50%;
right: 25px;
}

.sp-plus::after{
transform: rotate(90deg);
}

.sp-plus.sp-close::after{
transform: rotate(180deg);
}








}