@charset "utf-8";
/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px){
	.dsp_tbs, .dsp_smt { display: none; }
	.cen_pc { text-align: center; }

	.fl { float: left; }	/* 左寄せ（float） */
	.fr { float: right; }	/* 右寄せ（float） */

	/* ヘッダ */
	#header {
		position: relative;
	}
	#header .title img {
		height: 80px;
	}
	#header .title_pc {
		height:100px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-top:-5px;
	}
	#header .title_pc p:first-child {
		margin-right:auto;
	}
	#header .tel_pc span.tel_txt {
		float:left;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top:8px;
		font-size:14px;
		line-height:15px;
		background:#D54F46;
		text-align: center;
		width:60px;
		height:60px;
		box-sizing: border-box;
		border:2px solid #F4A019;
		color:#fff;
		border-radius:6px ;
	}
	#header .tel_pc a span.number {
		font-size:47.1px;
		font-weight: bold;
		padding-left:10px;
		text-shadow: 2px 2px 0 #ccc;
		color:#000;
	}
	#header .mail_pc {
		margin-left:22px;
	}
	#header .mail_pc a {
		position: relative;
		display: inline-block;
		padding:10px 39px 10px 55px;
		font-size:18px;
		line-height:21px;
		color:#fff;
		background:linear-gradient(to bottom,#e07974,#d44f46);
		border-radius: 7px;
		border:3px solid #F4A019;
		font-weight: bold;
	}
	#header .mail_pc a:before {
		content:"";
		background-image: url("../img/calc_icon.png");
		background-size:contain;
		width:27px;
		height:39px;
		position: absolute;
		left:17px;
		top:13px;
	}
	#header .mail_pc a:after {
		content:"";
		background-image: url("../img/arrow.png");
		background-size:contain;
		width:9px;
		height:14px;
		position: absolute;
		right:14px;
		top:50%;
		transform: translateY(-50%);
	}
	#header:after {
		position: absolute;
		left:0;
		top:100px;
		height:33px;
		z-index:92;
	}
	#header h1 {
		position: absolute;
		top: 0;
		left: 0;
	}
	.plan01{
	font-size: 30px;
	padding-top: 30px;
	}
	/* メイン画がヘッダ下に潜り込む場合は下記を使用
	#header {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% - 30px);
		background: rgba(255,255,255,0.85);
		z-index: 99;
	}
	*/
	#header .contact {
		float: right;
	}
	#header .contact a img {
		width: 25px;
		margin-right: 8px;
	}
	#header .contact .tel img {
		position: relative;
		top: -2px;
	}
	#header .contact .btn {
		display: inline-block;
		padding: 5px 15px;
		border-radius: 5px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	}
	#header .contact .btn img {
		width: 23px;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	/*
	#container {
		padding-bottom: 567px;
	}
	*/
	.main {
		width: 1100px;
		margin:auto;
	}
	#main {
		float: left;
		width: 840px;
	}
	#navi {
		float: right;
		width: 220px;
	}
	/* フッター */
	#footer {
		position: relative;	
	}
	#footer .box,
	#footer .contact{
		height: 250px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#footer .box dd p {
		display: inline-block;
	}
	#footer .box dd p+p {
		margin-left: 0.5em;
	}
	#footer .contact {
		height: 80px;
		margin: auto;
	}
	#footer .contact .btn {
		float: right;
	}
	/*--------------------------------------------------
	  ページタイトル
	--------------------------------------------------*/
	#page_title:before {
		height:121px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/*共通*/
	.content_inner {
		border-radius: 15px;
		padding:15px;
	}
	#top_content01,
	#top_content02,
	#top_content06{
		padding:45px 0;
	}
	/*top_content01*/
	#top_content01 .content_inner .caution {
		font-size:45px;
		transform: translateX(80px);
		margin-bottom:15px;
	}
	#top_content01 .content_inner .caution .big {
		font-size:59px;
	}
	#top_content01 .content_inner .txt {
		font-size:18px;
		line-height:27px;
	}
	/*top_content02*/
	#top_content02 .content_inner {
		position: relative;
		padding:30px 50px;
	}
	#top_content02 .content_inner img {
		top:80px;
		right:40px;
	}
	#top_content02.topi_content .content_inner img {
		top:auto;
		right:auto;
	}
	#top_content02 .content_inner p.txt1 {
		font-size:34px;
	}
	#top_content02 .content_inner p.txt2 {
		font-size:16px;
	}
	#top_content02 p .big{
		font-size:43px;
	}
	#top_content02 .contact p {
		font-size:23px;
	}
	#top_content02 .contact p:before {
		width:49px;
		height:33px;
		padding-right:16px;
	}
	#top_content02 .contact .number {
		font-size:86px;
		line-height:0.5;
		margin-top:20px;
	}
	#top_content02 .contact a.btn {
		padding:20px 59px 20px 94px;
		font-size:31px;
		line-height:35.1px;
	}
	#top_content02 .contact a.btn:before {
		width:44px;
		height:63px;
		left:28px;
		top:25px;
	}
	#top_content02 .contact a.btn:after {
		width:16px;
		height:24px;
		right:24px;
	}
	/*top_content03*/
	#top_content03 .big {
		font-size:66px;
	}
	#top_content03 ul {
		display:flex;
		display: -webkit-box;
		display: -ms-flexbox;
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		margin-top:50px;
	}
	#top_content03 ul li {
		width: calc(1060px / 3);
		width : -webkit-calc(1060px / 3) ;
		font-size:33px;
		line-height:47px;
		border-radius: 36px;
		padding:50px 0 35px 0;
		box-shadow: 5px 10px 0 #29749c; 
	}
	#top_content03 ul li:nth-child(2) {
		margin:0 20px;
	}
	#top_content03 .mb_73 {
		margin-bottom: 73px;
	}
	#top_content03 ul li.caption1 img {
		top:-32px;
	}
	#top_content03 ul li.caption2 img {
		top:-26px;
	}
	#top_content03 ul li.caption3 img {
		top:-27px;
	}
	#top_content03 ul li.caption4 img {
		top:-39px;
	}
	#top_content03 ul li.caption5 img {
		top:-39px;
	}
	#top_content03 ul li.caption6 img {
		top:-40px;
	}
	/*top_content05*/
	#top_content05 .content_inner {
		position: relative;
		padding:30px 50px;
	}
	#top_content05 .content_inner img {
		top:80px;
		right:40px;
	}
	#top_content05 .content_inner p.txt1 {
		font-size:34px;
	}
	#top_content05 .content_inner p.txt2 {
		font-size:16px;
	}
	#top_content05 p .big{
		font-size:43px;
	}
	#top_content05 .contact p {
		font-size:23px;
	}
	#top_content05 .contact p:before {
		width:49px;
		height:33px;
		padding-right:16px;
	}
	#top_content05 .contact .number {
		font-size:86px;
		line-height:0.5;
		margin-top:20px;
	}
	#top_content05 .contact a.btn {
		padding:20px 59px 20px 94px;
		font-size:31px;
		line-height:35.1px;
	}
	#top_content05 .contact a.btn:before {
		width:44px;
		height:63px;
		left:28px;
		top:25px;
	}
	#top_content05 .contact a.btn:after {
		width:16px;
		height:24px;
		right:24px;
	}
	#top_content05 .wrap p:last-of-type {
		position: relative;
		margin-bottom: 0;
		top: 25px;
	}
	/*top_content06*/
	#top_content06 .content_inner {
		padding:45px 50px;
	}
	#top_content06 .content_inner img {
		top:80px;
		right:40px;
	}
	#top_content06 .content_inner p.txt1 {
		font-size:34px;
	}
	#top_content06 .content_inner p.txt2 {
		font-size:23px;
	}
	#top_content06 p .big{
		font-size:43px;
		color:#58A538;
	}
	#top_content06 .contact {
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	#top_content06 .contact p {
		font-size:14px;
	}
	#top_content06 .contact .number {
		font-size: 84px;
		line-height:0.5;
		text-shadow: 2px 2px 0 #ccc;
		margin-top:0;
	}
	#top_content06 .contact a {
		padding:20px;
		font-size:31px;
		line-height:35.1px;
		border-radius: 7px;
		border:3px solid #F4A019;
	}
	#top_content06 .content_inner hr.form_back {
		transform: translateY(40px);
	}
	#top_content06 .content_inner p.txt3 {
		width:390px;
		height:60px;
		font-size:34px;
		border-radius: 30px;
		line-height:60px;
		margin-top:-15px;
	}
	#top_content07 .box .in dl dd .img {
		position: absolute;
		right: 0;
		top: 0;
	}
	#top_content08 .wrap.list .list_box:nth-of-type(4) .in .img {
		height: 200px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#top_content09 .msg {
		font-size: 25px;
		margin-bottom: 50px;
	}
	#top_content10 dl dd .txts .img {
		position: absolute;
		right: 10px;
		bottom: -10px;
	}
	/*top_content11*/
	#top_content11 {
		padding:30px 0;
	}
	#top_content11 .content_inner {
		padding: 15px 40px;
	}
	#top_content11 .content_inner h3 {
		font-size: 25px;
	}
	/* */
	#top_hoken {
		padding:30px 0;
	}
	#top_hoken .content_inner {
		padding: 15px 40px;
	}
	#top_hoken .content_inner h3 {
		font-size: 25px;
	}
		/*bokin*/
	#bokin {
		padding:70px 0;
	}
	#bokin .content_inner {
		padding: 60px 40px;
	}
	#bokin .content_inner h3 {
		margin-top: 100px;
		font-size: 28px;
		color: #09f;
	}
	/* */
	#top_hoken {
		padding:30px 0;
	}
	#top_hoken .content_inner {
		padding: 15px 40px;
	}
	#top_hoken .content_inner h3 {
		font-size: 25px;
	}
	#akutoku {
		font-size: 20px;
	}
	#akutoku h3 {
		font-size: 59px;
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	html, body, #wrap {
		height: 100%;
	}
	body > #wrap {
		height: auto;
		min-height: 100%;
	}
	/* Hides from IE-mac \*/
	* html .cf {
		height: 1%;
	}
	.cf {
		display: block;
	}
	/* End hide from IE-mac */ 
/*------------------------------------------------*/
}