@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
	background: url(../img/index_img/main_bg_sp.jpg) no-repeat center;
	background-size: auto 450px;
	padding: 40px 0;
	text-align: center;
}
#mainimage figure {
	max-width: 450px;
	margin: 0 auto 15px;
}
#mainimage h2 {
	font-weight: bold;
	font-size: 20px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
#mainimage h2 span {
	font-size: 24px;
}
@media print, screen and (min-width:768px) {
#mainimage {
	background: url(../img/index_img/main_bg_pc.jpg) no-repeat center;
	background-size: cover;
	padding: 65px 0 45px;
}
#mainimage figure {
	max-width: 878px;
	margin: 0 auto 20px;
}
#mainimage h2 {
	font-size: 38px;
}
#mainimage h2 span {
	font-size: 48px;
}
}
/*------------------------------------------------------------content*/
/*---------------------------section01*/
#sec01 {
	padding: 40px 0;
	background: url(../img/index_img/sec01_bg.png) no-repeat bottom center;
	background-size: auto 500px;
}
#sec01 .container > figure {
	width: 50px;
	margin: 0 auto 20px;
}
#sec01 h3 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 40px;
	line-height: 130%;
	position: relative;
}
#sec01 h3:after {
	content: '';
	position: absolute;
	border-top: 3px solid #feaa49;
	bottom: -15px;
	width: 80px;
	margin: auto;
	left: 0;
	right: 0;
}
#sec01 .container > p {
	margin-bottom: 20px;
}
#sec01 .container > p:last-of-type {
	margin-bottom: 190px;
}
#sec01 .text_box {
	background: #fff;
	padding: 60px 20px 20px;
	border-radius: 4px;
	position: relative;
	text-align: left;
}
#sec01 .text_box figure {
	position: absolute;
	width: 200px;
	margin: auto;
	top: -160px;
	left: 0;
	right: 0;
}
#sec01 .text_box h4 {
	border-bottom: 2px solid #3aa51f;
	margin-bottom: 20px;
}
#sec01 .text_box h4 span {
	display: inline-block;
	color: #3aa51f;
	font-weight: bold;
	font-size: 20px;
	background: url(../img/common_img/icon_point.png) no-repeat left top 10px;
	background-size: 30px;
	padding: 20px 0 10px 40px;
}
@media print, screen and (min-width:768px) {
#sec01 {
	padding: 80px 0;
	background-size: auto;
}
#sec01 .container > figure {
	width: 95px;
	margin: 0 auto 20px;
}
#sec01 h3 {
	font-size: 40px;
	margin-bottom: 60px;
	line-height: 120%;
}
#sec01 h3:after {
	border-top: 5px solid #feaa49;
	bottom: -25px;
	width: 166px;
}
#sec01 .container > p:last-of-type {
	margin-bottom: 250px;
}
#sec01 .text_box {
	background: #fff;
	padding: 40px 50px 60px 330px;
	border-radius: 4px;
	position: relative;
	text-align: left;
}
#sec01 .text_box figure {
	width: 320px;
	margin: auto;
	top: -20px;
	left: -20px;
	right: auto;
}
#sec01 .text_box h4 {
	margin-bottom: 20px;
}
#sec01 .text_box h4 span {
	font-size: 30px;
	background: url(../img/common_img/icon_point.png) no-repeat left top 5px;
	background-size: auto;
	padding: 20px 0 15px 55px;
}
}
/*---------------------------section02*/
#sec02 {
	padding: 0 0 40px;
}
#sec02 h3 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px;
  min-width: 120px;
	line-height: 120%;
  max-width: 100%;
  font-size: 22px;
	font-weight: bold;
  background: #FFF;
  border: solid 5px #32c4d5;
	border-radius: 4px;
  box-sizing: border-box;
	box-shadow: 0 10px 0 rgba(0,0,0,0.1);
	z-index: 100;
}

#sec02 h3:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
	z-index: 102;
}

#sec02 h3:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -23px;
  border: 20px solid transparent;
  border-top: 20px solid #32c4d5;
  z-index: 101;
}
#sec02 h3 span {
	border-bottom: 3px dotted #fb9016;
}
#sec02 .text_box {
	margin-top: -30px;
	background: linear-gradient(#fef9c3 96%, #eff5c1 96%, #eff5c1);
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 16px 16px;
	padding: 30px 25px 0;
	text-align: left;
}
#sec02 .text_box ul li {
	font-size: 16px;
	color: #41290d;
	margin-bottom: 15px;
	line-height: 140%;
	background: url(../img/common_img/icon_check.png) no-repeat left top 2px;
	background-size: 20px;
	padding-left: 28px;
}
#sec02 .text_box ul li span {
	font-weight: bold;
}
#sec02 .text_box figure {
	width: 150px;
	margin: 0 auto;
}
@media print, screen and (min-width:768px) {
#sec02 {
	padding: 10px 0 40px;
}
#sec02 h3 {
  padding: 30px 50px;
  font-size: 38px;
}
#sec02 .text_box {
	margin-top: -110px;
	padding: 100px 30px 40px;
	text-align: left;
	position: relative;
	z-index: 1;
}
#sec02 .text_box ul li {
	font-size: 24px;
	margin-bottom: 25px;
	background: url(../img/common_img/icon_check.png) no-repeat left top 0;
	background-size: auto;
	padding-left: 50px;
	letter-spacing: -0.03em;
}
#sec02 .text_box figure {
	width: 328px;
	position: absolute;
	bottom: -30px;
	right: 0;
}
}
/*---------------------------section03*/
#sec03 {
	background: url(../img/index_img/sec03_bg.jpg) no-repeat center bottom;
	background-size: auto 220px;
}
#sec03 .title_box {
	background: url(../img/index_img/sec03_title.png) no-repeat center;
	background-size: auto 140px;
	padding: 50px 30px;
	margin: 0 -15px;
}
#sec03 .title_box h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
#sec03 p.arrow_tx {
	color: #ff0000;
	font-weight: bold;
	font-size: 24px;
	background: url(../img/index_img/sec03_arrow.png) no-repeat center bottom;
	background-size: auto 40px;
	padding: 0 0 25px;
	position: relative;
	z-index: 100;
}
#sec03 .bg_box {
	padding: 30px 0;
}

#sec03 .bg_box h4 > span {
	background: #fff;
	font-weight: bold;
	display: inline-block;
	color: #3aa51f;
	font-size: 28px;
	padding: 15px 30px;
	line-height: 120%;
	position: relative;
}
#sec03 .bg_box h4 > span span {
	background: linear-gradient(transparent 80%, #fbff7f 80%);
}
#sec03 .bg_box p {
	margin-top: 15px;
	font-weight: bold;
	font-size: 16px;
}
@media print, screen and (min-width:768px) {
#sec03 {
	background-size: auto;
}
#sec03 .title_box {
	background-size: auto;
	padding: 150px 30px 100px;
	margin: 0;
}
#sec03 .title_box h3 {
	font-size: 38px;
	letter-spacing: -0.06em;
}
#sec03 .title_box h3 span {
	font-size: 48px;
}
#sec03 .title_box h3 .pc_none {
	display: none;
}
#sec03 p.arrow_tx {
	font-size: 50px;
	background-size: auto;
	padding: 0 0 80px;
}
#sec03 .bg_box h4 > span {
	font-size: 60px;
	padding: 30px 50px;
}
#sec03 .bg_box h4 > span::before {
	content: url(../img/index_img/sec03_kirakira_left.png);
	position: absolute;
	left: -70px;
	bottom: -40px;
}
#sec03 .bg_box h4 > span::after {
	content: url(../img/index_img/sec03_kirakira_right.png);
	position: absolute;
	right: -70px;
	top: -40px;
}
#sec03 .bg_box p {
	margin-top: 30px;
	font-size: 30px;
}
#sec03 .bg_box {
	padding: 50px 0;
}
}
/*---------------------------section04*/
#sec04 {
	padding: 40px 0;
}
#sec04 .stit01 {
	background: url(../img/index_img/sec04_title.png) no-repeat top center;
	background-size: 500px auto;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	padding: 7px 0 70px;
	margin: 0 -15px;
}
#sec04 .stit02 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: -40px;
}
#sec04 .stit02 span.tx_orange {
	font-size: 26px;
	border-bottom: 3px dotted #fb9016;
}
#sec04 .humanbox {
	padding-bottom: 100px;
	background: url(../img/index_img/sec04_human_left.png) no-repeat bottom -10px left 10px, url(../img/index_img/sec04_human_right.png) no-repeat bottom -10px right 10px;
	background-size: auto 100px;
}
#sec04 .text_box {
	padding: 20px;
	background: linear-gradient(#fef9c3 96%, #eff5c1 96%, #eff5c1);
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 16px 16px;
	margin-bottom: 30px;
}
#sec04 .text_box figure {
	width: 200px;
	margin: -80px auto 20px;
}
#sec04 .text_box ul {
	text-align: left;
}
#sec04 .text_box ul li {
	margin-bottom: 15px;
	color: #41290d;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
}
#sec04 .text_box ul li:last-child {
	margin-bottom: 0;
}
#sec04 .text_box ul li span {
	color: #fb9016;
}
#sec04 .stit03 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
	color: #3aa51f;
}
@media print, screen and (min-width:768px) {
#sec04 {
	padding: 80px 0;
}
#sec04 .stit01 {
	background-size: auto;
	font-size: 40px;
	margin: 0;
}
#sec04 .stit02 {
	font-size: 40px;
	margin-bottom: 35px;
}
#sec04 .stit02 span.tx_orange {
	font-size: 50px;
}
#sec04 .humanbox {
	margin-top: -80px;
	padding-top: 80px;
	padding-bottom: 30px;
	background-size: auto;
}
#sec04 .text_box {
	margin-bottom: 30px;
	padding: 20px 30px;
}
#sec04 .text_box figure {
	width: auto;
	float: left;
	margin: 0 35px 0 0;
}
#sec04 .text_box ul {
	margin-top: 40px;
}
#sec04 .text_box ul li {
	margin-bottom: 15px;
	font-size: 28px;
}
#sec04 .stit03 {
	font-size: 30px;
	margin-bottom: 40px;
}
}
/*---------------------------section05*/
#sec05 {
	text-align: left;
	padding: 40px 0 50px;
	background: url(../img/index_img/sec05_bg.jpg) no-repeat right center;
	background-size: auto 300px;
}
#sec05 h3 {
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	margin-bottom: 30px;
}
#sec05 h3 span span {
	color: #ff0000;
}
#sec05 p {
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
@media print, screen and (min-width:768px) {
#sec05 {
	margin-bottom: 50px;
	padding: 90px 0 110px;
	background: url(../img/index_img/sec05_bg.jpg) no-repeat center;
	background-size: cover;
}
#sec05 h3 {
	font-size: 60px;
}
#sec05 p {
	font-size: 30px;
}
}
/*---------------------------section06*/
#sec06 {
	padding: 40px 0;
}
@media print, screen and (min-width:768px) {
#sec06 {
	padding: 80px 0;
}
}
/*---------------------------section07*/
#sec07 {
	background: linear-gradient(-45deg, #faf7f1 25%, #f4efe2 25%, #f4efe2 50%, #faf7f1 50%, #faf7f1 75%, #f4efe2 75%, #f4efe2);
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 8px 8px;
}
#sec07 h3 {
	font-size: 26px;
	color: #fff;
	padding: 12px 15px;
	background: #704e27;
	font-weight: bold;
}
#sec07 .container {
	padding: 40px 15px;
}
#sec07 dl div {
	margin-bottom: 30px;
	text-align: left;
}
#sec07 dl div:last-of-type {
	margin-bottom: 0;
}
#sec07 dl div dt {
	font-weight: bold;
	color: #42290d;
	border-bottom: 3px solid #42290d;
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	padding: 15px 0 10px 65px;
	line-height: 130%;
}
#sec07 dl div dt::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(../img/index_img/sec07_q.png) no-repeat left top;
	background-size: 50px auto;
}
#sec07 dl div dd {
	color: #42290d;
	background: #fff;
	border-radius: 6px;
	padding: 20px 60px 20px 20px;
	position: relative;
}
#sec07 dl div dd::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 46px;
	height: 59px;
	background: url(../img/index_img/sec07_a.png) no-repeat left top;
	background-size: 46px auto;
}
@media print, screen and (min-width:768px) {
#sec07 h3 {
	font-size: 40px;
	padding: 25px 15px;
}
#sec07 .container {
	padding: 50px 0 80px;
}
#sec07 dl div dt {
	font-size: 24px;
	margin-bottom: 20px;
	padding: 25px 0 10px 75px;
}
#sec07 dl div dt::after {
	left: -20px;
	top: 0;
	width: 80px;
	height: 80px;
	background-size: auto;
}
#sec07 dl div dd {
	font-size: 20px;
	padding: 20px 80px 20px 30px;
}
#sec07 dl div dd::after {
	right: -15px;
	bottom: -15px;
	width: 92px;
	height: 117px;
	background-size: auto;
}
}
/*---------------------------section08*/
#sec08 {
	padding: 40px 0;
}
#sec08 ul li {
	background: linear-gradient(-45deg, #c0ebf0 25%, #cceff3 25%, #cceff3 50%, #c0ebf0 50%, #c0ebf0 75%, #cceff3 75%, #cceff3);
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 20px 20px;
	padding: 20px 20px 20px 100px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 4px;
	text-align: left;
}
#sec08 ul li:last-child {
	padding: 20px;
}
#sec08 ul li::after {
	content: "";
	background: url(../img/index_img/sec08_arrow.png) no-repeat;
	background-size: 35px auto;
	position: absolute;
	width: 35px;
	height: 32px;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 500;
}
#sec08 ul li:last-child::after {
	background: none;
}
#sec08 ul li figure {
	position: absolute;
	width: 80px;
	left: 5px;
	top: -5px;
}
#sec08 ul li p {
	margin: 0 auto;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
@media print, screen and (min-width:768px) {
#sec08 {
	padding: 80px 0;
}
#sec08 ul {
	width: 946px;
	margin: auto;
}
#sec08 ul li {
	padding: 30px 0;
	margin-bottom: 60px;
	text-align: center;
}
#sec08 ul li:last-child {
	padding: 30px 0;
}
#sec08 ul li::after {
	background-size: auto;
	width: 70px;
	height: 62px;
	bottom: -70px;
}
#sec08 ul li figure {
	width: auto;
	left: -25px;
	top: -40px;
}
#sec08 ul li:nth-child(even) figure {
	left: auto;
	right: -25px;
}
#sec08 ul li p {
	font-size: 24px;
}
}
/*---------------------------section09*/
#sec09 .bg9 p {
	background: url(../img/index_img/sec09_bg.jpg) center center no-repeat;
    background-size: cover;
	margin: 0 auto;
	padding: 40px 0;
}
#sec09 .bg9 p span {
	font-weight: bold;
	width: 100%;
	display: inline-block;
    line-height: 1.6;
	font-size: 18px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
@media print, screen and (min-width:768px) {
#sec09 .bg9 p {
	padding: 115px 0;
}
#sec09 .bg9 p span{
	font-size: 36px;
}
#sec09 .bg9 p span .pc_none {
	display: none;
}
}
/*---------------------------section10*/
#sec10 {
	padding: 40px 0;
}
#sec10 figure {
	margin: 0 auto 30px;
	max-width: 260px;
}
#sec10 .container >.clearfix  table {
	width: 100%;
	border-top: 1px solid #ffbf7f;
	border-left: 1px solid #ffbf7f;
}
#sec10 .container > .clearfix table tr th {
	text-align: left;
	padding: 10px;
	display: block;
	border-right: 1px solid #ffbf7f;
	background: #fbf1c9;
}
#sec10 .container > .clearfix table tr td {
	text-align: left;
	padding: 10px;
	display: block;
	border-right: 1px solid #ffbf7f;
	border-bottom: 1px solid #ffbf7f;
}
#sec10 p.copy_10 {
	font-weight: bold;
	color: #42290d;
	margin: 30px 0;
	font-size: 18px;
}
#sec10 iframe {
	height: 290px;
	margin-bottom: 10px;
}
#sec10 p.map_10 {
	text-align: left;
	margin-bottom: 40px;
}
#sec10 .schedule h4 {
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	font-size: 20px;
	background: #68bc52;
	text-align: left;
}
#sec10 .schedule .schebox {
	padding: 20px;
	background: linear-gradient(-45deg, #faf7f1 25%, #f4efe2 25%, #f4efe2 50%, #faf7f1 50%, #faf7f1 75%, #f4efe2 75%, #f4efe2);
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 8px 8px;
	text-align: left;
}
#sec10 .schedule .schebox table {
	width: 100%;
	margin: 0 0 10px;
	border: 2px solid #7c664e;
}
#sec10 .schedule .schebox table tr th {
	padding: 10px 0;
	background: #7c664e;
	text-align: center;
	color: #fff;
	border-right: 1px solid #fff;
	vertical-align: middle;
}
#sec10 .schedule .schebox table tr th:last-child {
	border-right: none;

}
#sec10 .schedule .schebox table tr td {
	padding: 10px 0;
	background: #fff;
	font-weight: bold;
	text-align: center;
	color: #42290d;
	vertical-align: middle;
	border-right: 1px solid #7c664e;
}
#sec10 .schedule .schebox table tr td.nowrap{
	white-space: nowrap;
	color: #f26448;
}
#sec10 .schedule .schebox table tr td:first-child {
	text-align: left;
}
#sec10 .schedule .schebox table tr td:last-child {
	border-right: none;
}
#sec10 .schedule .schebox table tr:nth-child(2) td {
	border-bottom: 1px solid #7c664e;
}
#sec10 .schedule .schebox table tr td .fa-circle {
	color: #f26448;
}
#sec10 .schedule .schebox table tr td .fa-times {
	color: #3177e0;
}
@media print, screen and (min-width:768px) {
#sec10 {
	padding: 80px 0;
}
#sec10 figure {
	margin: 0 auto;
	max-width: 391px;
	float: left;
}
#sec10 .container > .clearfix table {
	width: calc(100% - 450px);
	float: right;;
}
#sec10 .container > .clearfix table tr th {
	padding: 15px 30px;
	display: table-cell;
	border-right: none;
	border-bottom: 1px solid #ffbf7f;
}
#sec10 .container > .clearfix table tr td {
	padding: 15px 30px;
	display: table-cell;
}
#sec10 p.copy_10 {
	margin: 40px 0;
	font-size: 24px;
}
#sec10 iframe {
	height: 400px;
}
#sec10 p.map_10 {
	margin-bottom: 50px;
}
#sec10 .schedule h4 {
	padding: 15px 30px;
	font-size: 24px;
}
#sec10 .schedule .schebox {
	padding: 30px;
}
#sec10 .schedule .schebox table {
	margin: 0 0 15px;
}
#sec10 .schedule .schebox table tr th {
	padding: 20px 30px;
	font-size: 18px;
}
#sec10 .schedule .schebox table tr th:not(:first-child) {
	padding: 20px 0;
	width: 9%;
}
#sec10 .schedule .schebox table tr td {
	padding: 20px 30px 15px;
	font-size: 18px;
}
#sec10 .schedule .schebox table tr td .fa-circle {
	font-size: 30px;
}
#sec10 .schedule .schebox table tr td .fa-times {
	font-size: 30px;
}
}
/*---------------------------section11*/
#sec11 {
	padding: 40px 0 0;
	background: url(../img/index_img/sec11_bg.jpg) no-repeat top left;
	background-size: auto 300px;
	position: relative;
	z-index: 100;
}
#sec11 .bg_box h4 {
	background: #fff;
	font-weight: bold;
	display: inline-block;
	color: #3aa51f;
	font-size: 28px;
	padding: 15px 30px;
	line-height: 140%;
	position: relative;
	margin-bottom: 20px;
}
#sec11 .bg_box + p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
#sec11 p.arrow_tx {
	font-size: 22px;
	font-weight: bold;
	color: #ff0000;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	line-height: 130%;
	background: url(../img/index_img/sec03_arrow.png) no-repeat bottom center;
	background-size: auto 50px;
	padding-bottom: 30px;
	margin-bottom: -50px;
}
@media print, screen and (min-width:768px) {
#sec11 {
	padding: 80px 0 0;
	background: url(../img/index_img/sec11_bg.jpg) no-repeat top center;
	background-size: auto 500px;
}
#sec11 .bg_box h4 {
	font-size: 60px;
	padding: 15px 170px;
	margin-bottom: 20px;
}
#sec11 .bg_box h4::before {
	content: url(../img/index_img/sec03_kirakira_left.png);
	position: absolute;
	left: 40px;
	bottom: -40px;
}
#sec11 .bg_box h4::after {
	content: url(../img/index_img/sec03_kirakira_right.png);
	position: absolute;
	right: 40px;
	top: -40px;
}
#sec11 .bg_box + p {
	font-size: 30px;
	line-height: 140%;
}
#sec11 p.arrow_tx {
	font-size: 40px;
	background-size: auto;
	padding-bottom: 60px;
	margin-bottom: -80px;
}
}
/*---------------------------section12*/
#sec12 {
	padding: 70px 0 40px;
}
#sec12 a {
	display: block;
	line-height: 60px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	background: #fb9016;
}
table#contact {
	width: 100%;
	margin: 20px 0;
	border-left: 1px solid #ffbf7f;
	border-top: 1px solid #ffbf7f;
}
table#contact tr th {
	display: block;
	padding: 10px;
	border-right: 1px solid #ffbf7f;
	border-bottom: 1px solid #ffbf7f;
	background: #fcf3d2;
	line-height: 150%;
	text-align: left;
	vertical-align: middle;
}
table#contact tr td {
	display: block;
	padding: 10px;
	border-right: 1px solid #ffbf7f;
	border-bottom: 1px solid #ffbf7f;
	text-align: left;
	background: #fff;
	vertical-align: middle;
}
table#contact tr td.td_child {
	border-bottom: 1px dotted #ffbf7f;
}
table#contact p {
	margin-bottom: 5px;
}
table#contact tr td .attention {
	white-space: nowrap;
}

table#contact tr th span.form_title {
	display: block;
	overflow: hidden;
}

/*必須アイコン*/
table#contact tr th span.txt_required {
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	background: #cc1414;
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*任意アイコン*/
table#contact tr th span.txt_optional {
	float: left;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	border-radius: 2px;
	color: #fff;
	background: #666;
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*入力エリア装飾*/
input[type="text"], input[type="tel"], textarea {
	padding: 10px;
	font-size: 1.6rem;
	border-radius: 0;
	border: 1px solid #e8e8e8;
	background: #e8e8e8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#e8e8e8));
	background-image: -webkit-linear-gradient(left, #e8e8e8, #e8e8e8);
}
select {
	padding: 10px;
	font-size: 1.6rem;
	border-radius: 0;
	border: none;
	background: #e8e8e8;
}
select:focus {
	padding: 10px;
	font-size: 1.6rem;
	border-radius: 0;
	border: none;
}
/*入力エリアサイズ*/
.input_10 {
	width: 10%;
}
.input_20 {
	width: 20%;
}
.input_30 {
	width: 30%;
}
.input_50 {
	width: 50%;
}
.input_70 {
	width: 70%;
}
.input_100 {
	width: 100%;
}

.input_zip {
	width: 180px;
}
.input_tel {
	width: 200px;
}

/*入力モード*/
.ime_dis {
	ime-mode:disabled;
}
.ime_act {
	ime-mode:active;
}

/*入力例の文字装飾*/
::-webkit-input-placeholder {
    color: #bbb;
}
::-moz-placeholder {
    color: #bbb;
}
:-ms-input-placeholder {
    color: #bbb;
}
input:focus::-webkit-input-placeholder {
	color:transparent;
}
input:focus:-moz-placeholder {
	color:transparent;
}
input:focus::-moz-placeholder {
	color:transparent;
}
textarea:focus::-webkit-input-placeholder {
	color:transparent;
}
textarea:focus:-moz-placeholder {
	color:transparent;
}
textarea:focus::-moz-placeholder {
	color:transparent;
}
/*ラジオボタン余白調整*/
input[type=radio] {
	margin-left: 15px;
}
td label.first input[type=radio] {
	margin-left: 0;
}
/*チェックボックス余白調整*/
input[type=checkbox] {
	margin-left: 15px;
}
td label.first input[type=checkbox] {
	margin-left: 0;
}

/*送信・戻るボタン*/
ul.submit_btn {
	font-size: 0;
	text-align: center;
	margin-bottom: 20px;
}
ul.submit_btn li {
	display: inline-block;
	cursor: pointer
}
ul.submit_btn li.inp_submit01 input {
	color: #fff;
	background: #fb9016;
	border: none;
	padding: 10px 40px;
	margin: 0 5px;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}
ul.submit_btn li.inp_submit02 input {
	color: #fff;
	background: #999;
	border: none;
	padding: 10px 40px;
	margin: 0 5px;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}
ul.submit_btn li:hover {
	opacity: 0.7;
}

/*エラーメッセージ用*/
.errtop {
	position: relative;
	margin-top: 20px;
	padding:10px;
	text-align: center;
	font-weight: bold;
	color:#c33;
	background: #fcc;
}
.errtop::after {
	position: absolute;
	left:50%;
	bottom:-30px;
	width: 0;
	height: 0;
	margin-left:-15px;
	content: "";
	border:solid 15px transparent;
	border-top:solid 15px #fcc;
}
.errmsg span {
	position: relative;
	display: inline-block;
	margin-top:10px;
	padding:5px 10px;
	font-weight: bold;
	color:#c33;
	background: #fcc;
}
.errmsg span::after {
	position: absolute;
	left:30px;
	top:-20px;
	width: 0;
	height: 0;
	content: "";
	border:solid 10px transparent;
	border-bottom:solid 10px #fcc;
}

/*遷移後のランディング位置調整*/
#form_landing {
	margin-top: -80px;
	padding-top: 80px;
}
/*送信完了画面用*/
#thanks {
	margin:20px 0;
}
#thanks h5 {
	margin:-80px 0 15px;
	padding-top: 80px;
	font-size:16px;
	font-weight:bold;
}
@media print, screen and (min-width:768px) {
#sec12 {
	padding: 120px 0 80px;
}
#sec12 a {
	line-height: 90px;
	font-size: 36px;
}
#sec12 a:hover {
	opacity: 0.6;
}
table#contact {
	border-collapse: separate;
}
table#contact tr th {
	display: table-cell;
	border-right: 1px dotted #ffbf7f;
	width: 28%;
}
table#contact tr td {
	display: table-cell;
}
table#contact tr td.td_child {
	border-right: 1px dotted #ffbf7f;
	border-bottom: 1px solid #ffbf7f;
}
/*入力例の文字装飾*/
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
}










