@charset "UTF-8";
/*----------------------------------------------
 reset styles
----------------------------------------------*/
main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	display: block;
}
/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.3em;/* =13px */
	line-height: 1.6;
}
.textImg a {    outline: none;}
#cboxOverlay{ opacity:0.7 !important;}

#author_bio_wrap_toggle {    text-decoration: none;}
#author_bio_wrap{    display: -webkit-flex;    display: flex;    -webkit-justify-content: center;    justify-content: center;    -webkit-flex-wrap: wrap;    flex-wrap: wrap;}
.right-close-txt {    display: block;    width: 100%;    text-align: right;}
.right-close-txt button {    text-decoration: none;    color: #80A016;font-weight: bold;    font-size: 20px; background:transparent;     border: none !important;    cursor: pointer;}
:focus {    outline: none;}
.new-big-cta{padding: 10px 0 0;}
.new-big-cta a{text-decoration: none; position:relative;}
.new-big-cta a:before {
    content: "";
    background-image: url(../img/watch-3min.png);
    width: 61px;
    height: 70px;
    position: absolute;
        right: 15px;
    top: -25px;
	display:none;
}
.new-big-cta .request {    margin-left: 0;}
.new-big-cta .request img{    vertical-align: bottom;}
.new-big-cta .request span{background: #fff1c5;width: 100%;padding: 5px 0;display: block;vertical-align: top;border-radius: 0 0 5px 5px;margin-top: -5px;position: relative;color: #000;}
.hide-img{ display:none;}
.new-big-cta .request:hover img{ display:none;}
.new-big-cta .request:hover img.hide-img{ display:block;}
.expand-blk-arrow{ cursor:pointer; text-align:center;}
.expand-blk .new-big-cta {    margin: auto;    background: transparent;}
.link{ position:relative;    display: inline-block; }
/*.link:after { content: "";
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-image: url(../img/arrow-next.png);
    position: absolute;
    right: -85px;
    bottom: 5px;
    width: 60px;
    height: 60px;
    float: right;
    border: 4px solid #CBCBCB;
    padding: 0;
    border-radius: 57px;
    background-repeat: no-repeat;
    background-position: center 15px;
    background-size: 40px 24px;
    background-color: #fff;}
.link.collapse:after {    -ms-transform: rotate(0);    -webkit-transform: rotate(0);    transform: rotate(0);}*/
.link:after { content: "";
    background-image: url(../img/click-down-arrow.png);
    position: absolute;
    right: -100px;
    bottom: 20px;
    width: 70px;
    height: 70px;}
.cta-top-txt{    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    position: relative;
    top: 15px;
    font-size: 19px;
	 }
.expand-blk h3:hover, .expand-blk:hover .midashi01, .expand-blk:hover .midashi02 {    opacity: 0.7;}
.expand-blk:hover .link:after{    background-image: url(../img/click-down-arrow-hover.png);}

@media screen and (max-width:767px) {
body {
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}
th, td {
	word-break: break-all;
}
}
a {
}
a:visited {
}
img {
	border-style: none;
}
.boxInner {
	width: 960px;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
.boxInner {
	width: 100%;
	margin: 0 auto;
	padding: 0 3% 0;
}

}

/*----------------------------------------------
 clearfix
----------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*----------------------------------------------
 box-sizing
----------------------------------------------*/
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
/* ----------------------------------------------
header
----------------------------------------------*/
header {
	width: 960px;
	min-width: 980px;
	margin: 10px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
h1 {
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: right;
}
.headerLeft {
	margin-right: auto;
}
.headerRight {
}
.headerBtn01 {
	float: left;
}
.headerBtn02 {
	float: right;
	margin-left: 25px;
}
.headerBtn02 a {
	display: block;
	width: 200px;
	height: 66px;
	background-color: #e48f00;
	border-radius: 8px;
}

@media screen and (max-width:767px) {
	header {
		width: 100%;
		min-width: 320px;
		margin: 0 auto;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	h1 {
		margin-bottom: 15px;
		font-size: 1.3rem;
		font-weight: bold;
		text-align: center;
	}
	.headerLeft {
		text-align: center;
		margin: 10px auto;
	}
	.headerRight {
		padding: 10px 2%;
		background-color: #ebebeb;
	}
	.headerBtn01 img {
		width: 97%;
		height: auto;
	}
	.headerBtn01 {
		float: left;
		width: 60%;
	}
	.headerBtn02 {
		float: right;
		width: 38%;
		margin-left: 2%;
	}
	.headerBtn02 img {
		width: 100%;
		height: auto;
		padding-top: 3px;
	}
	.headerBtn02 a {
		display: block;
		width: 100%;
		height: auto;
		background-color: #e48f00;
		border-radius: 8px;
	}
}

/* ----------------------------------------------
main
----------------------------------------------*/
main {
	min-width: 980px;
}
.stripeGb {
	
}
#mainVisual {
	width: 100%;
	min-width: 980px;
	background: url(../img/mainVisual-bg.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.btnArea {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 30px 0;
	background: rgba(255,255,255,0.5);
	font-size: 1.6rem;
	text-align: center;
}
.simulation,
.request {
	width: 450px;
}
.request {
	margin-left: 60px;
}

h2 {
	font-size: 4.5rem;
	text-align: center;
	line-height: 1.2;
}
h2 em {
	font-style: normal;
	font-size: 6.6rem;
	color: #b68100;
}

h3 {
	font-size: 2.7rem;
	line-height: 1.3;
	color: #333;
	text-align: center;
}
h3 span {
	display: block;font-size: 4.2rem;
	color: #b68100;
}
.column {
	width: 960px;
	margin-bottom: 50px;
}
@media screen and (max-width:767px) {
main {
	width: 100%;
	min-width: 320px;
}	
#mainVisual {
	width: 100%;
	min-width: 320px;
}
#mainVisual img {
	width: 100%;
	height: auto;
}
.btnArea {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 0;
	background: rgba(255,255,255,0.5);
	font-size: 1.2rem;
	text-align: center;
}
.btnArea img {
	width: 100%;
	height: auto;
}
.simulation,
.request {
	width: 94%;
}
.request {
	margin-top: 15px;
	margin-left: 0;
}
h2 {
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.2;
}
h2 em {
	font-style: normal;
	font-size: 2.7rem;
	color: #b68100;
}

h3 {
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #333;
	text-align: center;
	overflow: hidden;
}
h3 span {
	display: block;
	font-size: 2.7rem;
	color: #b68100;
}
h3 img {
	width: 200%;
	height: auto;
	margin-left: -50%;
	text-align: center;
}
.column {
	width: 100%;
	margin-bottom: 30px;
}
}



/*　contents01　*/
#contents01 {
	padding: 0 0 30px;
}
#contents01 h2 {
	margin: 20px 0;
	font-size: 2.4rem;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width:767px) {
#contents01 {
	padding: 0 0 70px;
}
#contents01 h2 {
	margin: 20px 0;
	font-size: 1.9rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
}






/*　contents02　*/
#contents02 {
	padding: 70px 0;
	background: url(../img/bg-green.jpg) repeat left top;
	background-size: 22px 20px;
}
#contents02 h2 {
	margin-bottom: 30px;
}
#balloonArea {
	width: 750px;
	margin: 0 auto 35px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 2.1rem;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#balloonArea span {
	font-size: 1.6rem;
}
#balloon01,
#balloon02,
#balloon03 {
	position: relative;
	width: 240px;
	height: 66px;
	padding: 8px 0;
	background-color: #80a016;
	border-radius: 8px;
}
#balloon01:before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 70%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 40px solid #80a016;
	border-left: 50px solid transparent;
}
#balloon02:before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 30px solid #80a016;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
#balloon03:before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 30%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 40px solid #80a016;
	border-right: 50px solid transparent;
}
#contents02 .isoArea {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 10px 0;
	background: rgba(255,255,255,0.5);
	font-size: 1.6rem;
	text-align: center;
}
#contents02 .isoBox {
	margin: 0 30px;
	background-color: #fff;
	border: 1px solid #80BB25;
}
#contents02 .textArea {
	width: 960px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 30px auto;
	font-size: 1.8rem;
}
#contents02 .column {
	position: relative;
}
#contents02 .textArea p {
	-webkit-flex: 1;
	flex: 1;
}
#contents02 .textArea .textImg {
	margin: 0 0 0 30px;
}
#contents02 .textArea .frame img {
	background-color: #fff;
	padding: 5px;
}
.shinki {
	position: absolute;
	right: 0;
	top: 65px;
}
#contents02 .omake {
	padding: 20px 0 30px;
	background-color: #FFFFB7;
	text-align: center;

}
.midashi01 p {
	margin: 10px auto 0;
	padding: 0 20px;
	display: inline-block;
	font-size: 4rem;
	font-weight: bold;
	color: #80A016;
	border-bottom: 2px solid #80A016;
 }
.midashi02 p {
	font-size: 4.2rem;
	font-weight: bold;
	color: #B68100;
}
.midashi02 p span {
	font-size: 6rem;
}
#contents02 .omake {
	margin: 60px 0 80px;
}
#contents02 .omakeBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contents02 .omakeBox dl {
	width: 300px;
	margin: 20px 10px;
	position: relative;
	padding: 10px 10px;
	border: 4px solid #CBCBCB;
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
}
#contents02 .omakeBox dl dt {
	padding: 0 0 10px 50px;
	border-bottom: 1px dashed #666666;
	font-size: 2.2rem;
	font-weight: bold;
	color: #80A016;
}
#contents02 .omakeBox dl dd {
	padding: 10px 0 0;
	font-size: 1.6rem;
}
.close-ribbon {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	position: absolute;
	top: 16px;
	left: 5px;
	padding-top: 8px;
	z-index: 1;
	text-align: center;
	color: #957000;
	font-size: 4.5rem;
	width: 1.1em;
	line-height: 0.5em;
	-webkit-transition: line-height 0.5s;
	transition: line-height 0.5s;
}
.close-ribbon:after {
	content: "";
	font-size: 0.5em;
	position: absolute;
	height: 4em;
	border: 1.1em solid #ffe700;
	z-index: -1;
	top: -1em;
	border-top-width: 1.5em;
	border-bottom-width: 0.8em; /*下の三角*/
	border-bottom-color: transparent;
	right: 0;
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
}
@media screen and (max-width:767px) {
#contents02 {
	padding: 30px 0;
}
#balloonArea {
	width: 100%;
	margin: 0 auto 35px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#balloonArea span {
	font-size: 1.1rem;
}
#balloon01,
#balloon02,
#balloon03 {
	position: relative;
	width: 48%;
	margin: 0 1% 40px;
	height: auto;
	padding: 8px 0;
	background-color: #80a016;
	border-radius: 8px;
}
#balloon03 {
	margin: 0;
}
#balloon01:before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 30px solid #80a016;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
#balloon02:before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 30px solid #80a016;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
#balloon03:before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-top: 30px solid #80a016;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
#contents02 .textArea {
	position: relative;
	display: block;
	width: 100%;
	margin: 30px 0;
	font-size: 1.4rem;
	padding: 0 14px;
}
#contents02 .textArea .textImg {
	margin: 10px 0;
}
#contents02 .textArea img {
	width: 100%;
	height: auto;
}
#contents02 .textArea .frame img {
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 5px;
}
#contents02 .column {
	position: relative;
}
#contents02 .shinki {
	position: absolute;
	right: 0;
	left: 0;
	top: -180px;
	
}
#contents02 .shinki img {
	width: 30%;
	height: auto;
	transform: rotate( -30deg );
}
.midashi01 p {
	margin: 10px auto 0;
	padding: 0 20px;
	display: inline-block;
	font-size: 2.0rem;
	font-weight: bold;
	color: #80A016;
	border-bottom: 2px solid #80A016;
 }
.midashi02 p {
	font-size: 2.5rem;
	font-weight: bold;
	color: #B68100;
}
.midashi02 p span {
	font-size: 2.7rem;
}
#contents02 .omake {
	margin: 40px 0 0;
}
#contents02 .omakeBox dl {
	width: 90%;
	margin: 10px;
	position: relative;
	padding: 10px 10px;
	border: 4px solid #CBCBCB;
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
}
#contents02 .omakeBox dl dt {
	padding: 0 0 10px 50px;
	border-bottom: 1px dashed #666666;
	font-size: 2.0rem;
	font-weight: bold;
	color: #80A016;
}
#contents02 .omakeBox dl dd {
	padding: 10px 0 0;
	font-size: 1.4rem;
}
.close-ribbon {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	position: absolute;
	top: 16px;
	left: 5px;
	padding-top: 8px;
	z-index: 1;
	text-align: center;
	color: #957000;
	font-size: 4.5rem;
	width: 1em;
	line-height: 0.5em;
	-webkit-transition: line-height 0.5s;
	transition: line-height 0.5s;
}
.close-ribbon:after {
	content: "";
	font-size: 0.5em;
	position: absolute;
	height: 4em;
	border: 1em solid #ffe700;
	z-index: -1;
	top: -1em;
	border-top-width: 1.5em;
	border-bottom-width: 0.8em; /*下の三角*/
	border-bottom-color: transparent;
	right: 0;
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
}
}




/* contents03 */
#contents03 {
	margin: 70px 0;
}
#contents03 h2 em {
	color: #80BB25;
}
#contents03 .voiceArea dl {
	margin-top: 30px;
	padding: 15px 15px 0;
	border: 4px solid #CBCBCB;
	border-radius: 10px;
	background-color: #FFF8F3;
}
#contents03 .voiceArea dl dt {
	padding-bottom: 15px;
	font-size: 2.8rem;
	color: #80A016;
	text-align: center;
	border-bottom: 1px solid #80A016;
}
#contents03 .voiceArea dl dd {
	padding: 20px 10px;
	font-size: 1.6rem;
}
#contents03 p span {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #787878;
}
#contents03 .voiceArea dl dd img {
	float: left;
	margin-right: 20px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #C5C5C5;
}
#contents03 .torihiki {
	width: 94%;
	margin: 70px auto;
}
#contents03 .torihiki p {
	margin-bottom: 5px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #BB8E3B;
	text-align: center;
}
#contents03 .torihikiBox {
	padding: 20px;
	border: 1px dashed #957000;
}
#contents03 .torihikiBox ul {
	list-style: none;
	font-size: 2.0rem;
}
#contents03 .torihikiBox ul li {
	color: #000;
	float: left;
	line-height: 1.8;
	margin-right: 30px;
}
#contents03 .torihikiBox ul li:before {
	content: "●";
	color: #BB8E3B;
	margin-right: 5px;
	font-size: 1.2rem;
	vertical-align:text-top;
}
#contents03 .torihikiBox ul li:last-child:before {
	content: "";
}
#contents03 .torihikiBox ul li:last-child {
	color: #4D4D4D;
}
@media screen and (max-width:767px) {
#contents03 {
	margin: 50px 0;
}
#contents03 .voiceArea dl dt {
	padding-bottom: 0px;
	font-size: 2.0rem;
	text-align: left;
}
#contents03 p span {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #787878;
}
#contents03 .voiceArea dl dd img {
	float: none;
	margin-left: 28%;
	margin-right: 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #C5C5C5;
}
#contents03 .torihikiBox ul {
	list-style: none;
	font-size: 1.6rem;
}
}








/*　contents04　*/
#contents04 {
	padding: 70px 0;
	background: url(../img/bg-green.jpg) repeat left top;
	background-size: 22px 20px;
}
#contents04 #expert {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 50px 0;
}
#expert .expertBox {
	width: 49%;
	padding: 20px;
	background-color: #FFFFC5;
	border-radius: 10px;
	font-size: 1.6rem;
	line-height: 1.4;
}
#expert .expertBox .expertPhoto {
	float: left;
	width: 152px;
	height: 152px;
}
#expert .expertBox .expertPhoto img {
	padding: 5px;
	border: 1px solid #C5C5C5;
	background-color: #fff;
}
#expert .expertBox .expertPf p.pfmidashi {
	margin-bottom: 10px;
	font-size: 2.3rem;
	font-weight: bold;
	color: #80A016;
}
#expert .expertBox .expertPf p span {
	font-weight: bold;
	color: #B68100;
}
#expert .expertBox .expertPr span {
	display: block;
	margin: 15px 0 0;
	font-weight: bold;
	color: #B68100;
	
}
#staff {
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
#staff h4 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 3.7rem;
	font-weight: bold;
	border-bottom: 1px dashed #808080;
}
#staff h4 span {
	font-size: 4.5rem;
	color: #E48F00;
}
#staff .bunya01 {
	float: left;
	width: 55%;
	margin: 0 4% 0 1%;
	font-size: 1.8rem;
	text-align: center;
}
#staff .bunya01 p {
	text-align: left;
}
#staff .bunya01 img {
}
#staff .bunya02 {
	float: left;
	width: 40%;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #80A016;
}
#staff .bunya02 img {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #80A016;
}
@media screen and (max-width:767px) {
#contents04 {
	padding: 30px 0;
}
#contents04 #expert {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0;
}
#expert .expertBox {
	width: 100%;
	margin: 0 0 20px;
	padding: 20px;
	background-color: #FFFFC5;
	border-radius: 10px;
	font-size: 1.6rem;
	line-height: 1.4;
}
#expert .expertBox .expertPhoto {
	float: none;
	width: 152px;
	height: 152px;
	margin: 0 auto;
}
#expert .expertBox .expertPhoto img {
	padding: 5px;
	border: 1px solid #C5C5C5;
	background-color: #fff;
}
#expert .expertBox .expertPf p.pfmidashi {
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #80A016;
}
#expert .expertBox .expertPf p.pfmidashi br {
	display: none;
}
#expert .expertBox .expertPf p span {
	font-weight: bold;
	color: #B68100;
}
#expert .expertBox .expertPr span {
	display: block;
	margin: 15px 0 0;
	font-weight: bold;
	color: #B68100;
	
}
#staff {
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
#staff h4 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	border-bottom: 1px dashed #808080;
}
#staff h4 span {
	font-size: 2.5rem;
	color: #E48F00;
}
#staff .bunya01 {
	float: none;
	width: 100%;
	margin: 0 0 20px;
	font-size: 1.8rem;
	text-align: center;
}
#staff .bunya01 p {
	text-align: left;
}
#staff .bunya01 img {
	width: 90%;
	height: auto;
}
#staff .bunya02 {
	float: none;
	width: 100%;
	font-size: 1.6rem;
}
#staff .bunya02 img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}
}





/* contents05 */
.contents05 {
	padding: 70px 0;
}
.contents05 .submidashi,
.contents05 .submidashi2 {
	font-size: 1.8rem;
	text-align: center;
	position: relative;
}
.contents05 .submidashi span {
	position: absolute;
	top: -120px;
	left: 30px;
}
.contents05 .priceTable {
	margin: 50px 0 0;
	padding: 15px;
	background-color: #FFFAF5;
	border: 4px solid #CDCDCD;
	border-radius: 10px;
	position: relative
}
.contents05 .priceTable h4 {
	margin-bottom: 10px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #80A316;
	text-align: center;
}
.contents05 .priceTable h4 span{
	font-size: 1.7rem;
	font-weight: normal;
	color: #000;
}
.contents05 .priceTable table {
	width: 100%;	
	border-collapse: collapse;
	border-right: 1px solid #A7C561; 
	border-bottom: 1px solid #A7C561;
	border-top: 1px solid #A7C561;
}
.contents05 .priceTable table th {
	background-color: #FFFFDC;
	border-left: 1px solid #A7C561; 
	border-bottom: 1px solid #A7C561;
	padding: 10px 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #4A7D00;
	text-align: center;
	width: 15%;
}
.contents05 .priceTable table td {
	background-color: #fff;
	border-left: 1px solid #A7C561; 
	border-bottom: 1px solid #A7C561;
	padding: 10px 0;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	width: 15%;
}
.contents05 .priceTable table th:first-child,
.contents05 .priceTable table td:first-child {
	width: 25%;
	text-align: left;
	padding-left: 20px;
}
.contents05.secondpricetable .priceTable table tr:nth-child(1) td:last-child {
    text-align: left;
    padding: 10px 0 10px 19px;
}
.contents05 .priceTable .point {
	margin-top: 7px;
	padding: 10px 0;
	background-color: #F09B00;
	border-radius: 0 0 10px 10px;
	font-size: 2.5rem;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	color: #FFFFD4;
}
.contents05 .priceTable .point span {
	font-size: 3.5rem;
	color: #fff;
}

.contents05 .saiyasune {
	position: absolute;
	top: 100px;
	right: 0px;
}
#contents05mini {
	padding: 60px 0;
	background-color: #F4FBDB;
}
#contents05mini h3 {
	font-size: 3.8rem;
	line-height: 1.3;
	color: #333;
	text-align: center;
}
#contents05mini h3 span {
	display: block;
	font-size: 4.8rem;
	color: #E79200;
}
#contents05mini .option {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contents05mini .optionBox {
	margin: 10px 0;
	width: 49%;
	padding: 15px 0;
	border: 4px solid #C8C8C8;
	background-color: #fff;
	border-radius: 10px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #A7C561;
	text-align: center;
}
#contents05mini .optionBox p {
	padding: 0 3%;
	font-size: 1.6rem;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.contents05 .serviceTable {
	margin: 100px 0 50px;
}

.contents05 .serviceTable table {
	width: 100%;
	margin-top: 30px;
	border-collapse: collapse;
	border-right: 1px solid #CABA84; 
	border-bottom: 1px solid #CABA84;
	border-top: 1px solid #CABA84;
}
.contents05 .serviceTable table th {
	background-color: #F4FBDB;
	border-left: 1px dashed #CABA84; 
	border-bottom: 1px solid #CABA84;
	padding: 10px 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #4A7D00;
	text-align: center;
	width: 30%;
}
.contents05 .serviceTable table td {
	background-color: #fff;
	border-left: 1px dashed #CABA84; 
	border-bottom: 1px solid #CABA84;
	padding: 10px 0;
	font-size: 2.0rem;
	text-align: center;
	width: 30%;
}
.contents05 .serviceTable table th:first-child,
.contents05 .serviceTable table td:first-child {
	width: 40%;
	text-align: left;
	padding-left: 20px;
	border-left: 1px solid #CABA84;
	font-size: 1.8rem;
	font-weight: bold;
}
.contents05 .serviceTable table td span {
	color: #4A7D00;
}

.contents05 .serviceTable table td:first-child span {
	font-size: 1.7rem;
	font-weight: normal;
	color: #000;
}
@media screen and (max-width:767px) {
.contents05 {
	padding: 50px 0;
}
.contents05 .submidashi {
	font-size: 1.6rem;
	text-align: left;
	position: relative;
	padding-left: 100px;
}
.contents05 .submidashi2 {
	font-size: 1.6rem;
	text-align: left;
	position: relative;
	padding: 0 16px;
}
.contents05 .submidashi span {
	position: absolute;
	top: 0;
	left: 0;
}
.contents05 .submidashi span img {
	width: 60%;
	height: auto;
}
.contents05 .priceTable {
	margin: 50px 0 0;
	padding: 15px 10px;
	background-color: #FFFAF5;
	border: 4px solid #CDCDCD;
	border-radius: 10px;
}
.contents05 .priceTable h4 {
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #80A316;
	text-align: center;
}
.contents05 .priceTable h4 span{
	font-size: 1.2rem;
	font-weight: normal;
	color: #000;
}
.contents05 .priceTable table {
	width: 100%;	
	border-collapse: collapse;
	border: none;
	display: block;
	position: relative;
	background-color: #fff;
}
.contents05 .priceTable table thead {
	display: block;
	float: left;
}
.contents05 .priceTable table tbody {
	width: auto;
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.contents05 .priceTable table th {
	background-color: #FFFFDC;
	border-left: 1px solid #A7C561; 
	border-bottom: 1px solid #A7C561;
	padding: 0;
	font-size: 1.2rem;
	font-weight: bold;
	color: #4A7D00;
	text-align: center;
	width: 100%;
	height: 60px;
	display: flex;
	display: -webkit-flex; /* Safari */
	-webkit-align-items: center; /* Safari */
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.contents05 .priceTable table td {
	background-color: #fff;
	border-right: 1px solid #A7C561; 
	border-bottom: 1px solid #A7C561;
	padding:0;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 60px;
	display: flex;
	display: -webkit-flex; /* Safari */
	-webkit-align-items: center; /* Safari */
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;	
}
.contents05 .priceTable table thead tr {
	display: block;
}
.contents05 .priceTable table tbody tr {
	display: inline-block;
	margin-right: -1px;
	width: 100%;
}
.contents05 .priceTable table th:first-child,
.contents05 .priceTable table td:first-child {
	width: 100%;
	text-align: center;
	padding: 15px 10px;
	border-top: 1px solid #A7C561; 
}
.contents05 .priceTable table tr:nth-child(1) td:last-child {
	text-align: center;
	padding-left: 0;
}
.contents05.secondpricetable .priceTable table tr:nth-child(1) td:last-child {
    text-align: center;
    padding: 10px 0 10px 0;
}
.contents05 .priceTable .point {
	margin-top: 7px;
	padding: 10px;
	background-color: #F09B00;
	border-radius: 0 0 10px 10px;
	font-size: 1.7rem;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	color: #FFFFD4;
}
.contents05 .priceTable .point span {
	font-size: 2.0rem;
	color: #fff;
}

.contents05 .saiyasune {
	position: absolute;
	top: 330px;
	left: 80px;
	right: 0;
	z-index: 2;
}
.contents05 .saiyasune img {
	width: 18%;
	height: auto;
	transform: rotate( -30deg );
}
#contents05mini {
	padding: 30px 0;
	background-color: #F4FBDB;
}
#contents05mini h3 {
	font-size: 1.5rem;
	line-height: 1.3;
	color: #333;
	text-align: center;
}
#contents05mini h3 span {
	display: block;
	font-size: 1.8rem;
	color: #E79200;
}
#contents05mini .option {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contents05mini .optionBox {
	margin: 10px 0;
	width: 100%;
	padding: 15px 0;
	border: 4px solid #C8C8C8;
	background-color: #fff;
	border-radius: 10px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #A7C561;
	text-align: center;
}
#contents05mini .optionBox img {
	width: 94%;
	height: auto;
}
#contents05mini .optionBox p {
	padding: 0 3%;
	font-size: 1.6rem;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.contents05 .serviceTable {
	margin: 100px 0 50px;
}


.contents05 .serviceTable table {
	width: 100%;
	margin-top: 30px;
	border-collapse: collapse;
	border-right: 1px solid #CABA84; 
	border-bottom: 1px solid #CABA84;
	border-top: 1px solid #CABA84;
}
.contents05 .serviceTable table th {
	background-color: #F4FBDB;
	border-left: 1px dashed #CABA84; 
	border-bottom: 1px solid #CABA84;
	padding: 10px 0;
	font-size: 1.3rem;
	font-weight: bold;
	color: #4A7D00;
	text-align: center;
	width: 33%;
}
.contents05 .serviceTable table td {
	background-color: #fff;
	border-left: 1px dashed #CABA84; 
	border-bottom: 1px solid #CABA84;
	padding: 0;
	font-size: 1.8rem;
	text-align: center;
	width: 33%;
	height: 60px;
	vertical-align: middle;
}
.contents05 .serviceTable table th:first-child,
.contents05 .serviceTable table td:first-child {
	width: 34%;
	text-align: left;
	padding-left:5px;
	border-left: 1px solid #CABA84;
	font-size: 1.3rem;
	font-weight: bold;
}
.contents05 .serviceTable table td span {
	display: block;
	color: #4A7D00;
	font-size: 1.2rem;
}

.contents05 .serviceTable table td:first-child span {
	font-size: 1.1rem;
	font-weight: normal;
	color: #000;
}
}







/* contents06 */
#contents06 {
	padding: 70px 0;
	background: url(../img/bg-green.jpg) repeat left top;
	background-size: 22px 20px;
	text-align: center;
}
#contents06 h3 {
	font-size: 3.4rem;
	color: #B98400;
}
#contents06 .column {
	margin: 15px 0;
	padding: 20px;
	background-color: #FFFFE6;
}
#contents06 .firstcolumn {
	margin-top: 30px;
	padding: 20px;
	background-color:transparent;
}
#contents06 .lastcolumn {
	margin: 15px 0;
	padding: 15px;
	background-color: #fff;
	font-size: 4.0rem;
	font-weight: bold;
	color: #E17F00;
		
}
#contents06 .column .textArea {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: left;
	width: 920px;
	margin: 20px auto;
}
#contents06 .column .textArea.dpblk{ display:block; text-align:center;}
#contents06 .column .textArea p {
	font-size: 2.0rem;
	-webkit-flex: 1;
	flex: 1;
}
#contents06 .column .textArea p span {
	font-size: 1.8rem;
	color: #333;
}
#contents06 .column .textArea .btn1,
#contents06 .column .textArea .btn2 {
	margin-left: 20px;
}
#contents06 .column .textArea .photo {
	margin-left: 20px;
}
#contents06 .column .textArea .photo img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #C8C8C8;
}
#comImg {
	/*height: 267px;*/
	margin: 20px 0 25px;
	padding: 0;
	background-color: #F5F5F5;
	text-align: center;
}
#comImg img{ vertical-align:bottom;}div#comImg p {      font-size: 45px;    font-weight: bold;    padding: 10px 0;    margin: -88px auto 0;    width: 1090px;    color: #fff;    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;    font-family: "メイリオ", Meiryo;    text-align: left;    line-height: normal;}
div#comImg p span {     font-size: 25px;    float: right;    position: relative;    text-align: right;    margin: 20px 0 0 0;}
@media screen and (max-width:767px) {
#contents06 {
	padding: 50px 0;
}
#contents06 h3 {
	font-size: 2.0rem;
	color: #B98400;
}
#contents06 .column .textArea {
	display: block;
	text-align: center;
	width: 100%;
	margin: 20px 0;
}
#contents06 .column .textArea p {
	font-size: 1.5rem;
	margin-bottom: 15px;
	text-align: left;
}
#contents06 .column .textArea p span {
	font-size: 1.3rem;
	color: #333;
}
#contents06 .column .textArea .btn1,
#contents06 .column .textArea .btn2 {
	margin: 0 auto;
}
#contents06 .column .textArea .btn1 img,
#contents06 .column .textArea .btn2 img {
	width: 100%;
	height: auto;
}
#contents06 .column .textArea .photo {
	margin: 0 auto;
}
#contents06 .column .textArea .photo img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #C8C8C8;
}
#comImg {
	height: auto;
	margin: 20px 0 0;
	padding: 0;
	background-color: #F5F5F5;
	text-align: center;
}
#comImg img {
	width: 100%;
	height: auto;
}
}
/* ----------------------------------------------
footoer
----------------------------------------------*/
footer {
	min-width: 980px;
	margin-top: 35px;
 }
#footerNav {
	padding: 15px 0;
	background-color: #F5F5F5;
}
#footerNav ul {
	width: 960px;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
}
	
#footerNav li {
	border-left: 1px solid #000;
	padding: 0 10px;
}
#footerNav li:first-child {
	border-left: none;
}
#footerNav li a {
	color: #000;
	text-decoration: none;
}
#footerBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 20px 0 0;
}
#leftBox {
	width: 400px;
	font-size: 1.3rem;
}
#rightBox {
	width: 540px;
	margin-top: 10px;
}
#rightBox ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
}
#rightBox ul li {
	width: 100%;
	border-left: 1px dashed #858585;

}
#rightBox ul li a {
	display: block;
	width: 100%;
	padding: 0 10px;
}
#rightBox ul li:first-child {
	border-left: none;
}
#rightBox .footerIso {
	margin: 20px 0;
	width: 100%;
	padding: 20px 10px;
	background-color: #FAFAFA;
}
#rightBox .ninshou {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#rightBox p {
	font-size: 1.1rem;
	color: #4D4D4D;
}
#copyright {
	margin: 50px 0;
	font-size: 1.1rem;
	text-align: center;
	color: #4D4D4D;
}

@media screen and (max-width:767px) {
footer {
	width: 100%;
	min-width: 320px;
	margin-top: 120px;
 } 
#footerNav {
	padding: 15px 0;
	background-color: #F5F5F5;
}
#footerNav ul {
	width: 94%;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	background-color: #fff;
}
#footerNav li {
	width: 45%;
	border-left: none;
	border-bottom: 1px solid #000;
	padding: 10px 5px;
	margin: 0 1%;
}
#footerNav li:nth-child(2n+1) {
	width: 50%;
}
#footerNav li:last-child {
	border-bottom: none;
}
#footerBox {
	-webkit-flex-direction: column;
	flex-direction: column;
	margin: 20px 0 0;
}
#leftBox {
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
}
#rightBox {
	width: 100%;
	margin-top: 30px;
}
#rightBox ul li img {
	width: 100%;
	height: auto;
}
#rightBox .footerIso {
	margin: 20px 0;
	width: 100%;
	padding: 20px 10px;
	background-color: #FAFAFA;
}
#rightBox .ninshou {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 1.1rem;
}
#rightBox .ninshou img {
	margin-left: 15px;
}
#rightBox p {
	margin-top: 10px;
	font-size: 1.1rem;
	color: #4D4D4D;
}
#copyright {
	margin: 50px 0;
	padding: 0 11px;
	font-size: 1.1rem;
	text-align: center;
	color: #4D4D4D;
}

}

/* ----------------------------------------------
totop
----------------------------------------------*/
#totop {
	position: fixed;
	z-index: 99;
	right: 50px;
	bottom: 20px;
}
@media screen and (max-width:767px) {
#totop {
	position: fixed;
	z-index: 99;
	right: 10px;
	bottom: 5px;
}
div#comImg p {    font-size: 25px;    margin: -100px 0 0 10px;    text-align: left;width: 100%;}
div#comImg p span {    font-size: 20px;    float: left;    position: relative;    text-align: left;    margin: 0;    width: 100%;}
.link {    display: block;}
.link:after {    right: 10px;    bottom: -10px;    background-size: 45%;    background-repeat: no-repeat;    background-position: right bottom;}
body main{ overflow-x:hidden; }
body{ overflow:scroll !important; }
.cta-top-txt {    top: 5px;    font-size: 13px;}
.new-big-cta .request {    display: block;    margin: auto;    text-align: center;}
}

/* ----------------------------------------------
hover
----------------------------------------------*/
@media screen and (min-width:768px) {
.headerBtn02 a:hover {
	background-color: #dc6e00;
}
.simulation a,
.btn1 a{
	display: inline-block;
	background: url(../img/btn01-over.png) no-repeat 0 0;
}
.request a,
.btn2 a {
	display: inline-block;
	background: url(../img/btn02-over.png) no-repeat 0 0;
	}
.priceBnt a {
	display: inline-block;
	background: url(../img/contents02-photo05-over.png) no-repeat 0 0;
}
.simulation a:hover img, .request a:hover img, .btn1 a:hover img, .btn2 a:hover img, .priceBnt a:hover img {
	visibility: hidden;
}
#footerNav li a:hover {
	text-decoration: underline;
}
#rightBox ul li a:hover {
	/*background-color: #F5F5F5;*/
	 opacity: 0.7;
}
}

