@charset "utf-8";

html, body,div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
ul {
	letter-spacing:-.4em;
}
li {
	letter-spacing:normal
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th{
	text-align:left;
	font-weight:normal;
}
*{
	box-sizing:border-box;
}

/*------------------
       common
--------------------*/
a{
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
}
img{
	display:block;
	vertical-align:bottom;
	height:auto;
}
h1,h2{
	font-weight:bold;
}
h2{
	color:#2EB6AA;
}
.txt_c{text-align:center;}
.bld{font-weight:bold;}
.innr{
	margin:auto;
	width:100%;
}

/*********layout **********/
body{
	color:#6F604E;
	background:#fff;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.btn01{
	background:url(../images/img_03.png) no-repeat 0 0;
}
.btn02{
	background:url(../images/img_04.png) no-repeat 0 0;
}
.container{
	max-width:80%;
	margin:0 auto;
}
.header-wrap{
	position: relative;
	width:100%;
	margin:0 auto;
}
.header-wrap img{
	width:100%;
}
.btn{
	position: absolute;
	top:80%;
	left:17%;
}
.btn01{
	overflow: hidden;
	float:left;
	width:47.5%;
}
.btn02{
	float: left;
	width:47.5%;
	margin-left:5%;
}
/*-------*/
.one img{
	width:100%;
}
h3{
	color:#1797bb;
	font-size: 36px;
	margin:20px 0;
}
.one .container .contents {
	display: flex;
	justify-content: space-between;
}
.one .contents .img-wrap{
	width: 45%;
	height: auto;
}
.one .contents .img-wrap img{
	width: 100%;
	height: auto;
}
.one .contents .desc{
	width: 52%;
	height: auto;
}
.one .contents .desc p{
	font-size: 20px;
}

/*-------*/
.container .kouka-contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.container .kouka-contents .tw-con{
	width:17%;
	height: auto;
	margin-bottom: 16px;
}
.container .kouka-contents .tw-con p{
	text-align: center;
}
.tw-con img{
	width:100%;
	height: auto;
}

/*-------*/
h4{
	color:#753317;
	font-size: 30px;
}

.three{
	clear:both;
}
.three-top h4{
	margin-bottom:40px;
}
.three-top p{
	color:#dc3e57;
	font-size: 36px;
	text-align: center;
}
.three-main{
	position: relative;
}
.three h4{
	text-align: center;
}
.three1,.three2,.three-right{
	float:left;
}
.three1,.three2{
	width:38%;
	position: relative;
}
.three1 img,.three2 img{
	width:80%;
	margin:0 auto;
}
.three1 h4,.three2 h4{
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top:10%;
}
.three1 h4{
	left:37%;
}
.three2 h4{
	left:26%;
}
.three1 ul,.three2 ul{
	position: absolute;
	top:30%;
	left:20%;
	font-size: 18px;
}
.three-right{
	margin-top:90px;
	width:24%;
}
.three-right img{
	width:70%;
	margin: 0 auto;
}
/*------*/
.three3 h4{
	clear: both;
	padding:40px 0;
}
.three3 h4 span{
	border-bottom:5px solid#ff93b9;
}
.three3 .img-contents {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.three3 .img-contents .img-wrap{
	width: 45%;
	height: auto;
	margin-right: 2%;
}
.three3 .img-contents .img-wrap + .img-wrap{
	width: 26%;
	height: auto;
	margin-right: 2%;
}
.three3 .img-contents .img-wrap img{
	width: 100%;
	height: auto;
}
@media (max-width: 768px) {
.three3 .img-contents {
	display: block;
}
.three3 .img-contents .img-wrap{
	width: 100%;
	margin-right: 0;
}
.three3 .img-contents .img-wrap + .img-wrap{
	width: 70%;
	margin: 10px auto 20px;
}

}
.three3-p{
	width:55%;
	float:left;
	font-size: 16px;
	line-height: 2;
}
.three3-img{
	width:45%;
	float:left;
}
.three3-img img{
	width:100%;
}
.sarani{
	float:left;
	margin-top:50px;
}
.sarani p{
	font-size: 40px;
	line-height: 2;
	color:#fff;
	background-color: #dc3e57;
	width:150px;
	height:150px;
	text-align: center;
	border-radius: 50%;
	float:left;
	padding-top:35px;
}
.four{
	clear:both;
}
.four h4{
	float:left;
	font-size: 30px;
	width:80%;
	line-height: 2;
	margin:20px 0 0 20px;
}
.four p{
	clear:both;
	font-size: 20px;
	margin-bottom:30px;
}
table tr td,table tr th{
	background-color: #ebebeb;
	border:1px solid #dee0e1;
}
table{
	margin-bottom:50px;
}
table th{
	text-align: center;
	font-weight: bold;
	line-height: 2.5;
}
table td{
	padding-left:30px;
	line-height: 2.5;
}
.table1 p,.table2 p{
	padding-bottom:20px;
}
.five-images{
	width:100%;
	margin:0 auto;
}
.five-images img{
	width:26%;
	margin:0 3.5%;
	float:left;
}
.six h3{
	clear: both;
	padding:40px 0 0 0;
}
.six p{
	font-size: 18px;
	padding: 20px 0;
}
.seven{
	margin-bottom:100px;
}
.seven-img img{
	margin:0 auto;
	width:100%;
}
@media screen and (max-width: 1279px) {
.btn{
	left:25%;
}
.btn01{
	width:30%;
}
.btn02{
	width:30%;
}
.three1 h4,.three2 h4{
	font-size: 18px;
	top:10%;
}
.three1 ul,.three2 ul{
	left:20%;
	font-size: 10px;
}
.three-right{
	margin-top:50px;
	width:24%;
}
.four h4 {
    font-size: 20px;
    width: 70%;
}

}
@media screen and (max-width: 992px) {
.container .kouka-contents .tw-con {
  width:31%;
}
}
@media screen and (max-width: 767px) {
.container{
	max-width:90%;
	margin:0 auto;
}
h4 {
  font-size: 24px;
}
/*------*/
.one .container .contents {
  display: block;
}
.one .container .contents {
  display: block;
}
.one .contents .img-wrap{
	width: 100%;
	margin-bottom: 20px;
}
.one .contents .desc{
	width: 100%;
	margin-bottom: 30px;
}
.one .contents .desc p{
	font-size: 16px;
}
/*-----*/
.container .kouka-contents .tw-con {
  width:45%;
}
/*-----*/

.three-top p {
	font-size: 22px;
	padding-bottom:10px;
}
.three1 h4, .three2 h4 {
	font-size: 16px;
	top: 8%;
}
.three1 h4 {
  left: 40%;
}
.three2 h4 {
  left: 25%;
}
.three1 ul, .three2 ul {
	top: 35%;
	font-size: 10px;
}
.three-right{
	margin-top:50px;
}
/*------*/
.sarani p {
	font-size: 20px;
	line-height: 1.0;
	width: 100px;
	height: 100px;
	padding-top: 30px;
}
.four h4 {
	font-size: 20px;
	width: 80%;
	line-height: 1;
	margin: 20px 0 0 20px;
}

.btn{
	left:25%;
}
.btn01{
	width:30%;
}
.btn02{
	width:30%;
}
h3 {
	font-size: 20px;
}
h4 {
  font-size: 20px;
}
.three-top p {
	font-size: 20px;
}
.three1,.three2{
    width: 100%;
}
.three1 img, .three2 img {
	width: 80%;
}
.three1 h4, .three2 h4 {
	font-size: 24px;
	top: 8%;
}
.three1 h4 {
  left: 35%;
}
.three2 h4 {
  left: 22%;
}
.three1 ul, .three2 ul {
	top: 35%;
	left:15%;
	font-size: 14px;
}
.three-right{
		margin: 20px auto 20px 35%;
}
.three-right img {
    width: 100%;
		margin: 20px auto;
		transform: rotate(90deg);
}

.three3-p{
	width:100%;
	font-size: 12px;
}
.three3-img{
	width:100%;
}
.sarani p{
	margin-left:100px;
}
.four h4 {
	float: left;
	font-size: 20px;
	width: 100%;
	line-height: 1.5;
	margin: 20px 0 0 0px;
}
table{
	font-size: 10px;
}
}

@media screen and (max-width: 320px) {
h4 {
  font-size: 18px;
}
.three1 h4, .three2 h4 {
	font-size: 18px;
}
.three2 h4 {
  left: 22%;
}
.three1 ul, .three2 ul {
	top: 35%;
	left:15%;
	font-size: 12px;
}
.three-top p {
    font-size: 18px;
}
.sarani p {
	margin-left: 80px;
}
}

@media all and (-ms-high-contrast: none){/* IE10以上 */
}
