/*
2019.01.25
増税前キャンペーンページ用css
全会場適用のためコンテンツエリア内のみのスタイルを作成
このページを各会場サイトに適応させる際には、
ページヘッダーのスタイルはユーティリティと同じもので
ビジュアルの無いページに貼り付ける。
*/

article.tax_area{
	margin: 0 auto;
	max-width: 1024px;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media only screen and (max-width: 48em) {
article.tax_area{
	width: 98%;
	margin: 0 auto;
}
}


/* 共通のテキストスタイル */
p{
	font-size: 13px;
	font-weight: 600;
}
p.txt20{
	font-size: 20px;
	font-weight: 600;
}
strong.tax_strong1{
	font-size: 34px;
background-image: -webkit-linear-gradient(transparent 0%,transparent 60%,  #fdc51a  60%,#fdc51a  100%);
background-image: -o-linear-gradient(transparent 0%,transparent 60%,  #fdc51a  60%,#fdc51a  100%);
background-image: linear-gradient(transparent 0%,transparent 60%,  #fdc51a  60%,#fdc51a  100%);
}
strong.tax_strong2{
	font-size: 24px;
	font-weight: bold;
}
strong.tax_strong3{
font-size: 25px;
background-image: -webkit-linear-gradient(transparent 0%,transparent 75%,#D10003 75%,#D10003 85%,transparent 85%,transparent 95%,#D10003 95%,#D10003 100%);
background-image: -o-linear-gradient(transparent 0%,transparent 75%,#D10003 75%,#D10003 85%,transparent 85%,transparent 95%,#D10003 95%,#D10003 100%);
background-image: linear-gradient(transparent 0%,transparent 75%,#D10003 75%,#D10003 85%,transparent 85%,transparent 95%,#D10003 95%,#D10003 100%);
}

/* 768px */
@media only screen and (max-width: 48em) {
strong.tax_strong1{
	font-size: 28px;
}
strong.tax_strong2{
	font-size: 20px;
	font-weight: bold;
}
}

/* ヘッダー */
header.tax_header{
	position: relative;
	margin: 0 0 5% 0;
	padding: 350px 0; /*320*/
	text-align: center;
	background: url("img/header_bg_pc.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
	/*
	background: -webkit-repeating-linear-gradient(-45deg,#f9eaef 0,#f9ebef 10px,#fff 10px,#fff 20px);
	background: -o-repeating-linear-gradient(-45deg,#f9eaef 0,#f9ebef 10px,#fff 10px,#fff 20px);
	background: repeating-linear-gradient(-45deg,#f9eaef 0,#f9ebef 10px,#fff 10px,#fff 20px);
	*/
}
div.tax_header_inner{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.6);
	width: 90%;
	height: 85%;
	margin: auto;
	padding: 40px 10px; /*80px 10px*/
	text-align: center;
}
div.tax_header_inner h1{
	font-size: 45px;
	font-weight: 800;
	font-weight: bold;
	line-height: 1.2;
}
div.tax_header_inner h1 strong{
	font-size: 45px; /*70*/
	background-image: -webkit-linear-gradient(transparent 0%,transparent 70%, #fdc51a 70%, #fdc51a 100%);
	background-image: -o-linear-gradient(transparent 0%, transparent 70%,#fdc51a 70%, #fdc51a 100%);
	background-image: linear-gradient(transparent 0%,transparent 70%, #fdc51a 70%, #fdc51a 100%);
}
div.tax_header_inner p{
	font-size: 20px;
	letter-spacing: 1.8px;
}
div.tax_header_inner p strong{
	font-size: 26px;
background-image: -webkit-linear-gradient(transparent 0%,transparent 60%, #fdc51a 60%, #fdc51a 100%);
background-image: -o-linear-gradient(transparent 0%, transparent 60%,#fdc51a 60%, #fdc51a 100%);
background-image: linear-gradient(transparent 0%,transparent 60%, #fdc51a 60%, #fdc51a 100%);
}
p.header_image1{
	max-width: 645px;
	margin: 0 auto 10px;
	padding: 0;
}
p.header_image2{
	max-width: 211px;
	margin: 0 auto 10px;
	padding: 10px 0 0 0;
}
p.header_image3{
	max-width: 550px;
	margin: 20px auto;
	padding: 5px 10px;
	border: 1px #000 solid;
}

/* 768px */
@media only screen and (max-width: 48em) {
header.tax_header{
	padding: 240px 0; /*230*/
	background: url("img/header_bg_mb.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
}
div.tax_header_inner{
	width: 95%;
	height: 90%;
	margin: auto;
	padding: 50px 5px;
}
div.tax_header_inner h1{
	font-size: 40px;
}
div.tax_header_inner p{
	font-size: 18px;
}
div.tax_header_inner p strong{
	font-size: 24px;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
div.tax_header_inner h1{
	font-size: 40px;
	line-height: 1.3;
}
div.tax_header_inner p{
	font-size: 16px;
}
div.tax_header_inner h1 strong{
	font-size: 40px;
}
}

/* メッセージ */
section.tax_message_sect{
	margin: 0 0 5% 0;
	text-align: center;
}

section.tax_message_sect p{
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 2.2;
}
@media only screen and (max-width: 48em) {
section.tax_message_sect p{
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 1.8;
}
}


/* ボタン */
div.tax_btn{
	text-align: center;
	margin: 0 0 10% 0;
}
div.tax_btn a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 25px 30px;
	transition: all 0.3s;
	color: #fff;
	background-color: #b69458;
	max-width: 80%;
}
div.tax_btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -webkit-repeating-linear-gradient(-45deg,#e4cba0 0,#e4cba0 10px,#fff 10px,#fff 20px);
	background: -o-repeating-linear-gradient(-45deg,#e4cba0 0,#e4cba0 10px,#fff 10px,#fff 20px);
	background: repeating-linear-gradient(-45deg,#e4cba0 0,#e4cba0 10px,#fff 10px,#fff 20px);
	transition: all 0.3s;
}
span.tax_btn_txt1{
	display: block;
	letter-spacing: 1.8px;
	font-size: 26px;
	font-weight: bold;
}
span.tax_btn_txt2{
	display: block;
	letter-spacing: 1.8px;
	font-size: 16px;
	font-weight: bold;
}
/*hover*/
div.tax_btn a:hover::after{
	top: 0px;
	left: 0px;
}
@media only screen and (max-width: 30em) {
span.tax_btn_txt1{
	font-size: 20px;
}
span.tax_btn_txt2{
	font-size: 12px;
}
div.tax_btn a{
	padding: 25px 25px;
	max-width: 90%;
}
}

/* プラン */
h2.tax_plan_title{
	text-align: center;
	font-size: 42px;
	margin: 0 0 20px 0;
	letter-spacing: 1.8px;
	line-height: 1.2;
}
h2.tax_plan_title span{
	display: block;
	font-size: 16px;
	font-weight: normal;
}
section.tax_plan_sect{
	margin: 0 0 10% 0;
	display: flex;
	border: solid 1px #e5e5e5;
}

div.plan_inner_A{
	width: 40%;
}

div.plan_inner_B{
	width: 60%;
	margin: 0;
	padding: 20px;
}
div.plan_inner_B h3{
	margin: 0 0 5px 0;
	font-size: 20px;
}
div.plan_inner_B h3 span{
	display: block;
	font-size: 14px;
}
/*赤字文字価格表記*/
p.tax_plan_price{
	margin: 0 0 10px 0;
	color: #ff0000;
	font-size: 18px;
}
p.tax_plan_price strong.price_st1{
	font-size: 25px;
}
p.tax_plan_price strong.price_st2{
	display: inline-block;
	font-size: 25px;
	color: #fff;
	background-color: #ff0000;
	padding: 0 10px;
}
p.tax_plan_price strong.price_st3{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background-color: #ff0000;
	padding: 10px;
	line-height: 1.5;
}
p.tax_plan_price strong.price_st3 span{
	font-size: 25px;
}

hr{
	border-top: solid 1px #000;
	border-bottom: none;
}
/*モーダルボタン*/
a.plan_modal_btn{
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	background-color: #b69458;
	text-decoration: none;
}
a.plan_modal_btn:hover{
	opacity: 0.8;
}


@media only screen and (max-width: 30em) {
h2.tax_plan_title{
	font-size: 32px;
}
section.tax_plan_sect{
	display: block;
}
div.plan_inner_A{
	width: 100%;
}

div.plan_inner_B{
	width: 100%;
}
p.tax_plan_price strong.price_st3 span{
	font-size: 20px;
}
}


/* コラム的情報 */
section.tax_column_sect{
	margin: 0 0 10% 0;
	padding: 5% 0;
	background-color: #fffaf2;
	text-align: center;
}
div.tax_column_sect_inner{
}
div.tax_column_sect_inner h2{
	font-size: 18px;
}

div.column_box{
	display: flex;
	justify-content: center;
	text-align: left;
}

/* 480px */
@media only screen and (max-width: 30em) {
div.column_box div{
	width: 80%;
}
}





/* ============================■■モーダル内スタイル■■============================ */
.modal_block {
  background-color: #fff !important;
}

.modal_title {
  margin-bottom: 3%; 
  font-size: 18px;
  font-size: 1.8rem;
}

.modal-box {
  margin: auto; 
  width: 92%;
}

.modal-box_title {
  margin-bottom: 4%; 
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
}

/* 特別プレゼントタイトル */
.modal-box_title2 {
  padding-top: 3%;
  margin-bottom:3%;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
}

.modal-box_content:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.modal-box_list {
  width: 100%;
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
}
/* 2nのfloat:right削除のため下記(_l,_r)を追加 */
.modal-box_list_l {
  float: left;
  width: 48%;
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}
.modal-box_list_r {
  float: right;
  width: 48%;
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}
.modal-box_list:after, .modal-box_list_l:after, .modal-box_list_r:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 48em) {
  .modal-box_list, .modal-box_list_l, .modal-box_list_r {
    float: none; 
    width: 100%;
  }
}

/* .modal-box_list-title */
.modal-box_list-title {
  float: left;
  padding: 15px 0; 
  width: 30%;
  font-weight: bold;
}
/* タイトルに注記を入れる場合、title2にし下記を適用 */
.modal-box_list-title2 {
  float: left;
  padding: 15px 0 8px; 
  width: 30%;
  font-weight: bold;
  line-height:1;
}
.modal-box_list-title2 span {
	padding-top:0;
	font-size: 10px;
	font-size: 1.0rem;
	line-height:0.1;
}
/* タイトルが長すぎて文字を小さくする場合、title3にし下記を適用 */
.modal-box_list-title3 {
	float: left;
	padding: 15px 0; 
	width: 30%;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
}
/* 特別プレゼントキャンペーン用赤文字 */
.modal-box_list-txt_red {
  font-weight: bold;
  color: #ff0000;
}
@media only screen and (max-width: 48em) {
	.modal-box_list-title3 {
	font-size: 13px;
	font-size: 1.3rem;
}
}




.modal-box_list-item {
  margin-top: -1px;
  padding: 15px 0 15px 30%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/*タイトル改行時に崩れないためのクリア↓*/
.modal-box_list-item:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}


















/* ============================■■共通CLASS■■============================ */
/* clearfix */
.clearfix:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}


/* =========== flexSetting =========== */
/*flex-direction*/
.row-reverse{flex-direction: row-reverse !important;}
.column{flex-direction: column !important;}
.column-reverse{flex-direction: column-reverse !important;}



/* =========== br =========== */

br.appear480{display: none;}

/* 768px */
@media only screen and (max-width: 48em) {
br.erase768{
	display:none;
	}
}

/* 480px */
@media only screen and (max-width: 30em) {
br.erase480{display:none;}
br.appear480{display: block;}
}

/* =========== color =========== */
.white{ color:white !important;}

/* =========== limit =========== */
.limited{width:98%; margin:0 auto;}

.limit1600{max-width:1600px; margin:0 auto;}
.limit1400{max-width:1400px; margin:0 auto;}
.limit1200{max-width:1200px; margin:0 auto;}
.limit1050{max-width:1050px; margin:0 auto;}
.limit1024{max-width:1024px; margin:0 auto;}
.limit960{max-width:960px; margin:0 auto;}
.limit768{max-width:768px; margin:0 auto;}
.limit480{max-width:480px; margin:0 auto;}

/* ========== marginBottom ========== */
.mb0{ margin-bottom:0 !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }
.mb60{ margin-bottom:60px !important; }
.mb70{ margin-bottom:70px !important; }
.mb80{ margin-bottom:80px !important; }
.mb90{ margin-bottom:90px !important; }
.mb100{ margin-bottom:100px !important; }

/* ========== marginBottomParcent ========== */
.mb0p{ margin-bottom:0 !important; }
.mb01p{ margin-bottom:1% !important; }
.mb02p{ margin-bottom:2% !important; }
.mb03p{ margin-bottom:3% !important; }
.mb05p{ margin-bottom:5% !important; }
.mb10p{ margin-bottom:10% !important; }
.mb15p{ margin-bottom:15% !important; }
.mb20p{ margin-bottom:20% !important; }
.mb30p{ margin-bottom:30% !important; }
.mb40p{ margin-bottom:40% !important; }
.mb50p{ margin-bottom:50% !important; }
.mb60p{ margin-bottom:60% !important; }
.mb70p{ margin-bottom:70% !important; }
.mb80p{ margin-bottom:80% !important; }
.mb90p{ margin-bottom:90% !important; }
.mb100p{ margin-bottom:100% !important; }

/* ========== txt-align ========== */
.txt_left{text-align:left !important;}
.txt_center{text-align:center !important;}
.txt_right{text-align:right !important;}
.txt_just{text-align:justify !important;}

/* ========== width ========== */
.wd100{width: 100%!important;}

/* ========== br ========== */
/* 768px */
@media only screen and (max-width: 48em) {
br.del768{ display:none;}
}

/* ============================■■共通CLASS■■============================ */

/* ●↑汎用スタイル */



/* ======================parts====================== */

/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1200px */
@media only screen and (max-width: 75em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}