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

/*
70.会社紹介
90.ブログ＿一覧
91.ブログ＿カテゴリ一覧
92.ブログ＿個別
100.資料請求・見積もり依頼
101.サンクスページ
110.プライバシーポリシー
*/

/*70.会社紹介*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*コンテンツ*/
	#com_01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 100px auto 100px auto;
		background: #fff;
	}
	
	#com_02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 100px 0 90px 0;
		background: #F5F7F7;
	}
	
	#com_01 .ptn01,
	#com_02 .ptn01 {
		position: relative;
		width: 1280px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#com_01 .ptn01::before,
	#com_02 .ptn01::before {
		content: "";
		z-index: 0;
		position: absolute;
		bottom: 0;
		width: 1000%;;
		background: #DFE8EA;
	}
	
	#com_01 .ptn01::before {
		right: 400px;
		height: 450px;
	}
	
	#com_02 .ptn01::before {
		left: 400px;
		height: 350px;
	}
	
	#com_01 .ptn01 .title,
	#com_02 .ptn01 .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 66px auto;
	}
	
	#com_01 .ptn01 .title p,
	#com_02 .ptn01 .title p {
		font-size: 36px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 36px;
		text-align: center;
	}
	
	#com_01 .ptn01 .con,
	#com_02 .ptn01 .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	
	#com_01 .ptn01 .con {
		flex-direction: row-reverse;
		padding: 0 0 0 100px;
	}
	
	#com_02 .ptn01 .con {
		flex-direction: row;
		padding: 0 100px 0 0;
	}
	
	#com_01 .ptn01 .con .img,
	#com_02 .ptn01 .con .img {
		position: relative;
		width: 600px;
		height: auto;
	}
	
	#com_01 .ptn01 .con .img {
		right: -60px;
	}
	
	#com_02 .ptn01 .con .img {
		left: -60px;
	}
	
	#com_01 .ptn01 .con .img img,
	#com_02 .ptn01 .con .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
	
	#com_01 .ptn01 .con .text,
	#com_02 .ptn01 .con .text {
		position: relative;
		width: 540px;
		height: auto;
		padding: 15px 0 80px 0;
	}
	
	#com_01 .ptn01 .con .text h2,
	#com_02 .ptn01 .con .text h2 {
		position: relative;
		padding: 5px 0 5px 35px;
		font-size: 32px;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 32px;
		text-align: left;
	}
	
	#com_01 .ptn01 .con .text h2::before,
	#com_02 .ptn01 .con .text h2::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 10px;
		height: 100%;
		background: #00A2CF;
		border-radius: 1px;
	}
	
	#com_01 .ptn01 .con .text h3,
	#com_02 .ptn01 .con .text h3 {
		margin: 80px auto 30px auto;
		font-size: 28px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 38px;
		text-align: left;
	}
	
	#com_01 .ptn02 {
		position: relative;
		width: 730px;
		height: auto;
		margin: 90px auto 90px auto;
	}
	
	.com_h2 {
		font-size: 32px;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 32px;
		text-align: center;
	}
	
	#com_01 .ptn02 .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	#com_01 .ptn02 p:nth-of-type(2) {
		margin: 25px auto 25px auto;
	}
	
	#com_01 .ptn02 p:nth-of-type(4) {
		margin-top: 30px;
		text-align: right;
	}
	
	#com_01 .ptn03,
	#com_02 .ptn03 {
		position: relative;
		width: 900px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#com_02 .ptn03 {
		margin-top: 90px;
	}
	
	#com_01 .ptn03 table,
	#com_02 .ptn03 table {
		position: relative;
		width: 100%;
		height: auto;
		margin: 45px auto 0 auto;
		border-collapse: collapse;
	}
	
	#com_01 .ptn03 table tr th,
	#com_02 .ptn03 table tr th {
		position: relative;
		width: 250px;
		height: auto;
		padding: 22px 0 22px 40px;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #fff;
		background: #6A878E;
		border-top: solid 1px #fff;
		border-bottom: solid 1px #fff;
		box-sizing: border-box;
	}
	
	#com_01 .ptn03 table tr td,
	#com_02 .ptn03 table tr td {
		position: relative;
		width: 650px;
		height: auto;
		padding: 20px 0 20px 40px;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
		color: #02011C;
		background: #fff;
		border: solid 1px #AFC4C9;
		box-sizing: border-box;
	}
	
	#com_01 .ptn03 table tr td a,
	#com_02 .ptn03 table tr td a {
		position: relative;
		color: #02011C;
	}
	
	#com_01 .ptn03 table tr td a::before,
	#com_02 .ptn03 table tr td a::before {
		content: "";
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(2,1,28,0.00);
		transition: 0.2s;
	}
	
	#com_01 .ptn03 table tr td a:hover::before,
	#com_02 .ptn03 table tr td a:hover::before {
		background: #02011C;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*コンテンツ*/
	#com_01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 50px auto 50px auto;
		background: #fff;
	}
	
	#com_02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 45px 0;
		background: #F5F7F7;
	}
	
	#com_01 .ptn01,
	#com_02 .ptn01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#com_01 .ptn01::before,
	#com_02 .ptn01::before {
		content: "";
		z-index: 0;
		position: absolute;
		bottom: 0;
		width: 100%;;
		background: #DFE8EA;
	}
	
	#com_01 .ptn01::before {
		left: 0;
		height: 490px;
	}
	
	#com_02 .ptn01::before {
		left: 0;
		height: 420px;
	}
	
	#com_01 .ptn01 .title,
	#com_02 .ptn01 .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	#com_01 .ptn01 .title p,
	#com_02 .ptn01 .title p {
		font-size: 23px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: center;
	}
	
	#com_01 .ptn01 .con,
	#com_02 .ptn01 .con {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#com_01 .ptn01 .con .img,
	#com_02 .ptn01 .con .img {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 0 0;
	}
	
	#com_01 .ptn01 .con .img img,
	#com_02 .ptn01 .con .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	
	#com_01 .ptn01 .con .text,
	#com_02 .ptn01 .con .text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px 0 45px 0;
	}
	
	#com_01 .ptn01 .con .text h2,
	#com_02 .ptn01 .con .text h2 {
		position: relative;
		padding: 2px 0 2px 19px;
		font-size: 21px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 21px;
		text-align: left;
	}
	
	#com_01 .ptn01 .con .text h2::before,
	#com_02 .ptn01 .con .text h2::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 6.5px;
		height: 100%;
		background: #00A2CF;
		border-radius: 1px;
	}
	
	#com_01 .ptn01 .con .text h3,
	#com_02 .ptn01 .con .text h3 {
		margin: 20px auto 20px auto;
		font-size: 19px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 27px;
		text-align: left;
	}
	
	#com_01 .ptn02 {
		position: relative;
		width: 350px;
		height: auto;
		margin: 45px auto 45px auto;
	}
	
	.com_h2 {
		font-size: 21px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 21px;
		text-align: center;
	}
	
	#com_01 .ptn02 .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	#com_01 .ptn02 p:nth-of-type(2) {
		margin: 15px auto 15px auto;
	}
	
	#com_01 .ptn02 p:nth-of-type(4) {
		margin-top: 20px;
		text-align: right;
	}
	
	#com_01 .ptn03,
	#com_02 .ptn03 {
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#com_02 .ptn03 {
		margin-top: 45px;
	}
	
	#com_01 .ptn03 table,
	#com_02 .ptn03 table {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
		border-collapse: collapse;
	}
	
	#com_01 .ptn03 table tr th,
	#com_02 .ptn03 table tr th {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 12px 0 12px 20px;
		font-size: 17px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 17px;
		text-align: left;
		color: #fff;
		background: #6A878E;
		border: solid 1px #6A878E;
		box-sizing: border-box;
	}
	
	#com_01 .ptn03 table tr td,
	#com_02 .ptn03 table tr td {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px 0 15px 20px;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		color: #02011C;
		background: #fff;
		border: solid 1px #AFC4C9;
		box-sizing: border-box;
	}
	
	#com_01 .ptn03 table tr td a,
	#com_02 .ptn03 table tr td a {
		position: relative;
		color: #02011C;
	}
	
	#com_01 .ptn03 table tr td a::before,
	#com_02 .ptn03 table tr td a::before {
		content: "";
		position: absolute;
		bottom: -1.5px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #02011C;
		transition: 0.2s;
	}	

}

/*
90.ブログ＿一覧
91.ブログ＿カテゴリ一覧
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*カテゴリー一覧*/
	#blog_cat {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#blog_cat::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 320px;
		background: #F5F7F7;
	}
	
	#blog_cat .con {
		position: relative;
		width: 1050px;
		height: auto;
		padding: 60px 0 45px 0;
		margin: 0 auto 0 auto;
	}
	
	#blog_cat .con h2 {
		position: relative;
		padding-left: 30px;
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #02011C;
	}
	
	#blog_cat .con h2 img {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 20px;
		height: auto;
	}
	
	#blog_cat ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#blog_cat ul li {
		list-style: none;
		display: block;
		position: relative;
		margin: 0 0 15px 0;
		padding: 0 50px 0 0;
		box-sizing: border-box;
	}
	
	#blog_cat ul li a {
		position: relative;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #02011C;
		transition: 0.2s;
	}
	
	#blog_cat ul li::after {
		content: "";
		position: absolute;
		top: 3px;
		right: 25px;
		transform: rotate(25deg);
		width: 1px;
		height: 80%;
		background: #AFC4C9;
	}
	
	#blog_cat ul li a.blog_current {
		font-weight: 600;
		color: #0280B3;
	}
	
	#blog_cat ul li a.blog_current::after {
		background: #0280B3;
	}
	
	#blog_cat ul li a::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(0,0,0,0.00);
		transition: 0.2s;
	}
	
	#blog_cat ul li a:hover {
		font-weight: 600;
		color: #0280B3;
	}
	
	#blog_cat ul li a:hover::after {
		background: #0280B3;
	}
	
	/*記事一覧*/
	#blog_loop {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 90px auto 85px auto;
	}
	
	#blog_loop .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 65px auto;
	}
	
	#blog_loop .title h3 {
		font-size: 36px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 36px;
		text-align: center;
		color: #005F9E;
	}
	
	#blog_loop .loop {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 1080px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#blog_loop .loop a {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 30px 60px 30px;
		 box-shadow: 2px 3px 6px 0px rgba(106,135,142,0.50);
	}
	
	#blog_loop .loop a .img {
		position: relative;
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	
	#blog_loop .loop a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: center;
		transition: 0.2s;
	}
	
	#blog_loop .loop a:hover .img img {
		transform: scale(1.2);
	}
	
	#blog_loop .loop a .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 35px 28px 25px 28px;
		background: #fff;
		box-sizing: border-box;
	}
	
	#blog_loop .loop a .text font {
		position: absolute;
		top: -17px;
		left: 0;
		padding: 8px 15px 8px 15px;
		font-size: 18px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #fff;
		background: #12A1C4;
		border-radius: 0 5px 5px 0;
	}
	
	#blog_loop .loop a .text p {
		margin-bottom: 15px;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.8px;
		line-height: 28px;
		text-align: left;
		color: #02011C;
	}
	
	#blog_loop .loop a .text time {
		display: table;
		position: relative;
		margin: 0 0 0 auto;
		font-size: 16px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: right;
		color: #6E6E6E;
	}
	
	/*ページネーション*/
	.pagination {
		display: table;
		position: relative;
		width: 100%;
		height: auto;
		margin: 5px auto 0 auto;
		text-align: center;
	}
		
	.pagination ul {
		display: inline-block;
		width: auto;
		height: auto;
		margin: 0 auto;
	}
		
	.pagination ul li {
		list-style: none;
		float: left;
	}
	
	.pagination ul li a {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin: 0 20px 0 20px;
		font-size: 28px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		line-height: 28px;
		text-align: center;
		color: #9AB0B5;
		transition: 0.3s;
	}
	
	.pagination ul li a:hover {
		color: #00A2CF;
		text-decoration: underline;
	}

	.pagination span {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin: 0 20px 0 20px;
		font-size: 28px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		line-height: 28px;
		text-align: center;
		color: #00A2CF;
		transition: 0.3s;
	}
		
	.pagination span.current {
		color: #00A2CF;
		text-decoration: underline;
	}
	
	.pagination .prev {
		display: none;
	}
	
	.pagination .next {
		display: none;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*カテゴリー一覧*/
	#blog_cat {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#blog_cat::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #F5F7F7;
	}
	
	#blog_cat .con {
		position: relative;
		width: 330px;
		height: auto;
		padding: 45px 0 30px 0;
		margin: 0 auto 0 auto;
	}
	
	#blog_cat .con h2 {
		position: relative;
		padding-left: 25px;
		margin-bottom: 20px;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
		color: #02011C;
	}
	
	#blog_cat .con h2 img {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 18px;
		height: auto;
	}
	
	#blog_cat ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#blog_cat ul li {
		list-style: none;
		display: block;
		position: relative;
		margin: 0 0 12px 0;
		padding: 0 25px 0 0;
		box-sizing: border-box;
	}
	
	#blog_cat ul li a {
		position: relative;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 15px;
		text-align: left;
		color: #02011C;
	}
	
	#blog_cat ul li::after {
		content: "";
		position: absolute;
		top: 3px;
		right: 12px;
		transform: rotate(25deg);
		width: 1px;
		height: 80%;
		background: #AFC4C9;
	}
	
	#blog_cat ul li a.blog_current {
		font-weight: 600;
		color: #0280B3;
	}
	
	#blog_cat ul li a.blog_current::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #0280B3;
	}
	
	/*記事一覧*/
	#blog_loop {
		position: relative;
		width: 100%;
		height: auto;
		margin: 44px auto 45px auto;
	}
	
	#blog_loop .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 32px auto;
	}
	
	#blog_loop .title h3 {
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #005F9E;
	}
	
	#blog_loop .loop {
		position: relative;
		width: 250px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#blog_loop .loop a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
		box-shadow: 1px 1.5px 3px 0px rgba(106,135,142,0.50);
	}
	
	#blog_loop .loop a .img {
		position: relative;
		width: 100%;
		height: 165px;
		overflow: hidden;
	}
	
	#blog_loop .loop a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 165px;
		object-fit: cover;
		object-position: center;
	}
	
	#blog_loop .loop a .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 25px 20px 20px 20px;
		background: #fff;
		box-sizing: border-box;
	}
	
	#blog_loop .loop a .text font {
		position: absolute;
		top: -13px;
		left: 0;
		padding: 5px 10px 5px 10px;
		font-size: 14px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #fff;
		background: #12A1C4;
		border-radius: 0 2.5px 2.5px 0;
	}
	
	#blog_loop .loop a .text p {
		margin-bottom: 15px;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 20px;
		text-align: left;
		color: #02011C;
	}
	
	#blog_loop .loop a .text time {
		display: table;
		position: relative;
		margin: 0 0 0 auto;
		font-size: 14px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: right;
		color: #6E6E6E;
	}
	
	/*ページネーション*/
	.pagination {
		display: table;
		position: relative;
		width: 100%;
		height: auto;
		margin: 2px auto 0 auto;
		text-align: center;
	}
		
	.pagination ul {
		display: inline-block;
		width: auto;
		height: auto;
		margin: 0 auto;
	}
		
	.pagination ul li {
		list-style: none;
		float: left;
	}
	
	.pagination ul li a {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin: 0 15px 0 15px;
		font-size: 19px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		line-height: 19px;
		text-align: center;
		color: #9AB0B5;
	}

	.pagination span {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin: 0 15px 0 15px;
		font-size: 19px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		line-height: 19px;
		text-align: center;
		color: #00A2CF;
	}
		
	.pagination span.current {
		color: #00A2CF;
		text-decoration: underline;
	}
	
	.pagination .prev {
		display: none;
	}
	
	.pagination .next {
		display: none;
	}

}

/*92.ブログ＿個別*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*記事個別*/
	#blog_post {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 90px 0;
	}
	
	#blog_post .title {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		position: relative;
		width: 1070px;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	#blog_post .title .text {
		position: relative;
		width: 620px;
		height: auto;
		padding-top: 50px;
	}
	
	#blog_post .title .text .cat {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#blog_post .title .text h1 {
		margin-bottom: 30px;
		font-size: 32px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 42px;
		text-align: left;
		color: #02011C;
	}
	
	#blog_post .title .text .cat font {
		display: block;
		position: relative;
		margin: 0 auto 0 0;
		padding: 7px 15px 8px 15px;
		font-size: 18px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #fff;
		background: #12A1C4;
		border-radius: 5px;
	}
	
	#blog_post .title .text time {
		display: block;
		position: absolute;
		bottom: 8px;
		right: 0;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: right;
		color: #6E6E6E;
	}
	
	#blog_post .title .img {
		position: relative;
		width: 400px;
		height: 280px;
		overflow: hidden;
	}
	
	#blog_post .title .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 280px;
		object-fit: cover;
		object-position: center;
	}
	
	#blog_post .post {
		position: relative;
		width: 1070px;
		height: auto;
		margin: 0 auto 90px auto;
		padding-right: 120px;
		box-sizing: border-box;
	}
	
	#blog_post .post p {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #4E4E4E;
	}
	
	#blog_post .post div.h2_top {
		margin-top: 50px;
	}
	
	#blog_post .post h2 {
		display: table;
		position: relative;
		margin: 50px 0 50px 0;
		padding: 3px 0 3px 25px;
		font-size: 23px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 33px;
		text-align: left;
		color: #02011C;
	}
	
	#blog_post .post h2::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 10px;
		height: 38px;
		background: #00A2CF;
		border-radius: 2px;
	}
	
	#blog_post .post h3,
	#blog_post .post h4 {
		display: table;
		position: relative;
		margin: 30px 0 25px 0;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: left;
		color: #005F9E;
	}
	
	#blog_post .post img {
		display: block;
		position: relative;
		margin: 30px auto 30px 0;
		width: auto;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#blog_post .post iframe {
		display: block;
		position: relative;
		width: 600px;
		height: 340px;
		margin: 30px auto 30px 0;
	}
	
	/*前後記事*/
	.post_nav {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.post_nav::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
		height: 100%;
		background: #F2F2F2;
	}
	
	.post_nav .btn {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 120px;
		height: auto;
		padding: 42px 0 0 0;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
		color: #12A1C4;
		transition: 0.3s;
	}
	
	.post_nav .btn img {
		position: absolute;
		top: -8px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 35px;
		height: auto;
	}
	
	.post_nav .btn::before {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(18,161,196,0.00);
		transition: 0.2s;
	}
	
	.post_nav .btn:hover::before {
		background: #12A1C4;
	}
	
	.post_nav .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1150px;
		height: 105px;
		margin: 0 auto 0 auto;
		padding: 70px 0 70px 0;
	}
	
	.post_nav .con a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 470px;
		height: auto;
	}
	
	.post_nav .con a .img {
		position: relative;
		width: 155px;
		height: 105px;
		overflow: hidden;
	}
	
	.post_nav .con a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 105px;
		object-fit: cover;
		object-position: center;
		transition: 0.3s;
	}
	
	.post_nav .con a .text {
		position: relative;
		width: 280px;
		height: auto;
	}
	
	.post_nav .con a .text h4 {
		position: relative;
		margin-bottom: 18px;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		color: #12A1C4;
	}
	
	.post_nav .con a .text h4 img {
		position: absolute;
		top: 52%;
		transform: translateY(-50%) translateX(0);
		width: 15px;
		height: auto;
	}
	
	.post_nav .con a.prevpost {
		flex-direction: row;
	}
	
	.post_nav .con a.prevpost .text h4 {
		padding-left: 32px;
		text-align: left;
	}
	
	.post_nav .con a.prevpost .text h4 img {
		left: 0;
	}
	
	.post_nav .con a.nextpost {
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		right: 0;
		flex-direction: row-reverse;
	}
	
	.post_nav .con a.nextpost .text h4 {
		padding-right: 32px;
		text-align: right;
	}
	
	.post_nav .con a.nextpost .text h4 img {
		right: 0;
	}
	
	.post_nav .con a:hover .text p {
		text-decoration: underline;
	}
	
	.post_nav .con a:hover .img img {
		transform: scale(1.3);
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*記事個別*/
	#blog_post {
		position: relative;
		width: 100%;
		height: auto;
		padding: 35px 0 45px 0;
	}
	
	#blog_post .title {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#blog_post .title .text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#blog_post .title .text h1 {
		margin-bottom: 20px;
		font-size: 21px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
		color: #02011C;
	}
	
	#blog_post .title .text .cat {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#blog_post .title .text .cat font {
		display: block;
		position: relative;
		margin: 0 auto 0 0;
		padding: 5px 10px 5px 10px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: left;
		color: #fff;
		background: #12A1C4;
		border-radius: 2.5px;
	}
	
	#blog_post .title .text time {
		display: block;
		position: absolute;
		bottom: 4px;
		right: 0;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: right;
		color: #5C5C5C;
	}
	
	#blog_post .title .img {
		position: relative;
		width: 100%;
		height: 215px;
		margin: 30px auto 0 auto;
		overflow: hidden;
	}
	
	#blog_post .title .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 215px;
		object-fit: cover;
		object-position: center;
	}
	
	#blog_post .post {
		position: relative;
		width: 330px;
		height: auto;
		margin: 45px auto 40px auto;
	}
	
	#blog_post .post p {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #02011C;
	}
	
	#blog_post .post div.h2_top {
		margin-top: 20px;
	}
	
	#blog_post .post h2 {
		display: table;
		position: relative;
		margin: 20px 0 25px 0;
		padding: 1px 0 1px 13px;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #02011C;
	}
	
	#blog_post .post h2::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 5px;
		height: 28px;
		background: #00A2CF;
		border-radius: 1px;
	}
	
	#blog_post .post h3,
	#blog_post .post h4 {
		display: table;
		position: relative;
		margin: 20px 0 20px 0;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		color: #005F9E;
	}
	
	#blog_post .post img {
		display: block;
		position: relative;
		margin: 20px auto 20px 0;
		width: auto;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#blog_post .post iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		margin: 20px auto 20px 0;
	}
	
	/*前後記事*/
	.post_nav {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
	}
	
	.post_nav .btn {
		display: block;
		position: relative;
		width: 120px;
		height: auto;
		margin: 30px auto 0 auto;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: right;
		color: #12A1C4;
	}
	
	.post_nav .btn img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 18px;
		height: auto;
	}
	
	.post_nav .con {
		position: relative;
		width: 330px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 35px 0 5px 0;
	}
	
	.post_nav .con::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: -100%;
		width: 1500%;
		height: 100%;
		background: #F2F2F2;
	}
	
	.post_nav .con a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	.post_nav .con a .img {
		position: relative;
		width: 95px;
		height: 65px;
		overflow: hidden;
	}
	
	.post_nav .con a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 65px;
		object-fit: cover;
		object-position: center;
	}
	
	.post_nav .con a .text {
		position: relative;
		width: 212px;
		height: auto;
	}
	
	.post_nav .con a .text h4 {
		position: relative;
		margin-bottom: 8px;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 15px;
		color: #12A1C4;
	}
	
	.post_nav .con a .text h4 img {
		position: absolute;
		top: 51%;
		transform: translateY(-50%) translateX(0);
		width: 12px;
		height: auto;
	}
	
	.post_nav .con a.prevpost {
		flex-direction: row;
	}
	
	.post_nav .con a.prevpost .text h4 {
		padding-left: 25px;
		text-align: left;
	}
	
	.post_nav .con a.prevpost .text h4 img {
		left: 0;
	}
	
	.post_nav .con a.nextpost .text h4 {
		text-align: left;
	}
	
	.post_nav .con a.nextpost .text h4 img {
		left: 74px;
	}
}

/*100.資料請求・見積もり依頼*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*コンテンツ*/
	#contact {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#con_01 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 140px 0 65px 0;
		margin: -80px auto 0 auto;
		background: #F7F7F7;
	}
	
	#con_01 .title {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#con_01 .title h2.con_h2 {
		margin-bottom: 35px;
	}
	
	.con_h2 {
		font-size: 36px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 36px;
		text-align: center;
		color: #283738;
	}
	
	#con_01 .title p {
		text-align: center;
	}
	
	#con_01 a {
		display: block;
		position: relative;
		width: 460px;
		height: auto;
		margin: 35px auto 25px auto;
		font-size: 56px;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 56px;
		color: #0280B3;
		text-align: right;
	}
	
	#con_01 a img {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 55px;
		height: auto;
	}
	
	#con_01 .text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#con_01 .text p {
		text-align: center;
	}
	
	#con_02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 85px 0 90px 0;	
	}
	
	#con_02 .title {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#con_02 .title h2.con_h2 {
		margin-bottom: 40px;
	}
	
	#con_02 .title p {
		text-align: center;
	}
	
	#con_02 .form {
		position: relative;
		width: 1040px;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	/*CF7*/
	.cf7 table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	.cf7 table tr {
		border-bottom: solid 1px #B2C9D3;
	}
	
	.cf7 table tr th {
		position: relative;
		width: 380px;
		padding: 52px 0 0 0;
		vertical-align: top;
		box-sizing: border-box;
	}
	
	.cf7 table tr th p {
		position: relative;
		font-size: 18px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #283738;
	}
	
	.cf7 table tr th p span {
		position: absolute;
		top: -6px;
		right: 60px;
		padding: 6px 10px 6px 10px;
		font-size: 17px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 17px;
		color: #fff;
		background: #0280B3;
		border-radius: 0;
	}
	
	.cf7 table tr:nth-of-type(1) th p {
		line-height: 24px;
	}
	
	.cf7 table tr:nth-of-type(1) th p span {
		top: -2px;
	}
	
	.cf7 table tr td {
		width: 660px;
		padding: 30px 0 30px 0;
		box-sizing: border-box;
	}
	
	.cf7 table tr td p {
		font-size: 18px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #3E3A39;
	}
	
	.cf7 table tr td font {
		display: block;
		position: relative;
		margin: 20px auto 15px auto;
		font-size: 18px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #3E3A39;
	}
	
	/*入力欄設定*/
	::placeholder {
		font-size: 18px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 18px;
		color: #727272;
	}
	
	/*お問い合わせ項目*/
	span[data-name="cf_category"] .wpcf7-list-item {
		width: 100%;
		margin: 10px 0 10px 0;
	}
	
	span[data-name="cf_category"] .wpcf7-list-item:nth-of-type(1) {
		margin-top: 20px;
	}
	
	span[data-name="cf_category"] .wpcf7-list-item:nth-of-type(4) {
		margin-bottom: 0;
	}
	
	/*24時間風呂のご利用状況*/
	span[data-name="cf_use"] .wpcf7-list-item {
		width: 100%;
		margin: 10px 0 10px 0;
	}
	
	span[data-name="cf_use"] .wpcf7-list-item:nth-of-type(1) {
		margin-top: 15px;
	}
	
	input[name="cf_name01"],
	input[name="cf_name02"],
	input[name="cf_email"],
	input[name="cf_tel"],
	input[name="zip"],
	input[name="pref"],
	input[name="addr"],
	select[name="cf_use_select01"],
	select[name="cf_use_select02"],
	select[name="cf_use_select03"],
	select[name="cf_use_select04"],
	textarea[name="cf_textarea"] {
		padding: 20px 27px;
		border: none;
		border-radius: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 16px;
		color: #02011C;
		background: #DFE8EA;
		box-sizing: border-box;
	}
	
	input[name="cf_name01"],
	input[name="cf_name02"],
	input[name="cf_email"] {
		width: 100%;
	}
	
	input[name="cf_tel"] {
		width: 280px;
	}
	
	textarea[name="cf_textarea"] {
		line-height: 22px!important;
	}
	
	input[name="zip"] {
		width: 210px;
	}
	
	input[name="pref"] {
		width: 100%;
		margin: 20px auto 20px auto;
	}
	
	input[name="addr"] {
		width: 100%;
	}
	
	select[name="cf_use_select01"],
	select[name="cf_use_select02"],
	select[name="cf_use_select03"],
	select[name="cf_use_select04"] {
		position: relative;
		width: 390px;
	}
	
	span[data-name="cf_use_select01"]::after,
	span[data-name="cf_use_select02"]::after,
	span[data-name="cf_use_select03"]::after,
	span[data-name="cf_use_select04"]::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 355px;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-top: 14px solid #007BB0;
		border-radius: 3px;
		pointer-events: none;
	}
	
	textarea[name="cf_textarea"] {
		width: 100%;
		height: 210px;
	}
	
	textarea::placeholder {
		line-height: 26px;
		white-space: pre-line;
	}
	
	.accept {
		margin: 40px auto 40px auto;
	}
	
	.accept p {
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
	}
	
	.accept p a {
		position: relative;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		color: #007BB0;
		transition: 0.1s;
	}
	
	.accept p a::before {
		content: "";
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(0,123,176,0.00);
		transition: 0.1s;
	}
	
	.accept p a:hover::before {
		background: #007BB0;
	}
	
	/*送信ボタン*/
	input[type="submit"] {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 22px 0 22px 0;
		font-size: 24px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 24px;
		text-align: center;
		color: #fff;
		background: #007BB0;
		border: solid 1px #007BB0;
		border-radius: 100px;
		box-sizing: border-box;
		text-decoration: none;
		box-shadow: 2px 3px 6px 0px rgba(2,1,28,0.50);
		transition: 0.4s;
	}
	
	input[type="submit"]:hover {
		color: #007BB0;
		background: #fff;
		border: solid 1px #007BB0;
	}
	
	.wpcf7 form .wpcf7-response-output {
		width: 100%;
		margin: 30px auto 0 auto!important;
		font-size: 16px;
		box-sizing: border-box;
	}	
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*コンテンツ*/
	#contact {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#con_01 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 45px 0 45px 0;
		margin: 0 auto 0 auto;
		background: #F7F7F7;
	}
	
	#con_01 .title {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#con_01 .title h2.con_h2 {
		margin-bottom: 30px;
	}
	
	.con_h2 {
		font-size: 22px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: center;
		color: #283738;
	}
	
	#con_01 .title p {
		text-align: center;
	}
	
	#con_01 a {
		display: block;
		position: relative;
		width: 245px;
		height: auto;
		margin: 30px auto 15px auto;
		font-size: 31px;
		font-family: "Shippori Mincho", serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 31px;
		color: #0280B3;
		text-align: right;
	}
	
	#con_01 a img {
		display: block;
		position: absolute;
		top: 54%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 28px;
		height: auto;
	}
	
	#con_01 .text {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#con_01 .text p:nth-of-type(1) {
		margin-bottom: 20px;
		text-align: center;
	}
	
	#con_01 .text p:nth-of-type(2) {
		text-align: left;
	}
	
	#con_01 .text p:nth-of-type(3) {
		text-indent: -0.6em;
		padding-left: 0.6em;
		text-align: left;
	}
	
	#con_02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 45px 0 45px 0;	
	}
	
	#con_02 .title {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#con_02 .title h2.con_h2 {
		margin-bottom: 32px;
	}
	
	#con_02 .title p {
		text-align: center;
	}
	
	#con_02 .form {
		position: relative;
		width: 350px;
		height: auto;
		margin: 5px auto 0 auto;
	}
	
	/*CF7*/
	.cf7 table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	.cf7 table tr {
		border-bottom: solid 1px #B2C9D3;
	}
	
	.cf7 table tr th {
		display: block;
		position: relative;
		width: 100%;
		padding: 25px 10px 17px 10px;
		box-sizing: border-box;
	}
	
	.cf7 table tr th p {
		position: relative;
		font-size: 16px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 16px;
		text-align: left;
		color: #283738;
	}
	
	.cf7 table tr th p span {
		position: absolute;
		top: -1px;
		right: 0;
		padding: 3px 5px 3px 5px;
		font-size: 14px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 14px;
		color: #fff;
		background: #0280B3;
		border-radius: 0;
	}
	
	.cf7 table tr td {
		display: block;
		position: relative;
		width: 100%;
		padding: 0 10px 25px 10px;
		box-sizing: border-box;
	}
	
	.cf7 table tr td p {
		font-size: 16px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 16px;
		text-align: left;
		color: #3E3A39;
	}
	
	.cf7 table tr td font {
		display: block;
		position: relative;
		margin: 20px auto 10px auto;
		font-size: 15px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
		color: #3E3A39;
	}
	
	/*入力欄設定*/
	::placeholder {
		font-size: 15px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 15px;
		color: #727272;
	}
	
	/*お問い合わせ項目*/
	span[data-name="cf_category"] .wpcf7-list-item {
		width: 100%;
		margin: 0 0 16px 0;
		font-size: 15px;
		letter-spacing: 0.5px;
		line-height: 15px;
	}
	
	span[data-name="cf_category"] .wpcf7-list-item:nth-of-type(4) {
		margin-bottom: 0;
		line-height: 20px;
		padding-left:1em;
		text-indent:-1em;
	}
	
	/*24時間風呂のご利用状況*/
	span[data-name="cf_use"] .wpcf7-list-item {
		width: 100%;
		margin: 10px 0 10px 0;
		font-size: 15px;
		letter-spacing: 0.5px;
		line-height: 15px;
	}
	
	span[data-name="cf_use"] .wpcf7-list-item:nth-of-type(1) {
		margin-top: 0;
	}
	
	input[name="cf_name01"],
	input[name="cf_name02"],
	input[name="cf_email"],
	input[name="cf_tel"],
	input[name="zip"],
	input[name="pref"],
	input[name="addr"],
	select[name="cf_use_select01"],
	select[name="cf_use_select02"],
	select[name="cf_use_select03"],
	select[name="cf_use_select04"],
	textarea[name="cf_textarea"] {
		padding: 15px 14px;
		border: none;
		border-radius: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 16px;
		color: #02011C;
		background: #DFE8EA;
		box-sizing: border-box;
	}
	
	input[name="cf_name01"],
	input[name="cf_name02"],
	input[name="cf_email"] {
		width: 100%;
	}
	
	input[name="cf_tel"] {
		width: 100%;
	}
	
	textarea[name="cf_textarea"] {
		line-height: 20px!important;
	}
	
	input[name="zip"] {
		width: 160px;
	}
	
	input[name="pref"] {
		width: 100%;
		margin: 12px auto 12px auto;
	}
	
	input[name="addr"] {
		width: 100%;
	}
	
	select[name="cf_use_select01"],
	select[name="cf_use_select02"],
	select[name="cf_use_select03"],
	select[name="cf_use_select04"] {
		position: relative;
		width: 100%;
	}
	
	span[data-name="cf_use_select01"]::after,
	span[data-name="cf_use_select02"]::after,
	span[data-name="cf_use_select03"]::after,
	span[data-name="cf_use_select04"]::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 300px;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 11px solid #007BB0;
		border-radius: 2px;
		pointer-events: none;
	}
	
	textarea[name="cf_textarea"] {
		width: 100%;
		height: 135px;
	}
	
	textarea::placeholder {
		line-height: 20px;
		white-space: pre-line;
	}
	
	.accept {
		margin: 30px auto 30px auto;
	}
	
	.accept p {
		font-size: 15px;
		letter-spacing: 0.5px;
		line-height: 22px;
		text-align: center;
	}
	
	.accept p a {
		position: relative;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		color: #007BB0;
	}
	
	.accept p a::before {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #007BB0;
		transition: 0.1s;
	}
	
	/*送信ボタン*/
	input[type="submit"] {
		display: block;
		position: relative;
		width: 250px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 18px 0 18px 0;
		font-size: 18px;
		font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		background: #007BB0;
		border: solid 1px #007BB0;
		border-radius: 100px;
		box-sizing: border-box;
		text-decoration: none;
		box-shadow: 2px 3px 6px 0px rgba(2,1,28,0.50);
	}
	
	.wpcf7 form .wpcf7-response-output {
		width: 100%;
		margin: 20px auto 0 auto!important;
		font-size: 16px;
		box-sizing: border-box;
	}	
	

}

/*101.サンクスページ*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*メインビジュアル*/
	#thanks_mv {
		padding: 150px 0 65px 0;
	}
	
	#thanks_mv h1 {
		font-size: 36px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 36px;
		text-align: center;
		color: #005F9E;
	}
	
	#thanks_mv h1 font {
		display: block;
		position: relative;
		margin-bottom: 25px;
		font-size: 30px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: center;
		color: #AFC4C9;
	}
	
	/*コンテンツ*/	
	#thanks {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 150px auto;
	}
	
	#thanks p {
		line-height: 32px;
		text-align: center;
	}
	
	#thanks p a {
		color: #343434;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*メインビジュアル*/
	#thanks_mv {
		padding: 80px 0 48px 0;
	}
	
	#thanks_mv h1 {
		font-size: 23px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: center;
		color: #005F9E;
	}
	
	#thanks_mv h1 font {
		display: block;
		position: relative;
		margin-bottom: 14px;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 20px;
		text-align: center;
		color: #AFC4C9;
	}
	
	/*コンテンツ*/	
	#thanks {
		position: relative;
		width: 330px;
		height: auto;
		margin: 0 auto 90px auto;
	}
	
	#thanks p {
		line-height: 25px;
		text-align: left;
	}
	
	#thanks p a {
		color: #343434;
	}
	
}

/*110.プライバシーポリシー*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*メインビジュアル*/
	#pri_mv {
		padding: 90px 0 95px 0;
	}
	
	#pri_mv h1 {
		font-size: 36px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 36px;
		text-align: center;
		color: #005F9E;
	}
	
	#pri_mv h1 font {
		display: block;
		position: relative;
		margin-bottom: 25px;
		font-size: 30px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: center;
		color: #AFC4C9;
	}
	
	/*コンテンツ*/
	#pri {
		position: relative;
		width: 940px;
		height: auto;
		margin: 0 auto 90px auto;
	}
	
	#pri .ptn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 50px auto 0 auto;
	}
	
	#pri .ptn:nth-of-type(6) p {
		margin-bottom: 15px;
	}
	
	#pri .ptn h2 {
		margin-bottom: 22px;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 24px;
		color: #0280B3;
	}
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*メインビジュアル*/
	#pri_mv {
		padding: 80px 0 65px 0;
	}
	
	#pri_mv h1 {
		font-size: 23px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 23px;
		text-align: center;
		color: #005F9E;
	}
	
	#pri_mv h1 font {
		display: block;
		position: relative;
		margin-bottom: 14px;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 20px;
		text-align: center;
		color: #AFC4C9;
	}
	
	/*コンテンツ*/
	#pri {
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 45px auto;
	}
	
	#pri .ptn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	#pri .ptn:nth-of-type(6) p {
		margin-bottom: 4px;
	}
	
	#pri .ptn h2 {
		margin-bottom: 18px;
		font-size: 17px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 17px;
		color: #0280B3;
	}
 

}

/*iPhone対策*/
#com_01 .ptn03 table tr td a[x-apple-data-detectors],
#com_01 .ptn03 table tr td a[x-apple-data-detectors] *,
#com_02 .ptn03 table tr td a[x-apple-data-detectors],
#com_02 .ptn03 table tr td a[x-apple-data-detectors] * {
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: none !important;
  background: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}

/*CF7設定*/
/* selectの標準矢印を消す */
.wpcf7-form-control-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 2.2em;
}

/*送信後メッセージ削除*/
div.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7-mail-sent-ok{
    display:none!important;
}

.wpcf7 form.sent .wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: 0px solid rgba(255,255,255,0.00);
	color: rgba(255,255,255,0.00);
}

/* 確認画面のフィールド背景色や枠線を消す */
input.wpcf7c-conf, textarea.wpcf7c-conf, select.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: rgba(255,255,255,0.00);
}

.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFF inset;
}

.wpcf7-select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFF inset;
}

.wpcf7.is_confirm input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #FFF inset;
}

.wpcf7.is_confirm select:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #FFF inset;
}

.wpcf7-spinner {
	display: none!important;
}

@supports (-webkit-touch-callout: none) {
	span[data-name="cf_use_select01"]::after,
	span[data-name="cf_use_select02"]::after,
	span[data-name="cf_use_select03"]::after,
	span[data-name="cf_use_select04"]::after {
		top: calc(50% - 4px);
		transform: none;
  }
}