@charset "utf-8";
/* CSS Document */
/*---------------------- Bg Color ------------------------*/
.bgBeige{
	background-color: #fffaeb;
	margin-bottom:3.33%;
}
.bgBlue{
	background-color: #2e3192;
	margin-bottom:3.33%;
}
.bgNavy{
	background-color: #7dcf86;
	margin-bottom:3.33%;
}
.bgBeige.mBtm0, .bgBlue.mBtm0, .bgNavy.mBtm0{
	margin-bottom:0;
}
@media (max-width: 767px){
.bgBeige, .bgBlue , .bgNavy{
	margin-bottom:6%;
}
}
/*---------------------- Text Color ------------------------*/
.secInner a{
	text-decoration: underline;
	color:#78c3e6;
}
.secInner a:hover{
	color:#2e3192;
	text-decoration: none;
}
.secInner .emphasize{
	color:#2e3192;
	font-weight: bold;
	font-size:1.3em;
}
/*---------------------- Arrow ------------------------*/
.linkBlue{
position: relative;
display: inline-block;
padding: 0 0 0 20px;
margin-left:10px;
color: #78c3e6;
vertical-align: middle;
text-decoration: none;
}
.linkBlue::before,
.linkBlue::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.linkBlue::before{
width: 15px;
height: 15px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #78c3e6;
}
.linkBlue::after{
left: 4px;
width: 4px;
height: 4px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
@media(min-width: 1025px) {
.linkBlue{
	transition: 0.3s;
}
.linkBlue:hover{
	color: #2e3192;
}
}
/*---------------------- Inner ------------------------*/
.secInner{
	padding: 0 0 1px;
	max-width: 1280px;
	margin: 0 auto;
}
.bgBeige .secInner, .bgBlue .secInner, .bgNavy .secInner{
	padding: 3.33% 0 1px;
}
.bgBeige.pTop0 .secInner, .bgBlue.pTop0 .secInner, .bgNavy.pTop0 .secInner {
    padding: 0 0 1px;
}
@media (max-width: 767px){
.secInner{
	padding: 0 0 1px;
}
.bgBeige .secInner, .bgBlue .secInner, .bgNavy .secInner{
	padding: 6% 0 1px;
}
}
/*---------------------- Inner Title h1 ------------------------*/
h1.pageTitle{
	padding:1em 0;
	font-size:2.4em;
	line-heght:150%;
	text-align:center;
	color:#2e3192;
	font-weight:bold;
}
@media (max-width: 767px){
h1.pageTitle{
	font-size:1.5em;
}
}
/*---------------------- Inner Title h2 ------------------------*/
h2.secTitle{
	text-align: center;
	margin-bottom:3.33%;
	font-size:2.4em;
	line-heght:150%;
	color:#2e3192;
	font-weight:bold;
}
@media (max-width: 767px){
h2.secTitle{
	margin-bottom:6%;
	font-size:1.5em;
}
}
/*---------------------- Inner Sub Title h3 ------------------------*/
h3.secSubTitle{
	margin:0 3.33% 1em;
	font-size:1.6em;
	letter-spacing:0.2em;
	color:#2e3192;
	line-height:160%;
	font-weight:bold;
}
h3.secSubTitle.topBorder{
	border-top: 2px solid #78c3e6;
	padding-top:1em;
}
@media (max-width: 767px){
h3.secSubTitle{
	margin:0 6% 1em;
	font-size:1.4em;
}
}
/*---------------------- Style1 1列 ------------------------*/
.secStyle1-1 li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 1px solid #CCCCCC;
	list-style:none;
	background: #FFFFFF;
}
.secStyle1-1 li a{
	text-decoration: none;
	color:#333;
	display:block;
}
.secStyle1-1 li img{
	width:100%;
}
.secStyle1-1 li .title{
	line-height:160%;
	font-weight: bold;
	text-align:center;
}
.secStyle1-1 li .text{
	line-height:160%;
}
@media (min-width: 1025px) {
.secStyle1-1 li.link a:hover {
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	color:#78c3e6;
}
}
@media (min-width: 768px) {
.secStyle1-1 li {
	margin:0 3.33% 3.33%;
}
.secStyle1-1 li a{
	padding:0 2%;
}
.secStyle1-1 li .title{
	font-size:1.4em;
	padding:2%;
}
.secStyle1-1 li .text{
	padding:2%;
}
}
@media (max-width: 767px){
.secStyle1-1 li {
	margin: 0px 6% 6%;
	list-style:none;
}
.secStyle1-1 li a{
	padding:0 4%;
}
.secStyle1-1 li .title{
	font-size:1.2em;
	padding:3% 2%;
}
.secStyle1-1 li .text{
	padding:3% 2%;
}
}

/*---------------------- Style1 2列 ------------------------*/
.secStyle1-2 li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 1px solid #CCCCCC;
	list-style:none;
	background: #FFFFFF;
}
.secStyle1-2 li a{
	text-decoration: none;
	color:#333;
	display:block;
}
.secStyle1-2 li img{
	width:100%;
}
.secStyle1-2 li .title{
	line-height:160%;
	font-weight: bold;
	text-align:center;
}
.secStyle1-2 li .text{
	line-height:160%;
}
@media (min-width: 1025px) {
.secStyle1-2 li.link a:hover{
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	color:#2e3192;
}
}
@media (min-width: 768px) {
.secStyle1-2 ul {
	letter-spacing: -.40em;
}
.secStyle1-2 li {
	width: 45%;
	margin-left:3.33%;
	margin-bottom:3.33%;
	display:inline-block;
	vertical-align:top;
	letter-spacing: 0.1em;
}
.secStyle1-2 li a{
	padding:0 3%;
}
.secStyle1-2 li .title{
	font-size:1.2em;
	padding:3%;
}
.secStyle1-2 li .text{
	padding:3%;
}
}
@media (max-width: 767px){
.secStyle1-2 li {
	margin: 0px 6% 6%;
	list-style:none;
}
.secStyle1-2 li a{
	padding:0 4%;
}
.secStyle1-2 li .title{
	font-size:1.2em;
	padding:3% 2%;
}
.secStyle1-2 li .text{
	padding:3% 2%;
}
}

/*---------------------- Style1 3列 ------------------------*/
.secStyle1-3 li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 1px solid #CCCCCC;
	list-style:none;
	background: #FFFFFF;
}
.secStyle1-3 li a{
	text-decoration: none;
	color:#333;
	display:block;
}
.secStyle1-3 li img{
	width:100%;
}
.secStyle1-3 li .title{
	line-height:160%;
	font-weight: bold;
	text-align:center;
}
.secStyle1-3 li .text{
	line-height:160%;
}
@media (min-width: 1025px) {
.secStyle1-3 li.link a:hover{
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	color:#2e3192;
}
}
@media (min-width: 768px) {
.secStyle1-3 ul {
	letter-spacing: -.40em;
}
.secStyle1-3 li {
	width: 28.9%;
	margin-left:3.33%;
	margin-bottom:3.33%;
	display:inline-block;
	vertical-align:top;
	letter-spacing: 0.1em;
}
.secStyle1-3 li a{
	padding:0 4%;
}
.secStyle1-3 li .title{
	font-size:1.1em;
	padding:4%;
}
.secStyle1-3 li .text{
	padding:4%;
}
}
@media (max-width: 767px){
.secStyle1-3 li {
	margin: 0px 6% 6%;
	list-style:none;
}
.secStyle1-3 li a{
	padding:0 4%;
}
.secStyle1-3 li .title{
	font-size:1.2em;
	padding:3% 2%;
}
.secStyle1-3 li .text{
	padding:3% 2%;
}
}
/*---------------------- Style2 ------------------------*/
.secStyle2 dl{
	margin:0 3.33% 3.33%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 30px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.secStyle2 dt{
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:15px;
}
.secStyle2 dd{
	line-height: 180%;	
}
@media (max-width: 767px){
.secStyle2 dl{
	margin: 0px 6% 6%;
	padding: 20px 20px 15px;
}
.secStyle2 dt{
	font-size:1.2em;
}
}

/*---------------------- Style3 1列 ------------------------*/
.secStyle3-1 li a{
	display: block;
	line-height:0;
}
@media (min-width: 1025px) {
.secStyle3-1 li a:hover {
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
}
@media (min-width: 768px) {
.secStyle3-1 li {
	margin:0 3.33% 3.33%;
	list-style:none;
}
}
@media (max-width: 767px){
.secStyle3-1 li{
	margin: 0px 6% 6%;
	list-style:none;
}
}
.secStyle3-1 li img{
	width: 100%;
	display: block;
}

/*---------------------- Style3 2列 ------------------------*/
.secStyle3-2 li a{
	display: block;
	line-height:0;
}
@media (min-width: 1025px) {
.secStyle3-2 li a:hover {
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
}
@media (min-width: 768px) {
.secStyle3-2 ul {
	letter-spacing: -.40em;
}
.secStyle3-2 li {
	width: 45%;
	margin-left:3.33%;
	margin-bottom:3.33%;
	list-style:none;
	display:inline-block;
	vertical-align:top;
	letter-spacing: 0.1em;
}
}
@media (max-width: 767px){
.secStyle3-2 li{
	margin: 0px 6% 6%;
	list-style:none;
}
}
.secStyle3-2 li img{
	width: 100%;
	display: block;
}

/*---------------------- Style3 3列 ------------------------*/
.secStyle3-3 li a{
	display: block;
}
@media (min-width: 1025px) {
.secStyle3-3 li a:hover {
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	line-height:0;
}
}
@media (min-width: 768px) {
.secStyle3-3 ul {
	letter-spacing: -.40em;
}
.secStyle3-3 li {
	width: 28.9%;
	margin-left:3.33%;
	margin-bottom:3.33%;
	list-style:none;
	display:inline-block;
	vertical-align:top;
	letter-spacing: 0.1em;
}
}
@media (max-width: 767px){
.secStyle3-3 li{
	margin: 0px 6% 6%;
	list-style:none;
}
}
.secStyle3-3 li img{
	width: 100%;
	display: block;
}
/*---------------------- Style3 4列 ------------------------*/
.secStyle3-4 li a{
	display: block;
}
@media (min-width: 1025px) {
.secStyle3-4 li a:hover {
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	line-height:0;
}
}
@media (min-width: 768px) {
.secStyle3-4 ul {
	letter-spacing: -.40em;
}
.secStyle3-4 li {
	width: 20.8%;
	margin-left:3.33%;
	margin-bottom:3.33%;
	list-style:none;
	display:inline-block;
	vertical-align:top;
	letter-spacing: 0.1em;
}
}
@media (max-width: 767px){
.secStyle3-4 li{
	margin: 0px 6% 6%;
	list-style:none;
}
}
.secStyle3-4 li img{
	width: 100%;
	display: block;
}
/*---------------------- Style4 ------------------------*/
.secStyle4-PL-VL .title, .secStyle4-PL-VL .lede, .secStyle4-PL-VL .text, .secStyle4-PR-VL .title, .secStyle4-PR-VL .lede, .secStyle4-PR-VL .text, .secStyle4-PL-WL .title, .secStyle4-PL-WL .lede, .secStyle4-PL-WL .text, .secStyle4-PR-WL .title, .secStyle4-PR-WL .lede, .secStyle4-PR-WL .text{
	margin:0 3.33% 20px;
}
.secStyle4-PL-VL .title, .secStyle4-PR-VL .title, .secStyle4-PL-WL .title, .secStyle4-PR-WL .title{
	font-size:1.4em;
	line-height:150%;
	font-weight:bold;
}
.secStyle4-PL-VL .lede, .secStyle4-PL-VL .text, .secStyle4-PR-VL .lede, .secStyle4-PR-VL .text, .secStyle4-PL-WL .lede, .secStyle4-PL-WL .text, .secStyle4-PR-WL .lede, .secStyle4-PR-WL .text{
	line-height:180%;
}
.secStyle4-PL-VL .text img{
	max-width:40%;
	float:left;
	margin:0.5em 2em 2em 0;
}
.secStyle4-PL-WL .text img{
	max-width:70%;
	float:left;
	margin:0.5em 2em 2em 0;
}
.secStyle4-PR-VL .text img{
	max-width:40%;
	float:right;
	margin:0.5em 0 2em 2em;
}
.secStyle4-PR-WL .text img{
	max-width:70%;
	float:right;
	margin:0.5em 0 2em 2em;
}
.secStyle4-PL-VL .link, .secStyle4-PL-WL .link, .secStyle4-PR-VL .link, .secStyle4-PR-WL .link{
	text-align:right;
	margin:0 3.33% 3.33%;
}
.secStyle4-PL-VL .link a, .secStyle4-PR-VL .link a, .secStyle4-PL-WL .link a, .secStyle4-PR-WL .link a{
	background: #78c3e6 url(../images/link_icon_white.svg) no-repeat right center;
	color: #FFFFFF;
	padding:20px 40px 20px 30px;
	display:inline-block;
	text-decoration: none;
	border-radius: 999px;
	font-weight: bold;
	line-height:150%;
}
.secStyle4-PL-VL .link a:hover, .secStyle4-PR-VL .link a:hover, .secStyle4-PL-WL .link a:hover, .secStyle4-PR-WL .link a:hover{
	background: #2e3192 url(../images/link_icon_white.svg) no-repeat right center;
}
@media (max-width: 1024px) and (min-width: 768px) {
.secStyle4-PL-VL .link a, .secStyle4-PR-VL .link a, .secStyle4-PL-WL .link a, .secStyle4-PR-WL .link a{
	padding:15px 40px 15px 30px;
}
}
@media (max-width: 767px){
.secStyle4-PL-VL .title, .secStyle4-PL-VL .lede, .secStyle4-PL-VL .text, .secStyle4-PL-VL .link, .secStyle4-PR-VL .title, .secStyle4-PR-VL .lede, .secStyle4-PR-VL .text, .secStyle4-PR-VL .link, .secStyle4-PL-WL .title, .secStyle4-PL-WL .lede, .secStyle4-PL-WL .text, .secStyle4-PL-WL .link, .secStyle4-PR-WL .title, .secStyle4-PR-WL .lede, .secStyle4-PR-WL .text, .secStyle4-PR-WL .link{
	margin:0 6% 15px;
}
.secStyle4-PL-VL .text img, .secStyle4-PR-VL .text img, .secStyle4-PL-WL .text img, .secStyle4-PR-WL .text img{
	max-width:100%;
	float:none;
	margin:0 0 10px;
	float:none;
}
.secStyle4-PL-VL .link, .secStyle4-PR-VL .link, .secStyle4-PL-WL .link, .secStyle4-PR-WL .link{
	text-align:center;
	margin:0 6% 6%;
}
.secStyle4-PL-VL .link a, .secStyle4-PR-VL .link a, .secStyle4-PL-WL .link a, .secStyle4-PR-WL .link a{
	padding:15px 40px 15px 30px;
}
}

/*---------------------- Style5 1列 ------------------------*/
.secStyle5-1 li {
	list-style:none;
}
.secStyle5-1 li img{
	width:100%;
}
.secStyle5-1 li .title{
	line-height:160%;
	font-weight: bold;
	text-align:center;
}
.secStyle5-1 li .text{
	line-height:160%;
}
@media (min-width: 768px) {
.secStyle5-1 li {
	margin:0 3.33% 3.33%;
}
.secStyle5-1 li .title{
	font-size:1.4em;
	padding-bottom:2%;
}
.secStyle5-1 li .text{
	padding:2% 0;
}
}
@media (max-width: 767px){
.secStyle5-1 li {
	margin: 0px 6% 6%;
	list-style:none;
}
.secStyle5-1 li .title{
	font-size:1.2em;
	padding-bottom:3%;
}
.secStyle5-1 li .text{
	padding:3% 0 0;
}
}

/*---------------------- Style5 2列 ------------------------*/
.secStyle5-2 li {
	list-style:none;
}
.secStyle5-2 li img{
	width:100%;
}
.secStyle5-2 li .title{
	line-height:160%;
	font-weight: bold;
	text-align:center;
}
.secStyle5-2 li .text{
	line-height:160%;
}
@media (min-width: 768px) {
.secStyle5-2 ul {
	letter-spacing: -.40em;
}
.secStyle5-2 li {
	width: 45%;
	margin-left:3.33%;
	margin-bottom:3.33%;
	display:inline-block;
	vertical-align:top;
	letter-spacing: 0.1em;
}
.secStyle5-2 li .title{
	font-size:1.2em;
	padding-bottom:3%;
}
.secStyle5-2 li .text{
	padding:3% 0;
}
}
@media (max-width: 767px){
.secStyle5-2 li {
	margin: 0px 6% 6%;
	list-style:none;
}
.secStyle5-2 li .title{
	font-size:1.2em;
	padding-bottom:3%;
}
.secStyle5-2 li .text{
	padding:3% 0 0;
}
}

/*---------------------- Style5 3列 ------------------------*/
.secStyle5-3 li {
	list-style:none;
}
.secStyle5-3 li img{
	width:100%;
}
.secStyle5-3 li .title{
	line-height:160%;
	font-weight: bold;
	text-align:center;
}
.secStyle5-3 li .text{
	line-height:160%;
}
@media (min-width: 768px) {
.secStyle5-3 ul {
	letter-spacing: -.40em;
}
.secStyle5-3 li {
	width: 28.9%;
	margin-left:3.33%;
	margin-bottom:3.33%;
	display:inline-block;
	vertical-align:top;
	letter-spacing: 0.1em;
}
.secStyle5-3 li .title{
	font-size:1.1em;
	padding-bottom:4%;
}
.secStyle5-3 li .text{
	padding:4% 0 0;
}
}
@media (max-width: 767px){
.secStyle5-3 li {
	margin: 0px 6% 6%;
	list-style:none;
}
.secStyle5-3 li .title{
	font-size:1.2em;
	padding-bottom:3%;
}
.secStyle5-3 li .text{
	padding:3% 0 0;
}
}

/*---------------------- Style6 ------------------------*/
.secStyle6 dl{
	margin:0 3.33% 3.33%;
	text-align: center;
}
.secStyle6 dt{
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	display: inline-block;
	margin: 0px auto 1.5em;
	width:100%;
	line-height:150%;
}
.secStyle6 dd{
	line-height: 180%;
	text-align: left;
}
.secStyle6 dd img.fLeft{
	max-width:40%;
	float:left;
	margin:0.5em 2em 0 0;
}
.secStyle6 dd img.fLeft.w20{
	max-width:20%;
	float:left;
	margin:0.5em 2em 0 0;
}
.secStyle6 dd img.fLeft.w70{
	max-width:70%;
	float:left;
	margin:0.5em 2em 0 0;
}
.secStyle6 dd img.fRight{
	max-width:40%;
	float:right;
	margin:0.5em 0 0 2em;
}
.secStyle6 dd img.fRight.w20{
	max-width:20%;
	float:right;
	margin:0.5em 0 0 2em;
}
.secStyle6 dd img.fRight.w70{
	max-width:70%;
	float:right;
	margin:0.5em 0 0 2em;
}
@media (max-width: 767px){
.secStyle6 dl{
	margin: 0px 6% 6%;
}
.secStyle6 dt{
	font-size:1.2em;
	margin-bottom:20px;
	text-align:left;
}
.secStyle6 dd img.fLeft, .secStyle6 dd img.fRight, .secStyle6 dd img.fLeft.w20, .secStyle6 dd img.fRight.w20, .secStyle6 dd img.fLeft.w70, .secStyle6 dd img.fRight.w70{
	max-width:100%;
	float:none;
	margin:0 0 10px;
}
}

/*---------------------- YouTube ------------------------*/
.secYouTubeInner{
	margin:0 3.33% 3.33%;
}
.secYouTube .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.secYouTube .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px){
.secYouTubeInner{
	margin:0 6% 6%;
}
}
/*---------------------- Pricelist ------------------------*/
.secPricelist .container{
	width: 90%;
}
.secPricelist .container.left{
	float: left;
	margin-left:3.33%;
	margin-bottom:3.33%;
}
.secPricelist .container.right{
	float: right;
	margin-right:3.33%;
	margin-bottom:3.33%;
}
.secPricelist .container h3{
	text-align:center;
	font-weight: bold;
	font-size:1.2em;
	border-top: 4px solid #78c3e6;
	padding: 0.8em;
	background: #FFFFFF;
	line-height:160%;
	color:#2e3192;
}
.secPricelist .container table{
	width: 100%;
	border-top: 1px solid #78c3e6;
	margin: 0 0 6%;
	background: #FFFFFF;
}
.secPricelist .container table:last-child{
	margin: 0;
}
.secPricelist .container th{
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	padding:1em;
	width:100%;
	line-height:160%;
	box-sizing: border-box;
}
.secPricelist .container td{
	border-bottom: 1px solid #CCCCCC;
	padding:1em;
	line-height:160%;
	box-sizing: border-box;
}
.secPricelist .container td.price{
	text-align:right;
	white-space: nowrap;
	vertical-align: middle;
	line-height:180%;
}
@media (max-width: 767px){
.secPricelist .container{
	width: 88%;
	margin: 0px 6% 6%;
}
.secPricelist .container.left{
	float: none;
	margin: 0px 6% 6%;
}
.secPricelist .container.right{
	float: none;
	margin: 0px 6% 6%;
}
.secPricelist .container h3{
	padding: 0.6em;
}
.secPricelist .container th{
	display:block;
	border-bottom: none;
	padding:15px 0;
}
.secPricelist .container td{
	display:block;
	padding:15px 0;
}
.secPricelist .container td.price{
	padding:5px 0 15px;
}
}
/*---------------------- UL ------------------------*/
.secUL ul{
	margin:0 3.33% 3.33%;
	padding:0 0 0 1.6em;
}
.secUL ul li{
	margin-bottom: 1em;
	line-height:160%;
	list-style: none;
}
.secUL.disc ul li{
	list-style: disc;
}
.secUL.decimal ul li{
	list-style: decimal;
}
.secUL.box ul{
	border:1px solid #999999;
	background-color: #FFFFFF;
	padding:1.5em 1em 0.5em 2.5em;
}
@media (max-width: 767px){
.secUL ul{
	margin:0 6% 6%;
	padding:0 0 0 1.6em;
}
}
/*---------------------- DL ------------------------*/
.secDL dl{
	margin:0 3.33% 3.33%;
}
.secDL dt{
	margin-bottom: 0.5em;
	line-height:160%;
	font-weight: bold;
	font-size:1.2em;
}
.secDL dd{
	margin-bottom: 2em;
	line-height:160%;
}
@media (max-width: 767px){
.secDL dl{
	margin:0 6% 6%;
}
}
/*---------------------- Q & A ------------------------*/
.secQandA dl{
	margin:0 3.33%;
}
.secQandA dt{
	margin-bottom: 0.5em;
	line-height:160%;
	font-weight: bold;
	font-size:1.2em;
}
.secQandA dt .flq{
	font-size:2em;
	margin-right:0.2em;
	color: #2e3192;
	font-weight: normal;
}
.secQandA dd{
	line-height:160%;
	margin: 0px 0px 2em 3em;
}
@media (max-width: 767px){
.secQandA dl{
	margin:0 6% 6%;
}
.secQandA dd{
	margin: 0px 0px 2em;
}
}
/*---------------------- Q & A Illust ------------------------*/
.secQaIllust dl{
	margin:0 3.33%;
	margin-top:2em;
}
.secQaIllust dt{
	line-height:160%;
	font-weight: bold;
	font-size:1.4em;
	position: relative;
	display: block;
 	margin: 0 0 20px 15px;
	padding: 1em;
 	color: #F08800;
	background: #fef9f2;
 	border: solid 3px #F08800;
 	box-sizing: border-box;
	border-radius: 10px;
	text-align:center;
}
.secQaIllust dt .flq{
	margin-right:0.2em;
	color: #F08800;
	font-size:1.2em;
	font-weight: bold;
}
.secQaIllust dt:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #fef9f2;
 	z-index: 2;
}
.secQaIllust dt:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #F08800;
 	z-index: 1;
}
.secQaIllust dd{
	line-height:160%;
	font-weight: bold;
	font-size:1.4em;
	position: relative;
	display: block;
 	margin: 0 0 25px 15px;
	padding: 1em;
 	color: #2e3192;
	background: #f8fcfe;
 	border: solid 3px #2e3192;
 	box-sizing: border-box;
	border-radius: 10px;
	text-align:center;
}
.secQaIllust dd .flq{
	margin-right:0.2em;
	color: #2e3192;
	font-size:1.2em;
	font-weight: bold;
}
.secQaIllust dd:before{
  content: "";
  position: absolute;
  bottom: -24px;
  right: 10%;
  margin-right: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f8fcfe;
  z-index: 2;
}
.secQaIllust dd:after{
  content: "";
  position: absolute;
  bottom: -30px;
  right: 10%;
  margin-right: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #2e3192;
  z-index: 1;
}
.secQaIllust .illust{
float:right;
margin:0 3.33% 3.33% 0;
width:20%;
}
.secQaIllust .illust img{
width:100%;
height:auto;
}
.secQaIllust .note{
float:left;
margin:0 0 3.33% 3.33%;
width:73%;
padding-left:20px;
box-sizing: border-box;
}
.secQaIllust .note h3{
font-size:1.4em;
color: #F10C47;
font-weight:bold;
margin-bottom:10px;
line-height: 160%;
}
.secQaIllust .note p{
font-size:1.2em;
line-height: 160%;
}
@media (max-width: 1024px) and (min-width: 768px) {
.secQaIllust .note h3{
font-size:1.2em;
}
.secQaIllust .note p{
font-size:1em;
}
}
@media (max-width: 767px){
.secQaIllust dl{
	margin:0 6% 6%;
}
.secQaIllust dt, .secQaIllust dd{
	text-align:left;
	font-size:1.2em;
	padding: 0.5em 1em;
}
.secQaIllust dd:before{
  right: 50%;
  margin-right: -15px;
}
.secQaIllust dd:after{
  right: 50%;
  margin-right: -17px;
}
.secQaIllust .illust{
float:none;
width:50%;
margin:0 25% 10px;
}
.secQaIllust .note{
float:left;
margin:0 6% 6%;
width:88%;
padding-left:0px;
}
.secQaIllust .note h3{
font-size:1.2em;
}
.secQaIllust .note p{
font-size:1em;
}
}
/*---------------------- Table ------------------------*/
.secTable h3{
	text-align:center;
	font-weight: bold;
	font-size:1.2em;
	border-top: 4px solid #2e3192;
	padding: 0.8em;
	background: #FFFFFF;
	line-height:160%;
	margin:0 3.33%;
}
.secTable table{
	margin:0 3.33% 3.33%;
	width:93.34%;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	line-height:160%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.secTable th, .secTable td{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding:0.8em 1em;
}
.secTable th{
	text-align:left;
	font-weight: bold;
	background: #f0f0f0;
	vertical-align: middle;
}
.secTable.column1 th{
	border-right: none;
	background: none;
	text-align:center;
}
.secTable.column4, .secTable.column5{
	font-size: 0.9em;
}
.secTable.column6, .secTable.column7{
	font-size: 0.8em;
}
@media (max-width: 767px){
.secTable h3{
	padding: 0.6em;
	margin:0 6%;
}
.secTable table{
	margin:0 6% 6%;
	width:88%;
}
.secTable th, .secTable td{
	letter-spacing:normal;
	padding:0.6em 0.8em;
	font-size: 0.9em;
	vertical-align: middle;
}
.secTable.column1 th{
	display:block;
	text-align:left;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	padding:0.6em 0.8em 0;
}
.secTable.column1 td{
	display:block;
	padding:0 0.8em 0.6em;
}
}
/*---------------------- Style7 ------------------------*/
.secStyle7 h3{
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	display: inline-block;
	margin: 0px 3.33% 1.5em;
	line-height:150%;
}
.secStyle7 img{
	max-width:40%;
	float:left;
	margin:0 0 3.33% 3.33%;
}
.secStyle7 table{
	width:50%;
	float:right;
	border-bottom: 1px solid #CCCCCC;
	margin:0 3.33% 3.33% 0;
}
.secStyle7 table th{
	padding: 1em 0.5em;
	border-top: 1px solid #CCCCCC;
	font-weight:bold;
	text-align:left;
	line-height:150%;
}
.secStyle7 table td{
	padding: 1em 0.5em;
	border-top: 1px solid #CCCCCC;
	line-height:150%;
}
@media (max-width: 767px){
.secStyle7 h3{
	font-size:1.4em;
	text-align:left;
	margin: 0px 6% 1em;
}
.secStyle7 img{
	max-width:88%;
	float:none;
	margin: 0px 6% 1.5em;
}
.secStyle7 table{
	width:88%;
	margin: 0px 6% 6%;
	float:none;
}
}
/*---------------------- Style7-02 ------------------------*/
.secStyle7-02 h3{
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	display: inline-block;
	margin: 0px 8.88% 1.5em;
	line-height:150%;
}
.secStyle7-02 img{
	max-width:0%;
	float:left;
	margin:0;
}
.secStyle7-02 table{
	width:88%;
	float:right;
	border-bottom: 1px solid #CCCCCC;
	margin:0 3.33% 3.33% 0;
}
.secStyle7-02 table th{
	padding: 1em 0.5em;
	border-top: 1px solid #CCCCCC;
	font-weight:bold;
	text-align:left;
	line-height:150%;
}
.secStyle7-02 table td{
	padding: 1em 0.5em;
	border-top: 1px solid #CCCCCC;
	line-height:150%;
}
@media (max-width: 767px){
.secStyle7-02 h3{
	font-size:1.4em;
	text-align:left;
	margin: 0px 6% 1em;
}
.secStyle7-02 img{
	max-width:0%;
	float:none;
	margin: 0px;
}
.secStyle7-02 table{
	width:88%;
	margin: 0px 6% 6%;
	float:none;
}
}

/*---------------------- Style8 ------------------------*/
.secStyle8 .secInner{
	padding-bottom: 3.33%;
}
.secStyle8 h3{
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	display: inline-block;
	margin: 0px auto 1.5em;
	width:100%;
	line-height:150%;
}
.secStyle8 img{
	max-width:40%;
	float:left;
	margin-left:3.33%;
}
.secStyle8 table{
	width:50%;
	float:right;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin-right:3.33%;
}
.secStyle8 table th{
	padding: 1em 0.5em;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight:bold;
	text-align:center;
	line-height:150%;
}
.secStyle8 table td{
	padding: 1em 0.5em;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	line-height:150%;
}
@media (max-width: 767px){
.secStyle8 .secInner{
	margin:0 6%;
	padding-bottom: 6%;
}
.secStyle8 h3{
	font-size:1.4em;
	text-align:left;
	margin: 0px auto 1em;
}
.secStyle8 img{
	max-width:100%;
	float:none;
	margin: 0px auto 1.5em;
}
.secStyle8 table{
	width:100%;
	float:none;
}
}
/*---------------------- Style9 ------------------------*/
.secStyle9 p{
	margin:0 3.33% 3.33%;
	line-height:180%;
}
@media (max-width: 767px){
.secStyle9 p{
	margin: 0px 6% 6%;
}
}
/*---------------------- Style10 ------------------------*/
.secStyle10 .secInner h3{
	font-size:1.2em;
	margin:0 3.33% 1em;
	font-weight:bold;
	line-height:150%;
}
.secStyle10 .secInner p{
	margin:0 3.33% 3.33%;
	line-height:180%;
}
@media (max-width: 767px){
.secStyle10 .secInner h3{
	margin:0 6% 1em;
}
.secStyle10 .secInner p{
	margin:0 6% 6%;
	line-height:180%;
}
}
/*---------------------- Sec House Table ------------------------*/
.secHouseTable p{
	margin:0 3.33% 10px;
}
.secHouseTable p.right{
	text-align: right;
}
.secHouseTable p.left{
	text-align: left;
}
.secHouseTable p.bold{
	font-weight:bold;
}
.secHouseTable table{
	margin:0 3.33% 3.33%;
	width:93.34%;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	line-height:160%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.secHouseTable th, .secHouseTable td{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding:10px 15px;
	vertical-align: middle;
	line-height: 150%;
}
.secHouseTable th.photo{
	width:30%;
	font-size:0;
	padding:10px;
}
.secHouseTable th img, .secHouseTable td img{
	max-width:100%;
}
.secHouseTable td.center{
	text-align: center;
}
.secHouseTable td.bgGray{
	text-align: center;
	background-color: #f1f1f1;
}
@media (max-width: 767px){
.secHouseTable p{
	margin:0 6% 10px;
}
.secHouseTable table{
	margin:0 6% 6%;
	width:88%;
}
.secHouseTable th, .secHouseTable td{
	letter-spacing:normal;
	padding:0.6em 0.8em;
	font-size: 0.8em;
	vertical-align: middle;
	width:30%;
}
}
/*---------------------- secCompanyInfo ------------------------*/
.secCompanyInfo .secInner{
	padding: 1px 0;
}
.secCompanyInfo table{
	margin:3.33% 3.33% 0;
	width:93.34%;
	border-top: 4px solid #2e3192;
	background: #FFFFFF;
}
.secCompanyInfo th{
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	padding:1em;
	line-height:160%;
	font-weight: bold;
	white-space: nowrap;
}
.secCompanyInfo td{
	border-bottom: 1px solid #CCCCCC;
	padding:1em;
	line-height:160%;
}
@media (max-width: 767px){
.secCompanyInfo table{
	margin:6% 6% 0;
	width: 88%;
}
.secCompanyInfo th{
	border-bottom: none;
	text-align: left;
	padding:1em;
	line-height:160%;
	font-weight: bold;
	white-space: nowrap;
	display:block;
}
.secCompanyInfo td{
	border-bottom: 1px solid #CCCCCC;
	padding:0 1em 1em;
	line-height:160%;
	display:block;
}
}
/*---------------------- secMap ------------------------*/
.secMap .mapInner{
	margin:0 3.33% 3.33%;
}
.secMap .mapInner .area{
	float:left;
	width:35%;
	text-align:center;
}
.secMap .mapInner .area p{
	line-height:150%;
	font-size:1.2em;
}
.secMap .mapInner .area h2{
	margin:10px 0 20px;
}
.secMap .mapInner .area h2 a{
	background: #f6bc57 url(../images/link_icon_white.svg) no-repeat right center;
	color: #FFFFFF;
	padding:10px 0;
	display:block;
	text-decoration: none;
	border-radius: 999px;
	font-weight: bold;
	line-height:150%;
	font-size:1.6em;
}
.secMap .mapInner .area img{
	width:100%;
	height:auto;
}
.secMap .mapInner #map{
	float:right;
	width:60%;
}
.secMap .mapInner #map iframe{
	width:100%;
	height:500px;
}
.secMap .mapInner #map .address{
	line-height: 150%;
	margin-top:15px;
	text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
.secMap .mapInner .area{
	width:41%;
}
.secMap .mapInner .area p{
	font-size:0.9em;
}
.secMap .mapInner .area h2 a{
	font-size:1.2em;
}
.secMap .mapInner #map{
	float:right;
	width:55%;
}
.secMap .mapInner #map iframe{
	width:100%;
	height:360px;
}
}
@media (max-width: 767px){
.secMap .mapInner{
	margin:0 6% 6%;
}
.secMap .mapInner .area{
	float:none;
	width:100%;
	margin-bottom:6%;
}
.secMap .mapInner .area p{
	line-height:150%;
	font-size:0.9em;
}
.secMap .mapInner .area h2 a{
	font-size:1.4em;
}
.secMap .mapInner #map{
	float:none;
	width:100%;
}
.secMap .mapInner #map iframe{
	height:300px;
}
}
@media (max-width: 320px){
.secMap .mapInner .area h2 a{
	font-size:1.2em;
}
.secMap .mapInner .area p{
	letter-spacing: normal;
}
}