@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------- 
  text
----------------------------------------------------------------------- */
.red01{
	color: #e60012;
}

.txtStyle01 {
	text-align: center;
	font-size: 26px;
	line-height: 1.7;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width:768px) {
}
/* align
--------------------------------------------------*/
.tL {
	text-align: left !important;
}
.tC {
	text-align: center !important;
}
.tR {
	text-align: right !important;
}
.vT {
	vertical-align: top !important;
}
/* font-weight
--------------------------------------------------*/
.bold {
	font-weight: bold;
}
/* title
--------------------------------------------------*/
#ttlArea {
	padding: 55px 0 51px;
	margin-bottom: 67px;
	background-image: url(../img/common/cmn_title_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#ttlArea .ttlStyle01 {
	text-align: center;
	color: #34918c;
	font-size: 34px;
	line-height: 1.2;
}
.ttlStyle02 {
	text-align: center;
	color: #000;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 48px;
}
.ttlStyle03 {
	color: #34918c;
	font-size: 20px;
	line-height: 1.75;
	margin-bottom: 10px;
}
.ttlStyle04 {
    border-bottom: solid 1px #42b8b0;
    padding-bottom: 14px;
    margin-bottom: 67px;
    color: #42b8b0;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;	
}

@media screen and (max-width:768px) {
#ttlArea {
	padding: 45px 3.5% 40px;
	margin-bottom: 55px;
	background-size: auto 100%;
}
#ttlArea .ttlStyle01 {
	font-size: 24px;
}
.ttlStyle02 {
	font-size: 18px;
	margin-bottom: 20px;
}
.ttlStyle03 {
	font-size: 16px;
}
.ttlStyle04 {
    padding-bottom: 7px;
    margin-bottom: 20px;
	font-size: 18px;
    line-height: 1.2;
}	
}
/* ----------------------------------------------------------------------- 
  other
----------------------------------------------------------------------- */
.fL {
	float: left;
}
.fR {
	float: right;
}
.cB {
	clear: both;
}
.spOnly {
	display: none;
}

@media screen and (max-width:768px) {
.pcOnly {
	display: none !important;
}
.spOnly {
	display: block;
}
}
/* button
--------------------------------------------------*/
[class*="btnStyle"] {
	display: block;
	line-height: 1.0;
}
[class*="btnStyle"]:hover {
	text-decoration: none;
	opacity: 0.75;
}
.btnStyle01 {
	width: 285px;
	text-align: center;
	color: #fff;
	padding: 8px 30px 6px 0;
	background-color: #42b8b0;
	background-image: url(../img/common/cmn_arrow01.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto 100%;
  cursor: pointer;
}
.btnStyle02 {
	width: 380px;
	color: #fff;
	padding: 8px 38px;
	background: url(../img/common/cmn_ico_pdf01.png) no-repeat left 15px center , url(../img/common/cmn_arrow01.gif) no-repeat center right #42b8b0;
}
.btnContact01 {
	display: block;
	width: 230px;
	color: #fff;
	line-height: 1.0;
	letter-spacing: 0.05em;
	padding: 11px 0 11px 11px;
	margin: auto;
	background: #42b8b0;
}
.btnContact01:hover {
	text-decoration: none;
	opacity: 0.75;
}
.btnContact01:before {
	display: inline-block;
	content: "";
	width: 22px;
	height: 13px;
	vertical-align: middle;
	margin-right: 14px;
	background: url(../img/common/cmn_ico01.png) no-repeat center;
}

@media screen and (max-width:768px) {
.btnStyle01 {
	width: 75%;
	max-width: 285px;
	padding: 9px 30px 7px 0;
	margin: auto;
}
.btnStyle02 {
	width: 100%;
}
.btnContact01 {
	padding: 12px 0 10px 11px;
}
}
/* box
--------------------------------------------------*/
[class*="boxStyle"]:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.boxStyle01 {
	margin: 0 10px;
}
.boxStyle01 + .boxStyle01 {
	margin-top: 60px;
}
.boxStyle01 .boxImage {
	width: 380px;
	float: left;
}
.boxStyle01 .boxImage img {
	width: 100%;
	border: solid 1px #c9c9c9;
}
.boxStyle01 .boxText {
	width: 475px;
	float: right;
}
.boxStyle01 .boxText p {
	min-height: 9.3em;
}
.boxStyle01.textLeft .boxText {
	float: left;
}
.boxStyle01.textLeft .boxImage {
	float: right;
}

@media screen and (max-width:768px) {
.boxStyle01 .boxImage {
	width: auto;
	margin-bottom: 15px;
	float: none !important;
}
.boxStyle01 .boxText {
	width: auto;
	float: none;
}
.boxStyle01 .boxText .ttlStyle03 {
	text-align: center;
}
.boxStyle01 .boxText p {
	min-height: 0;
	margin-bottom: 1.5em;
}
}

/* 
--------------------------------------------------*/

@media screen and (max-width:768px) {
}
