@charset "utf-8";
/* CSS PC/SP共通レイアウト */
html {
	font-size: 62.5%;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	font-size: 1.6rem;
	color: #333;
	line-height: 1.6;
	background-color: #FFF;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

img {
	border:0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
li {
	list-style-type:none;
	text-decoration:none;
}
h1,h2,h3,h4,h5 {
	font-size:100%;
	font-weight: normal;
}
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.anchor {
	display: block;
	padding-top: 1px;
	margin-top: -1px;
}
#container {
	width: 100%;
	min-width: 1000px;
}
/*--------------------------------------------------*
 *   ヘッダー
 *--------------------------------------------------*/
#headarea {
	width: 100%;
}
.index_page {
	height: 825px;
	background: url(../img/common/img_main.png) no-repeat center top;
	background-size: cover;
}
.sub_page {
	height: 400px;
	background: url(../img/common/img_main_subpage.png) no-repeat center top;
	background-size: cover;
}
#headarea .inner {
	width: 980px;
	margin: 0px auto;
	padding-top: 40px;
}
#headarea .inner .above {
	display: table;
	width: 980px;
	color: #FFF;
}
#headarea .inner .above .logo {
	display: table-cell;
	vertical-align: middle;
	width: 330px;
	text-align: center;
}
#headarea .inner .above .logo h1 {
	font-size: 1.5rem;
	padding-bottom: 2px;
}
#headarea .inner .above .telephone {
	display: table-cell;
	vertical-align: middle;
	width: 650px;
	text-align: right;
}
#headarea .inner .above .telephone p:first-child {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 3.7rem;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: -1px;
	padding-bottom: 4px;
}
#headarea .inner .above .telephone p:first-child a {
	color: #FFF;
	background: url(../img/common/icon_telephone_1.png) no-repeat left 10px;
	padding-left: 30px;
}
#headarea .global_navi {
	margin-top: 30px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#headarea .global_navi ul {
	text-align: center;
	letter-spacing: -.40em;
	word-spacing: -.40em;
}
#headarea .global_navi ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	vertical-align: top;
	padding: 0px 15px;
}
#headarea .global_navi ul li a {
	display: block;
	font-size: 1.9rem;
	color: #FFF;
	font-weight: bold;
	padding: 20px 0px;
}
#headarea .catch_copy {
	font-size: 5.0rem;
	color: #FFF;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 50px;
}
#headarea .price {
	color: #fdf400;
	text-align: center;
	margin-top: 40px;
}
#headarea .price p:nth-child(1) {
	font-size: 4.0rem;
}
#headarea .price p:nth-child(2) {
	font-size: 9.0rem;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 1.0;
}
#headarea .price p:nth-child(2) span {
	font-size: 3.8rem;
}
#headarea .main_title {
	font-size: 5.0rem;
	color: #FFF;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 60px;
}
#headarea .main_title p {
	font-size: 1.8rem;
	font-weight: normal;
}

.yellow_bold{
	font-weight:bold;
	color:#fdf400;
	
}
/*--------------------------------------------------*
 *   メイン
 *--------------------------------------------------*/
#main_contents {
	width: 100%;
	padding-bottom: 240px;
}

/*--------------------------------------------------*
 *   パンくず
 *--------------------------------------------------*/
#main_contents .pan {
	width: 100%;
	background-color: #f5f5f5;
	padding: 10px 0px;
}
#main_contents .pan p {
	width: 980px;
	margin: 0px auto;
	font-size: 1.6rem;
}
#main_contents .pan p a {
	color: #333;
}
#main_contents .pan p span {
	padding: 0px 6px 0px 8px;
}

/*--------------------------------------------------*
 *   タイトル
 *--------------------------------------------------*/
#main_contents .sub_title {
	text-align: center;
}
#main_contents .sub_title h3 {
	display: inline-block;
	font-size: 3.4rem;
	color: #0f26b5;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 2px;
	border-left: 1px solid #004999;
	border-right: 1px solid #004999;
	padding: 0px 70px 20px;
}
#main_contents .sub_title p {
	font-size: 1.8rem;
	margin-top: -20px;
}
#main_contents .sub_title_w {
	text-align: center;
}
#main_contents .sub_title_w h3 {
	display: inline-block;
	font-size: 3.4rem;
	color: #FFF;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 2px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 0px 70px 20px;
}
#main_contents .sub_title_w p {
	font-size: 1.8rem;
	color: #FFF;
	margin-top: -20px;
}

/*--------------------------------------------------*
 *   リンクボタン
 *--------------------------------------------------*/
#main_contents .bt_blue {
	width: 350px;
	margin: 60px auto 0px;
}
#main_contents .bt_blue a {
	display: block;
	font-size: 2.3rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #0018b0;
	padding: 3px;
}
#main_contents .bt_blue a span {
	display: block;
	border: 1px solid #4C5FC8;
	padding: 10px 0px;
	background: url(../img/common/icon_arrow_1.png) no-repeat 95% center;
}

/*--------------------------------------------------*
 *   トップページ
 *--------------------------------------------------*/
#main_contents .greeting {
	width: 980px;
	margin: 90px auto 0px;
}
#main_contents .greeting .inner {
	margin-top: 80px;
}
#main_contents .greeting .inner .photo {
	width: 310px;
	float: left;
}
#main_contents .greeting .inner .memo {
	width: 670px;
	float: right;
	font-size: 1.8rem;
}
#main_contents .greeting .inner .memo span {
	display: block;
	font-size: 2.3rem;
	text-align: right;
}
#main_contents .support {
	width: 100%;
	height: 695px;
	background: url(../img/index/ph_back_support.png) no-repeat center top;
	background-size: cover;
	margin-top: 100px;
	padding-top: 80px;
}
#main_contents .support .check {
	width: 890px;
	background-color: #FFF;
	border-radius: 20px;
	margin: 50px auto 0px;
	padding: 30px 60px;
}
#main_contents .support .check ul li {
	background: url(../img/index/icon_check.png) no-repeat left center;
	padding: 20px 0px 20px 55px;
	border-bottom: 1px dashed #A5A5A5;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.4;
}
#main_contents .support .check ul li:last-child {
	border-bottom: none;
}
#main_contents .support .guide {
	text-align: center;
	margin-top: 30px;
}
#main_contents .policy {
	width: 980px;
	margin: 90px auto 0px;
}
#main_contents .policy ul {
	margin-top: 80px;
}
#main_contents .policy ul li {
	position: relative;
	width: 310px;
	float: left;
	border:3px solid #0f26b5;
	font-weight: bold;
}
#main_contents .policy ul li:nth-child(2) {
	margin: 0px 25px;
}
#main_contents .policy ul li .piece1 {
	position: absolute;
	top: -32px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	text-align: center;
}
#main_contents .policy ul li .piece2 {
	font-size: 3.2rem;
	color: #FFF;
	line-height: 1.4;
	text-align: center;
	background-color: #0f26b5;
	padding: 55px 0px 20px;
}
#main_contents .policy ul li .piece3 {
	font-size: 1.9rem;
	min-height: 190px;
	padding: 15px 20px 0px;
}
#main_contents .policy ul li .piece3 .telephone {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 3.4rem;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}
#main_contents .policy ul li .piece3 .telephone a {
	color: #333;
	background: url(../img/common/icon_telephone_2.png) no-repeat left 10px;
	padding-left: 25px;
}
#main_contents .policy ul li .piece3 .normal {
	font-weight: normal;
}
#main_contents .case {
	background-color: #edeff9;
	margin-top: 100px;
	padding: 80px 0px;
}
#main_contents .case .inner {
	width: 980px;
	margin: 60px auto 0px;
}
#main_contents .case .inner ul {
	letter-spacing: -.40em;
	word-spacing: -.40em;
}
#main_contents .case .inner ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	vertical-align: top;
	width: 460px;
	background-color: #FFF;
	border: 1px solid #144ed1;
}
#main_contents .case .inner ul li:nth-child(2n-1) {
	margin-right: 60px;
}
#main_contents .case .inner ul li .piece1 {
	font-size: 2.6rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #144ed1;
	padding: 8px 0px;
}
#main_contents .case .inner ul li .piece2 {
	font-size: 3.3rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #144ed1;
	padding: 10px 0px;
}
#main_contents .case .inner ul li .piece3 {
	font-size: 2.6rem;
	line-height: 1.4;
	text-align: center;
	padding: 20px 0px;
}
#main_contents .case .inner ul li .piece3 p:nth-child(2) {
	font-size: 4.8rem;
	color: #0f26b5;
	font-weight: bold;
}
#main_contents .case .inner ul li .piece3 p:nth-child(2) span:nth-child(1) {
	font-size: 2.9rem;
}
#main_contents .case .inner ul li .piece3 p:nth-child(2) span:nth-child(2) {
	font-size: 2.1rem;
}
#main_contents .case .inner ul li .piece4 {
	font-size: 2.2rem;
	text-align: center;
	background-color: #e5e7f7;
	padding: 20px 0px;
}
#main_contents .case .inner ul li .piece4 p:nth-child(2) {
	display: inline-block;
	font-size: 2.0rem;
	text-align: left;
}
#main_contents .case .inner ul li .piece4 p:nth-child(2) span {
	font-weight: bold;
}
#main_contents .top_topics {
	width: 980px;
	margin: 90px auto 0px;
}
#main_contents .top_topics ul {
	margin-top: 60px;
}
#main_contents .top_topics ul li a {
	display: table;
	width: 100%;
	padding: 20px 30px;
	font-size: 1.9rem;
	color: #333;
}
#main_contents .top_topics ul li:nth-child(2n-1) a {
	background-color: #f5f5f5;
}
#main_contents .top_topics ul li p.date {
	display: table-cell;
	vertical-align: top;
	width: 16%;
	font-weight: bold;
}
#main_contents .top_topics ul li p.ttl {
	display: table-cell;
	vertical-align: top;
	width: 64%;
}

/*--------------------------------------------------*
 *   料金案内
 *--------------------------------------------------*/
#main_contents .price {
	width: 980px;
	margin: 90px auto 0px;
}
#main_contents .price .ryoukin {
	margin-top: 80px;
}
#main_contents .price .ryoukin .box_a {
	display: table;
	width: 100%;
	border-top: 1px solid #144ed1;
	border-bottom: 1px solid #144ed1;
	background-color: #f5f5fc;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
}
#main_contents .price .ryoukin .box_a .piece1 {
	display: table-cell;
	vertical-align: middle;
	width: 174px;
}
#main_contents .price .ryoukin .box_a .piece2 {
	display: table-cell;
	vertical-align: middle;
	width: 403px;
}
#main_contents .price .ryoukin .r_border {
	border-right: 1px dotted #144ed1;
}
#main_contents .price .ryoukin .box_b {
	display: table;
	width: 100%;
	border-bottom: 1px solid #144ed1;
	padding: 12px 0px;
}
#main_contents .price .ryoukin .box_b .piece1 {
	display: table-cell;
	vertical-align: middle;
	width: 174px;
	font-size: 2.4rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	background-color: #144ed1;
	background: -moz-linear-gradient(top, #144ed1, #648CE1);
	background: -webkit-linear-gradient(top, #144ed1, #648CE1);
	background: linear-gradient(to bottom, #144ed1, #648CE1);
}
#main_contents .price .ryoukin .box_b .piece2 {
	display: table-cell;
	vertical-align: middle;
	width: 403px;
	text-align: center;
	padding: 15px 0px;
}
#main_contents .price .ryoukin .box_b .piece2 .wrap {
	display: inline-block;
	text-align: left;
}
#main_contents .price .ryoukin .box_b .piece2 .wrap p:nth-child(1) {
	font-size: 3.2rem;
	color: #0f26b5;
	font-weight: bold;
	line-height: 1.4;
}
#main_contents .price .ryoukin .box_b .piece2 .wrap p:nth-child(2) {
	font-size: 1.9rem;
	line-height: 1.4;
	margin-top: 5px;
}
#main_contents .price .ryoukin .box_b .piece2 .wrap p:nth-child(2) span {
	font-weight: bold;
}
#main_contents .price .ryoukin .box_b .piece3 {
	display: table-cell;
	vertical-align: middle;
	width: 806px;
	text-align: center;
	padding: 15px 0px;
	font-size: 1.9rem;
	line-height: 1.4;
}
#main_contents .price .ryoukin .box_b .piece3 span {
	font-size: 3.2rem;
	color: #0f26b5;
	font-weight: bold;
	line-height: 1.4;
	vertical-align: middle;
	padding-right: 5px;
}
#main_contents .price .ryoukin .box_b .l_space {
	padding-left: 4em;
}
#main_contents .price .kome {
	margin-top: 20px;
}
#main_contents .price .kome li {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 1.8rem;
}

/*--------------------------------------------------*
 *   取得までの流れ
 *--------------------------------------------------*/
#main_contents .flow {
	width: 980px;
	margin: 90px auto 0px;
}
#main_contents .flow .lead {
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 80px;
	padding-bottom: 50px;
}
#main_contents .flow .flow_box {
	margin-top: 20px;
	border: 2px solid #1d33b9;
}
#main_contents .flow .flow_box .item1 {
	display: table;
	width: 980px;
	background-color: #1d33b9;
	padding: 10px 0px;
}
#main_contents .flow .flow_box .item1 p:nth-child(1) {
	display: table-cell;
	vertical-align: middle;
	width: 70px;
	border-right: 1px solid #FFF;
	font-size: 5.0rem;
	color: #FFF;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
#main_contents .flow .flow_box .item1 p:nth-child(2) {
	display: table-cell;
	vertical-align: middle;
	width: 910px;
	font-size: 3.0rem;
	color: #FFF;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	padding-right: 70px;
}
#main_contents .flow .flow_box .item2 {
	padding: 25px;
}
#main_contents .flow .flow_box .item2 p:nth-child(1) {
	font-size: 1.9rem;
	font-weight: bold;
}
#main_contents .flow .flow_box .item2 p:nth-child(2) {
	margin-top: 5px;
}
#main_contents .flow .flow_box .item2 p:nth-child(2) .tel {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 3.3rem;
	font-weight: bold;
	background: url(../img/common/icon_telephone_2.png) no-repeat left center;
	padding-left: 25px;
	vertical-align: middle;
}
#main_contents .flow .flow_box .item2 p:nth-child(2) .open {
	font-size: 1.8rem;
	padding-left: 5px;
	vertical-align: middle;
}
#main_contents .flow .arrow {
	text-align: center;
	margin-top: 20px;
}
#main_contents .flow .free {
	width: 980px;
	margin: 45px auto 0px;
	border-top: 1px dashed #1d33b9;
	text-align: center;
}
#main_contents .flow .free p {
	display: inline;
	position: relative;
	top: -10px;
	padding: 5px 15px;
	background: #fdfa00;
	font-size: 2.2rem;
	color: #1d33b9;
	font-weight: bold;
	line-height: 1.0;
}

/*--------------------------------------------------*
 *   事務所案内
 *--------------------------------------------------*/
#main_contents .profile {
	width: 980px;
	margin: 90px auto 0px;
}
#main_contents .profile table {
	width: 100%;
	border-top: 1px solid #1d33b9;
	border-right: 1px solid #1d33b9;
	margin-top: 80px;
}
#main_contents .profile table th {
	width: 180px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #1d33b9;
	background-color: #1d33b9;
	font-size: 1.9rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 16px 0px;
}
#main_contents .profile table th.last-child {
	border-bottom: 1px solid #1d33b9 !important;
}
#main_contents .profile table td {
	border-bottom: 1px solid #1d33b9;
	border-left: 1px solid #1d33b9;
	font-size: 1.9rem;
	font-weight: bold;
	padding: 16px 20px;
}
#main_contents .staff {
	background-color: #edeff9;
	margin-top: 100px;
	padding: 80px 0px;
}
#main_contents .staff .inner {
	width: 980px;
	margin: 60px auto 0px;
}
#main_contents .staff .inner .staff_box {
	display: table;
	width: 100%;
	background-color: #0f26b5;
	padding: 40px 80px 40px 35px;
	margin-bottom: 40px;
}
#main_contents .staff .inner .staff_box .photo {
	display: table-cell;
	width: 300px;
	vertical-align: top;
}
#main_contents .staff .inner .staff_box .memo {
	display: table-cell;
	vertical-align: top;
	color: #FFF;
}
#main_contents .staff .inner .staff_box .memo .name {
	font-size: 2.2rem;
	font-weight: bold;
	border-bottom: 2px solid #FFF;
	padding-bottom: 5px;
}
#main_contents .staff .inner .staff_box .memo ul {
	margin-top: 20px;
}
#main_contents .staff .inner .staff_box .memo ul li {
	display: table;
	width: 100%;
	font-size: 1.9rem;
	line-height: 1.4;
	padding: 14px 0px;
	border-bottom: 1px solid #FFF;
}
#main_contents .staff .inner .staff_box .memo ul li:last-child {
	border-bottom: none;
}
#main_contents .staff .inner .staff_box .memo ul li p:nth-child(1) {
	display: table-cell;
	vertical-align: middle;
	width: 130px;
	font-weight: bold;
}
#main_contents .staff .inner .staff_box .memo ul li p:nth-child(2) {
	display: table-cell;
	vertical-align: middle;
}
#main_contents .access {
	width: 100%;
	margin-top: 90px;
}
#main_contents .access .map {
	margin-top: 60px;
}

/*--------------------------------------------------*
 *   トピックス
 *--------------------------------------------------*/
#main_contents .topics_list {
	width: 980px;
	margin: 90px auto 0px;
}
#main_contents .topics_list ul {
	margin-top: 80px;
}
#main_contents .topics_list ul li a {
	display: table;
	width: 100%;
	font-size: 1.9rem;
	color: #333;
	border-top: 1px solid #144ed1;
	padding: 18px 30px;
	word-break: break-all;
}
#main_contents .topics_list ul li:last-child a {
	border-bottom: 1px solid #144ed1;
}
#main_contents .topics_list ul li:nth-child(2n-1) a {
	background-color: #f5f5fc;
}
#main_contents .topics_list ul li a .date {
	display: table-cell;
	width: 220px;
	font-weight: bold;
}
#main_contents .topics_list ul li a .ttl {
	display: table-cell;
	width: 760px;
}
#main_contents .topics_detail {
	width: 980px;
	margin: 60px auto 0px;
	font-size: 1.9rem;
}
#main_contents .topics_detail .date {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: right;
}
#main_contents .topics_detail h3 {
	font-size: 3.2rem;
	color: #0018b0;
	font-weight: bold;
	line-height: 1.4;
	border: 1px solid #144ed1;
	background-color: #f5f5fc;
	padding: 30px;
	margin-top: 10px;
	margin-bottom:30px;
}
#main_contents .topics_detail h4 {
	font-size: 2.2rem;
	color: #0018b0;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 2px solid #144ed1;
	padding-bottom: 12px;
	margin-bottom: 30px;
}
#main_contents .topics_detail h4 span {
	display: block;
	border-left: 4px solid #144ed1;
	padding-left: 15px;
}
#main_contents .topics_detail h5 {
	font-size: 2.0rem;
	color: #0018b0;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px solid #144ed1;
	padding-bottom: 12px;
	margin-bottom: 30px;
}
#main_contents .topics_detail p {
	margin-bottom: 30px;
}

/*--------------------------------------------------*
 *   ページトップへ
 *--------------------------------------------------*/
#bt_pagetop {
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 200;
}

/*--------------------------------------------------*
 *   フッター
 *--------------------------------------------------*/
#footarea {
	position: relative;
}
#footarea .bt_tel {
	position: absolute;
	top: -86px;
	left: 0px;
	right: 0px;
	width: 980px;
	height: 371px;
	background: url(../img/common/ph_back_tel_pc.png) no-repeat left center;
	margin: 0px auto;
	text-align: center;
}
#footarea .bt_tel a {
	display: block;
	height: 371px;
}
#footarea .bt_tel a .piece1 {
	font-size: 4.0rem;
	color: #0845c5;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 50px;
	text-shadow:
		1px 1px 20px #fff,
		1px -1px 20px #fff,
		-1px 1px 20px #fff,
		-1px -1px 20px #fff,
		0 0 22px #fff;
}
#footarea .bt_tel a .piece2 {
	width: 180px;
	margin: 20px auto 0px;
	background-color: #144ed1;
	font-size: 2.5rem;
	color: #fdfa00;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	padding: 10px 0px;
}
#footarea .bt_tel a .piece3 {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 4.6rem;
	color: #000;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -1px;
	text-align: center;
	padding-top: 5px;
	text-shadow:
		1px 1px 20px #fff,
		1px -1px 20px #fff,
		-1px 1px 20px #fff,
		-1px -1px 20px #fff,
		0 0 22px #fff;
}
#footarea .bt_tel a .piece3 span {
	color: #333;
	background: url(../img/common/icon_telephone_3.png) no-repeat left -10px;
	padding-left: 60px;
}
#footarea .bt_tel a .piece4 {
	font-size: 1.8rem;
	color: #000;
	text-shadow:
		1px 1px 20px #fff,
		1px -1px 20px #fff,
		-1px 1px 20px #fff,
		-1px -1px 20px #fff,
		0 0 22px #fff;
}
#footarea .bt_tel a .line {
	background-image: url(../img/common/img_line_tel.png), url(../img/common/img_line_tel.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 270px center, 690px center;
	padding: 20px 0px;
}
#footarea .inner {
	width: 100%;
	height: 722px;
	background: url(../img/common/ph_back_footer.png) no-repeat center top;
	background-size: cover;
}
#footarea .inner .block {
	width: 980px;
	margin: 0px auto;
	padding-top: 355px;
}
#footarea .inner .block .box_a {
	width: 420px;
	float: left;
}
#footarea .inner .block .box_a p {
	font-size: 1.8rem;
	margin-top: 10px;
}
#footarea .inner .block .box_a p span.number {
	display: block;
	font-size: 2.0rem;
	font-weight: bold;
}
#footarea .inner .block .box_a p span.open {
	display: block;
	font-size: 1.6rem;
}
#footarea .inner .block .box_b {
	width: 510px;
	float: right;
	text-align: right;
}
#footarea .inner .block .box_b ul {
	display: inline-block;
	text-align: left;
}
#footarea .inner .block .box_b ul li {
	float: left;
	width: 170px;
	font-size: 1.8rem;
	padding-bottom: 10px;
}
#footarea .inner .block .box_b ul li a {
	color: #333;
	padding-left: 20px;
}
#footarea .copyright {
	font-size: 1.8rem;
	color: #FFF;
	text-align: center;
	background-color: #0018b0;
	padding: 25px 0px;
}

/*--------------------------------------------------*
 *   2024/02/27追加css
 *--------------------------------------------------*/
/*お問い合わせページ*/
#main_contents .contact {
	width: 980px;
	margin: 90px auto 0px;
}
#main_contents .contact .lead {
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 60px;
}
#main_contents .contact .lead span {
	color: #FFF;
	background-color: #0018b0;
	margin-right: 5px;
	padding: 1px 20px 0px 20px;
}
#main_contents .contact .form_box {
	margin-top: 80px;
}
#main_contents .contact .form_box span.error{
	font-size:0.8em;
	margin-top:4px;
	padding:5px 10px;
	background-color:#fff0f5;
	font-weight:bold;
}
#main_contents .contact .form_box ul {
	padding-bottom: 30px;
}
#main_contents .contact .form_box ul li {
	font-size: 1.8rem;
	line-height: 1.7;
	margin-bottom: 40px;
}
#main_contents .contact .form_box ul li div:nth-child(1) {
	font-weight: bold;
	margin-bottom: 10px;
}
#main_contents .contact .form_box ul li div:nth-child(1) span.hissu {
	font-size: 1.6rem;
	color: #0f26b5;
	background-color: #edeff9;
	margin-left: 20px;
	padding: 2px 20px 0px 20px;
}
#main_contents .contact .form_box ul li input[type=text],#main_contents .contact .form_box ul li input[type=email] {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	background-color: #efefef;
	padding-left: 10px;
	border: none;
}
#main_contents .contact .form_box ul li textarea {
	display: block;
	width: 100%;
	height: 200px;
	font-size: 16px;
	background-color: #efefef;
	padding: 10px;
	border: none;
}
#main_contents .contact .form_box .bt_grp {
	text-align: center;
}
#main_contents .contact .form_box .bt_grp .btn_confirm_send {
	display: inline-block;
	width: 200px;
	font-size: 2.4rem;
	color: #FFF;
	font-weight:bold;
	text-align: center;
	background-color: #0f26b5;
	padding: 10px 0px 8px;
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	cursor: pointer;
}
#main_contents .contact .form_box .bt_grp .btn_back{
	display: inline-block;
	width: 200px;
	font-size: 2.4rem;
	color: #FFF;
	font-weight:bold;
	text-align: center;
	background-color: #E60000;
	padding: 10px 0px 8px;
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	cursor: pointer;
}
#main_contents .contact .form_box .bt_grp input[type=submit]:hover {
	opacity: 0.7;
}
#main_contents .contact .form_box_confirm ul li {
	border-bottom: 1px solid #8f8f8f;
	margin-bottom: 30px;
	padding: 5px 0px 15px;
}
#main_contents .contact .form_box_confirm ul li:last-child {
	border-bottom: none;
}

/*よくある質問ページ（トップページ）*/
#main_contents .top_faq{
	background-color: #edeff9;
	margin-top: 100px;
	padding: 80px 0px;
}
#main_contents .top_faq .inner {
	width: 980px;
	margin:30px auto 0px auto;
}
#main_contents .top_faq .faq_list ul {
	margin-top:20px;
}
#main_contents .top_faq .faq_list ul li {
	margin-bottom: 30px;
}
#main_contents .top_faq .faq_list ul li:last-child {
	margin-bottom: 0px;
}
#main_contents .top_faq .faq_list ul li .bt_add {
	background-color: #fff;
	position: relative;
	cursor: pointer;
}
#main_contents .top_faq .faq_list ul li .bt_add .question {
	font-size: 2.0rem;
	font-weight: bold;
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
}
#main_contents .top_faq .faq_list ul li .bt_add .question .piece1 {
	width: 80px;
}
#main_contents .top_faq .faq_list ul li .bt_add .question .piece1 span {
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	background: -webkit-linear-gradient(top, #0f26b5, #5d86e2);
	background: linear-gradient(to bottom, #0f26b5, #5d86e2);
	padding-top: 25px;
}
#main_contents .top_faq .faq_list ul li .bt_add .question .piece2 {
	width: calc(100% - 80px);
	padding: 25px 70px 20px 20px;
}
#main_contents .top_faq .faq_list ul li .bt_add p.toggle_button {
	width: 18px;
	height: 18px;
	background: url("../img/faq/icon_arrow_open.png") no-repeat right center;
	background-size: 18px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
}
#main_contents .top_faq .faq_list ul li .bt_add p.toggle_button span {
	position: absolute;
	left: -7650px;
}
#main_contents .top_faq .faq_list ul li .bt_add p.toggle_button_close {
	width: 18px;
	height: 2px;
	background: url("../img/faq/icon_arrow_close.png") no-repeat right center;
	background-size: 18px auto;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
}
#main_contents .top_faq .faq_list ul li .add_box .answer {
	font-size: 1.7rem;
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
	padding: 30px 0px 10px 0px;
}
#main_contents .top_faq .faq_list ul li .add_box .answer .piece1 {
	width: 80px;
	text-align: center;
}
#main_contents .top_faq .faq_list ul li .add_box .answer .piece2 {
	width: calc(100% - 80px);
	padding-left: 20px;
}

/*よくある質問ページ*/
#main_contents .faq {
	width: 980px;
	margin: 90px auto 0px;
}
#main_contents .faq .faq_menu {
	width: 100%;
	margin-top: 80px;
	padding: 10px;
	border: 2px solid #0f26b5;
	border-radius: 10px;
}
#main_contents .faq .faq_menu ul li {
	display: inline-block;
	font-size: 1.8rem;
	margin: 8px 10px;
}
#main_contents .faq .faq_menu ul li a {
	color: #0f26b5;
	font-weight: bold;
	text-decoration: underline;
}
#main_contents .faq .faq_menu ul li span {
	color: #0f26b5;
	padding-left: 5px;
}
#main_contents .faq .faq_list .ttl_category {
	font-size: 2.4rem;
	color: #0f26b5;
	font-weight: bold;
	margin: 80px 0px 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #0f26b5;
}
#main_contents .faq .faq_list ul li {
	margin-bottom: 30px;
}
#main_contents .faq .faq_list ul li:last-child {
	margin-bottom: 0px;
}
#main_contents .faq .faq_list ul li .bt_add {
	background-color: #f5f5fc;
	position: relative;
	cursor: pointer;
}
#main_contents .faq .faq_list ul li .bt_add .question {
	font-size: 2.0rem;
	font-weight: bold;
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
}
#main_contents .faq .faq_list ul li .bt_add .question .piece1 {
	width: 80px;
}
#main_contents .faq .faq_list ul li .bt_add .question .piece1 span {
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	background: -webkit-linear-gradient(top, #0f26b5, #5d86e2);
	background: linear-gradient(to bottom, #0f26b5, #5d86e2);
	padding-top: 25px;
}
#main_contents .faq .faq_list ul li .bt_add .question .piece2 {
	width: calc(100% - 80px);
	padding: 25px 70px 20px 20px;
}
#main_contents .faq .faq_list ul li .bt_add p.toggle_button {
	width: 18px;
	height: 18px;
	background: url("../img/faq/icon_arrow_open.png") no-repeat right center;
	background-size: 18px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
}
#main_contents .faq .faq_list ul li .bt_add p.toggle_button span {
	position: absolute;
	left: -7650px;
}
#main_contents .faq .faq_list ul li .bt_add p.toggle_button_close {
	width: 18px;
	height: 2px;
	background: url("../img/faq/icon_arrow_close.png") no-repeat right center;
	background-size: 18px auto;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
}
#main_contents .faq .faq_list ul li .add_box .answer {
	font-size: 1.7rem;
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
	padding: 30px 0px 10px 0px;
}
#main_contents .faq .faq_list ul li .add_box .answer .piece1 {
	width: 80px;
	text-align: center;
}
#main_contents .faq .faq_list ul li .add_box .answer .piece2 {
	width: calc(100% - 80px);
	padding-left: 20px;
}

/*フッターお問い合わせ部分修正*/
#footarea .bt_tel_new {
	position: absolute;
	top: -86px;
	left: 0px;
	right: 0px;
	width: 980px;
	height: 371px;
	background: url(../img/common/ph_back_tel_pc.png) no-repeat left center;
	margin: 0px auto;
	text-align: center;
}
#footarea .bt_tel_new a {
	display: block;
}
#footarea .bt_tel_new .piece1 {
	font-size: 4.0rem;
	color: #0845c5;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 50px;
	text-shadow:
		1px 1px 20px #fff,
		1px -1px 20px #fff,
		-1px 1px 20px #fff,
		-1px -1px 20px #fff,
		0 0 22px #fff;
}
#footarea .bt_tel_new .piece2 {
	width: 180px;
	margin: 20px auto 0px;
	background-color: #144ed1;
	font-size: 2.5rem;
	color: #fdfa00;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	padding: 10px 0px;
}
#footarea .bt_tel_new .piece3 {
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 4.6rem;
	color: #000;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -1px;
	text-align: center;
	padding-top: 5px;
	text-shadow:
		1px 1px 20px #fff,
		1px -1px 20px #fff,
		-1px 1px 20px #fff,
		-1px -1px 20px #fff,
		0 0 22px #fff;
	z-index: 100;
	position: relative;
}
#footarea .bt_tel_new .piece3 span {
	color: #333;
	background: url(../img/common/icon_telephone_3.png) no-repeat left -10px;
	padding-left: 60px;
}
#footarea .bt_tel_new .piece4 {
	font-size: 1.8rem;
	color: #000;
	font-weight: bold;
	text-shadow:
		1px 1px 20px #fff,
		1px -1px 20px #fff,
		-1px 1px 20px #fff,
		-1px -1px 20px #fff,
		0 0 22px #fff;
	padding-left: 50px;
}
#footarea .bt_tel_new .line {
	background-image: url(../img/common/img_line_tel.png), url(../img/common/img_line_tel.png), url(../img/common/img_line_tel.png);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: 70px center, 470px center, 870px center;
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}
#footarea .bt_tel_new .line div {
	padding: 0px 20px;
}
#footarea .bt_tel_new .line div.bt_form {
	padding-top: 12px;
}




/* PCレイアウト */
@media (min-width: 640px) {
/*--------------------------------------------------*
 *   PCでは無効/表示されない
 *--------------------------------------------------*/
.pc_none {
	display: none !important;
}
}

/* スマホレイアウト */
@media (max-width: 639px) {
/*--------------------------------------------------*
 *   SPでは無効/表示されない
 *--------------------------------------------------*/
.sp_none {
	display: none !important;
}
body {
	font-size: 1.5rem;
}
a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#container {
	min-width: inherit;
}
/*--------------------------------------------------*
 *   ヘッダー
 *--------------------------------------------------*/
#headarea {
	width: 100%;
}
.index_page {
	height: 160px;
	margin-bottom: 200px;
}
.sub_page {
	background-image: none;
	background-color: #0039C8;
	height: 120px;
	margin-bottom: 130px;
}
#headarea .inner {
	width: 100%;
	margin: 0px auto;
	padding-top: 10px;
}
#headarea .inner .above {
	display: block;
	width: 100%;
}
#headarea .inner .above .logo {
	display: block;
	width: 100%;
	text-align: center;
}
#headarea .inner .above .logo img {
	width: 210px;
}
#headarea .inner .above .logo h1 {
	font-size: 1.0rem;
	padding-bottom: 5px;
}
#headarea .inner .above .telephone {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.2;
}
#headarea .inner .above .telephone p:first-child {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 0px;
}
#headarea .inner .above .telephone p:first-child a {
	background: url(../img/common/icon_telephone_1.png) no-repeat left center;
	background-size: 20px auto;
	padding-left: 25px;
}
#headarea .global_navi {
	display: none;
}
#headarea .swathe {
	margin: 70px 5% 0px;
	background-color: #0018b0;
	padding: 3px;
}
#headarea .swathe .waku {
	border: 1px solid #4C5FC8;
	padding: 10px 0px
}
#headarea .swathe_subpage {
	margin: 30px 5% 0px;
}
#headarea .catch_copy {
	font-size: 1.7rem;
	letter-spacing: 0px;
	margin-top: 0px;
}
#headarea .price {
	color: #fdf400;
	text-align: center;
	margin-top: 10px;
}
#headarea .price p:nth-child(1) {
	font-size: 1.6rem;
}
#headarea .price p:nth-child(2) {
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 1.0;
}
#headarea .price p:nth-child(2) span {
	font-size: 1.8rem;
}
#headarea .main_title {
	font-size: 2.0rem;
	margin-top: 0px;
	padding-top: 2px;
}
#headarea .main_title p {
	font-size: 1.4rem;
	font-weight: normal;
}

/*--------------------------------------------------*
 *   メイン
 *--------------------------------------------------*/
#main_contents {
	padding-bottom: 140px;
}

/*--------------------------------------------------*
 *   パンくず
 *--------------------------------------------------*/
#main_contents .pan {
	display: none;
}

/*--------------------------------------------------*
 *   タイトル
 *--------------------------------------------------*/
#main_contents .sub_title h3 {
	font-size: 2.0rem;
	letter-spacing: 0px;
	padding: 0px 40px 20px;
}
#main_contents .sub_title p {
	font-size: 1.4rem;
}
#main_contents .sub_title_w h3 {
	font-size: 2.0rem;
	letter-spacing: 0px;
	padding: 0px 50px 20px;
	line-height: 1.2;
}
#main_contents .sub_title_w p {
	font-size: 1.3rem;
}

/*--------------------------------------------------*
 *   リンクボタン
 *--------------------------------------------------*/
#main_contents .bt_blue {
	width: 100%;
	margin: 20px 0px 0px;
}
#main_contents .bt_blue a {
	font-size: 1.8rem;
}
#main_contents .bt_blue a span {
	padding: 5px 0px;
	background-size: 10px auto;
}

/*--------------------------------------------------*
 *   トップページ
 *--------------------------------------------------*/
#main_contents .greeting {
	width: 100%;
	margin: 0px 0px 0px;
}
#main_contents .greeting .inner {
	margin: 20px 5% 0px;
}
#main_contents .greeting .inner .photo {
	width: 100%;
	float: none;
	text-align: center;
}
#main_contents .greeting .inner .photo img {
	width: 160px;
}
#main_contents .greeting .inner .memo {
	width: 100%;
	float: none;
	font-size: 1.5rem;
	margin-top: 20px;
}
#main_contents .greeting .inner .memo span {
	font-size: 1.8rem;
	text-align: right;
	margin-top: 10px;
}
#main_contents .support {
	width: 100%;
	height: auto;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
}
#main_contents .support .check {
	width: auto;
	border-radius: 15px;
	margin: 20px 5% 0px;
	padding: 10px 20px;
}
#main_contents .support .check ul li {
	background: url(../img/index/icon_check.png) no-repeat left 20px;
	background-size: 24px auto;
	padding: 10px 0px 10px 35px;
	font-size: 1.5rem;
}
#main_contents .support .guide {
	margin-top: 10px;
}
#main_contents .support .guide img {
	width: 260px;
}
#main_contents .policy {
	width: auto;
	margin: 50px 5% 0px;
}
#main_contents .policy ul {
	margin-top: 0px;
	padding-top: 10px;
}
#main_contents .policy ul li {
	width: 100%;
	float: none;
	margin-top: 40px;
}
#main_contents .policy ul li:nth-child(2) {
	margin: 50px 0px 0px;
}
#main_contents .policy ul li .piece1 {
	top: -25px;
}
#main_contents .policy ul li .piece1 img {
	width: 50px;
}
#main_contents .policy ul li .piece2 {
	font-size: 2.0rem;
	padding: 40px 0px 10px;
}
#main_contents .policy ul li .piece3 {
	font-size: 1.6rem;
	line-height: 1.6;
	min-height: inherit;
	padding: 15px 20px 10px;
}
#main_contents .policy ul li .piece3 .telephone {
	font-size: 2.4rem;
	letter-spacing: 0px;
}
#main_contents .policy ul li .piece3 .telephone a {
	background: url(../img/common/icon_telephone_2.png) no-repeat left center;
	background-size: 20px auto;
}
#main_contents .policy ul li .piece3 .normal {
	font-size: 1.4rem;
}
#main_contents .case {
	background-color: #edeff9;
	margin-top: 40px;
	padding: 30px 0px;
}
#main_contents .case .inner {
	width: auto;
	margin: 0px 5% 0px;
}
#main_contents .case .inner ul {
	letter-spacing: normal;
	word-spacing: normal;
	padding-top: 10px;
}
#main_contents .case .inner ul li {
	display: block;
	/display: block;
	width: 100%;
	margin-top: 20px;
}
#main_contents .case .inner ul li:nth-child(2n-1) {
	margin-right: 0px;
}
#main_contents .case .inner ul li .piece1 {
	font-size: 2.0rem;
}
#main_contents .case .inner ul li .piece2 {
	font-size: 2.4rem;
	padding: 8px 0px;
}
#main_contents .case .inner ul li .piece3 {
	font-size: 1.7rem;
}
#main_contents .case .inner ul li .piece3 p:nth-child(2) {
	font-size: 3.0rem;
}
#main_contents .case .inner ul li .piece3 p:nth-child(2) span:nth-child(1) {
	font-size: 2.2rem;
}
#main_contents .case .inner ul li .piece3 p:nth-child(2) span:nth-child(2) {
	font-size: 1.8rem;
}
#main_contents .case .inner ul li .piece4 {
	font-size: 1.6rem;
	padding: 15px 0px;
}
#main_contents .case .inner ul li .piece4 p:nth-child(2) {
	font-size: 1.6rem;
}
#main_contents .top_topics {
	width: auto;
	margin: 50px 5% 0px;
}
#main_contents .top_topics ul {
	margin-top: 30px;
}
#main_contents .top_topics ul li a {
	display: block;
	padding: 10px;
	font-size: 1.5rem;
}
#main_contents .top_topics ul li p.date {
	display: block;
	width: 100%;
}
#main_contents .top_topics ul li p.ttl {
	display: block;
	width: 100%;
}

/*--------------------------------------------------*
 *   料金案内
 *--------------------------------------------------*/
#main_contents .price {
	width: auto;
	margin: 0px 5% 0px;
}
#main_contents .price .ryoukin {
	margin-top: 20px;
}
#main_contents .price .ryoukin .box_a {
	width: 100%;
	font-size: 1.6rem;
	padding: 5px 0px;
}
#main_contents .price .ryoukin .box_a .piece1 {
	vertical-align: middle;
	width: 24%;
}
#main_contents .price .ryoukin .box_a .piece2 {
	width: 38%;
}
#main_contents .price .ryoukin .box_b {
	padding: 10px 0px;
}
#main_contents .price .ryoukin .box_b .piece1 {
	width: 24%;
	font-size: 1.3rem;
}
#main_contents .price .ryoukin .box_b .piece2 {
	width: 38%;
	text-align: right;
	padding: 10px 6px;
}
#main_contents .price .ryoukin .box_b .piece2 .wrap p:nth-child(1) {
	font-size: 1.4rem;
}
#main_contents .price .ryoukin .box_b .piece2 .wrap p:nth-child(2) {
	font-size: 1.3rem;
}
#main_contents .price .ryoukin .box_b .piece3 {
	width: 76%;
	padding: 10px 6px;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: left;
}
#main_contents .price .ryoukin .box_b .piece3 span {
	font-size: 1.4rem;
	padding-right: 5px;
}
#main_contents .price .ryoukin .box_b .l_space {
	padding-left: 6px;
}
#main_contents .price .kome {
	margin-top: 10px;
}
#main_contents .price .kome li {
	font-size: 1.4rem;
}

/*--------------------------------------------------*
 *   取得までの流れ
 *--------------------------------------------------*/
#main_contents .flow {
	width: auto;
	margin: 0px 5% 0px;
}
#main_contents .flow .lead {
	font-size: 1.5rem;
	margin-top: 20px;
	padding-bottom: 5px;
}
#main_contents .flow .flow_box {
	margin-top: 10px;
}
#main_contents .flow .flow_box .item1 {
	width: 100%;
	padding: 5px 0px;
}
#main_contents .flow .flow_box .item1 p:nth-child(1) {
	width: 16%;
	font-size: 2.0rem;
}
#main_contents .flow .flow_box .item1 p:nth-child(2) {
	width: 84%;
	font-size: 1.8rem;
	text-align: left;
	padding-right: 0;
	padding-left: 10px;
}
#main_contents .flow .flow_box .item2 {
	padding: 15px 10px;
}
#main_contents .flow .flow_box .item2 p:nth-child(1) {
	font-size: 1.5rem;
	font-weight: bold;
}
#main_contents .flow .flow_box .item2 p:nth-child(2) .tel {
	display: block;
	font-size: 2.6rem;
	background-size: 16px auto;
	padding-left: 20px;
}
#main_contents .flow .flow_box .item2 p:nth-child(2) .open {
	display: block;
	font-size: 1.4rem;
	padding-left: 0px;
}
#main_contents .flow .arrow {
	text-align: center;
	margin-top: 15px;
}
#main_contents .flow .arrow img {
	width: 60px;
}
#main_contents .flow .free {
	width: 100%;
	margin: 30px auto 0px;
}
#main_contents .flow .free p {
	font-size: 1.6rem;
}

/*--------------------------------------------------*
 *   事務所案内
 *--------------------------------------------------*/
#main_contents .profile {
	width: auto;
	margin: 0px 5% 0px;
}
#main_contents .profile table {
	margin-top: 20px;
}
#main_contents .profile table th {
	width: 90px;
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 13px 0px;
}
#main_contents .profile table td {
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 13px 10px;
}
#main_contents .profile table td span {
	display: block;
}
#main_contents .staff {
	margin-top: 40px;
	padding: 30px 5% 20px;
}
#main_contents .staff .inner {
	width: 100%;
	margin: 20px 0px 0px;
}
#main_contents .staff .inner .staff_box {
	display: block;
	padding: 20px 30px;
	margin-bottom: 20px;
}
#main_contents .staff .inner .staff_box .photo {
	display: block;
	width: 100%;
	text-align: center;
}
#main_contents .staff .inner .staff_box .photo img {
	width: 140px;
}
#main_contents .staff .inner .staff_box .memo {
	display: block;
	margin-top: 20px;
}
#main_contents .staff .inner .staff_box .memo .name {
	font-size: 1.6rem;
}
#main_contents .staff .inner .staff_box .memo ul {
	margin-top: 10px;
}
#main_contents .staff .inner .staff_box .memo ul li {
	font-size: 1.4rem;
}
#main_contents .staff .inner .staff_box .memo ul li p:nth-child(1) {
	vertical-align: top;
	width: 80px;
}
#main_contents .staff .inner .staff_box .memo ul li p:nth-child(2) {
	vertical-align: top;
}
#main_contents .access {
	margin-top: 40px;
}
#main_contents .access .map {
	margin-top: 20px;
	width: 100%;
	position: relative;
	padding-bottom: 300px;
	height: 0;
	overflow: hidden;
}
#main_contents .access .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*--------------------------------------------------*
 *   トピックス
 *--------------------------------------------------*/
#main_contents .topics_list {
	width: auto;
	margin: 0px 5% 0px;
}
#main_contents .topics_list ul {
	margin-top: 20px;
}
#main_contents .topics_list ul li a {
	display: block;
	font-size: 1.5rem;
	padding: 10px;
}
#main_contents .topics_list ul li a .date {
	display: block;
	width: 100%;
}
#main_contents .topics_list ul li a .ttl {
	display: block;
	width: 100%;
}
#main_contents .topics_detail {
	width: auto;
	margin: 0px 5% 0px;
	font-size: 1.5rem;
}
#main_contents .topics_detail .date {
	font-size: 1.5rem;
}
#main_contents .topics_detail h3 {
	font-size: 1.7rem;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#main_contents .topics_detail h4 {
	font-size: 1.6rem;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
#main_contents .topics_detail h4 span {
	padding-left: 10px;
}
#main_contents .topics_detail h5 {
	font-size: 1.5rem;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
#main_contents .topics_detail p {
	margin-bottom: 15px;
}

/*--------------------------------------------------*
 *   ページトップへ
 *--------------------------------------------------*/
#bt_pagetop {
	right: 2%;
	bottom: 40px;
}
#bt_pagetop img {
	width: 30px;
}

/*--------------------------------------------------*
 *   フッター
 *--------------------------------------------------*/
#footarea .bt_tel {
	position: absolute;
	top: -80px;
	left: 0px;
	right: 0px;
	width: auto;
	height: auto;
	background: url(../img/common/ph_back_tel_sp.png) no-repeat right bottom;
	margin: 0px 5%;
	text-align: center;
	border: 1px solid #0f26b5;
	padding: 15px 10px;
}
#footarea .bt_tel a {
	display: block;
	height: auto;
}
#footarea .bt_tel a .piece1 {
	font-size: 1.8rem;
	padding-top: 0px;
	line-height: 1.6;
}
#footarea .bt_tel a .piece2 {
	margin: 10px auto 0px;
	font-size: 2.0rem;
}
#footarea .bt_tel a .piece3 {
	font-size: 2.8rem;
	letter-spacing: 0px;
	padding-top: 15px;
}
#footarea .bt_tel a .piece3 span {
	background: url(../img/common/icon_telephone_3.png) no-repeat left center;
	background-size: 50px auto;
	padding-left: 40px;
}
#footarea .bt_tel a .piece4 {
	font-size: 1.5rem;
	font-weight: bold;
}
#footarea .bt_tel a .line {
	background-image: none, none;
	padding: 0px;
}
#footarea .inner {
	width: 100%;
	height: auto;
	background: url(../img/common/ph_back_footer.png) no-repeat center bottom;
	background-size: cover;
}
#footarea .inner .block {
	width: 100%;
	margin: 0px auto;
	padding: 185px 5% 0px;
}
#footarea .inner .block .box_a {
	width: 100%;
	float: none;
	text-align: center;
}
#footarea .inner .block .box_a img {
	width: 180px;
}
#footarea .inner .block .box_a p {
	font-size: 1.5rem;
	margin-top: 10px;
	line-height: 1.4;
}
#footarea .inner .block .box_a p span.number {
	font-size: 1.8rem;
	font-weight: bold;
}
#footarea .inner .block .box_a p span.open {
	font-size: 1.3rem;
}
#footarea .inner .block .box_b {
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 100px;
}
#footarea .inner .block .box_b ul {
	width: 280px;
}
#footarea .inner .block .box_b ul li {
	width: 140px;
	font-size: 1.4rem;
	padding-bottom: 5px;
}
#footarea .inner .block .box_b ul li a {
	color: #333;
	padding-left: 15px;
}
#footarea .copyright {
	font-size: 1.4rem;
	padding: 5px 0px;
}
/*--------------------------------------------------*
 *   2024/02/27追加css
 *--------------------------------------------------*/
/*お問い合わせページ*/
#main_contents .contact {
	width: auto;
	margin: 0px 5% 0px;
}
#main_contents .contact .lead {
	font-size: 1.5rem;
	margin-top: 40px;
}
#main_contents .contact .lead span {
	padding: 1px 15px 0px 15px;
}
#main_contents .contact .form_box {
	margin-top: 30px;
}
#main_contents .contact .form_box ul {
	padding-bottom: 10px;
}
#main_contents .contact .form_box ul li {
	font-size: 1.5rem;
	margin-bottom: 30px;
}
#main_contents .contact .form_box ul li div:nth-child(1) {
	margin-bottom: 5px;
}
#main_contents .contact .form_box ul li div:nth-child(1) span.hissu {
	font-size: 1.3rem;
	margin-left: 15px;
	padding: 2px 15px 0px 15px;
}
#main_contents .contact .form_box ul li input[type=text],#main_contents .contact .form_box ul li input[type=email] {
	height: 30px;
	line-height: 30px;
}
#main_contents .contact .form_box ul li textarea {
	height: 150px;
}
#main_contents .contact .form_box .bt_grp .bt_blue {
	width: 130px;
	margin: 0px 10px;
}
#main_contents .contact .form_box .bt_grp .bt_blue {
	font-size: 16px;
}
#main_contents .contact .form_box .bt_grp .bt_red {
	width: 130px;
	margin: 0px 10px;
}
#main_contents .contact .form_box .bt_grp .bt_red {
font-size: 16px;
}
#main_contents .contact .form_box_confirm ul li {
	margin-bottom: 15px;
}

/*よくある質問ページ（トップページ）*/
#main_contents .top_faq {
	background-color: #edeff9;
	margin-top: 40px;
	padding: 30px 0px;
}
#main_contents .top_faq .inner {
	width: auto;
	margin: 0px 5% 0px;
}
#main_contents .top_faq .faq_list ul li {
	margin-bottom: 20px;
}
#main_contents .top_faq .faq_list ul li .bt_add .question {
	font-size: 1.4rem;
}
#main_contents .top_faq .faq_list ul li .bt_add .question .piece1 {
	width: 40px;
}
#main_contents .top_faq .faq_list ul li .bt_add .question .piece1 span {
	width: 40px;
	height: 40px;
	padding-top: 13px;
}
#main_contents .top_faq .faq_list ul li .bt_add .question .piece1 img {
	width: 12px;
}
#main_contents .top_faq .faq_list ul li .bt_add .question .piece2 {
	width: calc(100% - 40px);
	padding: 10px 30px 10px 10px;
}
#main_contents .top_faq .faq_list ul li .bt_add p.toggle_button {
	width: 12px;
	height: 12px;
	background-size: 12px;
	right: 10px;
}
#main_contents .top_faq .faq_list ul li .bt_add p.toggle_button_close {
	width: 12px;
	height: 2px;
	background-size: 12px auto;
	right: 10px;
}
#main_contents .top_faq .faq_list ul li .add_box .answer {
	font-size: 1.4rem;
	padding: 20px 0px 10px 0px;
}
#main_contents .top_faq .faq_list ul li .add_box .answer .piece1 {
	width: 40px;
}
#main_contents .top_faq .faq_list ul li .add_box .answer .piece1 img {
	width: 14px;
}
#main_contents .top_faq .faq_list ul li .add_box .answer .piece2 {
	width: calc(100% - 40px);
	padding-left: 10px;
}

/*よくある質問ページ*/
#main_contents .faq {
	width: auto;
	margin: 0px 5% 0px;
}
#main_contents .faq .faq_menu {
	margin-top: 40px;
}
#main_contents .faq .faq_menu ul li {
	font-size: 1.3rem;
	margin: 5px;
}
#main_contents .faq .faq_list .ttl_category {
	font-size: 1.6rem;
	margin: 50px 0px 25px;
	padding-bottom: 5px;
}
#main_contents .faq .faq_list ul li {
	margin-bottom: 20px;
}
#main_contents .faq .faq_list ul li .bt_add .question {
	font-size: 1.4rem;
}
#main_contents .faq .faq_list ul li .bt_add .question .piece1 {
	width: 40px;
}
#main_contents .faq .faq_list ul li .bt_add .question .piece1 span {
	width: 40px;
	height: 40px;
	padding-top: 13px;
}
#main_contents .faq .faq_list ul li .bt_add .question .piece1 img {
	width: 12px;
}
#main_contents .faq .faq_list ul li .bt_add .question .piece2 {
	width: calc(100% - 40px);
	padding: 10px 30px 10px 10px;
}
#main_contents .faq .faq_list ul li .bt_add p.toggle_button {
	width: 12px;
	height: 12px;
	background-size: 12px;
	right: 10px;
}
#main_contents .faq .faq_list ul li .bt_add p.toggle_button_close {
	width: 12px;
	height: 2px;
	background-size: 12px auto;
	right: 10px;
}
#main_contents .faq .faq_list ul li .add_box .answer {
	font-size: 1.4rem;
	padding: 20px 0px 10px 0px;
}
#main_contents .faq .faq_list ul li .add_box .answer .piece1 {
	width: 40px;
}
#main_contents .faq .faq_list ul li .add_box .answer .piece1 img {
	width: 14px;
}
#main_contents .faq .faq_list ul li .add_box .answer .piece2 {
	width: calc(100% - 40px);
	padding-left: 10px;
}

/*フッターお問い合わせ部分修正*/
#footarea .bt_tel_new {
	position: absolute;
	top: -80px;
	left: 0px;
	right: 0px;
	width: auto;
	height: auto;
	background: url(../img/common/ph_back_tel_sp.png) no-repeat right bottom;
	margin: 0px 5%;
	text-align: center;
	border: 1px solid #0f26b5;
	padding: 15px 10px 10px;
}
#footarea .bt_tel_new .piece1 {
	font-size: 1.8rem;
	padding-top: 0px;
	line-height: 1.6;
}
#footarea .bt_tel_new .piece2 {
	margin: 10px auto 0px;
	font-size: 1.6rem;
}
#footarea .bt_tel_new .piece3 {
	font-size: 2.8rem;
	letter-spacing: 0px;
	padding-top: 15px;
}
#footarea .bt_tel_new .piece3 span {
	background: url(../img/common/icon_telephone_3.png) no-repeat left center;
	background-size: 50px auto;
	padding-left: 40px;
}
#footarea .bt_tel_new .piece4 {
	font-size: 1.5rem;
	font-weight: bold;
	padding-left: 0px;
}
#footarea .bt_tel_new .line {
	background-image: none, none, none;
	margin-top: 10px;
}
#footarea .bt_tel_new .line div {
	width: 100%;
	padding: 0px;
}
#footarea .bt_tel_new .line div.bt_form {
	padding-top: 10px;
}
#footarea .bt_tel_new .line div.bt_form img {
	width: 230px;
}
#footarea .inner .block {
	padding: 230px 5% 0px;
}

}



