@charset "utf-8";

.pcOnly {
    display: block !important;
}

.spOnly {
    display: none !important;
}

@media screen and (max-width: 640px) {

    .pcOnly {
        display: none !important;
    }

    .spOnly {
        display: block !important;
    }

}


/* anchor ----------------------- */
.anchor {
	margin-top: -40px!important;
	padding-top: 40px!important;
	}

/* ex_clearfix
-----------------------------------------*/ 
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ex_margin
-----------------------------------------*/ 
#sections .ex_marginB0{
 margin-bottom:0px!important;
}
#sections .ex_marginBS{
 margin-bottom:10px!important;
}
#sections .ex_marginBM{
 margin-bottom:20px!important;
}
#sections .ex_marginBLL{
 margin-bottom:80px!important;
}
#sections .ex_marginT0{
 margin-top:0px!important;
}
#sections .ex_marginTSS{
 margin-top:5px!important;
}
#sections .ex_marginTS{
 margin-top:10px!important;
}
#sections .ex_marginTM{
 margin-top:20px!important;
}
#sections .ex_marginTL{
 margin-top:30px!important;
}
#sections .ex_marginTLL{
 margin-top:80px!important;
}

#sections img {
	max-width: 100%;
	height: auto;
}
/* mod_wide_section
-----------------------------------------*/ 
.mod_wide_section{
  margin: 0 auto;
  width: 1200px;
  line-height: 1.6;
  font-size: 1.13em;
}

.mod_wide_section img {
	max-width: 100%;
	height: auto;
}
	
@media screen and (max-width: 1024px) { 
  .mod_wide_section{
    width:1024px;
  }
}

@media screen and (max-width: 640px) {
  .mod_wide_section{
    width:auto;
  }
}

/* mod_section
-----------------------------------------*/ 
.mod_section{
  margin: 0 auto;
  width: 967px;
  line-height: 1.6;
  font-size: 1.13em;
}

.mod_section img {
	max-width: 100%;
	height: auto;
	}

@media screen and (max-width: 640px) {
  .mod_section{
    width:auto;
  }
.section-inner {
	width: auto;
	margin: 0 2.60416%;
	}
}

.font-sizeup {
	font-size: 1.14em;
	}

/*-------------------------
    lead_block
-------------------------*/

.lead_block{
    display : flex;
    flex-wrap : wrap;
	align-items: flex-start;
	justify-content: center;
}

.lead_block_text{
    width: 80%;
	padding-right: 4%;
	box-sizing: border-box;
}

.lead_block_btn{
    width: 20%;
}

@media screen and (max-width: 640px) {
.lead_block_text{
    width: 100%;
	padding-right: 0%;
}

.lead_block_btn{
    width: 100%;
}
}

/*-------------------------
    .btn_popup
-------------------------*/
.btn_popup{
	font-size: 14px;
	text-align: center;
	background: #e9e5e2;
	display: block;
	width: 230px;
	padding: 0.4em 0;
}

.btn_popup a{
	color: #000;
	text-decoration: none;
}

.btn_popup+.btn_popup{
	margin-top: 8px;
}
@media screen and (max-width: 640px) {
.btn_popup{
	width: 100%;
}
}
/*-------------------------
   inline_box
-------------------------*/
.inline_box{
	width: 800px;
	background: #FFF;
	padding: 20px 20px 30px;
	box-sizing: border-box;
	line-height: 1.6;
	margin: 1em auto;
	font-family: "メイリオ", Meiryo, sans-serif!important;
}

.inline_box img {
	max-width: 100%;
	height: auto;
	}
.inline_box p {
	font-size: 14px;
}
.inline_box h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid;
	margin-bottom: 1em;
	padding: 0 0 0.4em;
}
.inline_box h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dashed;
	margin: 2em 0 1em;
	padding: 0 0 0.2em;
}
.inline_box h4 {
	font-size: 14px;
	border: 1px solid;
	margin: 0 0 0.4em;
	padding: 0.4em 0;
	text-align: center;
}
@media screen and (max-width: 640px) {
.inline_box{
	width: 94vw;
}
.inline_box h2 {
	font-size: 4vw;
}
.inline_box h3 {
	font-size: 3.6vw;
}
}
/*-------------------------
   sns_box
-------------------------*/
.sns_box{
	width: 500px;
	background: #FFF;
	padding: 20px 20px 30px;
	box-sizing: border-box;
	line-height: 1.6;
	margin: 1em auto;
	font-family: "メイリオ", Meiryo, sans-serif!important;
}
.sns_box p {
	font-size: 14px;
}
.sns_box h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid;
	margin-bottom: 1em;
	padding: 0 0 0.4em;
}
@media screen and (max-width: 640px) {
.sns_box{
	width: 94vw;
}
.sns_box h2 {
	font-size: 4vw;
}
}
/*-------------------------
    select_column
-------------------------*/

.select_column{
    display : flex;
    flex-wrap : wrap;
	align-items: flex-start;
	justify-content: center;
}

.select_column_text{
    width: 66%;
	padding-right: 4%;
	box-sizing: border-box;
}

.select_column_img{
    width: 34%;
}

@media screen and (max-width: 640px) {
.select_column_text{
    width: 52%;
	padding-right: 4%;
	box-sizing: border-box;
}

.select_column_img{
    width: 48%;
}
}
/*-------------------------
    modal_two_column
-------------------------*/
.modal_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
	width: 520px;
	margin: 1em auto 0;
	background: url("../img/bg_arrow.png") no-repeat center 50px;
}

.modal_two_column .column{
    width: 48%;
}

.modal_two_column .column img{
	padding-top: 1em;
}

@media screen and (max-width: 640px) {
.modal_two_column{
	width: auto;
	background: url("../img/bg_arrow.png") no-repeat center center;
}
}

/* オーバーレイ 初期状態 */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
/* オーバーレイ 表示アニメーション */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .95;
}
/* オーバーレイ 非表示アニメーション */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* コンテンツ 初期状態 */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
/* コンテンツ 表示アニメーション */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* コンテンツ 非表示アニメーション */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
