@charset "UTF-8";

/*==================
 リセット
==================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
body {line-height:1;}
ol, ul {list-style:none;margin:0;padding:0;}
blockquote, q {quotes:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse;border-spacing:0;}
caption {width:100%;}
a {outline:none;}
img {vertical-align:top;}

/*==================
 スタイル
==================*/

.tac {
	text-align:center;
}
.con_r {
	float:right;
}
.con_l {
	float:left;
}

.span_3 {
	width: 25%;
}
.span_4 {
	width: 33%;
}
.span_5 {
	width: 44%;
}
.span_6 {
	width: 50%;
}
.span_7 {
	width: 58%;
}
.span_8 {
	width: 66%;
}
/*-------------------------
 基本
-------------------------*/
html,body{
    width: 100%;
}
body{
	margin:0px;
	padding:0;
	-webkit-text-size-adjust:none;
	line-height:1.6;
	color:#000000;
	background:#fff;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; 
	font-size:100%;
	background: #192846;
	/*z-index: -10;*/
	position: relative;
}
body.top  {
	background: #fff;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	line-height:1.2
}
img{
	border:none;
	max-width:100%;
	height:auto;
    box-sizing: border-box;
}
a{
	text-decoration:underline;
	color:#111;
}
a:hover{
	text-decoration:none;
}
a:hover img{
	opacity:0.8
}
hr{
	background-color:none;
	border:0;
	height:1px;
	clear:both;
	border-bottom:1px splid #e9e9e9;
	margin:20px 0 20px;
	overflow:hidden;
}

table{margin-bottom:20px;}
object,embed{width:100%;display:block;margin:auto;}

.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

/*-------------------------
 構造
-------------------------*/

.header-inner,
.contents-inner,
.footer-inner,
.copyright-inner,
.page-title h2 {
	/*overflow:hidden;*/
}
#nav,#mainimage,.content,#footer,
.copyright {
	clear:both;
}
.nav-inner {
	width:880px;
	margin:0 auto;
}
.top .contents-inner {
	width:100%;
}

/*-------------------------
 header
-------------------------*/
#header {
	background: #fff;
}
#header .header-inner {
	width:880px;
	padding: 35px 0;
    margin: 0 auto;
	background: #fff;
}
#header h1 {
	float:left;
}
#header h1 img {
	width: 100%;
}
#header h1 img:hover {
	opacity:1.0;
}
#header ul {
	float:none;
	width:auto;
	max-width:100%;
	overflow:hidden;
}
#header ul.menu {
		margin:7px 0 0;
}
#header .rightBox {
	float: right;
	width: 696px;
} 
#header .head_inq {
	width:224px;
	float:right;
}

/*-------------------------
 nav
-------------------------*/

#nav {
	background:none;
	width:472px;
	float: left;
}
#nav ul li {
	float:left;
	box-sizing:border-box;
	width:20%!important;
	height:28px;
}
#nav ul li a {
	/*border-right:1px solid #dedede;*/
}
#nav li.nav01 a {
	/*border-left:1px solid #dedede;*/
}
#nav li.nav01 {width: 15%!important;}
#nav li.nav02 { }
#nav li.nav03 {width: 25%!important;}
#nav li.nav04 {width: 25%!important;}
#nav li.nav05 {width: 15%!important;}
#nav li a {
	text-decoration:none;
	color:#333333 !important;
	font-size:13px !important;
	text-align:center;
	display:block;
	position: relative;
	letter-spacing: 0px;
}
#nav li a:hover {
	color:#000 !important;
	font-weight:bold;
	background:none !important;
}
#nav li a:hover:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 3px;
    background: #000;
    bottom: -8px;
    left: 5px;
}

#nav ul.sub-nav {
	padding-top:15px !important;
}
#nav ul.sub-nav li a {
	background:#f0f0f0 !important;
	border:none !important;
	padding:7px 0 !important;
}
#nav ul.sub-nav li a,
#nav ul.sub-nav li a:hover {
	background:#f0f0f0 !important;
}

/*-------------------------
 aside
-------------------------*/

#aside {
	position:fixed;
	top:180px;
	right:0;
	z-index: 100;
}
#aside img {
	width:120px;
}

/*-------------------------
 content-bottom
-------------------------*/
#content-bottom {
    background: #003570;
    padding: 30px 0;
	position: relative;
}
#content-bottom .con_l {
    width: 50%;
    border-right: 1px solid #7392b2;
	padding: 20px 60px 20px 0;
	box-sizing: border-box;
}
#content-bottom .con_r {
    width: 49%;
}
#content-bottom .contact_tel {
    padding: 15px 0 10px 35px;
	color: #fff;
}
#content-bottom p.p01 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 2.0;
}
#content-bottom p.p02 {
	color: #FFFF00;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 2px;
}
#content-bottom p.p02 span.span01 {
	font-size: 13px;
}
#content-bottom p.p02 span.span02 {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	margin-left: 15px;
}
/*-------------------------
 footer
-------------------------*/

#footer {
    padding-top: 5px;
	font-size:88%;/*14px*/
	background: #192846;
	color:#fff;
}
#footer .block {
	float:left;
	margin-bottom:30px;
	line-height:2;
}
#footer .nav {
	width:24%;
}
#footer .access {
	width:50%;
	float:right;
}

#footer h3 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-weight: bold;
}
#footer .nav li a {
	text-decoration:none;
	color:#333;
	padding-left:14px;
	position:relative;
}
#footer .nav li a::after {
	position:absolute;
	content:"・";
	top:-2px;
	left:0;
	color:#09b97b;
}
#footer .nav li a:hover {
	color:#09b97b;
}

#footer .block p {
	margin-bottom:1.5em;
}
#footer .span_3 {
	width:25%;
	float:left;
}
#footer .span_6 {
	width:50%;
	float:left;
}
#footer a {
    color: #fff;
    text-decoration: none;
    line-height: 2.2;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul.menu_ul li a {
    padding-left: 25px;
    position: relative;
	letter-spacing: 2px;
}
#footer ul.menu_ul li a:hover {
	text-decoration: underline;
}
#footer ul.menu_ul li a:before {
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	top:2px;
	left:0;
	border-style: solid;
	border-width: 0 0 13px 13px;
	border-color: transparent transparent #415564 transparent;
}
#footer ul.sub li a:before {
	display:none;
}
#footer ul.sub li a:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: block;
    width: 6px;
    height: 7px;
    position: absolute;
    left: 5px;
    top: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#footer .footer_01 {
    padding: 75px 0;
}
#footer .footer_02 {
    display: flex;
	padding: 0 0 40px;
}
#footer .foot_box {
    background: #fff;
    color: #011233;
    padding: 30px 35px;
	margin-top: 67px;
}
#footer .foot_box .con_l {
    line-height: 2.0;
	font-weight: bold;
}
#footer .foot_box .con_r {
    width: 74px;
}
.footer_logo {
    float: left;
    width: 55%;
}
.footer_logo img {
    width: 213px;
    float: left;
    margin:0 15px 0 0;
}
.footer_logo p {
    width: auto;
    float: right;
	font-size: 10px;
}
/*
 copyright
-------------------------*/

.copyright {
	font-size: 10px;
    float: right;
    width: 50%;
    text-align: right;
    margin-top: 15px;
}
.copyright-inner {
	padding:20px 0;
	text-align:right;
	color:#fff;
}

/*-------------------------
 mainimage
-------------------------*/

#mainimage {
}

.under #mainimage {
}
.under #mainimage .page-title {
	/*border-bottom: 1px solid #ccc;*/
    border-top: 5px solid #118b62;
	background:#f9f9f9;
}

.under #mainimage h2 {
	padding:1em 0;
	text-align:center;
	font-size:163%;/*26px*/
	color:#118b62;
	letter-spacing:1px;
}
		  
/*-------------------------
 contents
-------------------------*/

.contents-inner {
	padding:2.5em 0;
	overflow:hidden;
}
.top .contents-inner {
	padding:0 ;
}

.contents-inner p {
	margin-bottom:1.2em;
}
.contents-inner p:last-child {
	margin-bottom:0;
}

.box-left,
.box-center {
	float:left;
}
.box-right {
	float:right;
}
.box-left,
.box-center,
.box-right {
	box-sizing:border-box;
}

.btn-style a {
	display:block;
	background:#d63c0d;
	text-align:center;
	padding:8px 6px 6px;
	box-sizing:border-box;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
}

/*-------------------------
 共通
-------------------------*/

.btn-style a:hover,
a:hover img,
.pagetop a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.tac {
	text-align:center;
}
.tar {
	text-align:right;
}

.color01 {
	color:#118b62;
}
.color02 {
	color:#d63c0d;
}
.mb00 {
    margin-bottom: 0px!important;
}
.mb10 {
    margin-bottom: 10px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
.mb40 {
    margin-bottom: 40px!important;
}
.mb50 {
    margin-bottom: 50px!important;
}
.mr40 {
	margin-right: 40px!important;
}
.mr45 {
	margin-right: 45px!important;
}
.w45 {
    width: 45%;
    margin-right: 5%;
}

/* googlemap */
.googlemap {
	height:0;
	padding-top:77%;
	width:100%;
	position:relative;
	margin-bottom:1em;
}
.googlemap iframe {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

/* 画像 */

.img_left img {
	float:left;
	margin:0 2% 2% 0 ;
	max-width:30%;
}

.img_right img {
	float:right;
	margin:0 0 2% 2%;
	max-width:30%;
}

.img-block {
	text-align:center;
}
.img-block .img {
	width:48%;
	text-align:center;
	display:inline-block;
}
.img-block .img img {
	display:inline-block;
}
.img4-block {
	text-align:center;
}
.img4-block img {
	height:200px;
	margin:0 8px;
}

/* table
-------------------------*/

table.table {
	width:100%;
}
table.table td, 
table.table th {
	color: #192846;
	font-weight: normal;
	font-size: 14px;
}
table.table th {
	border-bottom:1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	padding:0.8em;
	text-align:left;
	width:30%
}
table.table td {
	border-bottom:1px solid #c8c8c8;
	padding:0.8em;
}

table.fee-table {
	width:100%;
}
table.fee-table th,
table.fee-table td {
	border:1px solid #CCC;
	padding:0.6em;
}
table.fee-table thead th {
	background:#e4f8ec;
}
table.fee-table th {
	background:#f7f7f7;
}
table.fee-table tbody td {
	width:27%;
}

/* list
-------------------------*/

ul.list li {
	position:relative;
	padding-left:1em;
	margin-bottom:0.5em;
}
ul.list li::after {
	position:absolute;
	content:"";
	background:#d63c0d;
	width: 5px;
	height: 5px;
	top: 9px;
	left: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.float-list li {
	width:50%;
	box-sizing:border-box;
	padding:0 1.5em 0 1em;
	position:relative;
	float:left;
	margin-bottom:0.5em;
}
.float-list li::after {
	position:absolute;
	content:"";
    width: 0;
    height: 0;
	top: 14px;
	left: 4px;
	margin: -8px 0 0 0;
    border: 6px solid transparent;
    border-top: 6px solid #ccc;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform:rotate(-90deg);
}

.float-list li a {
	color:#09b97b;
}
/*-------------------------
 TOP
-------------------------*/
.mainimage {
	background:#192846;
	text-align: center;
}
.container {
	width:880px;
	margin:0 auto;
	position: relative;
}
.content {
    background: #fff;
    width: 880px;
    margin: -50px auto 0;
    padding: 80px!important;
    box-sizing: border-box;
	position: relative;
	display: table;
}
.top .content {
	padding:0;
	margin: 0 auto;
}
.content-block {
    margin-bottom: 70px;
}

span.small {
    font-size: 80%;
}
span.x-small {
    font-size: 70%;
}
span.large {
    font-size: 140%;
}

.top .content-block h3 {
	text-align: center;
	font-size: 18px;
    font-weight: bold;
	color: #000000;
	letter-spacing: 5px;
	position: relative;
	/*margin-bottom: 30px;*/
}
.top .content-block h3:before {
	position: absolute;
	content: "";
	background: #000;
	width:60px;
	height: 3px;
	bottom:-10px;
	left: 50%;
	margin-left: -30px;
}

.content-block.top00 {
    margin: 45px auto 50px!important;
}
.top01 .span_3 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    border-right: 1px dotted #0d0d0d;
    text-align: center;
}
.top01 .span_3.con04 {
	border-right: 0;
}
.top01 img {
    margin: 0 0 15px;
}
.top01 h4 {
	/*font-weight: bold;*/
	margin: 0 0 15px;
	font-size: 15px;
	letter-spacing: 5px;
	font-weight: bold;
}
.top01 .con01 h4 {
	color: #008dbc;
}
.top01 .con02 h4 {
	color: #025fa3;
}
.top01 .con03 h4 {
	color: #003285;
}
.top01 .con04 h4 {
	color: #0a0f64;
}
.top01 p {
	font-size: 12px;
	line-height: 1.8;
	font-weight: bold;;
}

.content-block.top02 {
    margin-bottom: 0;
    background: #edeff0;
    padding: 55px 0 40px;
}

.top02 .span_6 {
	float: left;
	border-bottom: 1px dotted #949495;
}
.top02 h3 {
	text-align: left!important;
}
.top02 h3:before {
	background: none!important;
}
.top02 dt {
    font-size: 10px;
    color: #666666;
    margin: 25px 0 15px;
}
.top02 dd {
    font-size: 13px;
	font-weight: bold;
    color: #000000;
	height: 60px;
}
.top02 .news_info {
    clear: both;
    text-align: right;
    font-size: 13px;
	padding: 10px 0 0;
    letter-spacing:4px;
    font-weight:bold;
}
.top02 .news_info a,.top02 .span_6 a {
	position: relative;
	text-decoration: none;
}
.top02 .news_info a:hover,.top02 .span_6 a:hover {
	text-decoration: underline;
}
.top02 .news_info a:before {
	border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    display: block;
    width: 6px;
    height: 7px;
    position: absolute;
    left: -15px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
/*-------------------------
 Under
-------------------------*/

.under .content p {
	margin-bottom:1.2em;
}
.pankuzu {
    color: #666666;
    font-size: 12px;
}
.title-block2 {
    background: #eceeef;
    padding: 10px 0px 0px 0px;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
}
.title-block {
    background: #eceeef;
    padding: 10px 0;
	z-index: -2;
}
.title-block.advantage {
   padding: 0px 0px 10px 0px;	
}
.title-block h2 {
    font-size: 54px;
    color: #192846;
    font-weight: bold;
    text-align: center;
    padding: 120px 0 150px;
	letter-spacing:3px;
}
.title-block h2 span {
    color: #808080;
    font-size: 17px;
    font-weight: normal;
    vertical-align: middle;
    margin-left: 60px;
	position: relative;
	font-family: 'Lato', sans-serif;
}
.title-block h2 span:before {
	position:absolute;
	content:"";
	background:#808080;
	width:20px;
	height:1px;
	top:50%;
	left:-30px;
	margin-top:-2px;
}
.title-block h2 span:after {
	position:absolute;
	content:"";
	background:#808080;
	width:20px;
	height:1px;
	top:50%;
	right:-30px;
	margin-top:-2px;
}
.under-title-block {
    background: #eceeef;
    height: 330px;
    margin: -50px auto 0;
}
.under .content h3 {
    font-size: 18px;
    background: #003570;
    color: #fff;
    width: 125px;
    text-align: center;
    padding: 10px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.under .content h4 {
	font-size:14px;
	font-weight: bold;
	margin-bottom:1.5em;
	position:relative;
	padding:0.5em 0 0.5em 1.8em;
	border-bottom:1px dashed #192846;
	overflow:hidden;
}
.under .content h4::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 6px;
    left: 0;
    border-style: solid;
    border-width: 0 0 13px 13px;
    border-color: transparent transparent #192846 transparent;
}
.under .content .qa-block h4 {
	padding-left:30px;
}
.under .content .qa-block h4::before {
	height:24px;
	top:50%;
	margin-top:-14px;
	left:0;
	width:24px;
	background: #118b62;
	border-radius:50%;
}
.under .content .qa-block h4::after {
	color: #fff;
    content: "Q";
    font-size: 14px;
    left: 7px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
 
.concept .content h4,
.content .flow-block h4 {
	padding-left:0;
}
.concept .content h4::before,
.content .flow-block h4::before {
	display:none;
}
.concept .content h4 .figure,
.content .flow-block h4 .number {
	display:inline-block;
	padding:4px 12px 2px;
	border-radius:3px;
	margin-right:10px;
	background:#09b97b;
	color:#FFF;
}


.under .content h5 {
	font-size:115%;
	margin-bottom:1.2em;
	color:#118b62;
	position:relative;
	padding:0.2em 0 0.12em 1em;
	border-left:2px solid #118b62;
}

/*-------------------------
 pagetop
-------------------------*/
.pagetop {
    position: absolute;
    top: -70px;
    right: 5%;
    z-index: 99;
    display: none;
}
.pagetop a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    background: #003570;
    text-decoration: none;
}
.pagetop a:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    display: block;
    height: 15px;
    margin-top: -3px;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 15px;
}

.under .content .btn-style a {
	display:inline-block;
	max-width:100%;
	padding: 8px 20px 6px;
}

/* block */
.bg-block {
	background:#f5fcfa;
	overflow:hidden;
}

.border-block {
	border:3px double #ddd;
	padding:1em;
	margin-bottom:1.5em;
	overflow:hidden;
}
.border-block dl {
	overflow:hidden;
}
.border-block dt,
.border-block dd {
	padding:0 0.8em 0.3em 0 ;
	float:left;
}

.ba-block {
	padding:4%;
	overflow:hidden;
	margin-bottom:1em;
	background:#f5fcfa url(../images/arrow_bg.png) no-repeat center;
}
.ba-block .before {
	float:left;
	width:44%;
	text-align:center;
}
.ba-block .after {
	float:right;
	width:44%;
	text-align:center;
}
.ba-block img {
	border:1px solid #ddd;
	box-sizing:border-box;
	display:block;
	max-width:100%;
	margin:0 auto 0.3em;
}

.qa-block {
	overflow:hidden;
	margin-bottom:2.5em;
}

.flow-block {
	overflow:hidden;
	padding-bottom:50px;
}

.calender-block iframe {
	width:100%;
	margin:0 auto;
}
.link_btn {
	width: 100%;
	display: inline-block;
}
.link_btn a {
    background: #fff;
    padding: 10px 0;
    display: table;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    color: #00165a;
    font-size: 15px;
	font-weight: bold;
    text-align: center;
	letter-spacing: 1px;
}
.link_btn a:hover {
    background: rgba(255,255,255,0.8);
}
.link_btn a:before {
    position: absolute;
    content: "";
    background: url(../images/mail_icon.png) no-repeat;
    width: 20px;
    height: 16px;
    top: 50%;
    left: 10%;
    margin-top: -9px;
}
ul.ul01, ul.ul02 {
 list-style: none;
}
ul.ul01 li {
    padding: 0 0 5px 22px;
    position: relative;
    word-wrap: break-word;
    color: #192846;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.8;
}
.ul01 li:before {
    background: none repeat scroll 0 0 #192846;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 11px;
    position: absolute;
    top: 7px;
    width: 5px;
}
ul.ul02 {
	/*width: 360px;*/
    margin: 0 auto;
}
ul.ul02 li {
    padding: 0 0 5px 22px;
    position: relative;
    word-wrap: break-word;
    color: #192846;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.8;
	font-weight: bold;
	display: table;
    margin: 0 auto;
}
.ul02 li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 4px;
    left: 0;
    border-style: solid;
    border-width: 0 0 13px 13px;
    border-color: transparent transparent #192846 transparent;
}
.box01 {
	padding: 200px 270px;
	color: #fff;
	box-sizing: border-box;
}
.catch {
    font-size: 54px;
    font-weight: bold;
    letter-spacing: 8px;
    color: #fff;
}

.sidemenu {
	border: 2px solid #eceeef;
	margin: 0 auto 20px;
}
.sidemenu dt, .sidemenu dd a {
	box-sizing: border-box;
}
.sidemenu dt {
	text-align: center;
	padding: 12px 0;
	background: #eceeef;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #192846;
	text-align: center;
	border-bottom:2px solid #192846;
}
.sidemenu dd a {
	position: relative;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
.sidemenu dd:last-child a {
	border-bottom:0;
}
.sidemenu dd a:hover {
	text-decoration: underline;
	color: #192846;
}
dl.info {
	border-bottom:1px dashed #999999;
	padding: 0 0 15px 15px;
	box-sizing: border-box;
	margin: 0 0 15px 45px;
}
dl.info .con_r {
    width: 75%;
}
dl.info dt {
    font-size: 10px;
    color: #666666;
    padding: 10px 0;
}
dl.info dd {
    font-size: 14px;
}
.works_box {
    width: 348px;
	margin-bottom: 35px;
}
.works_box img {
	margin-bottom: 15px;
}
.works_box h3 {
    width: 100%!important;
    margin-bottom: 0!important;
    box-sizing: border-box;
    padding: 15px;
	font-size:18px;
    text-align: left!important;
}
.works_box p {
    font-size: 14px;
	min-height: 100px;
}
.thanks {
	text-align: center;
}
.thanks p.p01 {
    font-size: 40px;
    font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 0!important;
}
.thanks p.p02 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.thanks p.p03 {
    margin-bottom: 70px;
}
.thanks .link_btn {
    width: 180px;
}
.thanks .link_btn a {
    background: #192846;
    color: #fff!important;
}
.thanks .link_btn a:hover {
	background: #003570;
}
.thanks .link_btn a:before {
    background: none;
}
.flow_box, .flow_box02 {
    text-align: center;
    position: relative;
    color: #192846;
    font-weight: bold;
	margin-bottom: 90px;
}
.flow_box img {
    display: block;
    margin: 20px auto;
}
.flow_box p {
	font-size: 18px;
}
.flow_box p.p01 {
    width: 270px;
    background: #192846;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
}
.number {
    font-family: 'Lato', sans-serif;
    font-size: 74px;
    color: #808080;
    position: absolute;
    top: -48px;
	left: 100px;
}
.flow_bg {
	background: #eceeef;
	padding: 70px 0;
	color: #192846;
}
.flow_bg .number {
	color: #025FA3;
}
.flow_bg h3 {
    color: #025FA3!important;
    font-size: 28px!important;
    font-weight: bold;
    background: none!important;
    text-align: center;
    width: 100%!important;
    box-sizing: border-box;
    padding: 0 0 70px!important;
}
.flow_bg02 {
    border-top: 1px dashed #192846;
    padding: 25px 0 0;
    width: 80%;
    margin: 0 auto;
	font-weight: bold;
}
.flow_bg03 {
	text-align: center;
	padding: 50px 0 0;
}
.flow_bg03 p.p01 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 30px;
}
.flow_bg03 p.p02 {
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;
}
.flow_bg03 .span_3 {
	float: left;
}
.advantage h2 {
	text-align: left;
}
.title-block.advantage {
	position: relative;
}
.advantage .btn_box {
    position: absolute;
    top: 70px;
    right: 0;
}
.advantage .btn_box a {
    display: block;
    margin-bottom: 15px;
}
.advantage01, .advantage02, .advantage03, .advantage04 {
    background: #fff;
    z-index: -1;
    position: relative;
}
.advantage01 {
    height: 1100px;
	padding-bottom: 100px;
	padding: 40px 0 120px;
}
.advantage02 {
	height: 1170px;
	background: #eceeef;
	padding: 30px 0 170px;
}
.advantage03 {
    height: 980px;
	padding: 50px 0;
}
.advantage04 {
    height: 1100px;
    background: #eceeef;
    padding: 50px 0 100px;
}
.advantage05 {
    height: 230px;
    background: #fff;
}
.advantage_box {
    width: 880px;
    text-align: center;
    position: relative;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
}
.advantage01 .advantage_box .side_box, 
.advantage03 .advantage_box .side_box{
    width: 340px;
    height: 340px;
    padding: 50px 50px 0 0;
    box-sizing: border-box;
	font-size: 20px;
}
.advantage02 .advantage_box .side_box, 
.advantage04 .advantage_box .side_box{
    width: 340px;
    height: 340px;
    padding: 50px 0 0 50px;
    box-sizing: border-box;
    font-size: 20px;
}
.advantage01 .advantage_box .side_box {
	background: url(../images/advantage_img001.png) no-repeat;
}
.advantage02 .advantage_box .side_box {
	background: url(../images/advantage_img009.png) no-repeat;
}
.advantage03 .advantage_box .side_box {
	background: url(../images/advantage_img017.png) no-repeat;
}
.advantage04 .advantage_box .side_box {
	background: url(../images/advantage_img024.png) no-repeat;
}
.advantage_box img {
    display: block;
    margin: 0 auto 20px;
}
.advantage01 .content_box, 
.advantage02 .content_box, 
.advantage03 .content_box, 
.advantage04 .content_box{
    position: absolute;
    width: 880px;
}
.content_box.bg01 {
    background: #008dbc;
    color: #fff;
    z-index: -1;
    top: 98px;
    right: -21.5%;
    padding: 50px 0;
}
.content_box.bg02 {
    background: #025fa3;
    color: #fff;
    z-index: -1;
    top: 111px;
    left: -21.7%;
    padding: 50px 0;
}
.content_box.bg03 {
    background: #003285;
    color: #fff;
    z-index: -1;
    top: 89px;
    right: -21.9%;
    padding: 50px 0;
}
.content_box.bg04 {
    background: #0a0f64;
    color: #fff;
    z-index: -1;
    top: 89px;
    left: -21.5%;
    padding: 50px 0;
}
.advantage01 .side_box {
    margin: -145px 0 0;
	color: #008dbc;
}
.advantage02 .side_box {
    margin: -160px 0 0;
    color: #025fa3;
    float: right;
}
.advantage03 .side_box {
    margin: -155px 0 0;
	color: #003285;
}
.advantage04 .side_box {
    margin: -155px 0 0;
	color: #0a0f64;
	float: right;
}
.advantage_box .flow_bg02 {
    margin: 50px auto 0;
	border-top: 1px dashed #fff;
}
.advantage_box .flow_bg02 p {
    margin: 0 0 10px;
}
.advantage_box ul.ul02 li {
	text-align: left;
	color: #fff;
}
.advantage01 .up_box, 
.advantage03 .up_box {
    margin-right: -45%;
    font-size: 17px;
}
.advantage02 .up_box, 
.advantage04 .up_box{
    margin-left: -45%;
    font-size: 17px;
}
.advantage01 .up_box {
    color: #008DBC;
}
.advantage02 .up_box {
    color: #025fa3;
}
.advantage03 .up_box {
    color: #003285;
}
.advantage04 .up_box {
    color: #0a0f64;
}
.advantage01 .up_box {
    margin-right: -45%;
    font-size: 17px;
    color: #008DBC;
}
.up_box p {
    position: relative;
    display: table;
    margin: 0 auto;
}
.advantage01 p.p01, .advantage02 p.p01, 
.advantage03 p.p01, .advantage04 p.p01 {
    background: #fff;
    margin: 0 auto 20px;
    padding: 8px 10px;
    display: table;
    min-width: 100px;
}
.advantage01 p.p01 {
	color: #008dbc;
}
.advantage02 p.p01 {
	color: #025fa3;
}
.advantage03 p.p01 {
	color: #003285;
}
.advantage04 p.p01 {
	color: #0a0f64;
}
.advantage02 .con_l {
    width: 50%;
    padding-left: 45px;
	box-sizing: border-box;
}
.advantage02 .con_r {
    width: 50%;
	box-sizing: border-box;
}
.advantage02 .box02 .con_l {
    width: 43%;
    float: left;
    margin: 0 auto;
    display: table;
	padding-left: 30%;
    font-size: 14px;
}
.advantage02 .box02 .con_c {
	width: 13%;
	margin: 0 auto;
	float: left;
}
.advantage02 .box02 .con_r {
    width: 42%;
    float: right;
    margin: 0 auto;
    display: table;
    padding-right: 30%;
    font-size: 14px;
}
.advantage04 .con_l.span_6 {
    width: 30%;
    margin-left: 15%;
	margin-right: 5%;
}
.advantage04 .con_r.span_6 {
    width: 30%;
    margin-right: 15%;
	margin-left: 5%;
}
.advantage04 .con_l.span_6 p.p01, 
.advantage04 .con_r.span_6 p.p01 {
	width: 100%;
	box-sizing: border-box;
}
.advantage01 .ul02 li:before {
    border-color: transparent transparent #025fa3 transparent;
}
.advantage02 .ul02 li:before {
    border-color: transparent transparent #008dbc transparent;
}
.advantage03 .ul02 li:before {
    border-color: transparent transparent #025fa3 transparent;
}
.advantage04 .ul02 li:before {
    border-color: transparent transparent #025fa3 transparent;
}
.advantage01 .up_box p:before {
    background: url(../images/advantage_img002.png) no-repeat;
    position: absolute;
    width: 39px;
    height: 78px;
    top: 0;
    left: -50px;
    content: "";
}
.advantage01 .up_box p:after {
    background: url(../images/advantage_img003.png) no-repeat;
    position: absolute;
    width: 39px;
    height: 78px;
    top: 0;
    right: -50px;
    content: "";
}
.advantage02 .up_box p:before {
    background: url(../images/advantage_img010.png) no-repeat;
    position: absolute;
    width: 39px;
    height: 78px;
    top: 0;
    left: -50px;
    content: "";
}
.advantage02 .up_box p:after {
    background: url(../images/advantage_img011.png) no-repeat;
    position: absolute;
    width: 39px;
    height: 78px;
    top: 0;
    right: -50px;
    content: "";
}
.advantage02 .up_box p:last-child:before, 
.advantage02 .up_box p:last-child:after {
	background: none;
}
.advantage03 .up_box p:before {
    background: url(../images/advantage_img018.png) no-repeat;
    position: absolute;
    width: 39px;
    height: 78px;
    top: 0;
    left: -50px;
    content: "";
}
.advantage03 .up_box p:after {
    background: url(../images/advantage_img019.png) no-repeat;
    position: absolute;
    width: 39px;
    height: 78px;
    top: 0;
    right: -50px;
    content: "";
}
.advantage04 .up_box p:before {
    background: url(../images/advantage_img028.png) no-repeat;
    position: absolute;
    width: 39px;
    height: 78px;
    top: 0;
    left: -50px;
    content: "";
}
.advantage04 .up_box p:after {
    background: url(../images/advantage_img029.png) no-repeat;
    position: absolute;
    width: 39px;
    height: 78px;
    top: 0;
    right: -50px;
    content: "";
}
.swiper-slide img{
width:100%;
max-width:1520px;
display:block;
margin-left:auto;
margin-right: auto;
}
.mainimage{
	position:relative;
	min-width:900px;
}
.main_comment{
	position:absolute;
	top:38%;
	left:0px;
	width:100%;
	box-sizing:border-box;
	font-size:31px;
	font-family:
	YuMincho,/* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	text-align:center;
	color:#fff;
	z-index:10;
}
.mainimage,.swiper-container{
	max-width:100%;
	overflow:hidden;
}
.slick-slider{
margin-bottom:0px!important;
}
.under form p{
	font-size:14px;
}
.form_wrap p{
	font-weight:bold;
}

.red_message{
	 color:red;
	 font-size:12px!important;
}
.absolute_text_right{
position:absolute;
right:0px;
bottom:10px;	
}
.form_line{
	border-bottom:1px solid #c8c8c8;
	padding:18px 0px 10px 0px;
	display:block;
	position:relative;
}
.form_line_first{
	border-top:1px solid #c8c8c8;
}
.form_line input,.form_line textarea{
	padding:5px;
}
.form_line textarea{
    width: 100% !important;
    height: 150px !important;
}
.form_line:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}


.form_line .form_line_header{
	width:25%;
	float:left;
	box-sizing:border-box;
}
.form_line .form_line_header p span{
	color:red;
}
.form_line .form_line_inner{
	width:75%;
	float:right;
	box-sizing:border-box;
}
.absolute_text_right{
	
}

.form_line p{
	margin-bottom:0px!important;
}
.input_text_max{
	width:100%;
	box-sizing:border-box;
}
.input_text_size1{
	width:43%;
}
.input_text_size2{
	width:50%;
}
.input_text_size3{
	width:31.2%;
}
.input_text_size4{
	width:80%;
}
.radio_div{
	width:20%;
	float:left;
}
.thin{
	display:block;
	clear:both;
	height:0;
	width:0;
	margin:0;
	padding:0;
}

.privacy_text{
	margin-top:55px;
	margin-bottom:50px;
}
.privacy_text span{
padding-left:3em;
display:block;
margin-bottom:1em;
}
.privacy_text span.title_span{
padding-left:1em!important;
display:block;
margin-bottom:0em!important;
}

.common_btn{
	display:inline-block;
	width:180px;
	height:50px;
	line-height:50px;
	color:#fff;
	text-align:center;
	background:#192846;
	margin:20px;
	border-style: none;
}
.common_btn:hover{
	opacity:0.8;
}
.btn_wrap{
width:460px;
text-align:center;
display:block;
margin-left:auto;
margin-right:auto;
}

#pp h2 {
	font-size: 28px;
	line-height: 1.4em;
	padding-left: 0.7em;
	margin-bottom: 1em;
	color: #003570;
	border-left: #003570 solid 11px;
}
#pp h3.pptl {
	width:225px;
}
#pp h3.optl {
	width:281px;
	margin-top:3em;
}
#pp dl.optl {
    margin-bottom:2em;
}
#pp dt {
	font-size: 13px;
	margin:1.4em 0 1.4em;
	line-height: 1;
	padding: 0;
}
#pp dd {
	font-size: 13px;
	text-indent: 1em;
	margin: 0 0 1em;
	padding: 0;
}
#pp p {
	font-size: 13px;
	margin-left:0px;
}
#pp ul {
    margin:1em 0 0 1em;
}
#pp ol {
    margin:0;
}
#pp li {
    text-indent:-1.2em;
    margin-left:2em;
}

#information .content-block div {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: #808080 dotted 1px;
}
#information .content-block div:last-child {
	margin-bottom: 0;
}
#information .date {
	font-size: 12px;
	color: #666666;
	font-family: 'Lato', sans-serif;
}
#information h3 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
	width: auto;
	color: #000;
	background-color: transparent;
	margin: 0 0 13px;
	padding: 10px 0!important;
}
#information p {
	font-size: 13px;
}