@import "default.css";
@import "standard.css";
* {
	box-sizing: border-box;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(/image/top/img_sun.svg) left -400px top 400px no-repeat,url(/image/top/img_sun.svg) right -400px top 1200px no-repeat,url(/image/top/img_sun.svg) left -400px top 2000px no-repeat,#FEFAE8;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #333333;
	-webkit-text-size-adjust: none;
}
a:hover {
	opacity: .7;
}
/* スタイル
------------------------------------------------ */
/* ヘッダー */
header {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(/image/common/white_10-20.png) left top 30px repeat-x,url(/image/common/bg_header.svg) left bottom no-repeat,url(/image/common/header_background_parts.svg) left top 30px repeat-x,#fff;
	background-size: 5px,auto,20px;
}
#p_top header {
	margin-bottom: 0;
	padding-bottom: 0;
	background: transparent;
}
header .wrap {
	width: 96%;
	margin: 0 auto;
	margin-bottom: 20px;
}
header #h_contact {
	width: 410px;
	padding: 10px 20px;
	background: #fff;
	border-radius: 0 0 12px 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
	position: absolute;
	top: 0;
	right: 20px;
}
header #h_contact dl {
	text-align: center;
}
header #h_contact dl dt {
	font-size: 18px;
	font-weight: bold;
}
header #h_contact dl dd a {
	font-size: 40px;
	color: #FF0000;
	text-decoration: none;
	display: flex;
	align-items: center;
	white-space: nowrap;
	line-height: 1.1;
}
header #h_contact dl dd a span {
	display: inline-block;
}
header #h_contact dl dd a i {
	width: 36px;
	height: 36px;
	margin-right: 5px;
}
header #h_contact ul li a {
	width: 50px;
	height: 50px;
	background: #FFE11E;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
header #h_contact ul li a i {
	width: 28px;
	height: 24px;
}
header .charactor {
	width: 85%;
	margin: 0 auto;
	position: relative;
}
header .charactor li {
	position: absolute;
}
header .charactor li.sun {
	width: 240px;
	top: -130px;
	left: 0;
}
header .charactor li.kula {
	width: 130px;
	top: 40px;
	left: 170px;
}
header .charactor li.girl {
	top: -170px;
	right: 0;
}
/* フッター */
footer {
	background: #fff;
}
footer .bg_wrap {
	height: 420px;
	margin-bottom: 30px;
	background: url(/image/footer/footer_back_photo.jpg) center no-repeat;
	background-size: cover;
}
footer #f_menu{
	width: 96%;
	max-width: 990px;
	margin: 0 auto;
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
}
footer #f_menu li a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
footer ul.tel a {
	width: 480px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 60px;
	color: #FF0000;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer ul.tel a i {
	width: 36px;
	height: 36px;
	margin-top: 10px;
	margin-right: 10px;
}
footer ul.tel a span {
	display: block;
}
footer .satei_button {
	margin-bottom: 30px;
}
footer .satei_button li {
	text-align: center;
}
footer .satei_button li a {
	padding: 15px 70px;
	border: 1px solid #FF0000;
	border-radius: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
footer .c_name {
	margin-bottom: 40px;
	text-align: center;
}
footer .c_name dd {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
footer .c_name dt {
	font-size: 30px;
	font-weight: bold;
	color: #123B78;
}
footer p {
	width: 90%;
	max-width: 870px;
	margin: 0 auto;
}
footer .copyright {
	margin: 30px 0;
	font-size: 14px;
	color: #123B78;
	text-align: center;
}
.floating_button {
	width: 250px;
	height: 290px;
	padding-bottom: 20px;
	position: fixed;
	bottom: 20px;
	right: 50px;
}
.floating_button a {
	width: 100%;
	height: 100%;
	background: url(/image/footer/floating_button.png) center no-repeat;
	background-size: contain;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.floating_button dl {
	padding-bottom: 10px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.floating_button dl dt {
	font-size: 22px;
	color: #fff;
}
.floating_button dl dt span {
	font-size: 50px;
	display: block;
}
.floating_button dl dd.here {
	font-size: 22px;
	color: #FFDFAF;
}
#fixedTop {
	right: 30px;
	bottom: 30px;
	width: 45px;
	height: 45px;
	line-height: 44px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #000;
	position: fixed;
	z-index: 9999;
}
/* ナビ部分
------------------------------------------------ */
nav .pc_menu {
	width: 96%;
	max-width: 940px;
	margin: 0 auto;
	margin-bottom: 50px;
	display: flex;
}
nav .pc_menu li {
	flex: 1;
	padding: 0 10px;
	text-align: center;
}
nav .pc_menu li a {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px 0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
	white-space: nowrap;
}
nav .pc_menu li a i {
	width: 60px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
}
/* モーダルメニュー */
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	transition: .3s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
}
/* パンくずリスト
------------------------------------------------ */
#rootlist {
	max-width: 990px;
	min-width: 900px;
	width: 86%;
	margin: 0 auto;
	font-size: 12px;
	text-align: right;
}
#rootlist span {
	margin: 0 5px;
	color: #999;
}
#rootlist a {
	text-decoration: none;
}
#rootlist a:hover {
	text-decoration: underline;
}
/* Hタグ
------------------------------------------------ */
h1 a {
	font-size: 40px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
h1 a span {
	font-size: 30px;
	font-weight: bold;
	color: #123B78;
	display: block;
}
h2.title {
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: bold;
	color: #7B2828;
	text-align: center;
}
h2.title:before {
	content: "";
	width: 60px;
	height: 60px;
	background: url(/image/common/h2_sun.svg) center no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto;
}
h3.title {
	margin-bottom: 40px;
	padding-left: 10px;
	border-left: 4px #0A9245 solid;
	font-size: 26px;
	font-weight: bold;
	color: #0A9245;
	line-height: 1.2;
}
h3.marker {
	margin-bottom: 40px;
	text-align: center;
}
h3.marker span {
	background:linear-gradient(transparent 80%, #FFF700 80%);
	font-size: 36px;
	font-weight: bold;
	color: #FF0000;
	display: inline-block;
}
h3.dot {
	margin: 0 auto;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",'M PLUS Rounded 1c', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #0A9245;
	text-align: center;
}
h3.dot::after {
	content: "";
	width: 506px;
	height: 6px;
	margin: 10px auto;
	margin-bottom: 60px;
	background: radial-gradient(circle farthest-side, #0A9245, #0A9245 50%, transparent 50%, transparent);
	background-size: 12px;
	display: block;
}
h4.brown {
	margin-bottom: 30px;
	text-align: center;
}
h4.brown span {
	font-size: 24px;
	font-weight: bold;
	color: #7B2828;
	display: flex;
	align-items: center;
	justify-content: center;
}
h4.brown span:before,
h4.brown span:after {
	content: "";
	width: 10px;
	height: 4px;
	margin: 0 10px;
	background-color: #7B2828;
	display: inline-block;
}
/* 共通
------------------------------------------------ */
#contents {
	margin-bottom: 100px;
}
#contents p {
	margin-bottom: 20px;
	line-height: 1.6em;
}
#contents p:last-child {
	margin-bottom: 0;
}
.cbox {
	width: 96%;
	max-width: 990px;
	margin: 0 auto 160px;
	box-sizing: border-box;
}
.cbox_m0 {
	width: 96%;
	max-width: 990px;
	margin: 0 auto;
	box-sizing: border-box;
}
.cbox_s {
	width: 94%;
	max-width: 900px;
	margin: 0 auto 160px;
	box-sizing: border-box;
}
.cbox_s_m0 {
	width: 94%;
	max-width: 900px;
	margin: 0 auto;
	box-sizing: border-box;
}
.inbox {
	margin: 0 auto 80px;
	padding: 0 10px;
	box-sizing: border-box;
}
.lead_box {
	width: 96%;
	max-width: 990px;
	margin: 0 auto 60px;
}
.bg_white_wrap {
	background: #fff;
	padding: 60px;
}
.wp-pagenavi {
	max-width: 990px;
	min-width: 880px;
	margin: 0 auto;
}
br.sp {
	display: none;
}
.pc_none {
	display: none;
}
a {
	display: inline-block;
}
ul.orange_gradation {
	margin-bottom: 200px;
}
ul.orange_gradation li {
	text-align: center;
}
ul.orange_gradation li a {
	padding: 30px 40px;
	background: linear-gradient(90deg, #FF5C27, #FF9900);
	border-radius: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
ul.orange_gradation li a i {
	width: 30px;
	height: 30px;
	margin-left: 20px;
}
ul.orange_gradation a i img {
	padding-top: 8px;
}
i {
	display: inline-block;
}
img {
	width: 100%;
	height: auto;
}
p.center {
	text-align: center;
}
p.lead {
	font-size: 18px;
}
p.remarks {
	width: 97%;
	margin: 0 auto;
	font-size: 18px;
}
.relative {
	position: relative;
}
/* flex */
.flex {
	display: flex;
	justify-content: space-between;
}
/* 斜め線 */
.diagonal_line {
	margin-bottom: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #E85728;
    display: inline-block;
    position: relative;
}
.diagonal_line:before,
.diagonal_line:after {
	content: "";
	width: 3px;
	height: 35px;
	background: #E85728;
	position: absolute;
	bottom: -10px;
}
.diagonal_line:before {
	transform:rotate(-45deg);
	left: -20px;
}
.diagonal_line:after {
	transform:rotate(45deg);
	right: -20px;
}
/* 投稿ページ */
#post h3.title {
	margin-bottom: 40px;
	color: #0057AA;
}
#post {
	padding: 50px;
	border: 1px #CCC solid;
	box-sizing: border-box;
}
/* トップページ
--------------------------------F---------------- */
body#p_top {
	background: url(/image/common/white_10-20.png) left top repeat-x,url(/image/top/top_main_bg.jpg) left top no-repeat,url(/image/top/main_background_parts.svg) left top repeat-x,url(/image/common/white_block_10-20.svg) left top repeat-x,url(/image/top/img_sun.svg) left -400px top 1000px no-repeat,url(/image/top/img_sun.svg) right -400px top 1600px no-repeat,url(/image/top/img_sun.svg) left -400px top 2500px no-repeat,#FEFAE8;
} 
body#p_top header .charactor {
	display: none;
}
/* メイン */
#p_top nav .pc_menu {
	margin-bottom: 200px;
}
#p_top #main .wrap {
	width: 90%;
	max-width: 1480px;
	margin: 0 auto;
	margin-bottom: 150px;
	position: relative;
}
#p_top #main .wrap ul.charactor {
	width: 30%;
	min-width: 450px;
	position: relative;
}
#p_top #main .wrap ul.charactor li:first-of-type {
	width: calc(100% - 80px);
}
#p_top #main .wrap ul.charactor li:last-of-type {
	width: 40%;
	position: absolute;
	top: 270px;
	right: 0;
}
/* フワフワアニメーション */
@keyframes fuwafuwa1 {
	0%, 100% {
		transform: translateY(0) rotate(0deg);
	}
	50% {
		transform: translateY(-10px) rotate(-1deg);
	}
}
@keyframes fuwafuwa2 {
	0%, 100% {
		transform: translateY(0) rotate(0deg);
	}
	50% {
		transform: translateY(-8px) rotate(1deg);
	}
}
.fuwafuwa1 {
	animation: 3s fuwafuwa1 ease-in-out alternate infinite;
}
.fuwafuwa2 {
	animation: 2.6s fuwafuwa2 ease-in-out alternate infinite;
}
#p_top #main .wrap .in_wrap {
	width: 1000px;
	position: absolute;
	top: -150px;
	right: 0;
}
#p_top #main .wrap .in_wrap ul {
	width: 90%;
	max-width: 780px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#p_top #main .wrap .in_wrap h2 {
	margin-bottom: 100px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 70px;
	text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px 0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
}
#p_top #main .wrap .in_wrap h2 span.blue {
	margin-right: 10px;
	color: #466FAC;
}
#p_top #main .wrap .in_wrap p {
	width: 86%;
	max-width: 760px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
}
#p_top #main .wrap .in_wrap ul {
	margin-bottom: 20px;
}
#p_top #main .wrap .in_wrap ul li {
	width: 220px;
	margin: 0 20px;
}
#p_top #main .wrap .in_wrap ul li img {
	border-radius: 50%;
}
/* 対話 */
#p_top #taiwa h2 {
	margin-bottom: 70px;
	padding: 50px 100px;
	padding-bottom: 40px;
	background: url(/image/top/fukidashi_yellow.svg) center no-repeat;
	background-size: contain;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",'M PLUS Rounded 1c', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #7B2828;
	text-align: center;
	white-space: nowrap;
}
ul.taiwa {
	width: 96%;
	max-width: 1040px;
	margin: 0 auto;
	margin-bottom: 60px;
	align-items: center;
}
#p_top #taiwa ul.taiwa:last-of-type {
	margin-bottom: 120px;
}
ul.taiwa.img_left {
	flex-direction: row-reverse;
}
ul.taiwa li.text {
	flex: 1;
	padding: 40px;
	background: #fff;
	border-radius: 40px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
ul.taiwa.img_right li.text:after,
ul.taiwa.img_left li.text:after {
	content: "";
	width: 80px;
	height: 60px;
	display: inline-block;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
ul.taiwa.img_right li.text:after {
	background: url(/image/common/parts_fukidashi_right.svg) no-repeat center;
	background-size: contain;
	right: -60px;
}
ul.taiwa.img_left li.text:after {
	background: url(/image/common/parts_fukidashi_left.svg) no-repeat center;
	background-size: contain;
    left: -60px;
}
ul.taiwa li.img {
	width: 140px;
}
#p_top #taiwa ul.taiwa.img_left li.text {
	color: #0A9245;
}
ul.taiwa.img_right li.img {
	margin-left: 65px;
}
ul.taiwa.img_left li.img {
	margin-right: 65px;
}
#p_top #taiwa h3 {
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
#p_top #taiwa .photo {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
}
#p_top #taiwa .photo dl {
	width: 280px;
}
#p_top #taiwa .photo dt {
		margin-bottom: 20px;
}
#p_top #taiwa .photo dd {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#p_top #taiwa ul.check_list {
	width: 94%;
	max-width: 990px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 40px 70px;
	border: 5px #FF9900 solid;
	background: #fff;
	position: relative;
}
#p_top #taiwa ul.check_list:after {
	content: "";
	width: 150px;
	height: 210px;
	background: url(/image/common/img_girl.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: -30px;
	right: 50px;
}
#p_top #taiwa ul.check_list li {
	font-size: 22px;
	font-weight: bold;
	color: #FF5700;
}
#p_top #taiwa p.remarks {
	width: 94%;
	max-width: 990px;
	margin: 0 auto;
	margin-bottom: 100px;
}
/* 対話 */
#p_top #want .bg_wrap {
	padding: 100px 0;
	padding-bottom: 60px;
	background: #fff;
}
#p_top #want h2 {
	margin-bottom: 70px;
	padding: 50px 100px;
	padding-bottom: 40px;
	background: url(/image/top/fukidashi_skyblue.svg) center no-repeat;
	background-size: contain;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",'M PLUS Rounded 1c', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}
#p_top #want .taiwa.img_right .text{
	background: #ECFCFF;
	color: #5A93CD;
}
#p_top #want ul.taiwa.img_right li.text:after {
	background: url(/image/common/parts_fukidashi_right_skyblue.svg) no-repeat center;
	background-size: contain;
}
#p_top #want ul.taiwa.img_right li.text span.more_link a {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #123B78;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: end;
}
#p_top #want ul.taiwa.img_right li.text span.more_link a i {
	margin-left: 5px;
	padding-top: 10px;
}
/* メニューリスト */
#p_top #menu_list .bg_wrap {
	padding: 200px 0;
	padding-bottom: 80px;
	background: #F5F5F5;
}
#p_top #menu_list .bg_wrap ul {
	width: 96%;
	max-width: 990px;
	min-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
#p_top #menu_list .bg_wrap ul:before {
	content: "";
	width: 220px;
	height: 250px;
	background: url(/image/common/charactor_sun_happy.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: -280px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#p_top #menu_list .bg_wrap ul li {
	width: 31%;
	height: 180px;
	margin-bottom: 40px;
	text-align: center;
}
#p_top #menu_list .bg_wrap ul li a {
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",'M PLUS Rounded 1c', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #123B78;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#p_top #menu_list .bg_wrap ul li a:after {
	content: "";
	width: 36px;
	height: 36px;
	background: #123B78;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
}
/* 太陽光発電用地
------------------------------------------------ */
#p_taiyoko-yochi #worries ul.flex{
	width: 760px;
	margin: 0 auto;
	margin-bottom: 60px;
	flex-wrap: wrap;
}
#p_taiyoko-yochi #worries ul.flex li {
	flex: 1;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
}
#p_taiyoko-yochi #worries ul.flex li img {
	width: 210px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
}
#p_taiyoko-yochi #worries ul.check {
	margin-bottom: 20px;
	padding: 40px 20px;
	border: 5px #FF9900 solid;
}
#p_taiyoko-yochi #worries ul.check li {
	font-size: 20px;
	font-weight: bold;
	display: flex;
}
#p_taiyoko-yochi #worries ul.check li span.mark {
	margin-right: 5px;
}
#p_taiyoko-yochi #panel_photo .bg_white_wrap {
	padding-top: 100px;
}
#p_taiyoko-yochi #panel_photo p.center {
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	position: relative;
}
#p_taiyoko-yochi #panel_photo p.center::before {
	content: "";
	width: 150px;
	height: 170px;
	background: url(/image/common/charactor_sun_junp_02.svg) center no-repeat;
	display: block;
	position: absolute;
    top: -180px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#p_taiyoko-yochi #panel_photo ul {
	flex-wrap: wrap;
}
#p_taiyoko-yochi #panel_photo ul li {
	width: 32%;
	margin-bottom: 20px;
}
#p_taiyoko-yochi #panel_photo ul li:nth-of-type(4),
#p_taiyoko-yochi #panel_photo ul li:nth-of-type(5),
#p_taiyoko-yochi #panel_photo ul li:nth-of-type(6) {
	margin-bottom: 0;
}
#p_taiyoko-yochi #merit dl {
	margin-bottom: 40px;
}
#p_taiyoko-yochi #merit dl dt {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	color: #F37F32;
}
#p_taiyoko-yochi #merit ul {
	position: relative;
}
#p_taiyoko-yochi #merit ul li {
	width: 180px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#p_taiyoko-yochi #baikyaku dl {
	width: 840px;
	margin: 0 auto;
	margin-bottom: 200px;
}
#p_taiyoko-yochi #baikyaku dl dt {
	margin-bottom: 50px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
#p_taiyoko-yochi #baikyaku dl dd ul li {
	width: 400px;
	padding: 20px;
	background: #fff;
	border: 4px #70A9FF solid;
	font-size: 36px;
	font-weight: bold;
	color: #123B78;
	text-align: center;
}
#p_taiyoko-yochi #baikyaku dl dd ul li a {
	margin: 20px auto 10px;
	padding: 10px 35px;
	background: #123B78;
	border-radius: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
/* マイクロ水力発電
------------------------------------------------ */
#p_micro_suiryoku h2:before {
	background: url(/micro-suiryoku/image/h2_water.svg) center no-repeat;
	background-size: contain;
}
#p_micro_suiryoku #micro_suiryoku h3.marker:before {
	content: "水の流れのある場所を";
	font-size: 28px;
	font-weight: bold;
	color: #000;
	display: block;
}
#p_micro_suiryoku #what h3.dot {
	color: #25ADD8;
}
#p_micro_suiryoku #what h3.dot:after {
	background: radial-gradient(circle farthest-side, #25ADD8, #25ADD8 50%, transparent 50%, transparent);
	background-size: 12px;
}
#p_micro_suiryoku #what ul.relative li {
	width: 130px;
	position: absolute;
	top: -80px;
	right: 0;
}
#p_micro_suiryoku #what dl.explanation {
	margin-bottom: 40px;
}
#p_micro_suiryoku #what dl.explanation dt {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#p_micro_suiryoku #what dl.explanation dd {
	font-size: 18px;
}
#p_micro_suiryoku #what .wrap {
	width: 96%;
	margin: 0 auto;
}
#p_micro_suiryoku #what dl.secchi dt {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #123B78;
}
#p_micro_suiryoku #what dl.secchi dd ul.flex {
	margin-bottom: 50px;
}
#p_micro_suiryoku #what dl.secchi dd ul.flex li {
	width: 23%;
	padding: 30px;
	border: 1px #C6C6C6 solid;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#p_micro_suiryoku #what dl.secchi dd ul.flex li img {
	margin-bottom: 20px;
	display: block;
}
#p_micro_suiryoku #what p.text {
	margin-bottom: 60px;
	font-size: 18px;
}
#p_micro_suiryoku #what h5 {
	text-align: center;
}
#p_micro_suiryoku #what h5 span {
	font-size: 26px;
	font-weight: bold;
	color: #123B78;
}
#p_micro_suiryoku #what h5 span:before,
#p_micro_suiryoku #what h5 span:after {
	background: #C6C6C6;
}
#p_micro_suiryoku #what dl.border_blue {
	margin-bottom: 40px;
	padding: 30px 40px;
	border: 1px #25ADD8 solid;
	border-radius: 20px;
	position: relative;
}
#p_micro_suiryoku #what dl.border_blue dt {
	width: 24%;
	max-width: 120px;
	position: absolute;
	top: 10px;
	right: 30px;
}
#p_micro_suiryoku #what dl.border_blue dd {
	width: 75%;
	font-weight: bold;
	color: #25ADD8;
}
#p_micro_suiryoku #more ul.relative li {
	width: 150px;
	position: absolute;
	top: -80px;
	right: 0;
}
#p_micro_suiryoku #more .wrap {
	padding: 30px 0;
}
#p_micro_suiryoku #more .wrap:last-of-type {
	margin-bottom: 0;
}
#p_micro_suiryoku #more dl.question  {
	margin-bottom: 40px;
	align-items: center;
}
#p_micro_suiryoku #more dl.question dt {
	width: 80px;
	height: 80px;
	background: #FFEA2B;
	border-radius: 50%;
	margin-right: 30px;
}
#p_micro_suiryoku #more dl.question dd {
	flex: 1;
}
#p_micro_suiryoku #more dl.question dd span {
	padding-bottom: 10px;
	border-bottom: 5px #E5E5E5 solid;
	font-size: 24px;
	font-weight: bold;
	color: #123B78;
	display: inline-block;
}
#p_micro_suiryoku #more ul.answer {
	width: 96%;
	margin: 0 auto;
}
#p_micro_suiryoku #more ul.answer li {
	margin-bottom: 10px;
	font-size: 18px;
	display: flex;
	align-items: center;
}
#p_micro_suiryoku #more ul.answer li:before {
	content: "";
	width: 15px;
	height: 20px;
	margin-right: 15px;
	background: url(/image/common/icon_water.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
}
#p_micro_suiryoku #more ul.answer li:last-of-type {
	margin-bottom: 0;
}
#p_micro_suiryoku #more ul.answer li span {
	flex: 1;
}
#p_micro_suiryoku #more .link_wrap {
	width: 700px;
	margin: 30px auto;
}
#p_micro_suiryoku #more .link_wrap dl.link {
	margin-bottom: 20px;
	display: flex;
	border-radius: 10px;
	border: 1px #C6C6C6 solid;
}
#p_micro_suiryoku #more .link_wrap dl.link:last-of-type {
	margin-bottom: 0;
}
#p_micro_suiryoku #more .link_wrap dl.link dt {
	width: 110px;
	padding: 5px 0;
	background: #25ADD8;
	border-radius: 10px 0 0 10px;
	color: #fff;
	text-align: center;
}
#p_micro_suiryoku #more .link_wrap dl.link dd {
	padding: 5px 30px;
	flex: 1;
	border-radius: 0 10px 10px 0;
}
#p_micro_suiryoku #more .link_wrap dl.link dd a {
	font-size: 14px;
	color: #123B78;
	text-decoration: none;
}
/* 稼働済み太陽光システム
------------------------------------------------ */
#p_used #worries ul.check {
	margin-bottom: 70px;
	padding: 50px 40px;
	background: #F9F9F9;
	position: relative;
}
#p_used #worries ul.check:after {
	content: "";
	width: 110px;
	height: 145px;
	background: url(/taiyoko-yochi/image/img_man.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
    right: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#p_used.p_kenri #worries ul.check:after {
	background: url(/taiyoko-yochi/image/img_man02.svg) center no-repeat;
	background-size: contain;
}
#p_used #worries ul.check li {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
#p_used #worries ul.check li:last-of-type {
	margin-bottom: 0;
}
#p_used #worries ul.check li i {
	width: 30px;
	height: 27px;
	margin-right: 8px;
}
#p_used #worries .flow {
	width: 650px;
	margin: 0 auto;
	flex-wrap: wrap;
}
#p_used #worries .flow dl {
	width: 32%;
	margin-bottom: 30px;
}
#p_used #worries .flow dl:nth-of-type(4),
#p_used #worries .flow dl:nth-of-type(5),
#p_used #worries .flow dl:nth-of-type(6) {
	margin-bottom: 0;
}

#p_used #worries .flow dl dt {
	margin-bottom: 15px;
	padding: 10px 0;
	background: url(/taiyoko-yochi/image/bg_arrow_blue.svg) center no-repeat;
	background-size: contain;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#p_used #worries .flow dl:nth-of-type(2n) dt {
	background: url(/taiyoko-yochi/image/bg_arrow_green.svg) center no-repeat;
	background-size: contain;
}
#p_used #worries .flow dd {
	padding: 25px 0;
	border: 2px #DBDBDB solid;
	border-radius: 25px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#p_used #worries .flow dd i {
	width: 110px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
}
/* 相談の流れ
------------------------------------------------ */
#p_flow #flow .box {
	margin-bottom: 60px;
	position: relative;
}
#p_flow #flow .box.flex:nth-of-type(2n) {
	flex-direction: row-reverse;
}
#p_flow #flow .box:last-of-type {
	margin-bottom: 0;
}
#p_flow #flow .box:after {
	content: "";
	width: 30px;
	height: 30px;
	border-left: 4px #FF0000 solid;
	border-bottom: 4px #FF0000 solid;
	display: block;
	position: absolute;
	bottom: -40px;
	left: calc( 50% - 25px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform:rotate(-45deg);
}
#p_flow #flow .box:last-of-type:after {
	display: none;
}
#p_flow #flow .box ul li {
	width: 180px;
	height: 180px;
	margin-right: 60px;
	padding: 40px;
	border-radius: 50%;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16)
}
#p_flow #flow .box.flex:nth-of-type(2n) ul li {
	margin-right: 0;
	margin-left: 60px;
}
#p_flow #flow .box dl {
	flex: 1;
}
#p_flow #flow .box dl dt {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #0A9245;
	display: flex;
	align-items: center;
}
#p_flow #flow .box dl dt span {
	font-size: 40px;
	margin-right: 10px;
}
/* 事務所案内
------------------------------------------------ */
#p_about #company dl {
	width: 98%;
	margin: 0 auto;
	padding: 25px 0;
	border-bottom: 1px #C6C6C6 solid;
	display: flex;
}
#p_about #company dl:last-of-type {
	border-bottom: none;
}
#p_about #company dl dt {
	width: 20%;
	font-weight: bold;
	display: flex;
	align-items: baseline;
}
#p_about #company dl dt:before {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: #0A9245;
	border-radius: 50%;
}
#p_about #company dl dd {
	width: 80%;
}
#p_about dl.message {
	margin-bottom: 160px;
	text-align: center;
}
#p_about dl.message dd ul {
	width: 640px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: end;
}
#p_about dl.message dd ul li:first-of-type,
#p_about dl.message dd ul li:last-of-type{
	padding-bottom: 20px;
}
#p_about dl.area dd ul li a {
	color: #000;
	text-decoration: none;
}
#p_about dl.area dd ul li a span {
	margin-right: 5px;
}
/* よくある質問
------------------------------------------------ */
#p_faq #faq dl {
	margin-bottom: 50px;
}
#p_faq #faq dl dt {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	display: flex;
}
#p_faq #faq dl dt:before {
	content: "Q";
	width: 36px;
	height: 36px;
	margin-right: 20px;
	background: #29A9D9;
	border-radius: 50%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
#p_faq #faq dl dd {
	padding-left: 60px;
}
#p_faq #faq dl:last-of-type {
	margin-bottom: 0;
}
/* お客様の声
------------------------------------------------ */
#p_voice #voice .flex {
	margin-bottom: 100px;
}
#p_voice #voice .flex:last-of-type {
	margin-bottom: 0;
}
#p_voice #voice .flex ul {
	width: 120px;
	margin-right: 80px;
	text-align: center;
}
#p_voice #voice .flex ul li.img {
	width: 100px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#p_voice #voice .flex ul li {
	font-size: 20px;
}
#p_voice #voice .flex dl {
	flex: 1;
}
#p_voice #voice .flex dl dt {
	font-size: 28px;
	font-weight: bold;
	color: #0A9245;
	display: inline-block;
}
#p_voice #voice .flex dl dt:after {
	content: "";
    width: 100%;
    height: 6px;
    margin: 10px auto;
    margin-bottom: 20px;
    background: radial-gradient(circle farthest-side, #0A9245, #0A9245 50%, transparent 50%, transparent);
    background-size: 12px;
    display: block;
}
#p_voice #voice .flex dl dd {
	font-size: 18px;
}
#p_voice #voice .flex dl dd span.red {
	font-weight: bold;
}
/* 対応エリア
------------------------------------------------ */
#p_area #area h4 {
	font-size: 30px;
	font-weight: bold;
	color: #0A9245;
	text-align: center;
}
#p_area #area h4:after {
	content: "";
    width: 501px;
    height: 6px;
    margin: 10px auto;
    margin-bottom: 60px;
    background: radial-gradient(circle farthest-side, #0A9245, #0A9245 50%, transparent 50%, transparent);
    background-size: 12px;
    display: block;
}
#p_area #area ul.map {
	width: 840px;
	margin: 0 auto;
	margin-bottom: 60px;
}
#p_area #area ul.flex {
	margin-bottom: 30px;
	justify-content: start;
	flex-wrap: wrap;
}
#p_area #area ul.flex li {
	margin: 0 5px;
	margin-bottom: 10px;
	padding: 2px 10px;
	border: 1px #0A9245 solid;
	border-radius: 20px;
	font-size: 14px;
	color: #0A9245;
}
#p_area #area p.center.red {
	font-size: 20px;
}
/* お問い合わせ,ご査定フォーム
------------------------------------------------ */
#p_contact p.red {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
#p_contact #mail form dl {
	margin-bottom: 30px;
}
#p_contact #mail form dl dt {
	margin-bottom: 15px;
	padding: 10px 20px;
	background: #E3FCC7 ;
	font-weight: bold;
}
#p_contact #mail form dl dt span {
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}
#p_contact #mail form dl dd {
	padding: 15px 10px;
	border-bottom: 1px solid #C6C6C6;
}
#p_contact #mail form dl dd:last-of-type {
	border-bottom: none;
}
#p_contact #mail form dl.tochi dd strong {
	margin-bottom: 10px;
}
#p_contact #mail form dl.tochi dd ul {
	display: flex;
}
#p_contact #mail form dl.tochi dd strong {
	display: block;
}
#p_contact #mail form dl.tochi dd ul li {
	margin-right: 10px;
}
#p_contact #mail form dl.tochi dd.size input {
	margin-right: 10px;
}
#p_contact #mail form dl.tochi dd em {
	margin-left: 10px;
	font-size: 14px;
}
#p_contact #mail form dl.tochi dd ul li:last-of-type {
	margin-right: 0;
}
input,textarea {
	line-height: 30px;
	border: 1px #C6C6C6 solid;
	border-radius: 6px;
}
#p_contact #mail form dl.file input {
	border: none;
}
#p_contact #mail .button {
	margin-bottom: 20px;
	border: none;
	text-align: center;
}
#p_contact #mail .button input {
	padding: 10px 80px;
	background: #F37F32;
	border: none;
	border-radius: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	cursor:pointer;
}
#p_contact #mail .button input:hover {
	opacity: .7;
}
#p_contact #mail ul.policy li {
	text-align: center;
}
#p_contact #mail ul.policy li a {
	font-size: 14px;
	color: #000;
}
/* フォーム幅
------------------------------------------------ */
form .wl {
	width: 100%;
}
form .wm {
	width: 50%;
}
form .ws {
	width: 25%;
}
form .wss {
	width: 10%;
}
/* プライバシーポリシー
------------------------------------------------ */
#p_privacy #privacy dl {
	margin-bottom: 60px;
}
#p_privacy #privacy dl:last-of-type {
	margin-bottom: 0;
}
#p_privacy #privacy dl dt {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #123B78;
}