@charset "utf-8";

.mincho {
    font-family: 'Lora', serif;
}
/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px) {
    .res {
	padding-top: 40px;
		}
		.relax-main {
        padding-top: 20px;
    }
		.cont_under {
	font-size: 14px;
	color: #333;
	padding-bottom: 80px;
		}
	  .pc_hidden {
			display:none;
		}
		.cont_under .underH3 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	height: 45px;
	background-image: url(../images/h3bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 24px;
	color: #3F1000;
	padding-left: 120px;
	font-weight: normal;
		}
		.cont_under .contBlock {
	padding-top: 35px;
	padding-bottom: 100px;
	height: auto;
	width: 1000px;
	display: block;
	text-align: left;
		}
		.cont_under .contBlock .contTxt {
	line-height: 28px;
	font-size: 14px;
		}
.trouble_copy {
	padding-bottom: 20px;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 75px;
}
.concept_txt {
	text-align: center;
	padding-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
.trouble {
	background-color: #E3ECE6;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
}
.trouble_ttl {
	top: -10px;
	position: absolute;
	left: 50%;
	margin-left: -77px;
	padding-bottom: 10px;
}
.trouble ul {
	text-align: left;
}
.trouble li {
	padding-left: 20px;
	background-image: url(../images/listIcon1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.trouble_img1 {
	width: 96%;
}
.trouble_img1 img {
	width: 100%;
	box-shadow: 2px 2px 10px 0 #CCC;
	-webkit-box-shadow: 2px 2px 10px 0 #CCC;
	-moz-box-shadow: 2px 2px 10px 0 #CCC;
	box-sizing: border-box;
	border: 5px solid #FFF;
}
.trouble_list {
}
.trouble_list li {
	background-image: url(../images/listIcon1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 14px;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.flow_box {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 20px;
	background-color: #FFF;
}
.flow_nam {
	height: 55px;
	width: 85px;
	position: absolute;
	top: -25px;
	right: 0px;
}

.flow_ttl {
	font-size: 16px;
	color: #538961;
	font-weight: bold;
	line-height: 42px;
	padding-bottom: 10px;
}
.flow_img {

}
.flow_txt {
	padding-top: 15px;
}
.course_box {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E3ECE6;
	box-shadow: 2px 2px 10px 0 #CCC;
	-webkit-box-shadow: 2px 2px 10px 0 #CCC;
	-moz-box-shadow: 2px 2px 10px 0 #CCC;
	box-sizing: border-box;
	padding-bottom: 15px;
}
.course_img {
}
.course_ttl {
	font-size: 15px;
	font-weight: bold;
	color: #3F1000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.course_txt {
	font-size: 14px;
	color: #333;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.course_table {
	width: 290px;
	color: #528860;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	margin-top: 15px;
}
.course_table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #538961;
	text-align: left;
}
.course_table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #538961;
	font-weight: bold;
	text-align: right;
}
.menu-heading {
	font-size: 28px;
	color: #528860;
	line-height: 40px;
	vertical-align: middle;
	font-weight: normal;
}
.jp-head {
	vertical-align: middle;
	font-weight: normal;
	font-size: 13px;
	color: #3F1000;
	padding-left: 10px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ","meiryo", "Lucida Grande", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.relax_table {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	color: #3F1000;
}
.relax_table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #538961;
	padding-top: 10px;
	padding-bottom: 8px;
	font-weight: normal;
	text-align: left;
}
.relax_table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #538961;
	text-align: right;
}
}
/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px){

    .res {
	padding-top: 40px;
		}
		.relax-main {
        padding-top: 20px;
    }
		.cont_under {
	font-size: 14px;
	color: #333;
	padding-bottom: 80px;
		}

		.cont_under .underH3 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	height: 45px;
	background-image: url(../images/h3bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 18px;
	color: #3F1000;
	font-weight: normal;
	text-align: center;
	width: 100%;
		}weight: normal;
		}
		.cont_under .contBlock {
	padding-top: 20px;
	padding-bottom: 40px;
	height: auto;
	width: 100%;
	display: block;
	text-align: left;
		}
		.cont_under .contBlock .contTxt {
	line-height: 28px;
	font-size: 14px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
		}
.concept_ttl {
	padding-bottom: 20px;
}
.concept_txt {
	text-align: center;
	padding-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
.trouble {
	background-color: #E3ECE6;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.trouble_ttl {
	top: -10px;
	position: absolute;
	left: 50%;
	margin-left: -77px;
	padding-bottom: 10px;
}
.trouble ul {
	text-align: left;
}
.trouble li {
	padding-left: 20px;
	background-image: url(../images/listIcon1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.relax_img {
	width: 96%;
	float: right;
}
.relax_img img {
	width: 100%;
	box-shadow: 2px 2px 10px 0 #CCC;
	-webkit-box-shadow: 2px 2px 10px 0 #CCC;
	-moz-box-shadow: 2px 2px 10px 0 #CCC;
	box-sizing: border-box;
	border: 5px solid #FFF;
}
.flow_box {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 20px;
	background-color: #FFF;
}
.flow_nam {
	height: 55px;
	width: 85px;
	position: absolute;
	top: -25px;
	right: 0px;
}

.flow_ttl {
	font-size: 16px;
	color: #538961;
	font-weight: bold;
	line-height: 42px;
	padding-bottom: 10px;
}
.flow_img {

}
.flow_txt {
	padding-top: 15px;
}
.course_box {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E3ECE6;
	box-shadow: 2px 2px 10px 0 #CCC;
	-webkit-box-shadow: 2px 2px 10px 0 #CCC;
	-moz-box-shadow: 2px 2px 10px 0 #CCC;
	box-sizing: border-box;
	padding-bottom: 15px;
}
.course_img {
}
.course_ttl {
	font-size: 15px;
	font-weight: bold;
	color: #3F1000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.course_txt {
	font-size: 14px;
	color: #333;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.course_table {
	width: 96%;
	color: #528860;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	margin-top: 15px;
}
.course_table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #538961;
	text-align: left;
}
.course_table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #538961;
	font-weight: bold;
	text-align: right;
}
.menu-heading {
	font-size: 28px;
	color: #528860;
	vertical-align: middle;
	font-weight: normal;
	line-height: 28px;
	padding-bottom: 10px;
}
.jp-head {
	vertical-align: middle;
	font-weight: normal;
	font-size: 13px;
	color: #3F1000;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "meiryo", "Lucida Grande", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 13px;
}
.relax_table {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	color: #3F1000;
}
.relax_table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #538961;
	padding-top: 10px;
	padding-bottom: 8px;
	font-weight: normal;
	text-align: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	background-color: #538961;
}
.relax_table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #538961;
	text-align: left;
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
}

}
