@charset "UTF-8";

/* -----------------------------------------------
 *  	         component.css
 * ----------------------------------------------- */

/* =========== mainVisualArea TOP以外のメインビジュアル =========== */
.mainvisual_box{
	position: relative;
	padding-top: 450px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	z-index: 80;
}
.mainvisual_box::after{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(00,00,00,0.2);
	z-index: 81;
}
/* 480px */
@media only screen and (max-width: 30em) {
	.mainvisual_box{
		padding-top: 250px;
	}
}

/* ===========title_has_back=========== */
.title_has_back{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.title_has_back > img{
	display: none;
}
.title_has_back div.title_has_back_inner{
	padding: 8% 0;
}

/* =========== generalArti 汎用の括り =========== */
article.general_arti{
	margin:0 auto;
	}
/* 1200px */
@media only screen and (max-width: 75em) {
	article.general_arti{
		padding:0 1%;
	}
}

/* =========== generalbox_1 汎用の括り =========== */
/*title-left text-right*/
.generalbox_1{
	display: flex;
	margin:0 auto;
	}
.generalbox_1_l{
	width: 30%;
	}
.generalbox_1_r{
	width: 70%;
	}
/* 768px */
@media only screen and (max-width: 48em) {
	.generalbox_1{
		display: block;
		margin:0 auto;
		}
	.generalbox_1_l{
		width: 100%;
		}
	.generalbox_1_r{
		width: 100%;
		}
}
/* 480px */
@media only screen and (max-width: 30em) {
	.generalbox_1{
		}
	.generalbox_1_l{

		}
	.generalbox_1_r{

		}
}

/* =========== original leyout =========== */
/* leyout_1 title-left text-right ナンバリングアイコン付き*/
.leyout_1{
	display: flex;
	flex-wrap: nowrap;
	}
.leyout_1 .leyout_1_icon{
	width: 150px;
	margin: 0 30px 0 0;
	}
.leyout_1 .leyout_1_txt{
	width: 100%;
	}
/* 480px */
@media only screen and (max-width: 30em) {
	.leyout_1{
		display: block;
		}
	.leyout_1 .leyout_1_icon{
		width: 110px;
		margin: 40px auto;
		}
}

/* leyout_2 ニュースインデックス用 */
.leyout_2{
	display: flex;
	flex-wrap: nowrap;
	background-color: #fff;
	margin-bottom: 30px;
	padding: 30px;
	}
.leyout_2 .leyout_2_img{
	width: 20%;
	margin: 0 30px 0 0;
	}
.leyout_2 .leyout_2_txt{
	width: 80%;
	}
.leyout_2 .leyout_2_txt span.leyout_2_cat{
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 3px var(--color-blue-gray);
	font-weight: bold;
	font-size: 1.4rem;
    letter-spacing: 0.2rem;
	}

.leyout_2 .leyout_2_img_tate{
	width: 15%;
	margin: 0 70px 0 0;
	}

/* 480px */
@media only screen and (max-width: 30em) {
	.leyout_2{
		display: block;
		margin-bottom: 30px;
		padding: 30px;
		}
	.leyout_2 .leyout_2_img{
		width: 100%;
		margin: 0 0 20px 0;
		}
	.leyout_2 .leyout_2_txt{
		width: 100%;
		}

.leyout_2 .leyout_2_img_tate{
	width: 60%;
	margin: auto;
	}
}


/* leyout_3 Flow用レイアウト */
.leyout_3{
	display: flex;
	flex-wrap: nowrap;
    margin: 0;
	padding: 0;
	}
.leyout_3 .leyout_3_l{
	width: 150px;
/*	background-color: var(--color-blue-gray); */
    margin: 0;
	padding: 15px;
    background: linear-gradient(180deg, rgb(143, 199, 122), rgb(255, 238, 128));
	}
.leyout_3 .leyout_3_r{
	width: calc(100% - 150px);
	background-color: #fff;
    margin: 0;
	padding: 20px;
	}
div.layout_3_nextstep{
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0;
	padding: 0;
/*	background-color: #eeeeee; */
	box-sizing: border-box;
	}
div.layout_3_nextstep img{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
	max-width: 60px;
	}
/* 768px */
@media only screen and (max-width: 48em) {
	.leyout_3 .leyout_3_l{
		width: 120px;
		padding: 15px;
		}
	.leyout_3 .leyout_3_r{
		width: calc(100% - 120px);
		padding: 15px;
		}
	div.layout_3_nextstep{
		width: 120px;
		height: 120px;
		}
	div.layout_3_nextstep img{
		max-width: 50px;
		}
}
/* 480px */
@media only screen and (max-width: 30em) {
	.leyout_3 .leyout_3_l{
		width: 80px;
		padding: 10px;
		}
	.leyout_3 .leyout_3_r{
		width: calc(100% - 80px);
		padding: 15px;
		}
	div.layout_3_nextstep{
		width: 80px;
		height: 80px;
		}
	div.layout_3_nextstep img{
		max-width: 40px;
		}
}

/* leyout_4 contents インデックス用 */
.leyout_4{
	display: flex;
	flex-wrap: nowrap;
    margin: 0;
	padding: 0;
	text-decoration: none;
	}
.leyout_4 .leyout_4_l{
	width: 150px;
    margin: 0;
	padding: 0;
	}
.leyout_4 .leyout_4_l img{
	height: 100%;
	object-fit: cover;
	}
.leyout_4 .leyout_4_r{
	display: flex;
	justify-content: left;
	align-items: center;
	width: calc(100% - 150px);
	background-color: #fff;
    margin: 0;
	padding: 20px;
	}
.leyout_4 .leyout_4_r strong{
	font-size: 1.8rem;
	}
/* hover */
.leyout_4:hover{
	box-shadow: 0 0 10px rgba(00,00,00,0.1);
	}
/* 480px */
@media only screen and (max-width: 30em) {
	.leyout_4 .leyout_4_l{
		width: 80px;
		margin: 0;
		padding: 0;
		}
	.leyout_4 .leyout_4_r{
		width: calc(100% - 80px);
		padding: 10px;
		}
}

/* =====================span===================== */


/* =====================flexBox===================== */

/*flex_center 1段 中央 */
.flex_center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_center > div.flex_center_inner{
	width: 100%;
}

/*flex_1A 1段 50→100 */
.flex_1A{
	display: flex;
	justify-content: center;
}
.flex_1A div:first-child{
	width: 49%;
}
@media only screen and (max-width: 30em) {
.flex_1A{
	display: block;
}
.flex_1A div:first-child{
	width: 100%;
	margin: 0 0 30px 0;
}
}

/*flex_2A 2段 48:48 */
.flex_2A{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_2A > div, .flex_2A > section, .flex_2A > figure{
    width: 48%;
}

@media only screen and (max-width: 48em) {
	.flex_2A{
	}
	.flex_2A > div, .flex_2A > section, .flex_2A > figure{
		width: 100%;
	}
}

/*flex_2B 2段 67:30*/
.flex_2B{
	display: flex;
	justify-content: space-between;
}
.flex_2B .flex_2B_innerA{
	width: 67%;
}
.flex_2B .flex_2B_innerB{
	width: 30%;
}
@media only screen and (max-width: 48em) {
.flex_2B{
	display: block;
}
.flex_2B .flex_2B_innerA{
	width: 100%;
	margin: 0 0 10px 0;
}
.flex_2B .flex_2B_innerB{
	width: 100%;
}
}

/*flex_2C 2段 55:45 */
.flex_2C{
	display: flex;
}
.flex_2C div:first-child{
	width: 45%;
}
.flex_2C div:nth-child(2){
	width: 55%;
}
@media only screen and (max-width: 30em) {
.flex_2C{
	display: block;
}
.flex_2C div:first-child{
	width: 100%;
}
.flex_2C div:nth-child(2){
	width: 100%;
}
}

/*flex_2D 2段 50:50 中央寄せ */
.flex_2D{
	display: flex;
	align-items: center;
	justify-content: center;	
}
.flex_2D div.flex_2D_inner, .flex_2D section.flex_2D_inner{
	width: 50%;
}

@media only screen and (max-width: 30em) {
.flex_2D{
	display: block;
}
.flex_2D div.flex_2D_inner, .flex_2D section.flex_2D_inner{
	width: 100%;
}
}

/*flex_2E 2段 48:48→100 */
.flex_2E{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_2E div.flex_2E_inner, .flex_2E section.flex_2E_inner{
	width: 48%;
}
@media only screen and (max-width: 30em) {
.flex_2E{
	display: block;
}
.flex_2E div.flex_2E_inner, .flex_2E section.flex_2E_inner{
	width: 100%;
	margin: 0 0 20px 0;
}
}

/*flex_2E 2段 48:48 */
.flex_2F{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.flex_2F{
	width: 48%;
	margin: 3% 1% 0 1%;
}

/*flex_2G 2段 48:48 */
.flex_2G{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.flex_2G > div{
	width: 48%;
}
.flex_2G > div > figure{
	width: 35%;
	float: left;
}
.flex_2G > div >  div{
	margin-left: 180px;
} 
/* 480px */
@media only screen and (max-width: 30em) {
.flex_2G{
	margin-bottom: 0;
}
.flex_2G > div{
	width: 100%;
	margin-bottom: 30px;
}
.flex_2G > div > figure{
	width: 40%;
	float: left;
}
.flex_2G > div >  div{
	margin-left: 135px;
}
}

/*flex_3A 3段 32%左右均等配置*/
.flex_3A{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_3A > div, .flex_3A > li , .flex_3A > section{
	width: 31%;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 48em) {
.flex_3A{
	display: block;
}
.flex_3A > div, .flex_3A > li , .flex_3A > section{
	width: 100%;
	margin: 0 0 10px 0;
}
}


/*flex_3B 3段 32% 左寄せ配置右空き ソート対策用*/
.flex_3B{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.flex_3B > div, .flex_3B > li , .flex_3B > section{
	width: 31%;
	margin: 0 2% 10px 0;
}

@media only screen and (max-width: 48em) {
.flex_3B{
	display: block;
}
.flex_3B > div, .flex_3B > li , .flex_3B > section{
	width: 100%;
	margin: 0 0 10px 0;
}
}

/*flex_3C 3段 32%左右均等配置 変動なし*/
.flex_3C{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_3C > div, .flex_3C > li , .flex_3C > section{
	width: 31%;
	margin: 0 0 0 0;
}


/*flex_4A 4段 24%左右均等配置*/
.flex_4A{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.flex_4A > figure, .flex_4A > li , .flex_4A > section{
	width: 24%;
	margin: 0 0 30px 0;
}
.flex_4A > figure > img{
	margin-bottom: 10px;
}
.flex_4A > figure > figcaption{
	text-align: center;
	font-weight: bold;
}
/* 480px */
@media only screen and (max-width: 30em) {
	.flex_4A{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	}
	.flex_4A > figure, .flex_4A > li , .flex_4A > section{
	width: 48%;
	margin: 0 0 20px 0;
	}
}

/* ===========article=========== */

/* ===========section=========== */


/* ===========heading1=========== */
/*各ページ冒頭*/
/*001 トップページ各コンテンツh2*/
h1.heading1_001{
	margin:0 0 30px 0;
	padding: 0;
	font-size:1.6rem;
	letter-spacing:1.5px;
	line-height:1;
    font-weight: bold;
	}
h1.heading1_001 strong{
    display: inline-block;
	font-size:4.2rem;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
    font-weight: bold;
	border-bottom: solid 3px var(--color-blue-gray);
    color: #70b058;
	}
h1.heading1_001 span{
	display: block;
    color: #70b058;
	}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}


/* ===========heading2=========== */
/*001 トップページ各コンテンツh2*/
h2.heading2_001{
	margin:0 0 30px 0;
	padding: 0;
	font-size:1.6rem;
	letter-spacing:1.5px;
	line-height:1;
    color: #fff;
	}
h2.heading2_001 strong{
    display: inline-block;
	font-size:3.8rem;
/*	margin: 0 0 15px 0; */
	padding: 0 0 15px 0;
    font-weight: 100;
    letter-spacing: 0.2rem;
    font-style: oblique;
/*	border-bottom: solid 3px var(--color-blue-gray); */
	}

h2.heading2_001 strong::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    margin: 1rem auto 0;
    background: transparent -webkit-gradient(linear, left top, right top, from(#e9a62b), to(#ddc0ea)) 0% 0% no-repeat padding-box;
}

h2.heading2_001 span{
	display: block;
    font-weight: 300;
	}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}


/*002 汎用h2*/
h2.heading2_002{
	font-size:18px;
	margin-bottom: 20px;
}
/* 480px */
@media only screen and (max-width: 30em) {
h2.heading2_002{
	font-size:18px;
	text-align: center;
	margin-bottom: 20px;
	}
}

h2.heading_03{
	font-size:20px;
	margin-bottom: 20px;
    letter-spacing: 0.2rem;
}


/* ===========heading=========== */
.heading_04{
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 3.0rem;
	font-weight: 600;
    letter-spacing: 0.2rem;
/*	border-bottom: solid 5px var(--color-blue-gray);*/
}
/* 480px */
@media only screen and (max-width: 30em) {
.heading_04{
	font-size: 2.4rem;
    letter-spacing: 0.2rem;
	}
}

.heading_04::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin: 1rem auto 0;
    background: transparent -webkit-gradient(linear, left top, right top, from(#e9a62b), to(#ddc0ea)) 0% 0% no-repeat padding-box;
}

.heading_04 span{
	font-size: 2.0rem;
}


.heading_05{
	padding: 10px 0;
	background-color: var(--color-orange);
	color: #fff;
	font-size: 2.0rem;
	text-align: center;
	font-weight: bold;
}

/* ===========txt=========== */
/*10rem*/
.txt_10{
	margin: 0 0 10px 0;
	font-size: 1.0rem;
	}
.txt_10c{
	margin: 0 0 10px 0;
	font-size: 1.0rem;
	text-align: center;
	}
/*12rem*/
.txt_12{
	margin: 0 0 12px 0;
	font-size: 1.2rem;
	}
.txt_12c{
	margin: 0 0 12px 0;
	font-size: 1.2rem;
	text-align: center;
	}
/*14rem*/
.txt_14{
	margin: 0 0 14px 0;
	font-size: 1.4rem;
	}
.txt_14c{
	margin: 0 0 14px 0;
	font-size: 1.4rem;
	text-align: center;
	}
.txt_14p{
	margin: 0;
	font-size: 1.4rem;
    line-height: normal;
	}
/*16rem*/
.txt_16{
	margin: 0 0 16px 0;
	font-size: 1.6rem;
	}
.txt_16c{
	margin: 0 0 16px 0;
	font-size: 1.6rem;
	text-align: center;
	}
/*18rem*/
.txt_18{
	margin: 0 0 18px 0;
	font-size: 1.8rem;
	}
.txt_18c{
	margin: 0 0 18px 0;
	font-size: 1.8rem;
	text-align: center;
	}
/*20rem*/
.txt_20{
	margin: 0 0 20px 0;
	font-size: 2.0rem;
	}
.txt_20c{
	margin: 0 0 20px 0;
	font-size: 2.0rem;
	text-align: center;
	}
/*22rem*/
.txt_22{
	margin: 0 0 20px 0;
	font-size: 2.2rem;
	}
.txt_22c{
	margin: 0 0 20px 0;
	font-size: 2.2rem;
	text-align: center;
	}
/*24rem*/
.txt_24{
	margin: 0 0 20px 0;
	font-size: 2.4rem;
	}
.txt_24c{
	margin: 0 0 20px 0;
	font-size: 2.4rem;
	text-align: center;
	}
/*26rem*/
.txt_26{
	margin: 0 0 20px 0;
	font-size: 2.6rem;
    color: #e9a62b;
    letter-spacing: 0.3rem;
    font-style: oblique;
    font-weight: 500 !important;
	}
.txt_26c{
	margin: 0 0 20px 0;
	font-size: 2.6rem;
	text-align: center;
	}

/*32rem*/
.txt_32{
	margin: 0 0 20px 0;
	font-size: 3.2rem;
    color: #fff;
    letter-spacing: 0.3rem;
    font-style: oblique;
    font-weight: 300 !important;
	}
.txt_32c{
	margin: 0 0 20px 0;
	font-size: 3.2rem;
	text-align: center;
	}

/*48rem*/
.txt_48{
	margin: 0 0 20px 0;
	font-size: 4.8rem;
    color: #fff;
    letter-spacing: 0.3rem;
    font-style: oblique;
    font-weight: 100 !important;
	}
.txt_48c{
	margin: 0 0 20px 0;
	font-size: 4.8rem;
	text-align: center;
	}

/* ===========txt_design_1 変化・強調系テキスト=========== */

.txt_design_1{
	text-align: center;
	font-size: 1.6rem;
	color: var(--color-blue-gray);
	border: solid 1px var(--color-blue-gray);
	line-height: 1.2;
	padding: 20px 10px;
    background-color: #ffffff;
    border-radius :10px;
}

.txt_design_1b{
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.2;
	padding: 20px 10px;
    background-color: var(--color-blue-gray);
    border-radius :10px;
}

/* ===========figure=========== */
/* 001 */
figure.figure_001{
	margin: 0 0 20px 0;
	}
figure.figure_001 img{
	margin: 0 0 10px 0;
	}
figure.figure_001 figcaption{
	text-align: center;
	font-size: 16px;
	}

/* ===========BTNsetting=========== */
/* btn_01 */
.btn_01{
	width: 200px;
    margin: 0 auto;
	}
.btn_01 a{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	font-size: 12px;
	margin: 10px 0;
	padding: 0;
	line-height: 1;
	text-align: center;
    text-decoration: none;
	vertical-align: middle;
    font-weight: bold;
	color: #fff;
    background: linear-gradient(-90deg, rgb(69, 204, 251), rgb(221, 192, 234));
	transition: all 0.3s;
	}
.btn_01 a::after{
	display: block;
	content: "";
	position: absolute;
	right: 0;
	height: 30px;
	width: 30px;
	background-color: var(--color-blue-gray);
	z-index: 1;
	transition: all 0.3s;
	}
.btn_01 a::before{
	display: block;
	content: "";
	position: absolute;
	top:0; bottom:0; right: 12px;
	margin: auto;
	height: 12px;
	width: 12px;
	border-top:solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	z-index: 2;
	}
.btn_01 a span{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	font-style: 12px;
	height: 12px;
	margin: auto;
	transform: translateX(-15px);
	z-index: 2;
	}
.btn_01 a:hover::after{
	width: 100%;
	}
/* 768px */
@media only screen and (max-width: 48em) {
.btn_01 a{
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
.btn_01 a{
	}
}
/* btn_02 */
.btn_02{
	width: 130px;
	}
.btn_02 a{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	font-size: 12px;
	margin: 10px 0;
	padding: 0;
	line-height: 1;
	text-align: center;
    text-decoration: none;
	vertical-align: middle;
    font-weight: bold;
	color: #fff;
    background: linear-gradient(-90deg, rgb(69, 204, 251), rgb(221, 192, 234));
	transition: all 0.3s;
	}
.btn_02 a::after{
	display: block;
	content: "";
	position: absolute;
	right: 0;
	height: 30px;
	width: 30px;
	background-color: var(--color-blue-gray);
	z-index: 1;
	transition: all 0.3s;
	}
.btn_02 a::before{
	display: block;
	content: "";
	position: absolute;
	top:0; bottom:0; right: 12px;
	margin: auto;
	height: 12px;
	width: 12px;
	border-top:solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	z-index: 2;
	}
.btn_02 a span{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	font-style: 12px;
	height: 12px;
	margin: auto;
	transform: translateX(-15px);
	z-index: 2;
	}
.btn_02 a:hover::after{
	width: 100%;
	}

/* btn_03 */
.btn_03{
	width: 400px;
	}
.btn_03 a{
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	font-size: 15px;
	margin: 10px 0;
	padding: 0px;
	line-height: 1;
	text-align: center;
    text-decoration: none;
	vertical-align: middle;
    font-weight: bold;
	color: #fff;
	background-color: var(--color-blue-gray);
	transition: all 0.3s;
    border-radius: 10px;
	}
.btn_03 a::after{
	display: block;
	content: "";
	position: absolute;
	right: 0;
	height: 60px;
	width: 60px;
	background-color: var(--color-orange);
	z-index: 1;
	transition: all 0.3s;
    border-radius: 0 10px 10px 0;
	}
.btn_03 a::before{
	display: block;
	content: "";
	position: absolute;
	top:0; bottom:0; right: 25px;
	margin: auto;
	height: 12px;
	width: 12px;
	border-top:solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	z-index: 2;
	}
.btn_03 a span{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	font-style: 12px;
	height: 12px;
	margin: auto;
	transform: translateX(-15px);
	z-index: 2;
	}
.btn_03 a:hover::after{
	width: 100%;
        border-radius: 10px;
	}
/* 768px */
@media only screen and (max-width: 48em) {
.btn_03 a{
	width: 100%;
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
.btn_03{
	width: 100%;
	}
.btn_03 a{
	}
}


/* btn_04 */
.btn_04{
	width: 400px;
	}
.btn_04 a{
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	font-size: 15px;
	margin: 10px 0;
	padding: 0px;
	line-height: 1;
	text-align: center;
    text-decoration: none;
	vertical-align: middle;
    font-weight: bold;
	color: #fff;
    background: linear-gradient(-90deg, rgb(69, 204, 251), rgb(221, 192, 234));
	transition: all 0.3s;
	}
.btn_04 a::after{
	display: block;
	content: "";
	position: absolute;
	right: 0;
	height: 60px;
	width: 60px;
	background-color: var(--color-blue-gray);
	z-index: 1;
	transition: all 0.3s;
	}
.btn_04 a::before{
	display: block;
	content: "";
	position: absolute;
	top:0; bottom:0; right: 25px;
	margin: auto;
	height: 12px;
	width: 12px;
	border-top:solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	z-index: 2;
	}
.btn_04 a span{
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	font-style: 12px;
	height: 12px;
	margin: auto;
	transform: translateX(-15px);
	z-index: 2;
	}
.btn_04 a:hover::after{
	width: 100%;
	}
/* 768px */
@media only screen and (max-width: 48em) {
.btn_04 a{
	width: 100%;
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
.btn_04{
	width: 100%;
	}
.btn_04 a{
	}
}

/* btn_youtube */
.btn_youtube{
}
.btn_youtube a{
	display: block;
	width: 150px;
	padding: 5px 5px 5px 35px;
	border-radius: 6px;
	font-size: 1.4rem;
	font-weight: bold;
	float:right;
	text-decoration: none;
	background-color: #D6D6D6;
	background-image: url(../svg/svg_youtube.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: left 10px center;
}
.btn_youtube::after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

/* =====================UL TXT LIST===================== */
/*01*/
ul.txt_list_01{
	list-style:none;
	}
ul.txt_list_01 li{
	}

/*02 style ■*/
ul.txt_list_02{
	list-style:none;
	}
ul.txt_list_02 li{
	position: relative;
	padding: 0 0 0 15px;
	margin-bottom: 5px;
	}
ul.txt_list_02 li::before{
	position: absolute;
	left: 0; top:0; bottom: 0;
	margin: auto;
	content: "■";
	display: block;
	font-size: 1.2rem;
	color: var(--color-gray);
	}


/* 03 チェックマーク 未使用 */
ul.txt_list_03{
	list-style: none;
	}	
ul.txt_list_03 li{
    font-weight: bold;
    font-size: 2.2rem;
    padding: 10px 0 10px 50px;
    border-bottom: solid 1px #D4D4D4;
	background-image: url("../svg/icon_check.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 30px;
	}
ul.txt_list_03 li:first-child{
    border-top: solid 1px #D4D4D4;
	}
/* 480px */
@media only screen and (max-width: 30em) {
	ul.txt_list_03 li{
		font-size: 1.6rem;
		padding: 10px 0 10px 30px;
		background-size: 20px 20px;
		}
}

/* 04 約款のリスト */
ul.txt_list_04{
	list-style:disc;
	}
ul.txt_list_04 li{
    margin-left: 30px;
    line-height: 2.8rem;
	}



/* =====================UL INDEX LIST===================== */
/* index_list_01  */
ul.index_list_01{
	list-style:none;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	}
ul.index_list_01 li{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: dashed 1px #000;
	}
ul.index_list_01 li:first-child{
	padding-top: 10px;
	border-top: dashed 1px #000;
	}
ul.index_list_01 li a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	}
ul.index_list_01 li span.news_tag{
	display: inline-block;
	background-color: #000;
	color: #fff;
	text-align: center;
	margin: 0 auto 5px;
	padding: 1px 0;
	font-size: 12px;
	font-size: 1.2rem;
	width: 100px;
	}
ul.index_list_01 li span.news_date{
	display: inline-block;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-size: 1.0rem;
	}
ul.index_list_01 li p{
	margin: 0 0 10px 0;	
	}
/*hover*/
ul.index_list_01 li a:hover{
	opacity: 0.6;
	background-color: rgba(00,00,00,0.2);
	}
/* 480px */
@media only screen and (max-width: 30em) {

}


/* index_list_02  */
ul.index_list_02{
	list-style:none;
	}


/* =====================Definition List===================== */
/* 01 アコーディオン　※未使用 */
dl.definition_list_01{
	font-family:"Sawarabi Mincho";
}
dl.definition_list_01 dt{
	position:relative;
	margin: 0 0 10px 0;
	padding:5px 0 5px 10px;
	font-size: 16px;
	border-bottom:dotted 1px #000000;
	cursor:pointer;
	transition:all 0.3s;
}
dl.definition_list_01 dt::after{
	position:absolute;
	right:10px;
	content:"▼";
	text-align:right;
}
dl.definition_list_01 dt.isshow::after{
	content:"▲";
	text-align:right;
}

dl.definition_list_01 dd{
	margin: 0 0 20px 0;
	padding:0 0 0 15px;
	font-size: 12px;
}

/* hover */
dl.definition_list_01 dt:hover{
	background-color: #e9e9e9;
}

/* 02 汎用情報 border orange */
dl.definition_list_02{
	font-size: 1.4rem;
	line-height: 1.8;
}
dl.definition_list_02 div.definition_list_02_inner{
	display: flex;
	justify-content: left;
	flex-wrap: nowrap;
	margin: 0;
	padding: 20px 0;
	border-top: solid 1px var(--color-blue-gray);
}
dl.definition_list_02 div.definition_list_02_inner:first-child{
	padding-top: 0;
	border-top:none;
}
dl.definition_list_02 div.definition_list_02_inner:last-child{
	padding-bottom: 0;
}
dl.definition_list_02 div.definition_list_02_inner dt{
	width: 150px;
}
dl.definition_list_02 div.definition_list_02_inner dd{
	width: 100%
}
dl.definition_list_02 > dt:first-child{
	border-top: none;
}
dl.definition_list_02 > dd:nth-child(2){
	border-top: none;
}
/* 480px */
@media only screen and (max-width: 30em) {

}


/* 03 汎用 */
dl.definition_list_03{
}
dl.definition_list_03 dt{
	display: block;
	float: left;
	width: 150px;
	margin: 0 0 15px 0;
}
dl.definition_list_03 dd{
	display: block;
	width: calc(100% - 150px);
	margin: 0 0 15px 0;
}


/* 04 Q&A */
dl.definition_ist_04{
	text-align: left;
}
dl.definition_ist_04 dt{
	background-image: url(/photoservice/bp-photostudio/common/img/icon_q.svg);
	background-size: 25px 25px;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 35px;
	font-size: 20px;
    font-weight: bold;
	line-height: 1.2;
}
dl.definition_ist_04 dd{
	background-image: url(/photoservice/bp-photostudio/common/img/icon_a.svg);
	background-size: 25px 25px;
	background-position: left 9px;
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
	padding: 10px 0 20px 35px;
	display: block;
	font-size: 14px;
	border-bottom: solid 3px var(--color-blue-gray);
}
/* 480px */
@media only screen and (max-width: 30em) {

dl.definition_ist_03 dt{
	font-size: 20px;
	font-size: 2.0rem;
}

dl.definition_ist_04 dt{
	font-size: 16px;
}
dl.definition_ist_04 dd{
	font-size: 12px;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
dl.definition_ist_04 dt{
	background-image: url(/photoservice/bp-photostudio/common/img/icon_q.svg);
	background-size: 20px 20px;
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
}
dl.definition_ist_04 dd{
	background-image: url(/photoservice/bp-photostudio/common/img/icon_a.svg);
	background-size: 20px 20px;
	margin: 0 0 30px 0;
	padding: 0 0 20px 30px;
	font-size: 14px;
}
}


a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
/* 480px */
@media only screen and (max-width: 30em) {
.section_ancer{
margin-bottom: 0px;
}
}

.revoice_area{
    padding: 2%;
    margin-bottom: 20px;
    background-color: #fff;
    border-style: solid; border-width: 2px; border-color: #e9a62b;
}

/* hr */
hr.hr01{
    border: none;
    padding: 20px 0;
}
hr.hr01::after{
    display: block;
    position: absolute;
    left: 0; right: 0;
    margin: auto;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #e88d15;
}


/* =====================Table Style===================== */
/*table_01*/
table.table_01{
}
table.table_01 th,table.table_01 td{
	border-bottom: solid 5px var(--color-base-white);
}
table.table_01 th:nth-child(1){
	width: 150px;
}
table.table_01 th:nth-child(2){
	width: 42%;
}
table.table_01 th:nth-child(3){
	width: 42%;
}

/*table_02*/
table.table_02{
}
table.table_02 th,table.table_02 td{
	border-bottom: solid 5px var(--color-base-white);
}
table.table_02 th:nth-child(1){
	width: 150px;
}
table.table_02 th:nth-child(2){
	width: 30%;
}
table.table_02 th:nth-child(3){
	width: 30%;
}
table.table_02 th:nth-child(4){
	width: 30%;
}

/*table_03*/
table.table_03{
}
table.table_03 th,table.table_01 td{
	border-bottom: solid 5px var(--color-base-white);
}

table.table_03 th:nth-child(1){
	width: 42%;
}
table.table_03 th:nth-child(2){
	width: 42%;
}


/*table_sticky*/
table.table_sticky {
  display: block;
  overflow-x: scroll;
  width: 100%;
  height: auto;
}
table.table_sticky thead,
table.table_sticky tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.table_sticky thead th {
	width: 160px;
}
.table_sticky tbody th {
  width: 160px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
.table_sticky tbody td {
	width: 160px;
}
.table_sticky thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.table_sticky thead th.blank {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}


.cel_01{
	background-color: var(--color-orange);
	color: #fff;
	height: 50px;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: center;
}
th.cel_01b{
	background-color: var(--color-blue-gray);
	color: #fff;
	font-size: 1.4rem;
	padding: 15px;
	text-align: left;
	vertical-align: top;
    white-space: nowrap;
}
.cel_01c{
	background-color: var(--color-blue-gray);
	color: #fff;
	height: 50px;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: center;
}
.cel_02{
	background-color: var(--color-blue-gray);
	color: #fff;
	font-size: 1.6rem;
	padding: 15px;
	text-align: left;
	vertical-align: top;
}
.cel_03{
	background-color: #fff;
	font-size: 1.4rem;
	padding: 15px;
	text-align: left;
	vertical-align: top;
}
.cel_04{
	background-color: #fff;
	font-size: 1.4rem;
	padding: 15px;
	text-align: left;
	vertical-align: top;
    width: 100%;
}

/* 円グラフ　不要テキストhidden */

.canvasjs-chart-toolbar{
display: none;
}
.canvasjs-chart-credit{
display: none;
}
.txt_mask{
position: relative;
bottom: 20px;
left: 0;
right: 0;
margin: 0 auto;
padding: 10px 0;
background-color: rgba(255,255,255);
z-index: 2;
}
.recommend_icon{
font-size: 12px;
padding: 2px 10px;
margin: 0 auto;
border-radius: 4px;
color: #fff;
background-color: var(--color-blue-gray);
}
.doughnutSummaryNumber {
    font-size: 55px;
    font-weight: bold;
    z-index: 101;
    color: #000;
    position: absolute;
    text-align: center;
    display: block;
    top: 40%;
    left: 42%;
 animation-name: textanime;/*keyname*/
 animation-duration:5s;/*再生時間*/
 animation-iteration-count:1;
}
.doughnutSummaryNumber span {
    font-size: 30px;
}

@keyframes textanime
{
 0%{
  opacity: 0;
 }

 100%{
  opacity: 1;
 }
}

@media only screen and (max-width: 48em){
.doughnutSummaryNumber {
    top: 42%;
    left: 32%;
}
}


/* =====================BRAND LOGO ===================== */
article.brand_logo_arti{
	}

@media only screen and (min-width: 30em) {
/* 見出し */
article.brand_logo_arti h3.heading3_002{
	margin:0 0 0 0;
	font-size:16px;
	}
}
	
/* 半分 */
article.brand_logo_arti.logo_arti_harf{
	float:left;
	width:50%;
	}
/* デフォルト背景白 */
section.brand_logo_sect{
	/*padding:20px 20px;　*/
	}
/* 背景色変更 */
article.brand_logo_arti.logo_bg01 section.brand_logo_sect{
	margin:0 0 1% 0;
	background-color:#faf8f3;
	}
ul.brand_logo_list{
	list-style:none;
/*	text-align:center;　*/
	}
ul.brand_logo_list li{
	display:inline-block;
	position:relative;
	width:22%;
	margin:0 1% !important;
	margin-bottom:1% !important;
	text-align:center;
	}
	
.in_content_area ul.brand_logo_list li{
	border:solid 1px #c5c1bf;
	margin-bottom:5px;
	}
/* 半分 */
article.brand_logo_arti.logo_arti_harf ul.brand_logo_list li{
	width:50%;
	}
ul.brand_logo_list li:nth-child(4n){
	margin-right:0%;
	}
ul.brand_logo_list li:hover{
	background-color:#faf8f3;
	transition:0.6s;
	}
/* 768px */
@media only screen and (max-width: 48em) {
ul.brand_logo_list li{
	width:24%;
	}
ul.brand_logo_list li:nth-child(4n){margin-right:2%;}
ul.brand_logo_list li:nth-child(2n){margin-right:0%;}

article.brand_logo_arti.logo_arti_harf{
	float:none;
	width:100%;
	}
article.brand_logo_arti.logo_arti_harf ul.brand_logo_list li{
	width:24%;
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
ul.brand_logo_list li{
	width:45%;
	}
ul.brand_logo_list li:nth-child(4n){margin-right:2%;}
ul.brand_logo_list li:nth-child(2n){margin-right:0%;}

article.brand_logo_arti.logo_arti_harf{
	float:none;
	width:100%;
	}
article.brand_logo_arti.logo_arti_harf ul.brand_logo_list li{
	width:48%;
	}
}

/* hover_effect01 */
.hover_effect01:after,
.hover_effect01:before,
.hover_effect01_inner:after,
.hover_effect01_inner:before {
    background-color: #d8d6d5;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.hover_effect01:after {
    height: 1px;
    left: -1px;
    top: -1px;
    width: 0px;
}
.hover_effect01:before {
    bottom: -1px;
    height: 1px;
    right: -1px;
    width: 0px;
}
.hover_effect01_inner:after {
    bottom: -1px;
    height: 0px;
    left: -1px;
    width: 1px;
}
.hover_effect01_inner:before {
    height: 0px;
    right: -1px;
    top: -1px;
    width: 1px;
}
/* hover */
.hover_effect01:hover:after,
.hover_effect01:hover:before {
    width: 100%;
    width: calc(100% + 1px);
}
.hover_effect01:hover .hover_effect01_inner:after,
.hover_effect01:hover .hover_effect01_inner:before {
    height: 100%;
    height: calc(100% + 1px);
}
/* hover_effect01 */

/* =====================BRAND LOGO ===================== */

.icon_feature{
border: 3px solid var(--color-blue-gray);
padding: 0 5px;
margin-bottom: 10px;
width: 150px;
background-color: var(--color-blue-gray);
font-size: 16px;
color: #fff;
text-align: center;
border-radius: 5px;
}

.icon_feature2{
border: 1px solid var(--color-blue-gray);
padding: 0 5px;
margin-bottom: 10px;
width: 150px;
background-color:#fff;
font-size: 16px;
color:  var(--color-blue-gray);
text-align: center;
border-radius: 5px;
}


/* slick-dots調整 */
.slick-dots{
	bottom: -30px !important;
}
.slick-dots li{
    width: 25px !important;
}
.slick-dots li button:before{
	font-size:30px !important;
}
/* slick-dots調整 */


/* =====================同意部分 ===================== */
.check_label {
	background-color: #D6D6D6;
	padding: 20px;
	text-align: center;
	width: 300px;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
}
.contact_box {
	background-color: #F3EEEE;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

/* 送信ボタン */
.submit-btn_area{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.submit-btn{
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;


	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */  
  
  color: #fff;
  padding: 30px;
  background-color: #e9a62b;
  cursor: pointer; /* ポインターカーソルを表示 */
}

.submit-btn a{
  text-decoration: none;
}


.submit-btn[disabled] {
	width: 300px;
    padding: 30px;
	margin-right: auto;
	margin-left: auto;
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
  
}
/* =====================同意部分 ===================== */




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

/* ===========bgColor=========== */
.bg_white{background-color: white !important;}
.bg_white80{border-top: solid 3px #fff !important;
border-bottom: solid 3px #fff !important;}
.bg_base_white{background-color: var(--color-base-white) !important;}
.bg_blue_gray{background-color: var(--color-blue-gray) !important;}
.bg_blue_light_gray{background-color: var(--color-blue-light-gray);}
.bg_orange{background-color:var(--color-orange) !important;}

/* =========== txt_color =========== */
.txt_blue_gray{color: var(--color-blue-gray);}
.txt_orange{color:var(--color-orange);}
.txt_white{color:white !important;}
.txt_red{color:red !important;}

/* =========== fontweight =========== */
.bold{font-weight: bold!important;}
.normal{font-weight: normal!important}

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

/* =========== 出現|削除 =========== */
.app768,.app480{display: none!important;}
/* 768px */
@media only screen and (max-width: 48em) {
.del768{display:none!important;}
.app768{display:block!important;}
}
/* 480px */
@media only screen and (max-width: 30em) {
.del480{display:none!important;}
.app480{display:block!important;}
}

/* =========== limit =========== */
.limited{width:96%; margin-left: auto; margin-right: auto;}
/* 768px */
@media only screen and (max-width: 48em) {
.limited{width:92%;}
}

.limit1600{max-width:1600px; margin-left: auto; margin-right: auto;}
.limit1400{max-width:1400px; margin-left: auto; margin-right: auto;}
.limit1200{max-width:1200px; margin-left: auto; margin-right: auto;}
.limit1050{max-width:1050px; margin-left: auto; margin-right: auto;}
.limit1024{max-width:1024px; margin-left: auto; margin-right: auto;}
.limit960{max-width:960px; margin-left: auto; margin-right: auto;}
.limit768{max-width:768px; margin-left: auto; margin-right: auto;}
.limit480{max-width:480px; margin-left: auto; margin-right: auto;}
.limit360{max-width:360px; margin-left: auto; margin-right: auto;}
.limit200{max-width:200px; margin-left: auto; margin-right: auto;}
.limit150{max-width:150px; margin-left: auto; margin-right: auto;}

/* ========== marginBottom ========== */
.mb0{ margin-bottom:0 !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb15{ margin-bottom:15px !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; }

/* ========== marginTop ========== */
.mt0{ margin-top:0 !important; }
.mt5{ margin-top:5px !important; }
.mt10{ margin-top:10px !important; }
.mt15{ margin-top:15px !important; }
.mt20{ margin-top:20px !important; }
.mt30{ margin-top:30px !important; }
.mt40{ margin-top:40px !important; }

/* ========== padding ========== */
.pd0{ padding:0 !important; }
.pd5{ padding:5px !important; }
.pd10{ padding:10px !important; }
.pd15{ padding:15px !important; }
.pd20{ padding:20px !important; }
.pd25{ padding:25px !important; }
.pd30{ padding:30px !important; }
.pd35{ padding:35px !important; }
.pd40{ padding:40px !important; }
.pd45{ padding:45px !important; }
.pd50{ padding:50px !important; }
.pd55{ padding:55px !important; }

/* ========== paddingTop&BottomParcent ========== */
.pdtb0p{ padding-top:0%!important; padding-bottom:0%!important; }
.pdtb01p{padding-top:1%!important; padding-bottom:1%!important;}
.pdtb02p{padding-top:2%!important; padding-bottom:2%!important;}
.pdtb03p{padding-top:3%!important; padding-bottom:3%!important;}
.pdtb05p{padding-top:5%!important; padding-bottom:5%!important;}
.pdtb10p{padding-top:10%!important; padding-bottom:10%!important;}
.pdtb15p{padding-top:15%!important; padding-bottom:15%!important;}
.pdtb20p{padding-top:20%!important; padding-bottom:20%!important;}
.pdtb30p{padding-top:30%!important; padding-bottom:30%!important;}
.pdtb40p{padding-top:40%!important; padding-bottom:40%!important;}
.pdtb50p{padding-top:50%!important; padding-bottom:50%!important;}
.pdtb60p{padding-top:60%!important; padding-bottom:60%!important;}
.pdtb70p{padding-top:70%!important; padding-bottom:70%!important;}
.pdtb80p{padding-top:80%!important; padding-bottom:80%!important;}
.pdtb90p{padding-top:90%!important; padding-bottom:90%!important;}
.pdtb100p{padding-top:100%!important; padding-bottom:100%!important;}

/* ========== paddingTop&BottomParcent ========== */
.pdtb0{ padding-top:0px!important; padding-bottom:0px!important; }
.pdtb01{padding-top:1px!important; padding-bottom:1px!important;}
.pdtb02{padding-top:2px!important; padding-bottom:2px!important;}
.pdtb03{padding-top:3px!important; padding-bottom:3px!important;}
.pdtb05{padding-top:5px!important; padding-bottom:5px!important;}
.pdtb10{padding-top:10px!important; padding-bottom:10px!important;}
.pdtb15{padding-top:15px!important; padding-bottom:15px!important;}
.pdtb20{padding-top:20px!important; padding-bottom:20px!important;}
.pdtb30{padding-top:30px!important; padding-bottom:30px!important;}
.pdtb40{padding-top:40px!important; padding-bottom:40px!important;}
.pdtb50{padding-top:50px!important; padding-bottom:50px!important;}
.pdtb60{padding-top:60px!important; padding-bottom:60px!important;}
.pdtb70{padding-top:70px!important; padding-bottom:70px!important;}
.pdtb80{padding-top:80px!important; padding-bottom:80px!important;}
.pdtb90{padding-top:90px!important; padding-bottom:90px!important;}
.pdtb100{padding-top:100px!important; padding-bottom:100px!important;}

/* ========== paddingTopParcent ========== */
.pdt0{ padding-top:0px!important;}
.pdt01{padding-top:1px!important;}
.pdt02{padding-top:2px!important;}
.pdt03{padding-top:3px!important;}
.pdt05{padding-top:5px!important;}
.pdt10{padding-top:10px!important;}
.pdt15{padding-top:15px!important;}
.pdt20{padding-top:20px!important;}
.pdt30{padding-top:30px!important;}
.pdt40{padding-top:40px!important;}

/* ========== paddingBottomParcent ========== */
.pdb0{padding-bottom:0px!important; }
.pdb01{padding-bottom:1px!important;}
.pdb02{padding-bottom:2px!important;}
.pdb03{padding-bottom:3px!important;}
.pdb05{padding-bottom:5px!important;}
.pdb10{padding-bottom:10px!important;}
.pdb15{padding-bottom:15px!important;}
.pdb20{padding-bottom:20px!important;}
.pdb30{padding-bottom:30px!important;}
.pdb40{padding-bottom:40px!important;}

/* ========== padding setting ========== */
.pdset_A{padding:30px !important;}
/* 480px */
@media only screen and (max-width: 30em) {
.pdset_A{padding:10px !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;}
.wd33{width: 33.33%!important;}

/* =========== border =========== */


/* ============================■■共通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) {
}