@media screen and (min-width: 751px) {
@charset "utf-8";
.sp_hidden {
	display: inline
}
.pc_hidden {
	display: none
}

body {
	min-width:1100px;
	-webkit-text-size-adjust: none;
	font-family: 'Noto Sans JP', sans-serif;
	color:#000;
	font-size:11.5pt;
	line-height:1.7;
}
body,html {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
}
html { overflow-y: scroll;}/*---この指定を外すとオープニングアニメでスクロールが出ない----*/

* {	margin: 0; padding: 0; 
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
p{padding:0;margin:0;}
img,iframe{vertical-align:bottom;}

.switch {
    visibility: hidden;
}
a:hover{
	transition: 0.3s ;
	}
a:hover img{
	transition:all 0.1s ease;
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
#wrap{ overflow:hidden;}

ol{margin:0;padding:0;}
ul{margin:0;padding:0;}
ol.un{padding-bottom:20px;}
ol.un li{margin-left:1.5em;}

.table_basic { border-collapse: separate; border-spacing: 1px; background: #ddd; border-style: none; width:100%;}
.table_basic th { background-color: #f3f3f3; padding: 20px 10px; font-weight: normal; border-top: 1px solid #FFF;text-align:center; width:25%;}
.table_basic td { background-color: #FFF; padding:20px 10px; border-top: 1px solid #FFF; }
.table_basic th span{ color:#fff; background:#C00; margin-left:5px; font-size:11px; line-height:1; padding:2px 6px;}

.table_basic td input.ip_max{
	width:100% !important;
}
.table_basic td textarea{
	width:100% !important;
	height:200px !important;
}


.right{ text-align:right;}
.cen{ text-align:center;}
.pc_no{ display:none}


.iall{
	width:100%;
	max-width:100%;
}

/*--------------------------------------------------------------------------------*/

.contentWrap{
	max-width:1200px;
	min-width:1100px;
	margin:0 auto;
}
#ind #contents{
	margin:0px auto 0;
	}
.sec #contents{
	padding:100px 0;
	background: url(../img/index04_bg1.jpg) left top no-repeat , url(../img/index04_bg2.jpg) right bottom no-repeat;
	}
.sec #main{
	max-width:1200px;
	min-width:1100px;
	margin:0 auto;
	background:#fff;
	padding:0 20px;
}
/*----------------------------------------オープニングアニメ----------------------------------------*/
.anime {
	width:100%;
 	height:100vh;
	background-color:#FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
/*----------------------------------------ヘッダ----------------------------------------*/
header{
	background:#000;
	color:#fff;
	position:fixed;
	width:100%;
	z-index:9999;
	}
header a{
	color:#fff;
	}
header .inner{
	max-width:1200px;
	min-width:1100px;
	margin:0 auto;
	position:relative;
	height:117px;
	line-height:1;
}
header .logo{
	position:absolute;
	left:0px;
	top:9px;
	z-index:2;
}
header h1{
	position:absolute;
	left:220px;
	top:38px;
	font-size:10pt;
	font-weight:normal;
	z-index:2;
	}
header .h_tel{
	position:absolute;
	right:0px;
	top:30px;
	z-index:2;
	}
header .h_tel a{
	font-weight:bold;
	font-size:20pt;
	pointer-events:none;/*リンクを非リンクに変える*/
	cursor:default;/*マウスカーソルを矢印のまま変えない*/
	background: url(../img/icon_free.png) no-repeat center left;
	background-size:30px 17px;
	padding-left:37px;
	}
header .h_tel a:before {
}
header .h_btn a{
	display:inline-block;
	font-weight:normal;
	font-size:11pt;
	position:absolute;
	right:0px;
	top:66px;
	background:#fff;
	color:#d62b43;
	padding:10px 10px;
	z-index:2;
	}
header .h_btn a:before {
	font-family: "Font Awesome 5 Free";
    content:"\f0e0";
    font-weight: 900;
	margin-right:5px;
}
header .h_btn a:hover{
	background:#d62b43;
	color:#fff;
	}
header .h_sns{
	position:absolute;
	right:190px;
	top:72px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	font-size:16pt;
	z-index:2;
}
header .h_sns .tw a:before{
	font-family: FontAwesome;
	content: "\f099";
	margin-right:20px;
	}
header .h_sns .fb a:before {
font-family: FontAwesome;
content: "\f230";
margin-right:20px;
}
header .h_sns .is a:before{
	font-family: FontAwesome;
content: "\f16d";
	}
header .sp_nav{
	display:none;
	}
/*----------------------------------------Ｇナビ----------------------------------------*/
.gnav-wrapper {
 position: relative;
 width:100%;
 padding:67px 0 0 220px;
 text-align:left;
 z-index:1;
}
.gnav {
 width:650px;
}
.gnav li {
display:inline-block;
text-align:center;
 padding:0 15px;
 transition: all .3s ease-in-out;
 list-style-type:none;
 border-left:1px solid #6b6b6b;
}
.gnav li a{
	display:block;
	line-height:1;
	padding:8px 0;
	font-size:11pt;
}
.gnav li a img{
	display:block;
	margin:0 auto;
	padding-bottom:12px;
	width:28px;
	}
.gnav > li:hover .megamenu {
 max-height: 9999px;
 opacity: 1;
 padding: 0px 0;
}
.megamenu {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 117px;
	left: 0;
	transition: all .5s ease-in;
	z-index: 999;
	background: rgba(214,43,67,1);
}
.megamenu-inner {
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
	text-align:left;
	padding:10px 5px 1px;
	
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.megamenu-inner li {
	width:calc(100% / 4 - 10px);
 	border:none;
	padding:0;
	margin:0 5px 10px;
}
 
.megamenu-inner li a {
	font-size:11pt;
	color:#fff;
	text-align:left;
	border:none;
	display:block;
	padding:15px 20px;
	background-color: rgba(255,255,255,0.3);
}
.megamenu-inner li a:before {
font-family: "Font Awesome 5 Free";
    content:"\f054";
	font-weight:900;
	font-size:80%;
	margin-right:10px
}
.megamenu-inner li a:hover {
	text-decoration:none;
	background-color:#fff;
	color:#eb2944;
}

.space{
	display:none;
}
/*----------------------------------------フッタ----------------------------------------*/
footer{
	background: url(../img/footer.jpg);
	font-size:14px;
	color:#fff;
	padding:30px 0;
	}
footer a,
footer a:hover{
	color:#fff;
}
footer .inner{
	width:1100px;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-left:1px solid #373737;
	box-sizing:border-box;
	
}
footer .inner ol{
	width:calc(100% / 5);
	border-right:1px solid #373737;
	padding:10px 20px;
}
footer .inner ol p{
	display:block;
	color:#eb2944;
	padding-bottom:10px;
	font-size:12pt;
}
footer .inner ol:nth-child(1) p:before {font-family: FontAwesome;content: "\f15c";margin-right:8px;}
footer .inner ol:nth-child(2) p:before {font-family: FontAwesome;content: "\f108";margin-right:8px;}
footer .inner ol:nth-child(3) p:before {font-family: FontAwesome;content: "\f2bd";margin-right:8px;}
footer .inner ol:nth-child(4) p:before {font-family: FontAwesome;content: "\f1ad";margin-right:8px;}
footer .inner ol:nth-child(5) p:before {font-family: FontAwesome;content: "\f14b";margin-right:8px;}
footer .inner ol li a{
	font-size:10pt;
	padding-bottom:5px;
	display:block;
	}
footer .inner ol li a:before {
	font-family: FontAwesome;
	content: "\f105";
	margin-right:5px;
}
.copy{
	text-align:center;
	padding:15px;
	font-size:10pt;
    background: #F5F5F5;
}
.page_top {
	background:#d62b43;
	position:fixed;
	bottom:80px;
	right:15px;
}
.page_top img{
	display:block;
	width:60px;
	height:60px;
}

/*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/
#mainimg{
	background:
url(../img/mainimg_bg2.png) center bottom no-repeat ,
url(../img/mainimg_bg.jpg);
margin-top:117px;
	}
#mainimg .inner{
	display:flex;
	justify-content: space-between;
	/*↓2つ窓用*/
	/*width:1100px;*/
	/*↓1つ窓用*/
	width:530px;
	margin:0 auto;
	padding:70px 0 250px;
	}
	
#mainimg .inner p{
	display:none;
}
#mainimg .inner div{
	width:530px;
	height:330px;
}

#mainimg .inner div.comic{
	position: relative;
}
#mainimg .inner div.comic ul li span{
	position: absolute;
	bottom:10px; right:10px;
	z-index: 100;
	background: rgba(255,255,255,0.8);
	padding:5px 10px;
	box-shadow: 0 0 5px #CCC;
}
#mainimg .inner div.comic ul.slider li img{
	width:100%;
}


#mainimg .inner div.campaign{
}
#mainimg .inner div.campaign img{
		width: 100%;
}


/*----------------------------------------index----------------------------------------*/


#index01{
	padding:70px 0 0;
	background: url(../img/index01_bg.jpg) no-repeat left top;
	}
#index01 .inner{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding-bottom:100px;
	}
	
#index01 .inner .box{
	width:48%;
	box-sizing:border-box;
	background:#f7f7f7;
	border:2px solid #e6e6e6;
	padding:40px;
	text-align:center;
	}
#index01 .inner .box .fuki{
	position: relative;
  	display: inline-block;
	background:#d62b43;
	font-weight:bold;
	color:#fff;
	padding:10px;
	margin-bottom:20px;
	font-size:13pt;
	width:100%;
	
}
#index01 .inner .box .fuki:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top: 14px solid #d62b43;
}
#index01 .inner .box .txtL{
	font-weight:800;
	font-size:22pt;
	color:#d62b43;
	margin-bottom:20px;
	}
#index01 .inner .box img{
	margin-bottom:30px;
	}
#index01 .inner .box p{
	text-align:left;
}

#index01 .inner .icon{
	position:absolute;
	bottom:0;
	right:10px;}

#index02{
	padding:70px 0;
	background: url(../img/index02_bg.jpg) no-repeat center top;
	background-size:cover;
	text-align:center;
	}
#index03{
	padding:100px 0 0;
	}

#index03 .inner{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#index03 .inner .box{
	width:calc(100% / 3);
	text-align:center;
	padding:90px 20px;
}
#index03 .inner .box .num{
	background:#d62b43;
	line-height:1;
	color:#fff;
	font-weight:bold;
	font-size:40px;
	display:inline-block;
	padding:20px;
	margin-bottom:20px;
}
#index03 .inner .box p{
	padding-bottom:20px;
}
#index03 .inner .box p span{
	display:block;
	font-weight: bold;
	font-size:16pt;
	padding-bottom:15px;
}
#index03 .inner .box:nth-child(1){background: url(../img/index03_bg1.jpg) no-repeat center top;background-size:cover;}
#index03 .inner .box:nth-child(2){background: url(../img/index03_bg2.jpg) no-repeat center top;background-size:cover;}
#index03 .inner .box:nth-child(3){background: url(../img/index03_bg3.jpg) no-repeat center top;background-size:cover;}
#index03 .inner .box:nth-child(4){background: url(../img/index03_bg4.jpg) no-repeat center top;background-size:cover;}
#index03 .inner .box:nth-child(5){background: url(../img/index03_bg5.jpg) no-repeat center top;background-size:cover;}
#index03 .inner .box:nth-child(6){background: url(../img/index03_bg6.jpg) no-repeat center top;background-size:cover;}
#index03 .inner .box:nth-child(odd) p{
	color:#fff;
}

#index03 .inner .box a{
	display:inline-block;
	background:#d62b43;
	color:#fff;
	padding:5px 15px;
	line-height:1;
	}

#index04{
	padding:100px 0;
	background: url(../img/index04_bg1.jpg) left top no-repeat , url(../img/index04_bg2.jpg) right bottom no-repeat;
	}
#index04 .inner{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}
#index04 .inner .box{
	background:#f6f6f6;
	text-align:center;
	width:calc(100% / 4 - 24px);
	margin:0 12px 30px;
	}

#index04 .inner .box img{
	max-width:100%;
	width:100%;
	}
#index04 .inner .box div{
	padding:25px 10px;
	}
#index04 .inner .box div p{
	padding-bottom:10px;
}
#index04 .inner .box div p span{
	display:block;
	color:#d62b43;
	font-weight:bold;
	font-size:13pt;
	margin-bottom:5px;
	}
#index04 .inner .box div a{
	display:inline-block;
	background:#d62b43;
	color:#fff;
	padding:5px 15px;
	line-height:1;
}

#ind h2{
	text-align:center;
	font-size:30pt;
	line-height:1;
	margin-bottom:60px;
	padding-bottom:40px;
	background: url(../img/fuki_line.png) no-repeat center bottom;
	font-weight:800;
	}
#ind h2 span{
	display:block;
	font-size:11.5pt;
	padding-top:20px;
	font-weight:600;
	}
#ind h2 strong{
	color:#d62b43;
	font-weight:800;
	}
/*---------------------------------------セカンド共通----------------------------------------*/
#sec_mainimg{
	background: url(../img/sec_mainimg.jpg) no-repeat center center;
	height:200px;
	text-align:center;
	margin-top:117px;
}
.sec h2{
	font-weight:800;
	text-align:center;
	font-size:30pt;
	line-height:1;
	margin-bottom:40px;
	padding-bottom:40px;
	background: url(../img/fuki_line.png) no-repeat center bottom;
	}
.sec h2 span{
	display:block;
	font-size:11.5pt;
	padding-top:10px;
	font-weight:600;
	}
.sec h2 strong{
	color:#d62b43;
	font-weight:800;
	}

h3{
	
	text-align:center;
	padding:20px;
	margin-bottom:30px;
	color:#d62b43;
	font-size:16pt;
	position: relative;
	border:1px solid #d62b43;
	box-sizing:border-box;
}
h3:after{
	content: "";
    position: absolute;
    bottom: -1px;
    right:  -1px;
    display: block;
    width: 0;
    border-style: solid;
    border-width: 13px;
    background-color: #ccc;
    border-color: #d62b43 #fff #fff #d62b43;
}

h4{
	color:#d62b43;
	margin-bottom:15px;
	font-size:13pt;
	}
.mbs{
	margin-bottom:25px;
	}
.mbm{
	margin-bottom:50px;
	}
.mbl{
	margin-bottom:80px;
	}
.mbline{
	margin-bottom:35px;
	padding-bottom:35px;
	border-bottom:1px dotted #ddd;}
ol.num{}
ol.num li{
	padding:0 0 5px;
	margin-left:2em;
	list-style-type: decimal;
	}
ol.disc{}
ol.disc li{
	padding:0 0 5px;
	margin-left:2em;
	list-style-type:disc;
	}
ol.check{padding-left: 1em; /* 文章のスタート位置。li:beforeが入るスペースを確保*/}
ol.check li{
	position: relative;
	padding:5px 0 5px 0.4em;
	}
ol.check li:before {
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content: "\f058";
	position: absolute;
	left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
	color:#d62b43;
}

ol.list{padding-left: 1em;
}
ol.list li{
	position: relative;
	padding:10px 0 10px 0.4em;
	border-bottom:1px dotted #ccc;
	}
ol.list li:before {
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content: "	\f22d";
	position: absolute;
	left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
	margin-right:10px;
	color:#eb8882;
}
ol.list li span{
	margin-right:20px;
	display:block;
}

.box_defo{
display:flex;
justify-content: space-between;
width:100%;
	}
.box_defo .pic{
	margin-right:30px;
	width:30%;
	}
.box_defo2 .pic{
	margin-left:30px;
	width:30%;
	}
.box_defo .pic img,
.box_defo2 .pic img{
	width:100%;
}
.box_defo .txt,
.box_defo2 .txt{
	width:calc(100% - 30% - 30px);
	}
.box_defo .txt span,
.box_defo2 .txt span{
	display:block;
	color:#d62b43;
	margin-bottom:15px;
	font-size:13pt;
	font-weight:bold;
}

.box_defo2{
display:flex;
justify-content: space-between;
flex-direction: row-reverse;
width:100%;
	}
	
.gmap{
	margin-top:10px;
	}
.gmap iframe{
	width:100%;
	height:500px;
	}
	
/*---------------------------------------archive----------------------------------------*/
.archive .box{
	background:#f3f3f3;
	padding:50px;
	margin-bottom:30px;
	}
.archive .box .name{
	font-size:14pt;
	margin-bottom:20px;
	}
	
.archive .box .inner{
	background:#fff;
	display:flex;
	justify-content: space-between;
	padding:45px 30px;
	}
.archive .box .inner img{
	width:100%;
	}
.archive .box .inner .pc{
	/*width:68%;*/
	width:71%;
	}
.archive .box .inner .sp{
	/*width:30%;*/
	width:22%;
	}
/*---------------------------------------service_advantage----------------------------------------*/
.service_advantage ol{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.service_advantage ol li{
	width:48%;
	background:#f6f6f6;
	text-align:center;
	padding:30px;
	margin-bottom:50px;
	position:relative;
	}
.service_advantage ol li div.num{
	background: #d62b43;
	position:absolute;
	display:none;
	left:10px;
	top:-10px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    padding: 10px;
    margin-bottom: 20px;
	}
.service_advantage ol li p.tit{
	font-weight:700;
	font-size:18pt;
	padding-bottom:15px;
	}
.service_advantage ol li div{
	margin-bottom:15px;}
.service_advantage ol li img{
	width:100%;
	}
.service_advantage ol li p.comment{
	padding-bottom:20px;
	}
.service_advantage ol li a{
	    display: inline-block;
    background: #d62b43;
    color: #fff;
    padding: 5px 15px;
    line-height: 1;
	}
	
/*---------------------------------------service_advantage_c1----------------------------------------*/
.service_advantage_c1 .flow{
	background:#f3f3f3;
	padding:20px 20px 10px;
}
.service_advantage_c1 .flow div{
	margin-bottom:10px ;
	font-size:14pt;
	color:#d62b43;
	text-align:center;
	font-weight:600;
	}
.service_advantage_c1 .flow ol{
	}
.service_advantage_c1 .flow ol li{
	background:#fff;
	padding:10px;
	margin-bottom:10px;
}
.service_advantage_c1 .flow ol li span{
	background:#d62b43;
	color:#fff;
	padding:3px 10px;
	margin-right:10px;
}
.service_advantage_c1 ol.koushin{
	}
.service_advantage_c1 ol.koushin li{
	padding: 20px;
    border-bottom: 3px solid #f3f3f3;
}
.service_advantage_c1 ol.koushin li span{
	    font-weight: 600;
    font-size: 14pt;
    line-height: 14pt;
    margin-bottom: 10px;
	display:block;
	color:#d62b43;
}
/*---------------------------------------service_faq----------------------------------------*/

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .article-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-weight: normal;
  cursor: pointer;
  padding:20px 0px 20px 10px;
	border-bottom:1px dotted #ddd;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
	background:#f6f6f6;
	transition: 0.6s ;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
}

.article-title{
  position: relative;
}

.article-title:after {
  position: absolute;
  right: 25px;
  top: 30%;
  font-family: "Font Awesome 5 Free";
	font-weight:900;
content: "\f0fe";

margin-right:5px;
color:#d62b43;
}

.article-title.open:after {
	font-family: "Font Awesome 5 Free";
	font-weight:900;
content: "\f146";
margin-right:5px;
color:#d62b43;
}

.accordion-content {
  display: none;
  padding-left: 2.3125em;
  text-align:left;
  padding:20px 60px  40px  20px ;
}

/* CSS for CodePen */
.accordion-container {
  width:100%;
  margin: 20px auto 60px;
}


/*---------------------------------------service_price----------------------------------------*/
.price{
	}
	
.price h3 span{
	font-size:28pt;
	line-height:28pt;
	font-weight:800;
	padding:0 5px;
}
.price .box1{
	border:6px solid #d62b43;
	padding:20px;
	border-radius:10px;
	margin-bottom:40px;
	}
.price .box1 .inner2{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-bottom:30px;
	}
.price .box1 .mbline2{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:5px solid #f6f6f6;
	}
.price .box1 .inner2 div.txt{
	font-size:29pt;
	font-weight:800;
	line-height:29pt;
	margin-right:20px;
	}
.price .box1 .inner2 div.txt span{
	font-size:18pt;
	display:block;
	margin-bottom:10px
	
	}
.price .box1 .inner2 div.price{
	color:#d62b43;
	font-size:40pt;
	line-height:40pt;
	font-weight:800;
	margin-left:20px;
	}
.price .box1 .inner2 div.price span{
	display:block;
	background:#d62b43;
	text-align:center;
	color:#fff;
	font-size:12pt;
	line-height:12pt;
	margin-bottom:7px;
	padding:10px;
	font-weight:500;
	}
.price ol.list_op{
	display:flex;
	flex-wrap: wrap;
	background:#f3f3f3;
	padding:15px 15px 1px;
	} 
.price ol.list_op li{
	background:#fff;
	width:calc( 100% / 4 - 20px);
	text-align:center;
	margin:0 10px 20px;
	box-sizing:border-box;
	padding:10px;
	font-weight:600;
	} 
	
.price .box2 h3{
	color:#2b90d7;border-color:#2b90d7;
	}
.price .box2 h3:after{
    border-color: #2b90d7 #fff #fff #2b90d7;
}
.price .box2{
	border:6px solid #2b90d7;
	padding:20px;
	border-radius:10px;
	margin-bottom:40px;
	}
.price .box2 .inner2{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-bottom:30px;
	}
.price .box2 .mbline2{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:5px solid #f6f6f6;
	}
.price .box2 .inner2 div.txt{
	font-size:29pt;
	font-weight:800;
	line-height:29pt;
	margin-right:20px;
	}
.price .box2 .inner2 div.txt strong{
	display:block;
	font-size:14pt;
	line-height:14pt;
	margin-bottom:8px
}
.price .box2 .inner2 div.txt strong u{
	color:#d62b43;
	text-decoration:none;
}
.price .box2 .inner2 div.txt strong span{
	display:block;
	font-size:14pt;
	line-height:14pt;
	margin-bottom:8px
}
.price .box2 .inner2 div.txt span{
	font-size:14pt;
	line-height:14pt;
	display:block;
	margin-bottom:8px
	
	}
.price .box2 .inner2 div.price{
	color:#d62b43;
	font-size:40pt;
	line-height:40pt;
	font-weight:800;
	margin-left:20px;
	}
.price .box2 .inner2 div.price span{
	display:block;
	background:#2b90d7;
	text-align:center;
	color:#fff;
	font-size:12pt;
	line-height:12pt;
	margin-bottom:7px;
	padding:10px;
	font-weight:500;
	}
.price .box2 .ikkatu{
	text-align:center;
	}
.price .box2 .ikkatu .title{
	background:#2b90d7;
	text-align:center;
	color:#fff;
	font-size:18pt;
	line-height:18pt;
	margin-bottom:30px;
	padding:12px;
	font-weight:700;
	border-radius:100px;
}
.price .box2 .ikkatu .txt1{
	font-size:24pt;
	line-height:24px;
	margin-bottom:30px;
	font-weight:700;
	color:#2b90d7;
	}
.price .box2 .ikkatu .txt2{
	font-size:14pt;
	line-height:14px;
	margin-bottom:20px;
	font-weight:700;
	}
.price .box2 .ikkatu .txt3{
	font-size:20pt;
	line-height:20px;
	font-weight:700;
	}
.price .box2 .ikkatu .txt3 span{
	color:#d62b43;
	font-weight:900;
	font-size:30pt;
	line-height:30px;
	}
	
.price .option{
	background:#f3f3f3;
	padding:20px;
	margin-bottom:30px;
}
.price .option ol{
	display:flex;
	flex-wrap: wrap;
	}
.price .option ol li{
	background:#fff;
	width:calc(100% / 3 - 14px);
	margin:0 7px 15px;
	padding:5px 10px 10px ;
	display:flex;
	align-items: center;
	}
.price .option ol li span{
	margin-top:10px;
	font-size:13pt;
	line-height:1;
}
.price .option ol li:before {
font-family: FontAwesome;
color:#d62b43;
line-height:1;
margin-right:10px;
margin-top:5px;
}
.price .option ol li.ic1:before {content:"\f10b";font-size:30pt;}
.price .option ol li.ic2:before {content:"\f07a";font-size:25pt;}
.price .option ol li.ic3:before {content:"\f274";font-size:20pt;}
.price .option ol li.ic4:before {content:"\f03d";font-size:20pt;}
.price .option ol li.ic5:before {content:"\f015";font-size:24pt;}
.price .option ol li.ic6:before {content:"\f14b";font-size:22pt;}
.price .option ol li.ic7:before {content:"\f0e0";font-size:20pt;}
.price .option ol li.ic8:before {content:"\f15b";font-size:18pt;}
.price .option ol li.ic9:before {content:"\f1fc";font-size:18pt;}
.price .option ol li.ic10:before {content:"\f298";font-size:22pt;}
.price .option ol li.ic11:before {content:"\f002";font-size:20pt;}
.price .option ol li.ic12:before {content:"\f291";font-size:17pt;}

.price .option p{
	text-align:center;
	font-size:15pt;
	line-height:15pt;
	font-weight:600;
	padding:7px 0 5px;
}
.price .txt_service:before {
font-family: FontAwesome;
content: "+";
font-size:50pt;
font-weight:600;
line-height:50pt;
}
.price .txt_service{
	text-align:center;
	color:#d62b43;
	font-size:20pt;
	font-weight:800;
	margin-bottom:20px;
}
.price .txt_service span{
	display:block;
}
/*---------------------------------------service_system----------------------------------------*/
.service_system ol.dounyu{
	display:flex;
	flex-wrap: wrap;
	}
.service_system ol.dounyu li{
	width:calc(100% / 3 - 20px);
	border:1px solid #d62b43;
	font-weight:600;
	padding:15px;
	margin:0 10px 15px;
	}
.service_system ol.dounyu li:before {
font-family: FontAwesome;
content: "\f14a";
margin-right:10px;
color:#d62b43;
}
.service_system ol.merit{
	margin-bottom:60px;
	}
.service_system ol.merit li{
	padding:20px;
	border-bottom:3px solid #f3f3f3;
	}
.service_system ol.merit li p{
	font-weight:600;
	font-size:16pt;
	line-height:16pt;
	margin-bottom:10px;
	}
.service_system ol.merit li p span{
	background:#d62b43;
	color:#fff;
	padding:6px 15px;
	font-size:12pt;
	line-height:18pt;
	margin-right:7px;
	border-radius:3px;
	}
.service_system ol.flow{
	display:flex;
	background:#f3f3f3;
	padding:10px;
	justify-content: space-between;
	align-items: center;
	}
.service_system ol.flow li{
	background:#fff;
	padding:15px 10px;
	
	}
.service_system ol.flow  span:before {
font-family: FontAwesome;
content: "\f138";
margin-right:5px;
margin-left:5px;
color:#d62b43;
}
/*--------------------------------------service_print----------------------------------------*/
.service_print ol{
	}
.service_print ol li{
	padding:20px 0;
	border-bottom:1px dotted #ddd;
	text-align:right;
	}
.service_print ol li span{
	display:block;
	color:#d62b43;
	margin-bottom:10px;
	font-size:14pt;
	font-weight:bold;
	}
.service_print ol li span:before {
font-family: FontAwesome;
content: "\f14a";
margin-right:10px;
color:#ccc;
}
.service_print ol li p{
	padding-bottom:10px;
	text-align:left;
	}
.service_print ol li a{
	display:inline-block;
	background:#d62b43;
	color:#fff;
	padding:5px 15px;
	line-height:1;
	    font-size: 9.5pt;
	}
/*--------------------------------------company----------------------------------------*/
.company .company-head{
	background: url(../img/company_head.jpg) no-repeat center center;
	height:300px;
	position:relative;
}
.companypic{
	display:none;
	}
.company .name{
	background:#d62b43;
	width:500px;
	height:250px;
	position:absolute;
	left:30px;
	bottom:-40px;
	text-align:center;
	
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
	padding:0 20px;
	box-sizing:border-box;
}
.company .name div{
	font-size:26pt;
	padding-bottom:15px;
	color:#fff;
	line-height:1.4;
	}
.company .name p{
	text-align:center;
	font-size:18pt;
	color:#fff;
	}
.company .name p span{
	display:block;
	font-size:10pt;
	color:#d62b43;
	padding:2px 10px;
	background:#fff;
	margin-top:5px;
	}
.company .box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top:120px;
	margin-bottom:80px;
	}
	
.company .box .pic{
	width:25%;
	background: url(../img/company_s.jpg) no-repeat center center;background-size: cover;
	}
.company .box .txt{
	width:70%;
	}
	
	
.company .vision{
	background:#f6f6f6;
	text-align:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding:0 20px;
}
.company .vision div{
	width:calc(100% / 3 - 40px );
	margin:30px 20px 30px;
 }
.company .vision div p{
	padding-top:20px;
}
.company .vision div p span{
	color:#d62b43;
	display:block;
	font-size:14pt;
	padding-bottom:5px;
}

.company .kajyou{
	background:#f6f6f6;
	padding:40px 150px;
	text-align:center;
	}
.company .kajyou ol{
	margin:0 auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
.company .kajyou ol li{
	width:45%;
	padding:10px 0;
	text-align:left;
	}
.company  .group_c{
	background:#f6f6f6;
	padding:30px 10px 10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.company  .group_c a{
	width:calc(100% / 6 - 20px);
	margin:0 10px 20px;
	}
/*---------------------------------------staff----------------------------------------*/

.staff .slick-slider{
	width:83%;
	margin:0 auto;}
	 
.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s linear;
  
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  
  pointer-events: none;
}
.mypattern li{
	margin-bottom:30px;
	text-align:center;
	}
.mypattern li img{
	display:block;
	margin:0 auto;
	text-align:center;
}
.mypattern li a{
	display:block;
	text-align:center;
	margin:0 auto;
	width:250px;
	height:550px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	outline:none;
	}
.mypattern li.scr_sakamoto a{background: url(../img/staff_scr_sakamoto.png) no-repeat center top;}
.mypattern li.scr_sakamoto a:hover{background: url(../img/staff_scr_sakamoto_on.png) no-repeat center top;}
.mypattern li.scr_noda a{background: url(../img/staff_scr_noda.png) no-repeat center top;}
.mypattern li.scr_noda a:hover{background: url(../img/staff_scr_noda_on.png) no-repeat center top;}
.mypattern li.scr_ando a{background: url(../img/staff_scr_ando.png) no-repeat center top;}
.mypattern li.scr_ando a:hover{background: url(../img/staff_scr_ando_on.png) no-repeat center top;}
.mypattern li.scr_sugiyama a{background: url(../img/staff_scr_sugiyama.png) no-repeat center top;}
.mypattern li.scr_sugiyama a:hover{background: url(../img/staff_scr_sugiyama_on.png) no-repeat center top;}
.mypattern li.scr_takahata a{background: url(../img/staff_scr_takahata.png) no-repeat center top;}
.mypattern li.scr_takahata a:hover{background: url(../img/staff_scr_takahata_on.png) no-repeat center top;}
.mypattern li.scr_kasuga a{background: url(../img/staff_scr_kasuga.png) no-repeat center top;}
.mypattern li.scr_kasuga a:hover{background: url(../img/staff_scr_kasuga_on.png) no-repeat center top;}
.mypattern li.scr_hidaka a{background: url(../img/staff_scr_hidaka.png) no-repeat center top;}
.mypattern li.scr_hidaka a:hover{background: url(../img/staff_scr_hidaka_on.png) no-repeat center top;}

.mypattern p{
	padding-top:10px;
	text-align:center;
}
.mypattern p span{
	display:block;
	color:#d62b43;
	font-weight:bold;
	font-size:14pt;
}

.staff .staff-head{
	background:#000;
	height:300px;
	position:relative;
}
.staff .sakamoto{background: url(../img/staff_sakamoto_p1.jpg) no-repeat center center;}
.staff .noda{background: url(../img/staff_noda_p1.jpg) no-repeat center center;}
.staff .ando{background: url(../img/staff_ando_p1.jpg) no-repeat center center;}
.staff .sugiyama{background: url(../img/staff_sugiyama_p1.jpg) no-repeat center center;}
.staff .takahata{background: url(../img/staff_takahata_p1.jpg) no-repeat center center;}
.staff .hidaka{background: url(../img/staff_hidaka_p1.jpg) no-repeat center center;}
.staff .kasuga{background: url(../img/staff_kasuga_p1.jpg) no-repeat center center;}

.staff .staffpic{
	display:none;
}
.staff .name{
	background:#d62b43;
	width:500px;
	height:250px;
	position:absolute;
	right:30px;
	bottom:-40px;
	text-align:center;
	
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
	padding:0 20px;
	box-sizing:border-box;
}
.staff .name div{
	font-size:26pt;
	padding-bottom:15px;
	color:#fff;
	line-height:1.4;
	}
.staff .name p{
	text-align:center;
	font-size:18pt;
	color:#fff;
	}
.staff .name p span{
	display:block;
	font-size:10pt;
	color:#d62b43;
	padding:2px 10px;
	background:#fff;
	margin-top:5px;
	}
.staff .box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top:120px;
	margin-bottom:40px;
	}
	
.staff .box .pic{
	width:25%;
	}
.staff .box .txt{
	width:70%;
	}
.staff .box .txt p,
.txt2 p{
	padding-bottom:30px;
}
.staff .box .txt p span,
.txt2 p span{
	display:block;
	color:#d62b43;
	padding-bottom:15px;
	font-size:14pt;
}
.txt2{
	margin-bottom:30px;
}
.staff .sakamoto_s{background: url(../img/sakamoto_s.jpg) no-repeat center center;background-size: cover;}
.staff .noda_s{background: url(../img/noda_s.jpg) no-repeat center center;background-size: cover;}
.staff .ando_s{background: url(../img/ando_s.jpg) no-repeat center center;background-size: cover;}
.staff .sugiyama_s{background: url(../img/sugiyama_s.jpg) no-repeat center center;background-size: cover;}
.staff .takahata_s{background: url(../img/takahata_s.jpg) no-repeat center center;background-size: cover;}
.staff .kasuga_s{background: url(../img/kasuga_s.jpg) no-repeat center center;background-size: cover;}
.staff .hidaka_s{background: url(../img/hidaka_s.jpg) no-repeat center center;background-size: cover;}
/*---------------------------------------news----------------------------------------*/
.news ol{
		display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	}
.news ol li{
	width:calc(100% / 2 - 20px);
	margin:0 10px 30px;
	background:#f6f6f6;
	padding:30px;
	border:1px solid #eee;
	
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
	}
.news ol li span{
	background: url(../img/footer.jpg);
	padding:20px 30px;
	color:#fff;
	text-align:center;
}
.news ol li span strong{
	display:block;
	
}
.news ol li span:before {
font-family: FontAwesome;
content: "\f15c";
}
.news ol li a{
	display:inline-block;
	margin-left:20px;}

/*---------------------------------------office----------------------------------------*/
.office .box{
	background:#f7f7f7;
	padding:50px;
	margin-bottom:70px;
	}
.office .box .inner{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom:40px;
	}
.office .box .inner .pic{
	width:40%;
	}
.office .box .inner .pic img{
	width:100%;
	display:block;
	}
.office .box .inner .txt{
	width:56%;
	text-align:center;
	background:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
}
.office .box .inner .txt .tit{
	font-size:18pt;
	font-weight:bold;
	padding-bottom:30px;
	color:#d62b43;
}	
.office .box .inner .txt .tit span{
	display:block;
	font-size:9pt;
	color:#fff;
	background:#d62b43;
	padding:2px;
}
.office .gmap{
	margin-top:10px;
	}
.office .gmap iframe{
	width:100%;
	height:300px !important;
	}

.office .box .rev{
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	}
.office #padSection {
    clear: both;
    margin-top: 30px;
    display: block;
    overflow: hidden;
    padding: 15px 20px;
    border: 3px solid #f6f6f6;
    box-shadow: inset 1px 1px 0 rgb(255 255 255 / 80%);
}
.office ul.entryList{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
	-webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.office ul.entryList li.thumbnailBox {
    display: block;
    width: 23.5%;
    line-height: 140%;
	background: #FFF;
	margin-bottom: 15px;
}
.office ul.entryList li.thumbnailBox img {
    width: 100% !important;
    height: auto;
    margin-bottom: 4px;
}
.office #padSection #latestEntries h5 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #ccc;
    color: #333;
}
.office ul.entryList li a.padCate {
    font-size: 10px;
    background-color: #e5e5e5;
    color: #333;
    padding: 2px 5px;
    line-height: 12px;
    text-decoration: none;
	display: inline-block;
    overflow: hidden;
    text-align: center;
	margin-left:5px;
}
.office ul.entryList li a.padTitle {
	display: inline-block;
}
.office #padSection #avatar img {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.office #padSection #avatar {
    float: left;
}
.office #padSection #profileTxtSet {
    margin-left: 100px;
    display: block;
    overflow: hidden;
}
.office #padSection dl dt #authorName {
    font-size: 18px;
}
.office #padSection #latestEntries {
    padding-top: 15px;
    clear: both;
}
.office #wpSingle {
	padding:45px 30px;
}
.office .blog_bg {
    background-color: #FFF;
	position: relative;
}
.office #wpSingle h2,.office #wpSingle h3{
    position: relative;
    display: inline-block;
    color: #d62b43;
    font-weight: bold;
background:none;
	width: 100%;
	padding-bottom:0;
	padding-left:0;
	padding-top:0;
	text-align: left;
	font-size: 16pt;
	margin:30px 0 10px 0;
	border:none;
	line-height: 1.3em;
}
.office #wpSingle h2.blog_tit{
	margin-top:0 !important;
}
.office .blog_tit:before{
    content: none;
}
.office #wpSingle h3:after{
	content: none;	
}
.office #wpSingle .category_name{
display: inline-block;
    background: #e5e5e5;
    color: #333;
    padding: 5px 15px;
    line-height: 1;
}
.office #wpSingle .post_date, #wpLoop .post_date {
    font-size: 16px;
    color: #fe7704;
    margin-right: 20px;
}
.office #wpLoop .meta,.office #wpSingle .meta {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8dcc8;
}
.office #wpSingle a img {
    margin: 20px 0;
    width: 70%;
    height: auto;
	display: block;
}

	
/*---------------------------------------policy---------------------------------------*/
.policy h3{
	text-align:left;
	font-size:13pt;
}
.policy p,
.policy ol{
	margin-bottom:60px;
}
/*----------------------------------------ankerlink---------------------------------------*/
#al1,#al2,#al3,#al4,#al5,#al6,#al7,#al8{
margin-top:-180px;
padding-top:180px;
}



.comentBox{ clear:both;
margin-top:50px;}


.comentBox table{ width:60%;}
.comentBox table th{border: solid #fff 2px !important;}

.comentBox table .thc01{ color:#fff; background-color:#F60; padding:7px; text-align:center; width:49.7%}
.comentBox table .thc02{ color:#fff; background-color:#C00; padding:7px; text-align:center;}
.comentBox table td{padding:7px;}














}