@charset "utf-8";
/* CSS Document */

img{
	width:100%;
	display:block;
}
span.blue{
	color:#0045a2;
}

/*===== PC ここから =====*/
@media screen and (min-width: 741px){

/*===== h2 =====*/
.ttl_box{
	width: 100%;
	height: 250px;
	background-color: #004999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.h2_ttl{
	color: #FFF;
	font-size: 34px;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	height: 120px;
	padding-top: 100px;
	line-height: 140%;
	float: right;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ttl_img{
	background-image: url(img/fv.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0px;
	padding: 0px;
	width: 60%;
	height: 250px;
	right: 0px;
	float: right;
}
.main_contents{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.h3_ttl{
	width:846px;
	margin:0 auto 40px auto;
}
.check_box{
	width: 881px;
	margin-top: 0;
	border: 1px solid #0045A2;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding: 30px;
}
.box01{
	width: 100%;
	background-color: #e6eef6;
	padding: 0px;
	margin:0 0 0 0;
	display:table;
}
.txt_box {
    width: 680px;
    margin: 0 0 0 auto;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
}
.txt_box p{
	margin:0;
	font-size:20px;
	line-height:1.8;
}
.img_bg{
	background-image:url(img/bg_photo01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width:40%;
	display:table-cell;
	vertical-align:middle;
	box-shadow: 80px 0px 40px -10px rgba(230,238,246,1.0) inset;
	-webkit-box-shadow: 80px 0px 40px -10px rgba(230,238,246,1.0) inset;
	-moz-box-shadow: 80px 0px 40px -10px rgba(230,238,246,1.0) inset;
}
.h3_ttl02{
	width:522px;
	margin:0 auto 50px auto;
}
.h3_ttl03{
	width:605px;
	margin:0 auto 50px auto;
}
.h3_ttl04{
	width:650px;
	margin:0 auto 50px auto;
}
.h3_ttl05{
	width:420px;
	margin:0 auto 50px auto;
}
ul.problems_ul{
	margin:0 0 50px 0;
	padding:0;
	overflow:hidden;
}
ul.problems_ul li{
	width:242px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:solid 2px #35a9f4;
	margin-right:13px;
	float:left;
}
ul.problems_ul li:last-child{
	margin-right:0px;
}

ul.problems_ul li h4{
	background-color:#35a9f4;
	margin:0;
	color:#fff;
	padding:15px 0;
	text-align:center;
	font-size:30px;
	line-height:1.0;
}
ul.problems_ul li p{
	font-size:16px;
	line-height:1.6;
	margin:0;
	padding:15px 10px;
}
ul.problems_ul li p span{
	color:#35a9f4;
}
.proposal_box,.ex_box{
	border:solid 1px #0045a2;
	padding:30px 20px;
	margin-bottom:55px;
}
.proposal_box h4,.ex_box h4{
	background-color:#0045a2;
	color:#fff;
	font-size:30px;
	line-height:1.0;
	margin-top:0;
	margin-bottom:20px;
	padding:15px 20px;
	display:inline-block;
}
.ex_box{
	margin-bottom:25px;
}
.ex_box p{
	width:608px;
	margin:0;
}
.proposal_txt{
	font-size:28px;
	color:#0045a2;
	font-weight:bold;
	line-height:1.0;
	margin-top:0;
	margin-bottom:20px!important;
	padding-left:20px;
}
.proposal_txt02{
	margin:0;
	padding-left:20px;
	font-size:20px;
	line-height:1.6;
}
.img_bg02{
	width:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height:400px;
	margin-bottom:100px;
}
.bg01{ background-image:url(img/bg_photo02.png);}
.bg02{ background-image:url(img/bg_photo03.png);}
.bg03{ background-image:url(img/bg_photo04.png);}


ul.service_ul{
	margin:0 0 50px 0;
	padding:0;
	display:table;
	border-spacing: 10px;
}
ul.service_ul li{
	width:240px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:solid 2px #0045a2;
	display:table-cell;
}
ul.service_ul li:last-child{
	margin-right:0px;
}

ul.service_ul li h4{
	background-color:#0045a2;
	margin:0;
	color:#fff;
	padding:15px 0;
	text-align:center;
	font-size:30px;
	line-height:1.0;
}
ul.service_ul li p{
	font-size:16px;
	line-height:1.8;
	margin:0;
	padding:15px 10px;
}
.alliance_box{
	background-color:#e6eef6;
	padding:20px;
	margin-bottom:90px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	overflow:hidden;
}
.alliance_txt{
	float:left;
}
.alliance_txt h4{
	font-size:32px;
	margin-top:0;
	margin-bottom:15px;
	line-height:1.0;
	background-color:#0045a2;
	display:inline-block;
	padding:15px 30px 10px 30px;
	color:#fff;
}
.alliance_txt p{
	font-size:26px;
	font-weight:bold;
	line-height:1.8;
	margin:0;
}
.alliance_img{
	width:295px;
	float:right;
}
.txt01{
	font-size:20px;
	text-align:center;
	margin-top:0;
	margin-bottom:50px;
}
.proposal_box p {
	margin-bottom:0;
}
.proposal_box p img{
	width:605px;
}
.txt02{
	width:390px;
	margin:0 auto 20px auto;
}
.h4_ttl{
	font-size:30px;
	background-color:#0045a2;
	color:#ffffff;
	padding:15px;
	line-height:1.0;
	margin:0 0 50px 0;
}
.h4_ttl02{
	font-size:30px;
	background-color:#0045a2;
	color:#ffffff;
	padding:20px 0 10px;
	margin:0 0 20px 0;
	text-align: center;
}
	.h4_ttl02 span {
		font-size: 16px;
		font-weight: normal;
	}
	.plan_wrap{
		width: 1024px;
		margin: 0 auto 90px;
		padding: 50px 0 30px;
		background-color: #eee;
	}
.plan_ul{
	width:795px;
	margin:0 auto 50px auto;
	padding:0;
	overflow:hidden;
}
.plan_ul li{
	width:250px;
	margin-right:22.5px;
	float:left;
}
.plan_ul li:last-child{
	margin-right:0;
}
	.plan_list p{
			font-size:20px;
	margin:0 0 40px 0;
	text-align:center;
	}
	.plan_wrap .plan_tab{
		width: 796px;
		margin: 0 auto;
	}
	
	.plan_wrap .plan_tab ul{
		padding: 0;
	}
.plan_wrap .individual h5{
	font-size: 30px;
		color: #0143a3;
		padding-bottom:10px;
		border-bottom: 4px solid #0143a3;
	margin-bottom: 15px;
}
.plan_wrap .corporat h5{
	font-size: 30px;
	color: #b15ca0;
	padding-bottom:10px;
	border-bottom: 4px solid #b15ca0;
	margin-bottom: 15px;
}
.plan_wrap .txt{
	margin: 0 auto;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #232323;
	
}
.box03{
	width:984px;
	margin:0 auto 60px auto;
	overflow:hidden;
}
.txt03{
	width:535px;
	font-size:20px;
	margin-top:0;
	margin-bottom:30px;
	line-height:1.6;
	padding-top:30px;
	float:left;
}
.img_box01{
	width:385px;
	float:right;
}

/*=========== accodion ============*/

dl.accordion {
    background: #FFF;
    width: 100%;
	margin:0 auto 20px auto;
    font-size: 20px;
}

dl.accordion dt {
    background:url(../common/img/open_ico.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 3%;
	padding-left:30px;
    padding-top: 15px;
    padding-bottom: 15px;
	background-color:#0045a2;
    cursor: pointer;
	font-size:20px;
	line-height: 1;
	color: #fff;

}
dl.accordion dt p{
	display:inline-block;
	font-size:20px;
	line-height: 1;
	color: #fff;
	margin:0;
}

dl.accordion dt span{
	display:inline-block;
	background-color:#259de9;
	padding:10px 13px;
	margin-right:15px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

dl.accordion dt.open {
    background:url(../common/img/close_ico.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 3%;
    z-index: 999;
	background-color:#0045a2;
}

dl.accordion dd {
    background: #FFF;
    padding: 30px 50px;
    line-height: 1.5;
    display: none;
    margin:0 0 20px 0;
    border-left: 2px solid #0045a2;
	border-right: 2px solid #0045a2;
	border-bottom: 2px solid #0045a2;
	font-size:20px;
}

.faq_link{
	margin-top:5px;
	margin-bottom:50px;
	font-size:16px;
	line-height:1.0;
	text-align:right;
}
.faq_link a{
	color:#259de9;
}

/*=========== contact_box ============*/

.contact_box{
	width:800px;
	margin:0 auto 80px auto;
	border:solid 2px #0045a2;
	padding:30px 0;
}

.tel_txt{
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:30px;
	margin-top:0;
	margin-bottom:30px;
	line-height:1.0;
	text-align:center;
}
.tel_txt02{
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:28px;
	margin-top:0;
	margin-bottom:30px;
	line-height:1.0;
	text-align:center;
	color:#0045a2;
}
.tel_number{
	width:623px;
	margin:0 auto 25px auto;
}
.tel_number img{
	width:623px;}
.site_btn{
	background-color: #004999;
	height: 50px;
	width: 380px;
	margin:0 auto;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.site_btn a{
	background-image:url(../common/img/btn_ico.png);
	background-repeat: no-repeat;
	background-position: 13px 14px;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	padding-left: 60px;
	display: block;
	padding-top: 13px;
	padding-bottom: 10px;
	cursor:pointer;
	background-color: transparent;
	outline:none;
}
/* hover */
.site_btn:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #002455;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.site_btn:hover:before, .site_btn:focus:before, .site_btn:active:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.h3_ttl07{
	width:442px;
	margin:0 auto 40px auto;
}
.price_txt02{
	text-align:center;
	margin:0 0 60px 0;
	font-size:20px;
}
.price_txt02 strong{
	font-weight:normal;
	color:#0045a2;}

#price{
	overflow:hidden;
	padding-top:20px;
	margin-bottom:80px;
}
#price .price_txt{
	font-size:20px;
	margin:0 0 40px 0;
	text-align:center;
}
#price .price_txt strong{
	font-size:25px;
	color:#0045a2;
	font-weight:normal;
}
#price .price_left{
	float:left;
	width:500px;
}
#price .price_right{
	float:right;
	width:500px;
}
#price .price_note{
	font-size:12px;
	margin:0;}

#merit {
	overflow:hidden;
	margin:0 0 80px 0;
}
.box{
	border:2px solid #0045a2;
	border-radius:10px;
	padding:30px 0 30px 30px;
	margin-bottom:20px;
}
#merit .box_bg01{
	background:url(img/bg_img01.png) no-repeat right 10px;
}
#merit .box_bg02{
	background:url(img/bg_img02.png) no-repeat right 10px;
}
#merit .box_bg03{
	background:url(img/bg_img03.png) no-repeat right 10px;
}
#merit .box_bg04{
	background:url(img/bg_img04.png) no-repeat right 10px;
}
#merit .box_bg05{
	background:url(img/bg_img05.png) no-repeat right 10px;
}
#merit .btn{
	width:519px;
	margin:0 0 0 15px;
}
#merit h4{
	background:#0045a2;
	color:#fff;
	font-size:26px;
	margin:0 0 20px 0;
	width:620px;
	padding:15px;
}
#merit p{
	margin:0 0 20px 15px;
	font-size:20px;
	width:640px;
}
#merit p.txt02{
	margin:0 0 0 15px;
	font-size:30px;
	color:#0045a2;
	font-weight:bold;
	line-height:160%;
}
#flow {
	overflow:hidden;
	margin:0 0 60px 0;
}
#flow .h3_ttl06{
	width:730px;
	margin:0 auto 50px auto;
}
.flow_wrap{
	background:url(img/flow_bg.png) no-repeat center 3px;
	height:777px;
	width:906px;
	margin:0 auto 10px auto;
	padding:0;
	position:relative;
}
div.flow_l{width:417px;}
div.flow_r{width:427px;}

div.flow_l,div.flow_r{
	position:absolute;
}
div.flow_l{
	left:0;
}
div.flow_r{
	right:0;
}
.flow01{top:0;}
.flow02{top:0;}
.flow03{top:160px;}
.flow04{top:180px;}
.flow05{top:316px;}
.flow06{top:360px;}
.flow07{top:540px;}
.flow08{top:540px;}
.flow09{
	width:713px;
	margin:0 auto;
}
.flow_ttl{
	overflow:hidden;
	width:926px;
	margin:0 auto 30px auto;
}
.flow_ttl01{
	float:left;
	color:#fff;
	text-align:center;
	width:436px;
	font-size:28px;
	padding:10px 0;
	background:#6db92a;
	margin:0;
}
.flow_ttl02{
	float:right;
	color:#fff;
	text-align:center;
	width:436px;
	font-size:28px;
	padding:10px 0;
	background:#0045a2;
	margin:0 5px 0 0;
}
.bnr{
	width:900px;
	margin:0 auto 70px auto;
}
.check{
	padding:80px 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
	padding:80px 0;
	background-image: url(img/bg04.png);

}
.check .ttl04{
	width:824px;
	margin:0 auto 30px auto;
}
.check_img img{
	width:743px;
	margin:0 auto;
}
.reason{
	background-color: #E2EDF4;
	padding-top: 80px;
	padding-bottom: 50px;
	margin-bottom: 0px;
	margin-top: -100px;
	margin-bottom:50px;
}
.reason .ttl05{
	width: 711px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.reason .img01{
	background-image: url(img/r_img01.jpg);
	background-repeat: no-repeat;
	height: 370px;
	width: 329px;
	float: left;
	margin-right: 30px;
}
.reason .txt_box01{
	width: 610px;
	float: right;
	padding-bottom: 20px;
	background-color: #FFF;
	margin-bottom: 40px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
.reason .r_ttl{
	font-size: 20px;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 140%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.reason .r_txt{
	margin-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 16px;
}
.reason .img02{
	background-image: url(img/r_img02.png);
	background-repeat: no-repeat;
	height: 370px;
	width: 329px;
	float: right;
	margin-left: 30px;
}

.cost_img {
	width: 900px;
	margin: 25px auto 60px;
}
}
/*===== PC ここまで =====*/


/*===== SP ここから =====*/
@media screen and (max-width: 740px){

/*===== h2 =====*/
.ttl_box{
	width: 100%;
	height: 90px;
	background-color: #004999;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.h2_ttl{
	color: #FFF;
	font-size: 16px;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 140%;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ttl_img{
	background-image: url(img/fv.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0px;
	padding: 0px;
	width: 50%;
	height: 90px;
	right: 0px;
	float: right;
}
.main_contents{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
.h3_ttl{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.box01{
	width: 100%;
	background-color: #e6eef6;
	padding: 0px;
	margin:0 0 0px 0;
}
.txt_box{
	width:100%;
	margin:0 0 0 auto;
	padding-top:25px;
	padding-right:20px;
	padding-bottom:25px;
	box-sizing:border-box;
}
.txt_box p{
	width:95%;
	margin:0 auto;
	font-size:14px;
	line-height:1.6;
}
.img_bg{
	background-image:url(img/bg_photo01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width:100%;
	height:250px;
}
.h3_ttl02{
	width:85%;
	margin:0 auto 25px auto;
}
.h3_ttl03{
	width:90%;
	margin:0 auto 25px auto;
}
.h3_ttl04{
	width:90%;
	margin:0 auto 25px auto;
}
.h3_ttl05{
	width:70%;
	margin:0 auto 25px auto;
}
ul.problems_ul,ul.service_ul{
	margin:0 0 50px 0;
	padding:0;
	overflow:hidden;
}
ul.problems_ul li,ul.service_ul li{
	width:90%;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:solid 2px #35a9f4;
	margin:0 auto 10px auto;
}
ul.service_ul li{
	border:solid 2px #0045a2;
}
ul.problems_ul li:last-child,ul.service_ul li:last-child{
	margin:0 auto;
}

ul.problems_ul li h4,ul.service_ul li h4{
	background-color:#35a9f4;
	margin:0;
	color:#fff;
	padding:10px 0;
	text-align:center;
	font-size:20px;
	line-height:1.0;
}
ul.service_ul li h4{
	background-color:#0045a2;
}
ul.problems_ul li p,ul.service_ul li p{
	font-size:14px;
	line-height:1.6;
	margin:0;
	padding:10px 10px;
}
ul.problems_ul li p span{
	color:#35a9f4;
}
.proposal_box,.ex_box{
	width:100%;
	box-sizing:border-box;
	border:solid 1px #0045a2;
	padding:15px 10px;
	margin-bottom:55px;
}
.proposal_box h4,.ex_box h4{
	background-color:#0045a2;
	color:#fff;
	font-size:20px;
	line-height:1.0;
	margin-top:0;
	margin-bottom:15px;
	padding:15px 20px;
	box-sizing:border-box;
	display:inline-block;
}
.ex_box{
	margin-bottom:15px;
}
.proposal_txt{
	font-size:18px;
	color:#0045a2;
	font-weight:bold;
	line-height:1.0;
	margin-top:0;
	margin-bottom:15px;
}
.proposal_txt02{
	marign:0;
	font-size:14px;
	line-height:1.6;
}
.img_bg02{
	width:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height:200px;
	margin-bottom:40px;
}
.bg01{ background-image:url(img/bg_photo02.png);}
.bg02{ background-image:url(img/bg_photo03.png);}
.bg03{ background-image:url(img/bg_photo04.png);}

.alliance_box{
	background-color:#e6eef6;
	padding:20px;
	margin-bottom:60px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	overflow:hidden;
}
.alliance_txt{
	margin-bottom:25px;
}
.alliance_txt h4{
	font-size:20px;
	margin-top:0;
	margin-bottom:15px;
	line-height:1.0;
	background-color:#0045a2;
	display:inline-block;
	padding:15px 30px 10px 30px;
	color:#fff;
}
.alliance_txt p{
	font-size:14px;
	font-weight:bold;
	line-height:1.8;
	margin:0;
}
.txt01{
	font-size:14px;
	margin-top:0;
	margin-bottom:25px;
}
.alliance_img{
	width:80%;
	margin:0 auto;
}
.proposal_box p img{
	width:100%;
}
.txt02{
	width:40%;
	margin:0 auto 20px auto;
}
.h4_ttl {
	font-size:18px;
	background-color:#0045a2;
	color:#ffffff;
	padding:10px;
	line-height:1.0;
	margin:0 0 20px 0;
}

.h4_ttl02{
	font-size: 15px;
	background-color: #0045a2;
	color:#ffffff;
	padding: 10px 0 5px;
	line-height: 1.0;
	margin: 0 0 10px 0;
	text-align: center;
	line-height: 130%;
}
	.h4_ttl02 span {
		font-size: 12px;
		font-weight: normal;
	}
	.plan_ul {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.plan_ul li {
	width: 46%;
	margin-right: 2px;
	margin-left: 7px;
	display: inline-block;
	margin-bottom: 10px;
}
		.plan_wrap{
		width: 100%;
		margin: 0 auto 30px;
	}
	.plan_wrap .plan_tab{
		width: 100%;
		margin: 0 auto;
	}
	
	.plan_wrap .plan_tab ul{
		padding: 0;
	}
	.plan_wrap .plan_tab ul li .img{
		overflow: auto;
	}
	.plan_wrap .plan_tab ul li .img img{
				width: 700px;
		overflow-x: scroll;
	}
	.plan_wrap .plan_tab ul li .img::-webkit-scrollbar {
  height: 6px;
}
	.plan_wrap .plan_tab ul li .img::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
.plan_wrap .plan_tab ul li .img::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
.plan_wrap .individual h5{
	font-size: 18px;
		color: #0143a3;
		padding-bottom:10px;
		border-bottom: 2px solid #0143a3;
	margin-bottom: 15px;
}
.plan_wrap .corporat h5{
	font-size: 18px;
	color: #b15ca0;
	padding-bottom:10px;
	border-bottom: 2px solid #b15ca0;
	margin-bottom: 15px;
}
.plan_wrap .txt{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #232323;
	margin: 0;	
}
.box03{
	width:100%;
	margin:0 auto 40px auto;
	overflow:hidden;
}
.txt03{
	width:100%;
	font-size:14px;
	margin-top:0;
	margin-bottom:20px;
	line-height:1.6;
}
.img_box01{
	width:100%;
}


/*=========== accodion ============*/
dl.accordion {
    background: #FFF;
    width: 100%;
	margin:0 auto 20px auto;
    font-size: 20px;
}

dl.accordion dt {
	width:100%;
    background:url(../common/img/open_ico.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 3%;
	padding-left:10px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1;
    color: #fff;
	background-color:#0045a2;
    cursor: pointer;
	font-size:16px;
	box-sizing:border-box;
}

dl.accordion dt p{
	width: 70%;
	display: inline-block;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	margin: 0 0 0 3%;
	vertical-align: top;
}

dl.accordion dt span{
	width: 10%;
	display: inline-block;
	background-color: #259de9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-sizing: border-box;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

dl.accordion dt.open {
    background:url(../common/img/close_ico.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 3%;
    z-index: 999;
	background-color:#0045a2;
}

dl.accordion dd {
	width:100%;
    background: #FFF;
    padding: 15px;
    line-height: 1.5;
    display: none;
    margin:0 0 20px 0;
    border-left: 2px solid #0045a2;
	border-right: 2px solid #0045a2;
	border-bottom: 2px solid #0045a2;
	font-size:14px;
	box-sizing:border-box;
}

.faq_link{
	margin-top:5px;
	margin-bottom:30px;
	font-size:13px;
	line-height:1.0;
	text-align:right;
}
.faq_link a{
	color:#259de9;
}

/*=========== contact_box ============*/

.contact_box{
	width:100%;
	margin:0 auto 50px auto;
	border:solid 2px #0045a2;
	padding:30px 0;
}

.tel_txt{
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:16px;
	margin-top:0;
	margin-bottom:15px;
	line-height:1.4;
	text-align:center;
}
.tel_txt02{
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:16px;
	margin-top:0;
	margin-bottom:20px;
	line-height:1.0;
	text-align:center;
	color:#0045a2;
}
.tel_number{
	width:80%;
	margin:0 auto 15px auto;
}

.site_btn{
	background-color: #004999;
	width: 90%;
	margin:0 auto;
	padding:0;
}
.site_btn a{
	background-image: url(../common/img/btn_ico.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	background-size: 16px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0px;
}
#merit .box{
	border:2px solid #0045a2;
	border-radius:10px;
	padding:10px 10px 10px 10px;
	margin-bottom:20px;
}
#merit h4{
	background:#0045a2;
	color:#fff;
	font-size:16px;
	margin:0 0 15px 0;
	padding:12px;
	line-height: 160%;
	text-align: center;
}
#merit p{
	margin:0 0 15px 0;
	font-size:14px;
}
#merit p.txt02{
	width: 100%;
	text-align: center;
	margin:0 0 0 15px;
	font-size:16px;
	color:#0045a2;
	font-weight:bold;
	line-height:160%;
}

#flow {
	overflow:hidden;
	margin:0 0 40px 0;
}
#flow .h3_ttl06{
	width:90%;
	margin:0 auto 25px auto;
}
.flow_wrap{
	padding: 0;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 90%;
}
.flow_l,.flow_r{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.flow_ttl{
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.flow_ttl01{
	float: left;
	color: #fff;
	text-align: center;
	width: 49%;
	font-size: 13px;
	background: #6db92a;
	margin: 0;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.flow_ttl02{
	float: right;
	color: #fff;
	text-align: center;
	width: 49%;
	font-size: 13px;
	background: #0045a2;
	margin: 0;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.h3_ttl07{
	width:70%;
	margin:0 auto 20px auto;
}
.price_txt02{
	text-align:left;
	margin:0 0 30px 0;
	font-size:14px;
}
.price_txt02 strong{
	font-weight:normal;
	color:#0045a2;}

	.plan_list p{
			font-size:14px;
	margin:0 0 20px 0;
	text-align:left;
	}
#price{
	overflow:hidden;
	padding-top:0px;
	margin-bottom:20px;
}
#price .price_txt{
	font-size:14px;
	margin:0 0 20px 0;
	text-align:left;
}
#price .price_txt strong{
	font-size:16px;
	color:#0045a2;
	font-weight:normal;
}
#price .price_left{
	margin-bottom: 15px;

}
#price .price_right{
	margin-bottom: 20px;
}
#price .price_note{
	font-size:12px;
	margin:0;}

.bnr{
	margin: 0 0 40px 0;
}
.check{
	padding:40px 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	background-image: url(img/bg04.png);

}
.check .ttl04{
	margin:0 auto 20px auto;
}
.check_img img{
	margin:0 auto;
}
.reason{
	background-color: #E2EDF4;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom:30px;
	margin-top: -40px;
}
.reason .ttl05{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.reason .img01{
	background-image: url(img/r_img01.jpg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 70%;
	width: 100%;
}
.reason .txt_box01{
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 1px;
}
.reason .r_ttl{
	font-size: 16px;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 140%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
}
.reason .txt_box01 .r_txt{
	width: 100%;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.cost_img {
	margin: 15px auto 30px;
}
}
/*===== SP ここまで =====*/
