@charset "utf-8";

/*=========================================================== */
/* Common Setteing
============================================================= */
body {
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* Link Color */
a:link {
    color: #1a0dab;
    text-decoration: underline;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration-skip-ink: none;
}
a:visited {	color: #1a0dab; text-decoration: underline;}
a:hover { text-decoration: none; opacity: 0.6;}
a:active { text-decoration: none;}
/* bottom space fix for img */
img { vertical-align: bottom; }


/*=========================================================== */
/* clearfix
============================================================= */
/* Modern browsers like Firefox, Safari, Opera */
.cfx:after {
    display: block;
    height: 0;
    content: ".";
    clear: both;
    visibility: hidden;
}
/* IE 7 and MacIE*/
.cfx {　display: inline-block;}

/* Hides from IE-mac \*/
* html .cfx {　height: 1%;}
.cfx {	display: block;}
/* End hide from IE-mac */


/*=========================================================== */
/* pankz
============================================================= */
.pankz {
    width: 1180px;
    margin: 20px auto;
}
.pankz ol li {
    display: inline;
}
.pankz ol li a {
    color: #00a3d9;
    font-weight: bold;
    text-decoration: none;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    .pankz {
        position: relative;
        width: auto;
        margin: 0;
        padding: 10px 10px 0;
        z-index: 999;
     }
    .pankz ol li {
        display: inline;
    }
}


/*=========================================================== */
/* container
============================================================= */
#container {
    position: relative;
    min-width: 1220px;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    #container {
        width: auto;
        min-width: 320px;
    }
}


/*=========================================================== */
/* header
============================================================= */
#header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1220px;
    background: #fff;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    #header {
        height: auto;
        min-width: 320px;
    }
}


/* lead
------------------------------------------------------------- */
#header .lead {
    min-width: 1180px;
    margin: 0 auto;
    background: #00a3d9;
}
#header .lead h1,
#header .lead p {
    width: 1180px;
    min-width: 1180px;
    margin: 0 auto;
    padding: 5px 0;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    box-sizing: border-box;
}
#header .inr {
    display: table;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    #header .lead {
        min-width: 100%;
        box-sizing: border-box;
    }
    #header .lead h1,
    #header .lead p {
        width: 100%;
        min-width: 100%;
        padding: 5px 20px;
    }
    #header .inr {
        display: block;
    }
}


/* logo
------------------------------------------------------------- */
#header .logo {
    display: table-cell;
    width: 420px;
    height: 66px;
    vertical-align: middle;
    text-align: center;
}
#header .logo a {

}
#header .logo .company_box {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #00a3d9;
}
#header .logo .company_box span {
    display: inline-block;
    font-weight: bold;
}


@media only screen and (min-width: 1px) and (max-width:480px) {
    #header .logo {
        height: auto;
        padding: 10px 0 5px;
    }
    #header .logo a {
        display: block;
        height: auto;
        text-align: center;
    }
    #header .logo .company_box {
        display: block;
        justify-content: space-between;
        margin-top: 5px;
        padding: 5px 10px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        background: #00a3d9;
    }
    #header .logo .company_box span {
        display: inline-block;
        font-weight: bold;
    }
}


/* contacts
------------------------------------------------------------- */
#contacts {
    display: flex;
    align-items: center;
    margin: 13px 0;
    font-size: 12px;
}
a.tel_link {
    display: inline-block;
    margin: 0;
    padding-left: 30px;
    color: #00a3d9;
    font-size: 28px;
    text-decoration: none;
    letter-spacing: 1.5px;
    line-height: 1;
    font-family: "メイリオ", sans-serif;
    background: url(../img/tel.png) left top no-repeat;
    background-size: 24px; 
}
#contacts .head_tel {
    margin-top: 5px;
    text-align: center;
}
#contacts .head_tel span {
    display: block;
    font-size: 12px;
    line-height: 1;
    clear: both;
}
#contacts .head_tel em,
#contacts .head_tel time {
    display: block;
    font-style: normal;
    color: #00a3d9;
    letter-spacing: -2px;
}
#contacts .head_tel em {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
}
#contacts .head_time {
    float: left;
    margin: 0 20px;
}
#contacts .head_time span {
    display: block;
    margin-bottom: 2px;
    padding: 1px 0;
    text-align: center;
    border-radius: 5px;
}
#contacts dl,
#sp_contacts dl {
    line-height: 1.1;
}
#contacts dl dt,
#sp_contacts dl dt {
    clear: both;
    float: left;
    width: 70px;
    padding-top: 2px;
    border: 1px solid #00a3d9;
    box-sizing: border-box;
    text-align: center;
}
#contacts dl dt:first-child,
#sp_contacts dl dt:first-child {
    margin-bottom: 5px;
}
#contacts dl dd,
#sp_contacts dl dd {
    float: left;
    margin-left: 10px;
    padding: 2px 0;
}
#contacts .btn_wrap {
    display: table-cell;
    vertical-align: middle;
}
#contacts .btn_wrap .btn {
    font-size: 12px;
}
#contacts .btn_wrap .btn span {
    display: block;
}
#contacts .guidance {
    display: table-cell;
    position: relative;
    width: 290px;
    padding-right: 10px;
}
#contacts .guidance .inner_box {
    margin-bottom: 5px;
}
#contacts .guidance .inner_box p {
    text-align: center;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    #contacts {
        margin: 0 0 10px;
        padding: 3px 0;
        text-align: center;
    }
    #contacts a.tel_link {
        display: none;
    }
    a.tel_link {
        float: none;
    }
    #contacts div {
        float: none;
        margin: 0;
    }
    #contacts span {
        display: none !important;
    }
    #contacts dl {
        display: none;
    }
    #contacts .btn {
        clear: both;
        margin-left: 0;
    }
    #contacts .btn_wrap .btn span {
        display: inline !important;
    }
    #contacts .guidance {
        display: block;
        width: auto;
        padding: 0;
    }
    #contacts .guidance .inner_box {
        display: none;
    }
    #contacts .head_tel {
        display: none;
        margin: 0;
    }
    #contacts .btn_wrap {
        display: block;
        width: 100%;
    }
}




/* header navi
------------------------------------------------------------- */
#headnav {
    height: 60px;
    clear: both;
    background: #dfdfdf;
}
#headnav > ul {
	display: flex;
    width: 1180px;
    min-width: 1180px;
    margin: 0 auto;
}
#headnav > ul > li {
	display: block;
	width: 16.8%;
	height: 60px;
	text-align: center;
	background: url(../img/gnav_bor.png) left center no-repeat;
	box-sizing: border-box;
}
#headnav > ul > li:nth-child(5) {
    width: 16%;
}
#headnav > ul > li:last-child {
    background: url(../img/gnav_bor.png) left center no-repeat, url(../img/gnav_bor.png) right center no-repeat;
}
#headnav > ul > li > a, 
#headnav > ul > li > div {
    display: block;
	width: 100%;
	height: 60px;
    padding: 20px 0 19px;
    color: #333;
    font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
}
#headnav > ul > li > a:hover, 
#headnav > ul > li > div:hover {
    color: #00467e;
    opacity: 1;
}
.nav-unshown, 
.nav-content-close {
	display:none;
}
/* ドロップダウンメニュー */
li.dropmenu_single {
	position: relative;
}
ul.dropmenu_second-level {
    position: absolute;
	top: 60px;
	left: 50%;
	width: 170px;
	background: #00a3d9;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
}
ul.dropmenu_second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
li.dropmenu_single:hover ul.dropmenu_second-level {
    top: 60px;
    visibility: visible;
	opacity: 1;
}
.dropmenu_second-level li {
    border-top: 1px solid #dfdfdf;
}
.dropmenu_second-level li:first-child {
	border-top: none;
}
ul.dropmenu_second-level li a {
    display: block;
    height: 60px;
	padding: 20px 0 19px;
	color: #fff;
	font-weight: bold;
    text-decoration: none;
	opacity: 1;
	box-sizing: border-box;
}
ul.dropmenu_second-level li a:hover {
	background: #00467e;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
	#nav-drawer {
		position: relative;
		background: #dfdfdf;
	}
	/*チェックボックス等は非表示に*/
	.nav-unshown {
		display:none;
	}
	/*メニュー*/
	#nav-drawer > #nav-open {
		display: block;
		padding: 6px 0;
		box-sizing: border-box;
	}
	/*ハンバーガーアイコン*/
	#nav-drawer > #nav-open span { 
		position: relative;
		display: block;
		width: 30px;
		height: 30px;
		margin: 0 auto;
	} 
	#nav-drawer > #nav-open span{
		width: 30px;
		height: 30px;
	}
	#nav-drawer > #nav-open span:before{ 
		display: block;
		position: absolute;
		top: 4px;
		left: 0;
		width: 30px;
		height: 3px;
		content: "";
		box-shadow:0 9px #333, 0 19px #333;
		border-radius:3px;
		background:#555;
	}
	/*中身のメニュー*/
	.nav-content-close {
		display: block;
		position: relative;
		padding: 10px;
		background: #00467e;
		box-sizing: border-box;
	}
	.nav-content-close div {
		display: block;
		padding: 0;
		color: #fff;
		font-weight: bold;
		font-size: 21px;
		text-align: center;
		box-sizing: border-box;
	}
	/*ハンバーガーアイコン（close）*/
	.nav-content-close span {
		display:block;
		position:absolute;
		top: 10px;
		right: 10px;
		width:30px;
		height:30px;
	} 
	.nav-content-close span:before, 
	.nav-content-close span:after { 
		display:block;
		position:absolute;
		top:13px;
		left:0px;
		width:30px;
		height:5px;
		content: "";
		border-radius:10px;
		background:#fff;
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}
	.nav-content-close span:after { 
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	/*閉じる用の薄黒カバー*/
	#nav-close {
		display: none;/*はじめは隠しておく*/
		position: fixed;
		z-index: 99;
		top: 0;/*全体に広がるように*/
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		transition: .3s ease-in-out;
	}
	/*中身*/
	#nav-content {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;/*最前面に*/
		width: 85%;/*右側に隙間を作る*/
		max-width: 270px;/*最大幅*/
		height: 100%;
		background: #00a3d9;/*背景色*/
		transition: .3s ease-in-out;/*滑らかに表示*/
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);/*左に隠しておく*/
	}
	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
		display: block;/*カバーを表示*/
		opacity: .5;
	}
	#nav-input:checked ~ #nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);/*中身を表示*/
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	/*グロナビsp用*/
	#headnav {
		background: #00a3d9;
	}
	#headnav > ul {
		display: block;
		width: 100%;
		margin: 0;
		min-width: 270px;/*最大幅*/
		overflow-y: scroll;
	}
	#headnav > ul > li {
		border-top: 1px solid #fff;
		background: #00a3d9;
	}
	#headnav > ul > li:last-child {
		background: #00a3d9;
	}
	#headnav > ul > li:first-child {
		border-top: none;
	}
	#headnav ul li, 
	#headnav ul li:nth-child(5) {
		width: 100%;
		height: auto;
	}
	#headnav > ul > li > a, 
	#headnav > ul > li > div {
		padding: 18px 10px 20px;
		color: #fff;
		font-size: 16px;
	}
	#headnav > ul > li > a:hover, 
	#headnav > ul > li > div:hover {
		color: #fff;
	}
	li.dropmenu_single {
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
	}
	li.dropmenu_single div {
		background: url(../img/init_open.png) center right 20px / 12px 8px no-repeat;
	}
	ul.dropmenu_second-level {
		display: none;
	}
	ul.dropmenu_second-level {
		visibility: visible;
		opacity: 1;
	}
	ul.dropmenu_second-level {
		position: static;
		width: 100%;
		background: #0091d9;
		-webkit-transform: none;
		transform: none;
	}
	ul.dropmenu_second-level li {
		border-top: 1px dotted #fff;
	}
	.dropmenu_second-level li:first-child {
		border-top: 1px dotted #fff;
	}
	ul.dropmenu_second-level li a {
		height: auto;
		padding: 20px 0 19px;
		font-size: 16px;
	}
	ul.dropmenu_second-level li a:hover {
		background: #0091d9;
	}
		
}


/* sp_contacts
------------------------------------------------------------- */
#sp_contacts {
    display: none;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    #sp_contacts {
        display: block;
        padding: 10px 20px 0;
        overflow: hidden;
        font-size: 12px;
        text-align: center;
    }
    #sp_contacts a.tel_link {
        display: table;
        margin: 5px auto;
        font-size: 26px;
    }
    #sp_contacts .head_tel {
        margin: 10px 0;
    }
    #sp_contacts .head_tel span {
        display: block;
        padding-top: 5px;
    }
    #sp_contacts .head_tel em,
    #sp_contacts .head_tel time {
        display: inline-block;
        font-style: normal;
        color: #00a3d9;
        letter-spacing: -2px;
    }
    #sp_contacts .head_tel em {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 5px;
    }
    #sp_contacts dl {
        display: inline-block;
        margin: 5px auto 0;
        overflow: hidden;
    }
}


/* splash
------------------------------------------------------------- */
#splash {
    height: 100px;
    background-image: url(../img/splash_default.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #00a3d9;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    body #splash {
        height: auto;
        padding-top: 170px;
        background-position: center top;
        background-size: auto 170px;
    }
    #splash .inr {
        height: auto;
    }
}
@media only screen and (min-width: 1px) and (max-width:480px) {
    #splash .inr {
        position: static;
        width: auto;
        min-width: 320px;
        padding: 0;
    }
}


/* catch copy
------------------------------------------------------------- */
#catch {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}
#catch p,
#catch h1 {
    font-size: 20px;
    font-weight: bold;
}
#catch p,
#catch h1,
#catch h2 {
    color: #fff;
    text-shadow: 0 0 3px #333;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    #catch {
        position: static;
        height: auto;
        padding: 20px;
        color: #fff;
    }
    #catch p,
    #catch h1 {
        margin-bottom: 0;
        font-size: 130%;
    }

}



/* contents layout
------------------------------------------------------------- */
#contents {
    position: relative;
    margin: 0 auto;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    #contents {
        width: auto;
        min-width: 320px;
    }
    #main {
        float: none;
        width: auto;
    }
    #side {
        float: none;
        width: auto;
        margin-top: 10px;
    }
}


/* frame : main area
------------------------------------------------------------- */
#main .mfrm .bg {
    padding: 80px 0;
}
#main .mfrm .mhead {
    font-size: 28px;
    text-align: center;
    line-height: 1;
}
#main .mfrm .mhead h2 {
    padding-top: 20px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    background: url(../img/h2_be.png) center top no-repeat;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    #main .mfrm .bg {
        padding: 40px 0;
        background-position: center 30px;
    }
    #main .mfrm .mhead {
        font-size: 22px;
        line-height: 1.3;
    }
}


/* field_link
------------------------------------------------------------- */
#field_link {
    padding-top: 0 !important;
    margin-top:  0 !important;
}
#main #field_link .bg {
    padding: 0 0 60px;
    background-image: none;
}
#field_link .mbody {
    padding-top: 80px;
    border-top: 1px solid #ccc;
}
#field_link li {
    float: left;
    width: 180px;
    margin-right: 20px;
    margin-bottom: 20px;
}
#field_link li:last-child {
    margin-right: 0;
}
#field_link li a {
    display: block;
    padding: 20px 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #00a3d9
    url(../img/blt_rarr_gy.png);
    background-position: 20px center;
    background-repeat:  no-repeat;
    background-size: 6px 10px;
    box-sizing: border-box;
}
#field_link li.sub a {
    color: #333;
    font-weight: normal;
    background: #dfdfdf
    url(../img/blt_rarr_bl.png);
    background-position: 20px center;
    background-repeat:  no-repeat;
    background-size: 6px 10px;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    #main #field_link .bg {
        padding: 0 0 20px;
    }
    #field_link .mbody {
        padding-top: 40px;
    }
    #field_link li {
        width: 46%;
    }
    #field_link li:nth-child(even) {
        margin-right: 0;
    }
}


/* caseexample
------------------------------------------------------------- */
#caseexample .bg {
    background-color: #f4f4f4;
}
#caseexample .mbody ul li {
    float: left;
    overflow: hidden;
    width: 380px;
    height: 90px;
    margin: 40px 0 0 20px;
}
#caseexample .mbody ul li:nth-child(1),
#caseexample .mbody ul li:nth-child(4) {
    margin: 40px 0 0 0;
}
#caseexample .mbody ul li img {
    float: left;
    margin-right: 10px;
}
#caseexample .mbody ul li p {
    font-size: 14px;
}
#caseexample .mbody ul li a {
    color: #00467e;
    font-size: 20px;
}
#caseexample .mbody ul li a:hover,
#caseexample .mbody ul li a:hover h3, 
#caseexample .mbody ul li a:hover img {
        opacity: 0.5;
}
#caseexample .mbody ul li a:link {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    #caseexample .mbody ul {
        width: auto;
        margin-left: 0;
    }
    #caseexample .mbody ul li {
        float: none;
        overflow: hidden;
        width: 100%;
        height: auto;
        margin: 20px 0 0 0;
    }
    #caseexample .mbody ul li:nth-child(1),
    #caseexample .mbody ul li:nth-child(4) {
        margin: 20px 0 0 0;
    }
    #caseexample .mbody ul li a {
        font-size: 18px;
    }
}


/* keyword
------------------------------------------------------------- */
#keyword .mbody div {
    float: left;
    width: 380px;
    margin: 40px 0 0 20px;
    padding: 20px;
    color: #fff;
    background: #00a3d9;
    box-sizing: border-box;
}
#keyword .mbody div:nth-child(1),
#keyword .mbody div:nth-child(4) {
    margin: 40px 0 0 0;
}
#keyword .mbody dt {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
#keyword .mbody ul li {
    padding-left: 15px;
    background: url(../img/blt_rtri_gy.png) left 8px no-repeat;
    background-size: 4px;
}
#keyword .mbody ul li a {
    color: #fff;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    #keyword .mbody div {
        width: 100%;
        margin: 20px 0 0 0;
    }
    #keyword .mbody div:nth-child(1),
    #keyword .mbody div:nth-child(4) {
        margin: 20px 0 0 0;
    }
    #keyword .mbody dt {
        margin-bottom: 0;
        font-size: 18px;
    }
}


/* keyword_list
------------------------------------------------------------- */
#keyword_list {
    position: relative;
    z-index: 10;
}
#keyword_list .mbody li {
    float: left;
    width: 580px;
    margin-top: 40px;
}
#keyword_list .mbody li:nth-child(odd) {
    margin-right: 20px;
}
#keyword_list .mbody li a {
    color: #555;
}
#keyword_list .mbody li a:hover,
#keyword_list .mbody li a:hover img {
    opacity: 0.5;
}
#keyword_list .mbody li a:link {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
#keyword_list .mbody img {
    float: left;
    margin-right: 10px;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    #keyword_list .mbody li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    #keyword_list .mbody li:nth-child(odd) {
        margin-right: 0;
    }
}


/* keyword_none
------------------------------------------------------------- */
#keyword_none .mbody {
    margin-top: 40px;
    text-align: center;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    #keyword_none .mbody {
        margin-top: 20px;
    }
}

/* category_key
------------------------------------------------------------- */
.category_key {
    width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.category_key .bg {
    padding: 40px 0 80px !important;
    border-top: 1px solid #ccc;
}
.category_key .inr {
    padding: 0;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    .category_key {
        width: 100%;
    }
    .category_key .bg {
        padding: 20px 0 40px !important;
    }
}

/* page top
------------------------------------------------------------- */
#pagetop {
    position: fixed;
    z-index: 1000;
    right: 10px;
    bottom: 87px;
}
#pagetop a {
    display: block;
    width: 45px;
    height: 0;
    overflow: hidden;
    padding-top: 45px;
    background-image: url(../img/pagetop.png);
    background-repeat: no-repeat;
    background-size: 45px;
}
@media only screen and (min-width: 1px) and (max-width:480px) {
    #pagetop {
        bottom: 10px;
    }
}


/* privacypolicy
------------------------------------------------------------- */
#privacypolicy .mbody {
    margin-top: 40px;
}


/* footer
------------------------------------------------------------- */
#footer {
    color: #fff;
    background-color: #dfdfdf;
}

#footer .lead {
    min-width: 1180px;
    border-bottom: 1px solid #fff;
    background: #00a3d9;
}
#footer .lead p {
    width: 1180px;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 12px;
}
#footer .lead strong {
    font-weight: 500;
}
@media only screen and (min-width: 1px) and (max-width:480px) {
    #footer .lead {
        min-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #footer .lead p {
        width: 100%;
    }
}


/* foot_info
------------------------------------------------------------- */
.foot_info {
    padding: 20px 0;
    color: #555;
    background: #fff;
}
.foot_logo {
    float: left;
    width: 300px;
}
.foot_logo p {
    margin-top: 10px;
}
.foot_field_link {
    float: left;
    width: 130px;
    margin: 0 40px;
}
.foot_field_link a {
    display: inline-block;
    padding-left: 15px;
    color: #00467e;
    background: url(../img/blt_rarr_bl.png) left 4px no-repeat;
    background-size: 6px 10px;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    .foot_logo,.foot_field_link {
        float: none;
        width: 100%;
        margin: 0;
    }
    .foot_field_link {
        margin: 10px 0;
    }
    .foot_map_iframe {
        width: 100%;
    }
}

/* footer navi
------------------------------------------------------------- */
#footnav {
    padding: 20px 0;
    overflow: hidden;
}
#footnav nav {
    float: left;
}
#footnav nav ul {
}
#footnav nav ul li {
    float: left;
    padding-left: 20px;
}
#footnav nav ul li:first-child {
    padding-left: 0;
}
#footnav nav ul li a {
    text-decoration: none;
    color: #00467e;
    text-decoration: underline;
}
#footnav nav ul li a:hover,
#footnav nav ul li a:active {
    text-decoration: none;
}
#footnav .copyright {
    float: right;
    color: #333;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    #footnav {
        width: 100%;
        min-width: 300px;
        padding: 20px 20px 10px;
    }
    #footnav nav {
        float: none;
        width: 100%;
    }
    #footnav nav ul {
        overflow: hidden;
    }
    #footnav .copyright {
        float: none;
        margin-top: 20px;
        clear: both;
    }
}


/* inquiry_02
------------------------------------------------------------- */
html,body {
    height: 100%;
}
#container {
    min-height: 100%;
    box-sizing: border-box;
}
body.double .inq_wrap {
    padding-right: 0 !important;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    #container {
        padding-bottom: 0;
    }
    #footer {
        position: static;
    }
}


/* 1 > index.html
------------------------------------------------------------- */
#mfrm .mbody {
    margin-top: 40px;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    #mfrm .mbody {
        margin-top: 20px;
    }
}

.category_link {
    display: inline-block;
    margin-top: 40px;
    text-align: right;
}

/* ex
------------------------------------------------------------- */
.ex h3 {
    margin: 1.5em 0;
    border-left: 8px solid #444;
    border-bottom: 1px dotted #999;
    line-height: 30px;
    font-size: 120%;
    padding: 0 0 0 14px;
}
.ex p + p {
    margin-top: 1em;
}
.ex ul {
    margin: 1em 0;
}

/* ex sozoku 相続問題
------------------------------------------------------------- */
.ex-head span, .ex-head strong {
    display: block;
}
.ex-head span {
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 21px;
}
.ex-head strong, .ex-head p {
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.ex-head strong {
    margin-bottom: 10px;
    font-size: 26px;
}
.ex-head p {
    color: #696969;
    font-size: 16px;
}
.ex .t_red {
    color: #ff0000;
}
.ex .t_green {
    color: #008000;
}

.ex.sozoku .guidance {
    display: block;
    width: 650px;
    margin: 40px auto 0;
    padding: 10px; 
    border: 1px solid #00a3d9;
    border-radius: 5px;
    box-sizing: border-box;
}
.ex.sozoku .guidance .inner_box {
    margin-bottom: 5px;
}
.ex.sozoku .guidance .inner_box p {
    text-align: center;
}
.ex.sozoku .guidance .inner_box .company_box {
    display: flex;
    justify-content: center;
    margin: 5px 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #00a3d9;
}
.ex.sozoku .guidance .inner_box .company_box strong {
    display: inline-block;
    margin-right: 30px;
}
.ex.sozoku .guidance .inner_box .company_box span {
    display: inline-block;
    font-weight: bold;
}
.ex.sozoku .guidance .inner_box .company_box time {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
}
.ex.sozoku .guidance .cont_tel {
    text-align: center;
}

.ex .fieldLink {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
}
.ex .fieldLink li {
    width: 151px;
}
.ex .fieldLink li a {
    display: block;
    padding: 15px 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background: #00a3d9;
    box-sizing: border-box;
}

@media only screen and (min-width: 1px) and (max-width:480px) {
    .ex-head span {
        font-size: 18px;
    }
    .ex-head strong {
        font-size: 22px;
    }

    .ex.sozoku ul {
        width: 100%;
    } 
    .ex.sozoku .guidance {
        width: 100%;
    }
    .ex.sozoku .guidance .inner_box .company_box {
        justify-content: space-between;
    }
    .ex.sozoku .guidance .inner_box .company_box strong {
        margin-right: 10px;
    }

    .ex .fieldLink {
        display: flex;
        flex-wrap: wrap;
    }
    .ex .fieldLink li {
        width: 48%;
    }
    .ex .fieldLink li:nth-child(n+3) {
        margin-top: 1em;
    }
}

/* ex sodan_nagare 相続の流れ・費用
------------------------------------------------------------- */
.ex.sodan_nagare header h3 {
    margin: 0 0 25px;
    border-left: 8px solid #444;
    border-bottom: 1px dotted #999;
    line-height: 30px;
    font-size: 18px;
    padding: 0 0 0 14px;
}
.ex.sodan_nagare section {
}
.ex.sodan_nagare > div {
    padding-bottom: 10px;
}
.ex.sodan_nagare section div {
    margin: 1em 0 3em;
}
.ex.sodan_nagare section:last-child div {
    margin: 2em 0 1em;
}
.ex.sodan_nagare section div h4 {
    display: table;
    margin-bottom: 5px;
    padding: 15px 25px;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #00a3d9;
}
.ex.sodan_nagare section div h4:before {
    display: table-cell;
    width: 18px;
    height: 18px;
    padding-right: 5px;
    content: "■";
    color: #fff;
    vertical-align: middle;
}
.ex.sodan_nagare section div p {
    margin: 1em 0;
}
.ex.sodan_nagare section div p em {
    font-size: 16px;
}
.ex.sodan_nagare section div p span {
    color: #999;
}


/* 調整用
------------------------------------------------------------- */
.mrgT1em { margin-top: 1em;}
.mrgB1em { margin-bottom: 1em;}

.pc-block { display: block;}
.sp-block { display: none;}
@media only screen and (min-width: 1px) and (max-width:480px) {
    .pc-block { display: none;}
    .sp-block { display: block;}
}


/* 見出し付きコンテンツ
------------------------------------------------------------- */
.headingBox {
    display: table;
    margin: 3em 0 4em;
}
.headingBox p {
    margin-bottom: 1em;
    padding-bottom: 5px;
    border-bottom: 2px solid #dfdfdf;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.headingBox li {
    display: table;
    padding-bottom: 1em;
    border-bottom: 1px dotted #999;
}
.headingBox li + li {
    margin-top: 1em;
}
.headingBox li a {
    display: inline-block;
    color: #00467e;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
.detailPost h3 {
    margin: 1.5em 0 .5em;
    font-size: 16px;
}
@media only screen and (min-width: 1px) and (max-width:480px) {
    .detailPost h3 {
        margin-top: -200px;
        padding-top: 220px;
    }
}

/* コンテンツマークアップ
------------------------------------------------------------- */
.detailPost h2 {
	margin: 1em 0;
    padding-top: 1rem;
    border-bottom: 3px solid #00a3d9;
	font-size: 24px;
}
.detailPost h2::first-letter {
    font-size: 150%;
    color: #00a3d9;
}
.detailPost ul {
	margin: 1em 0;
	padding-left: 1.5em;
}
.detailPost li:before {
	position: relative;
	top: 0px;
	left: -1em;
	display: inline-block;
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 100%;
	background: #00a3d9;
}
.detailPost dl {
	margin: 1em 0;
	padding: 0;
}
.detailPost dt {
	margin-top: 1em;
	font-weight: bold;
}
.detailPost dt:before {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 0.5em;
	content: '';
	border-radius: 100%;
	background: #00a3d9;
}
.detailPost p + p {
	margin-top: 1em;
}
.detailPost .bold {
	font-weight: bold;
}
.detailPost table {
	width: 100%;
	border: 1px solid #fff;
	border-collapse: collapse;
	box-sizing: border-box;
}
.detailPost table + * {
	margin-top: 1em;
}
.detailPost table tr + tr {
	border-top: 1px solid #fff;
}
.detailPost table th,
.detailPost table td {
	padding: 1em;
	background: #f4f4f4;
	word-break: break-all;
}
.detailPost table td ul + p {
	margin-top: 1em;
}
.detailPost table th + th,
.detailPost table td + td {
	border-left: 1px solid #fff;
}
.detailPost table th {
	width: 15%;
	color: #fff;
	background: #00a3d9;
}

.detailPost dl.number-list dt:before {
	display: none;
}
.detailPost table.td-3col tr:nth-of-type(1) th:nth-of-type(1), 
.detailPost table.td-3col tr:nth-of-type(1) th:nth-of-type(2) {
	width: 20%;
	border-right: 1px solid #ffffff;
}
.detailPost table.td-3col tr:nth-of-type(1) th:nth-of-type(3) {
	width: 60%;
}
.detailPost table.td-3col tr:nth-of-type(n+2) td + td {
	border-left: 1px solid #ffffff;
}
.detailPost table.td-3col tr:nth-of-type(n+2) td:nth-of-type(1) {
	font-weight: bold;
}

.detailPost blockquote {
	position: relative;
	margin: 1em 0;
    padding: 10px 10px 10px 55px;
	border: 2px solid #00a3d9;
	border-radius: 0;
	color: #00a3d9;
	box-sizing: border-box;
}
.detailPost blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    vertical-align: middle;
    content: "“";
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
    color: #00a3d9;
    font-size: 5em;
    line-height: 1;
}
.detailPost blockquote p {
    margin: 10px 0;
    font-weight: bold;
	font-style: italic;
}

.mrg0 {
	margin: 0 !important;
}
.mrg1em_T {
	margin-top: 1em;
}
.mrg1em_B {
	margin-bottom: 1em;
}
.txt-indentPC_1em {
	text-indent: 1em;
}
.txt-indentPC_2em {
	text-indent: 2em;
}
.txt-indentPC_3em {
	text-indent: 3em;
}
.txt-indentPC_4em {
	text-indent: 4em;
}
.wid_initial {
	width: initial !important;
}
@media only screen and (min-width: 1px) and (max-width:480px) {
	.detailPost table th {
		width: 30%;
	}

	.detailPost table.td-3col tr:nth-of-type(1) th:nth-of-type(2) {
		width: 30%;
	}
	.detailPost table.td-3col tr:nth-of-type(1) th:nth-of-type(3) {
		width: 50%;
	}
	
	.txt-indentPC_1em {
		text-indent: 0;
	}
	.txt-indentPC_2em {
		text-indent: 0;
	}
	.txt-indentPC_3em {
		text-indent: 0;
	}
	.txt-indentPC_4em {
		text-indent: 0;
	}
}