@charset "utf-8";
/*===========================
add
===========================*/

/*----------------------
none
----------------------*/
.pcOFFtabletOFFspON{display: none;}
@media screen and (max-width: 768px) {
	.pcOFFtabletOFFspON{display: none;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletOFFspON{display: block;}
}

.pcOFFtabletONspOFF{display: none !important;}
@media screen and (max-width: 768px) {
	.pcOFFtabletONspOFF{display: block !important;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletONspOFF{display: none !important;}
}

@media screen and (max-width: 768px) {
	.pcONtabletOFFspOFF{display: none !important;}
}

@media screen and (min-width: 769px) {
	.pcOFFtabletONspON{display: none !important;}
}

@media screen and (min-width:601px) and (max-width: 768px) {
	.pcONtabletOFFspON{display: none;}
}

@media only screen and (max-width: 600px) {
	.pcONtabletONspOFF{display: none;}
}

/*===========================
margin
===========================*/
.mt0{margin-top: 0;}
.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;}
.mt50{margin-top: 50px !important;}

.mb0{margin-bottom: 0;}
.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;}


/*===========================
align
===========================*/
.txc{text-align: center;}
.txr{text-align: right;}
.txl{text-align: left;}

.center-pcONspOFF{text-align: center;}
@media screen and (max-width: 768px) {
	.center-pcONspOFF{text-align: left;}
}

.center-pcONtabletONspOFF{text-align: center;}
@media screen and (max-width: 600px) {
	.center-pcONtabletONspOFF{text-align: left;}
}

.center-pcONtabletOFFspOFF{text-align: center;}
@media screen and (max-width: 768px) {
	.center-pcONtabletOFFspOFF{text-align: left;}
}

@media screen and (max-width: 600px) {
	.center-pcOFFtabletOFFspON{
		text-align: center !important;
	}
}


/*===========================
text
===========================*/
.txt-s{
	font-size: 0.9rem;
}
.txt-red{
	color: #e00303;
}

.fb00{
	font-weight: bold;
}


/*===========================
top-add
===========================*/
/*box1----------*/
/*ph-----*/
.top-add .box1 .ph{
	width: 70%;
	margin: 0 auto 30px;
}
@media screen and (max-width: 600px) {
	.top-add .box1 .ph{
		width: 100%;
		margin-bottom: 20px;
	}
}


/*table-----*/
.top-add .box1 table{
	border-spacing: 0;
}

.top-add .box1 th,
.top-add .box1 td{
	border-bottom: 1px solid #999 !important;
	padding: 12px ;
	text-align: left;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	.top-add .box1 th,
	.top-add .box1 td{
		display: block;
		width: 100%;
	}

	.top-add .box1 th{
		border: none !important;
		padding: 10px 10px 0;
	}

	.top-add .box1 td{
		border: none;
		padding: 0 10px 10px;
	}
}




/*===========================
cont1-add
===========================*/
/*kakomi-----*/
.cont1-add .box1 .kakomi{
	text-align: center;
	width: 500px;
	margin: 0 auto 50px;
	border: 1px solid #d94236;
	padding: 20px 10px;
	background-color: #ffffe4;
}

.cont1-add .box1 .kakomi p.txt01,
.cont1-add .box1 .kakomi p.txt02{
	color: #d94236;
	font-size: 1.3rem;
}

@media screen and (max-width: 600px) {
	.cont1-add .box1 .kakomi{
		width: 100%;
		box-sizing: border-box;
	}

	.cont1-add .box1 .kakomi p.txt02{
		text-align: left;
	}
}

.cont1-add .box1 .kakomi .ph02{
	width: 60%;
	margin: 20px auto 0;
}

/*box1----------*/
@media screen and (min-width: 601px) {
	.cont1-add .box1 .f-item1-3{
		display: flex;
		flex-direction: column;
	}
}

/*ph-----*/
.cont1-add .box1 .ph{
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
	display: block;
}

/*
.cont1-add .box1 .ph02{
	text-align: center;
	margin: 0 auto 40px;
	width: 300px;
}*/

.cont1-add .box1 .ph + p{
	margin-bottom: 20px;
}

@media screen and (min-width: 601px) {
	.cont1-add .box1 .ph + p{
		text-align: left;
		flex-grow: 1;
	}
}

/*table-----*/
@media screen and (min-width: 769px) {
	.cont1-add .box1 th{
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.cont1-add .box1 th{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
}

.cont1-add .box1 td{
	text-align: center;
}
@media screen and (max-width: 768px) {
	.cont1-add .box1 td{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
}




/*===========================
cont2-add
===========================*/
/*box1----------*/

/*kakomi-----*/
.cont2-add .box1 .kakomi{
	text-align: center;
	width: 500px;
	margin: 0 auto 50px;
	border: 1px solid #d94236;
	color: #d94236;
	padding: 20px 10px;
	font-size: 1.3rem;
	background-color: #ffffe4;
}

@media screen and (max-width: 600px) {
	.cont2-add .box1 .kakomi{
		width: 100%;
		box-sizing: border-box;
	}
}




/*ph-----*/
.cont2-add .box1 .ph{
	text-align: center;
	margin-bottom: 20px;
}

.cont2-add .box1 .ph02{
	text-align: center;
	margin: 0 auto 40px;
	width: 300px;
}

.cont2-add .box1 .ph p{
	margin-top: 5px;
}

/*table-----*/
@media screen and (min-width: 769px) {
	.cont2-add .box1 th{
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.cont2-add .box1 th{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
}

.cont2-add .box1 td{
	text-align: center;
}
@media screen and (max-width: 768px) {
	.cont2-add .box1 td{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
}

/*in01---*/
@media screen and (max-width: 768px) {
	.cont2-add .box1 .in01 .f-item1-2{
		width: 100%;
		text-align: center;
	}

	.cont2-add .box1 .in01 .f-item1-2 .ph{
		width: 60%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 600px) {
	.cont2-add .box1 .in01 .f-item1-2 .ph{
		width: 100%;
	}
}




/*box2----------*/
/*table-----*/
@media screen and (min-width: 601px) {
	.cont2-add .box2 th{
		width: 15%;
	}
}


/*===========================
cont3-add
===========================*/
/*box1----------*/
/*txt01-----*/
.cont3-add .box1 .txt01{
	margin: 0 0 70px;
	font-size: 2rem;
	color: #d94236;
}
@media screen and (max-width: 768px) {
	.cont3-add .box1 .txt01{
		margin: 0 0 40px;
	}
}
@media screen and (max-width: 600px) {
	.cont3-add .box1 .txt01{
		font-size: 1.5rem;
		margin: 0 0 30px;
	}
}

/*table-----*/
@media screen and (min-width: 601px) {
	.cont3-add .box1 th{
		width: 50%;
	}
}

.cont3-add .box1 td{
	text-align: center !important;
}



/*===========================
footer
===========================*/
footer .access-box{
	width: 80px;
	margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
	footer .access-box{
		margin-bottom: 25px;
	}
}


footer .access-box img{
	width: 50px;
}
footer .access-box p{
	margin-top: 5px;
	box-sizing: border-box;
	border-radius: 5px;
}

footer .access-box a{
	transition: 0.3s;
	display: block;
}

footer .access-box a:hover{
	opacity: 0.3 !important;
}













/* 基本カラー  */

.fcBasic {
	color:#113783;
}

.fcBasic2 {
	color:#ef454e;
}



/*---------------*/
/***** Roxy *****/
/*---------------*/

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	box-sizing: border-box;
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*---------------*/
/***** Roxy *****/
/*---------------*/

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	box-sizing: border-box;
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Roxy  */


.f-roxy {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.f-roxy1-3 {
	box-sizing: border-box;
	width: 33.3%;
}

figure.effect-roxy {
	background:rgba(255,255,255,1);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	background:rgba(255,255,255,.75);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
	padding: 3em;
	text-align: left;
}
figure.effect-roxy figcaption p {
	padding-top:50px;
}
figure.effect-roxy figcaption p img{
	height:150px;
	width:auto;
}

figure.effect-roxy h2 {
	padding: 30% 0 10px 0;
}

figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure {
    margin: 0;
}
.grid a {
	display:block;
}

.figure {
	display:inline-block
}
.figure-img {
margin-bottom:.5rem;
	line-height:1
}
.figure-caption {
	font-size:90%;
	color:#868e96
}

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

figure.effect-roxy figcaption {
	/*padding: 2em 3em;*/
	text-align: left;
}

figure.effect-roxy figcaption p{
	/*padding-top:0px;*/
	padding: 5% 0 0 0;
	margin: 0;
	position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
	width: 80%;
}

figure.effect-roxy img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy figcaption::before,
figure.effect-roxy p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

}


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

	figure.effect-roxy figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-roxy figcaption p{
	/*padding-top:50px;*/
	padding-top: 5%;
}
	.f-roxy1-3 {
	box-sizing: border-box;
	width: 100%;
}
}

.productImg {
	box-sizing: border-box;
	width:50%;
	margin:0 auto 5px auto;
}

.productC {
	text-align:center;
	font-size:1.1em;
	color:#FB6D31;
	margin-bottom:5px;
	font-weight:bold;
}

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

.productImg {
	width:70%;
}

}

/* index */

.box-8 {
    background-color: #f7b434;
    border: 1px solid #e29a27;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, .4) inset,
                0 0 4px rgba(255, 255, 255, .8) inset,
                2px 2px 2px rgba(0, 0, 0, .4);
    color: #fff;
    margin: 0;
    padding: 1em;
}
.box-8 p {
	font-size: 1.3em;
	text-align:center;
}

.txtPlus {
	font-size:3em;
	text-align:center;
	font-weight:bold
}


/* 画像とテキストを交互に表示画像バージョン */


.contents-wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
    background-color: rgba(252, 252, 252, 0.92);
}
.contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction:row-reverse;
}
.contents-text {
	width: 50%; /*flex: 2;*/
    /* flex: 2; */
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
}
.contents-img {
	width: 50%; /*flex: 1;*/
}
.contents-text h3 {/* 要調整 */
	font-size: 2em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 1em;
	color:#2F7EBF;
	text-align:left;
	text-shadow:none;
}
.contents-text h3::after {/* 要調整 */
 content: none;
}
.contents-text-catch {
    margin: 0 auto 20px;
    text-align: center;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.125em;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    border-bottom: 4px solid #62c0b5;
    padding-bottom: 8px;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
@media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction: column-reverse;
	padding: 20px 0 0;
}
.contents-wrap:last-child{
	padding-bottom: 20px;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:50px;
}
.contents-text{
	padding:0 20px;
	margin-bottom:20px;
}
.contents-text h3 {
	font-size: 1.3em;
}
}
