@charset "utf-8";
/* CSS Document */

.bg_color {
  background-color: #F5F3EF;
}

.txt_wrap06 {
	width: 680px;
	margin: 0 auto 0 auto;
	text-align: center;
}

.txt_wrap06 p {
	margin: 0 0 1.8em 0;
}

.img_wrap06 {
	width: 40%;
	margin: 0 auto 5% auto;
}

/* テンプレート*/
.t02_wrap03 {
	width: 980px;
	margin: 0 auto 5% auto;
}

.t02_box03 {
	width: 40%;
	margin: 0 5% 10% 5%;
	float: left;
}
.t02_box03:nth-child(2n) {
	margin-right: 0;	
}
.t02_box03_img {
	width: 100%;
	margin: 0 0 3% 0;
}
.t02_box03_txt {
	font-size: 110%;
	font-weight: 300;
	text-align: center;
	line-height: 1.4em;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	letter-spacing: 0.15em;
}
.t02_box04_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 100%;
	font-weight: 300;
	text-align: center;
	line-height: 1.7em;
}
.t02_box05_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 100%;
	text-align: left;
	line-height: 1.7em;
}
.t02_box06_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 80%;
	text-align: center;
	line-height: 1.7em;
}

/*全体*/
.hidden_box {
    margin: 2em 2em;/*前後の余白*/
    padding: 0;
	font-size: 150%;
	text-align: center;
	line-height: 2.5em;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	letter-spacing: 0.15em;
	}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: none;
    cursor :pointer;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

@media only screen and (max-width: 980px) {

.bg_color {
  background-color: #F5F3EF;
}

.txt_wrap06 {
	width: 90%;
	margin: 0 auto 5% auto;
	text-align: left;
}
.txt_wrap06 p {
	font-size:110%;
	line-height: 1.7em;
	margin: 0 0 1.8em 0;
}

.img_wrap06 {
	width: 75%;
	margin: 0 auto 5% auto;
}

/* テンプレート*/
.t02_wrap03 {
	width: 100%;
	margin: 0 auto 0 auto;
}	
	
.t02_box03 {
	width: 80%;
	margin: 0 10% 20% 10%;
	float: center;
}
.t02_box03:nth-child(2n) {
	margin-right: 0;	
}
.t02_box03_img {
	width: 100%;
	margin: 0 0 3% 0;
}
.t02_box03_txt {
	font-size: 120%;
	font-weight: 300;
	text-align: center;
	line-height: 1.4em;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	letter-spacing: 0.15em;
}
.t02_box04_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 110%;
	font-weight: 300;
	text-align: center;
	line-height: 1.7em;
}
.t02_box05_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 110%;
	text-align: left;
	line-height: 1.7em;
}
.t02_box06_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 110%;
	text-align: center;
	line-height: 1.7em;
}

/*全体*/
.hidden_box {
    margin: 2em 2em;/*前後の余白*/
    padding: 0;
	font-size: 150%;
	text-align: center;
	line-height: 2.5em;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	letter-spacing: 0.15em;
	}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: none;
    cursor :pointer;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}