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

/*  フォントと背景　*/

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

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:300,400,600,700);

body {
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.8em;
	background-color: #FFF;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

body img{
	vertical-align:bottom;
	border:0;
	font-size:0;
	line-height:0;
	margin: 0;
	padding: 0;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	-webkit-backface-visibility: hidden;
}

p.contents {font-size: 100%; color: #333;}
p.contents_s {font-size: 85%; color: #333;}
p.contents_l {font-size: 110%; color: #333;}

a {text-decoration: none;}
a:link {color:#1841ce;}
a:visited {color:#1841ce;}
a:active {color:#1841ce;}
a:hover {color:#1841ce; text-decoration: underline;}

a {
overflow: hidden;
}

a.underline{
	text-decoration: underline;
}
a.underline:hover{
	text-decoration: none;
}

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

/*  ヘッダー　*/

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

@media print, screen and (min-width: 768px){

header{
	width:100%;
}

header .head_txt{
	background-color:#001C2F;
	padding:6px 0;
	text-align:center;
	font-size:11px;
	color:#FFF;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

header .head_logo{
	margin:40px 0;
	text-align:center;
}

header .head_logo img:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

}

@media screen and (max-width: 768px){

header{
	width:100%;
}

header .head_txt{
	display:none;
}

header .head_logo{
	margin:25px 0;
	text-align:center;
}

header .head_logo img{
	width:80px;
}

header .head_logo img:hover{
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

}

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

/*  メイン写真　*/

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

@media print, screen and (min-width: 768px){

.main_img{
	width:1080px;
	margin:50px auto 0;
}

.main_img .pc_main{
}

.main_img .sp_main{
	display:none;
}

}

@media screen and (max-width: 768px){

.main_img{
}

.main_img .pc_main{
	display:none;
}

.main_img .sp_main{
}

}

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

/*  メッセージ　*/

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

@media print, screen and (min-width: 768px){

.messageBox{
	width:800px;
	margin:60px auto 0;
}

.messageBox .messageBox_inner{
}

.messageBox .messageBox_inner p.message_txt{
	font-size:17px;
	color:#333;
	font-weight:400;
	line-height:2.0em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.messageBox .messageBox_inner .danraku{
	margin-top:20px;
}

}

@media screen and (max-width: 768px){

.messageBox{
	padding:20px 20px;
}

.messageBox .messageBox_inner{
}

.messageBox .messageBox_inner p.message_txt{
	font-size:13px;
	color:#333;
	font-weight:400;
	line-height:1.8em;
	letter-spacing:0.2em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.messageBox .messageBox_inner .danraku{
	margin-top:20px;
}

}

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

/*  こんな方におすすめ　*/

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

@media print, screen and (min-width: 768px){

.osusume{
	width:100%;
	padding-top:95px;
	padding-bottom:60px;
	background:url("../img/bg.png") center 15px repeat-x;
}

.osusume .osusume_titBox_wrapper {
	text-align: center;
}

.osusume .osusume_titBox{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 16px 24px;
	border-radius: 10px;
	background-color: #fff463;
	text-align: center;
}

.osusume .osusume_titBox::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #fff463 transparent transparent;
	translate: -50% 100%;
}

.osusume .osusume_titBox h2.osusume_tit{
	text-align:center;
	font-size:17px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
}

.osusume .osusume_titBox h2.osusume_tit br{
	display:none;
}

.osusume .osusumeBox{
	width:1080px;
	margin:0 auto;
	padding-top:35px;
}

.osusume .osusumeBox .osusumeBox_inner{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.osusume .osusumeBox .osusumeBox_inner .box{
	width:340px;
}

.osusume .osusumeBox .osusumeBox_inner .box .osusume_ph{
}

.osusume .osusumeBox .osusumeBox_inner .box .osusume_ph img{
	border:1px solid #FFF;
}

.osusume .osusumeBox .osusumeBox_inner .box h3.osusume_category{
	margin:25px 0 22px;
	text-align:center;
	font-size:20px;
	color:#153E7B;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.osusume .osusumeBox .osusumeBox_inner .box p.osusume_txt{
	padding:0 5px;
	font-size:15px;
	color:#333;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

@media screen and (max-width: 768px){

.osusume{
	margin-top:25px;
	padding:0 15px;
}

.osusume .osusume_titBox_wrapper {
	text-align: center;
	margin-bottom:30px;
}

.osusume .osusume_titBox{
	position: relative;
	display: inline-block;
	padding: 14px 24px 16px;
	border-radius: 10px;
	background-color: #fff463;
	text-align: center;
}

.osusume .osusume_titBox::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #fff463 transparent transparent;
	translate: -50% 100%;
}

.osusume .osusume_titBox h2.osusume_tit{
	text-align:center;
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
}

.osusume .osusumeBox{
	background:#DEF2FC;
	padding:20px;
}

.osusume .osusumeBox .osusumeBox_inner{
}

.osusume .osusume01{
}

.osusume .osusume02{
	margin-top:30px;
}

.osusume .osusume03{
	margin-top:30px;
}

.osusume .osusumeBox .osusumeBox_inner .box{
}

.osusume .osusumeBox .osusumeBox_inner .box .osusume_ph{
}

.osusume .osusumeBox .osusumeBox_inner .box .osusume_ph img{
	border:1px solid #FFF;
}

.osusume .osusumeBox .osusumeBox_inner .box h3.osusume_category{
	margin:16px 0 10px;
	text-align:center;
	font-size:17px;
	color:#153E7B;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.osusume .osusumeBox .osusumeBox_inner .box p.osusume_txt{
	font-size:13px;
	color:#333;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

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

/*  見出し　*/

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

@media print, screen and (min-width: 768px){

.midashiBox{
	background-color:#153E7B;
	padding:2px;
}

.midashiBox .midashiBox_inner{
	border:1px solid #FFF;
	background-color:#153E7B;
	padding:13px 0 15px;
}

.midashiBox .midashiBox_inner h2.midashi{
	text-align:center;
	font-size:17px;
	color:#FFF;
	font-weight:500;
	line-height:1.2em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

@media screen and (max-width: 768px){

.midashiBox{
	background-color:#153E7B;
	padding:2px;
}

.midashiBox .midashiBox_inner{
	border:1px solid #FFF;
	background-color:#153E7B;
	padding:13px 0 15px;
}

.midashiBox .midashiBox_inner h2.midashi{
	text-align:center;
	font-size:15px;
	color:#FFF;
	font-weight:500;
	line-height:1.2em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

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

/*  ご準備いただきたい物　*/

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

@media print, screen and (min-width: 768px){

.junbi{
	width:1080px;
	margin:60px auto 0;
}

.junbi .junbi_lust{
	width:140px;
	margin:40px auto 0;
}

.junbi .junbi_lust .junbiBox{
	width:100%;
}

.junbi .junbi_lust .junbiBox .junbi_img{
	text-align:center;
}

.junbi .junbi_lust .junbiBox .junbi_img img{
	width:140px;
}

.junbi .junbi_lust .junbiBox .junbi_txt{
	margin-top:15px;
	text-align:center;
	font-size:20px;
	color:#008EC5;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.junbi .hosokuBox{
	margin-top:30px;
	border:1px solid #DDDDDD;
}

.junbi .hosokuBox .hosokuBox_inner{
	background:#F4F4F4;
	padding:14px 0;
}

.junbi .hosokuBox .hosokuBox_inner ul li{
	text-align:center;
	font-size:13px;
	color:#008EC5;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.junbi .hosokuBox .hosokuBox_inner p.hosoku_txt{
	text-align:center;
	font-size:13px;
	color:#008EC5;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

@media screen and (max-width: 768px){

.junbi{
	margin-top:40px;
	padding:0 20px;
}

.junbi .junbi_lust{
	margin-top:30px;
}

.junbi .junbi_lust .junbiBox{
}

.junbi .junbi_lust .junbiBox .junbi_img{
	text-align:center;
}

.junbi .junbi_lust .junbiBox .junbi_img img{
	width:120px;
}

.junbi .junbi_lust .junbiBox .junbi_txt{
	margin-top:12px;
	text-align:center;
	font-size:18px;
	color:#008EC5;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.2em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.junbi .junbi_lust .junbiBox .junbi_txt br{
	display:none;
}

.junbi .hosokuBox{
	margin-top:22px;
	border:1px solid #DDDDDD;
}

.junbi .hosokuBox .hosokuBox_inner{
	background:#F4F4F4;
	padding:10px;
}

.junbi .hosokuBox .hosokuBox_inner ul li{
	font-size:11px;
	color:#008EC5;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.junbi .hosokuBox .hosokuBox_inner p.hosoku_txt{
	font-size:11px;
	color:#008EC5;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.junbi .hosokuBox .hosokuBox_inner p.hosoku_txt br{
	display:none;
}

}

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

/*  IT重説の流れ　*/

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

@media print, screen and (min-width: 768px){

.flow{
	width:1080px;
	margin:60px auto 0;
}

.top_flow{
	margin-top:20px;
}

.flow .flowBox{
	border:1px solid #9FD9F6;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.flow .flowBox .step_num{
	width:200px;
	padding-top:20px;
	background:#008EC5;
	text-align:center;
	font-family: 'Roboto Condensed',sans-serif;
	font-size:20px;
	color:#FFF;
	font-weight:600;
	line-height:1.4em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.flow .flowBox .step_info{
	flex:1;
	padding:20px 20px 20px 30px;
	text-align:left;
}

.flow .flowBox .step_info h3.step_tit{
	font-size:20px;
	color:#153E7B;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.flow .flowBox .step_info h3.step_tit br{
	display:none;
}

.flow .flowBox .step_info p.step_txt{
	margin-top:15px;
	font-size:14px;
	color:#333;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.flow .arrow{
	font-size:0;
	line-height:0;
	margin:10px 0;
	width:200px;
	text-align:center;
}

.flow .chuuiBox{
	margin-top:25px;
	border:1px solid #CCC;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.flow .chuuiBox .leftBox{
	width:200px;
	padding-top:30px;
	text-align:center;
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.flow .chuuiBox .rightBox{
	flex:1;
	border-left:1px solid #CCC;
	padding:15px 15px 15px 30px;
}

.flow .chuuiBox .rightBox ul.chuui_list{
	list-style-type: square;
}

.flow .chuuiBox .rightBox ul.chuui_list li{
	margin-left:12px;
	font-size:12px;
	color:#666;
	font-weight:300;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

@media screen and (max-width: 768px){

.flow{
	margin-top:40px;
	padding:0 20px;
}

.top_flow{
	margin-top:20px;
}

.flow .flowBox{
	border:1px solid #9FD9F6;
}

.flow .flowBox .step_num{
	background:#008EC5;
	padding:3px 0;
	text-align:center;
	font-family: 'Roboto Condensed',sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:600;
	line-height:1.4em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.flow .flowBox .step_info{
	padding:20px;
}

.flow .flowBox .step_info h3.step_tit{
	text-align:center;
	font-size:17px;
	color:#153E7B;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.10em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.flow .flowBox .step_info p.step_txt{
	margin-top:15px;
	font-size:13px;
	color:#333;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.flow .flowBox .step_info p.step_txt br{
	display:none;
}

.flow .arrow{
	font-size:0;
	line-height:0;
	margin:10px auto;
	width:200px;
	text-align:center;
}

.flow .chuuiBox{
	margin-top:15px;
	border:1px solid #CCC;
	padding:15px;
}

.flow .chuuiBox .leftBox{
	text-align:center;
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.flow .chuuiBox .rightBox{
}

.flow .chuuiBox .rightBox ul.chuui_list{
	margin-top:12px;
	list-style-type: square;
}

.flow .chuuiBox .rightBox ul.chuui_list li{
	margin-left:15px;
	font-size:11px;
	color:#666;
	font-weight:300;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.flow .chuuiBox .rightBox ul.chuui_list li br{
	display:none;
}

}

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

/*  よくあるご質問　*/

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

@media print, screen and (min-width: 768px){

.faq{
	width:1080px;
	margin:60px auto 0;
}

.accordion-container {
	border-bottom:1px solid #DDD;
	width:100%;
	display: inline-block;
	height: auto;
	padding: 0;
	overflow: hidden;
}

.accordion-container .panel {
	margin-top: 0;
	border: none;
	background: #FFF !important; 
	width: 100%;
	text-align: left; transition: 0.4s;
	border-bottom: 1px solid #DDD;
}

.accordion-container .panel:last-child {
	border: none;
}

.accordion-container .panel .heading {
	font-size:17px;
	color:#153E7B;
	font-weight:500;
	line-height:1.7em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	padding: 25px 0px;
	background: url("../img2025/keyboard_arrow_up.svg") no-repeat right;
	background-position: 98% 32px !important; background-size: 28px !important;
	cursor:pointer;
}

.accordion-container .panel .heading p.qes_tit{
	background: url("../img2025/icon_q.png") no-repeat left;
	padding-left:65px;
}

.accordion-container .panel a {
	text-decoration: none;
}

.accordion-container .panel.active {
	background: #FFF !important;
}

.accordion-container .panel.active .heading {
	background: url("../img2025/keyboard_arrow_down.svg") no-repeat right;
}

.accordion-container .panel.active .heading_best3 {
	background: url("../img2025/keyboard_arrow_down.svg") no-repeat right;
}

.accordion-container .panel .content {
	background-color: #FFF;
	max-height: 0;
	overflow: hidden; transition:
	max-height 0.15s ease-out;
	border: none;
}

.accordion-container .panel .content .content_inner{
	padding:0 70px 40px 0;
}

.accordion-container .panel .content .content_inner .answer_txt{
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.9em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align: justify;
	padding-left:65px;
}

.accordion-container .panel .content .content_inner .answer_txt a{
	text-decoration:underline;
}

.accordion-container .panel .content .content_inner .answer_txt a:hover{
	text-decoration:none;
}

.accordion-container .panel .content .content_inner .answer_txt p{
}

.accordion-container .panel .content .content_inner .answer_txt .danraku{
	margin-top:20px;
}

.accordion-container .panel .content .content_inner .answer_txt ul{
	list-style-type: square;
}

.accordion-container .panel .content .content_inner .answer_txt ul li{
	margin-left:17px;
}

}

@media screen and (max-width: 768px){

.faq{
	margin:60px auto 0;
}

.accordion-container {
	border-bottom:1px solid #DDD;
	width:100%;
	display: inline-block;
	height: auto;
	padding: 0;
	overflow: hidden;
}

.accordion-container .panel {
	margin-top: 0;
	border: none;
	background: #FFF !important; 
	width: 100%;
	text-align: left; transition: 0.4s;
	border-bottom: 1px solid #DDD;
}

.accordion-container .panel:last-child {
	border: none;
}

.accordion-container .panel .heading {
	font-size:15px;
	color:#153E7B;
	font-weight:500;
	line-height:1.6em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	padding: 22px 0px;
	background: url("../img2025/keyboard_arrow_up.svg") no-repeat right;
	background-position: 98% 27px !important; background-size: 28px !important;
	cursor:pointer;
}

.accordion-container .panel .heading p.qes_tit{
	background: url("../img2025/icon_q.png") no-repeat left;
	padding-left:42px;
	padding-right:40px;
}

.accordion-container .panel a {
	text-decoration: none;
}

.accordion-container .panel.active {
	background: #FFF !important;
}

.accordion-container .panel.active .heading {
	background: url("../img2025/keyboard_arrow_down.svg") no-repeat right;
}

.accordion-container .panel.active .heading_best3 {
	background: url("../img2025/keyboard_arrow_down.svg") no-repeat right;
}

.accordion-container .panel .content {
	background-color: #FFF;
	max-height: 0;
	overflow: hidden; transition:
	max-height 0.15s ease-out;
	border: none;
}

.accordion-container .panel .content .content_inner{
	padding:0 20px 30px 20px;
}

.accordion-container .panel .content .content_inner .answer_txt{
	font-size:14px;
	color:#333;
	font-weight:400;
	line-height:1.8em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align: justify;
}

.accordion-container .panel .content .content_inner .answer_txt a{
	text-decoration:underline;
}

.accordion-container .panel .content .content_inner .answer_txt a:hover{
	text-decoration:none;
}

.accordion-container .panel .content .content_inner .answer_txt p{
}

.accordion-container .panel .content .content_inner .answer_txt .danraku{
	margin-top:20px;
}

}

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

/*  お問い合わせ　*/

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

@media print, screen and (min-width: 768px){

.contact{
	margin:60px auto 0;
	width:1080px;
}

.contact .contactBox{
	border:1px solid #CCC;
}

.contact .contactBox .contactBox_inner{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.contact .contactBox .contactBox_inner .conBox{
	width:33%;
}

.contact .contactBox .contactBox_inner .b_right{
	border-right:1px solid #CCC;
}

.contact .contactBox .contactBox_inner .conBox .con_inner{
	padding:20px 10px;
	text-align:center;
}

.contact .contactBox .contactBox_inner .conBox .con_inner h3.conpany_name{
	font-size:15px;
	color:#333;
	font-weight:500;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.contact .contactBox .contactBox_inner .conBox .con_inner p.company_info{
	margin-top:10px;
	font-size:13px;
	color:#333;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

@media screen and (max-width: 768px){

.contact{
	margin-top:40px;
	padding:0 20px;
}

.contact .contactBox{
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.contact .contactBox .contactBox_inner{
}

.contact .contactBox .contactBox_inner .conBox{
	border-bottom:1px solid #CCC;
}

.contact .contactBox .contactBox_inner .b_right{
}

.contact .contactBox .contactBox_inner .conBox .con_inner{
	padding:15px;
	text-align:center;
}

.contact .contactBox .contactBox_inner .conBox .con_inner h3.conpany_name{
	font-size:14px;
	color:#333;
	font-weight:500;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.contact .contactBox .contactBox_inner .conBox .con_inner p.company_info{
	margin-top:5px;
	font-size:12px;
	color:#333;
	font-weight:400;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

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

/*  フッター　*/

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

@media print, screen and (min-width: 768px){

footer {
	width:100%;
}

footer .footmenuBox {
	max-width:800px;
	margin:0 auto;
	padding:35px 0;
}

footer .footmenuBox ul{
	font-size: 0;
	text-align: center;
}

footer .footmenuBox ul li{
	display: inline-block;
	font-size:12px;
	color:#666;
	font-weight:300;
	line-height:1.6em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

footer .footmenuBox ul li:last-child{
	border-right:none;
}

footer .footmenuBox ul li a {
	color:#333;
	text-decoration: none;
	padding:0 7px;
}

footer .footmenuBox ul li a:hover {
	color:#999;
	text-decoration: none;
}

footer .copyright{
	background:#001C2F;
	padding:12px 0;
	text-align:center;
	font-family: 'Roboto Condensed',sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:600;
	line-height:1.4em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

@media screen and (max-width: 768px){

footer {
}

footer .footmenuBox {
	padding:45px 20px 40px;
}

footer .footmenuBox ul{
	font-size: 0;
	text-align: center;
}

footer .footmenuBox ul li{
	display: inline-block;
	font-size:11px;
	color:#666;
	font-weight:300;
	line-height:1.4em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

footer .footmenuBox ul li:last-child{
}

footer .footmenuBox ul li a {
	color:#333;
	text-decoration: none;
	padding:0 5px;
}

footer .footmenuBox ul li a:hover {
	color:#999;
	text-decoration: none;
}

footer .copyright{
	background:#001C2F;
	padding:12px 0;
	text-align:center;
	font-family: 'Roboto Condensed',sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:600;
	line-height:1.4em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

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

/*  ページトップボタン　*/

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

@media screen and (min-width: 768px){

#page-top {
	position: fixed;
	bottom: 0px;
	right: 15px;
	font-size: 12px;
	line-height:1.3em;
	font-family: 'Roboto Condensed',sans-serif;
	font-weight:400;
	font-feature-settings : "palt";
	letter-spacing:1.0px;
}
#page-top a {
	background: #008EC5;
	text-decoration: none;
	color: #FFF;
	width: 56px;
	padding: 10px 0 16px;
	text-align: center;
	display: block;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#page-top a:hover {
	text-decoration: none;
	background: #007BAA;
}

}

@media print, screen and (max-width: 768px){

#page-top{
	display:none;
}

}