@charset "utf-8";

/*===============================
 Base
===============================*/
html {
	height: 100%;
}
body {
	color: black;
	height: 100%;
}
a {
	color: black;
	text-decoration: none;
	transition: .5s;
}
a:hover {
	color: black;
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}


/*===============================
 Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none!important;
}
* {
	margin: 0;
	padding: 0;
}

/*===============================
 Font
===============================*/
html {
	font-size: 10px;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.075em;
}
.mincho {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5 {
	line-height: 1.5;
	font-weight: 400;
}
p, li, dt, dd, th, td {
	line-height: 1.5;
}

/*===============================
 Wrapper
===============================*/
.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.wrapper {
		min-width: 1200px;
	}
}

/*===============================
 Header
===============================*/
.header {
	width: 100%;
	height: 95px;
	position: absolute;
	margin: 0 auto;
	z-index: 100;
	left: 0;
	top: 0;
}
.header_inner {
    /* max-width: 1280px; */
    margin-left: auto;
    margin-right: auto;
    padding: 10px 2.5% 0;
	width: 100%;
	/* margin: 0 auto;
	padding: 0 2.5%;
	display: -webkit-flex;
	display: flex; */
}
.header_lg {
	margin-top: 20px;
    width: 300px;
    height: 80px;
    position: absolute;
    left: 160px;
    top: 0;
}
.header_lg a {
	display: block;
	max-width: 360px;
	width: 100%;
	height: 113px;
	background: url("../img/h1-logo_shinsyu.png") 0 0 / 100% auto no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
.header_cp_logo{
	margin-top: 30px;
	width: 50%;
	position: absolute;
	right: 50px;
	top: 0;
}
@media screen and (max-width: 768px) {
	.header {
		height: 45px;
		z-index: 1;
	}
	.header_inner {
		padding: 0 3.4375%;
	}
	.header_lg {
		margin-top: 15px;
		width: 50%;
        margin-left: auto;
        margin-right: auto;
		position: absolute;
		left: 30px;
		top: 0;
	}
	.header_lg a {
		width: 100%;
		max-width: 100%;
		height: 70px;
		background: url(../img/h1-logo_shinsyu.png) left top / 100% auto no-repeat;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	.header_cp_logo {
		margin-top: 80px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 90%;
		position: static;
	}
	.header_cp_logo img {
		width: 100%;
	}
}

/*===============================
 Key visual 
===============================*/
.kv {
	position: relative;
	width: 100%;
	padding-top: 41.875%;
	background: url("../img/bg_pc_kv.jpg?date=220221") center center / cover no-repeat;
}
.kv_catch {
	position: absolute;
    top: 0px;
    left: 0;
    width: 780px;
}
.kv_catch img {
	width: 100%;
	height: auto;
}
.kv_pre {
	position: absolute;
	bottom: 20px;
    right: 80px;
    width: 300px;
}
.kv_circle {
	background: none;
}
.kv_catch img,.kv_pre img {
	width: 100%;
	height: auto;
}
.kv_catch_sp img {
	display: none;
}
.kv_cam {
	left: 23.04%;
	bottom: 81.53%;
	width: 64.36%;
}

@media screen and (max-width: 768px) {
	.kv {
		padding-top: 131.25%;
		background: url("../img/bg_sp_kv.jpg?date=220221") center top / contain no-repeat;
        position: relative;
	}

	.kv_circle {
		text-align: center;
	}
	.kv_circle img {
		width: 100%;
	}
	.kv_pre {
		position: absolute;
		bottom: 30px;
		left: 5%;
		right: 5%;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.kv_catch_sp {
		position: absolute;
		top: 70px;
    	width: 95%;
		left: 2.4%;
	}
    .kv_catch img {
        display: none;
    }
	.kv_catch_sp img {
        display: block;
    }

}


/*===============================
 Campaign
===============================*/
.camp {
	background: url("../img/back_wh.jpg") center top / auto repeat;
}
.camp_inner {
	padding: 0 3.58% 30px;
	margin: 0 auto;
	display: block;
}

.camp_sche{
	background: #796A56;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 400;
	color: #fff;
	margin: 20px 0 00px;
	padding: .5rem 0 .8rem;
}
.camp_sche span {
	color: #fff;
	font-size: 1.9rem;
	padding-top: 3px;
}

.camp_tokuten{
	margin: 80px 0 15px;
	padding: 44px 4.28%;
    position: relative;
}

.camp_entry{
	background-color: #DBD0B9;
	border-radius: 10px;
	padding: 2.6rem;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.camp_entry01, .camp_entry02 {
	width: 49%;
}
.cpTit01 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}

.cpTit01 img {
	text-align: center;
	margin-top: -30px;
}

.pat60 {
	padding-top: 60px;
}
.pat10 {
	padding-top: 10px;
}
.camp_kitchen_inner{
	margin-top: 40px;
}
/* 特典応募期間 */
.ol {
	padding: 1rem 0 1rem;
	border-top: 1px solid #A38A77;
}
.ol:last-of-type {
	border-bottom: 1px solid #A38A77;
}
.bordbtt {
	border-bottom: 1px solid #A38A77;
}
.ol_head {
	width: 100%;
	margin-right: 12px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: .02em;
	padding: 5px 0;
	border-radius: 25px;
	background: #3D3A39;
	box-sizing: border-box;
}
.ol_data{
	color: #3D3A39;
	font-size: 2.2rem;
    font-weight: 700;
	text-align: center;
    padding: .7rem 0rem .2rem;
}
.ol_data span{
    font-size: 1.4rem;
}
.ol_txt{
	color: #3D3A39;
	font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    padding: .9rem 0rem 0rem;
    letter-spacing: 0;
	line-height: 120%;
}
.ol_txt span{
    font-size: 1.4rem;
	font-weight: 400;
	text-align: right;
}

.camp_img img {
    width: 100%;
    height: auto;
}
.mab20 {
    margin-bottom: 20px;
}
.conf{
	margin-top: 30px;
}

@media screen and (min-width: 769px) {
.camp_inner {
	width: 1200px;
}
.camp_ItemPC {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
}
.camp_Itembox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.camp_kitchenbox {
	width: 50%;
	height: 342px;
}
.camp_kitchenbox img {
	height: 100%;
}
.camp_conceptbox {
	width: 50%;
	height: 362px;
	overflow: hidden;
}
.camp_conceptbox img {
	height: 100%;
}
.aftcle {
	overflow: hidden;
}
.kitchenbox02 {
 position: relative;
 background: url("../img/back_gr.jpg") center top / auto repeat;
 color: #fff;
 font-size: 1.4rem;
 letter-spacing: 0;
 padding: 8rem 2.4rem 1.4rem;
}
.camp_kit_name {
	position: absolute;
	top: 40px;
	left: -40px;
	background-color: #DCBA7F;
	padding: .7rem;
	display: inline-block;
	width: 100%;
}
.camp_kit_name img {
	width: 100%;
}
.Item_txt50 {
	margin-top: 15px;
}
.Item_txt30 {
	margin-top: 15px;
}
.camp_kit_op {
	background-color: #339EA9;
	padding: .7rem;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin-top: 20px;
}
.kitchenbox02 ul {
	margin-top: 15px;
}
.kitchenbox02 ul li {
	line-height: 160%;
}
.plusImg {
	width: 12%;
	margin-left: auto;
	margin-right: auto;
}
.conceptnbox01 {
	position: relative;
	background: url("../img/back_pink01.jpg") center top / auto repeat;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0;
	padding: 3.2rem 2.4rem;
   }
.conceptnbox02 {
	position: relative;
	background: url("../img/back_pink02.jpg") center top / auto repeat;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0;
	padding: 3.2rem 2.4rem;
}
}
@media screen and (max-width: 768px) {
.camp {
	padding: 0 5.35% 32px;
}
.camp_inner {
	padding: 30px 3% 30px;
	margin: 0 auto;
	display: block;
}
.camp h2{
font-size: 2.6rem;
margin: 0 auto 20px;
}


.camp_ItemPC {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
}

.camp_kitchen .camp_Item1:nth-of-type(1){
	width: 100%;
	padding-bottom: 20px;
}
.camp_kitchen_right p:nth-of-type(1){
border-top: solid 1px #221815;
}
.camp_kitchen_right{
	width: 100%;
	margin: 0 auto;
	border: 0;
}

.camp_tokuten{
	margin: 30px 0 15px;
	padding: 44px 0;
    position: relative;
}

.camp_Itembox {
	display: block;
}
.camp_kitchenbox {
	width: 100%;
	height: auto;
}
.camp_conceptbox {
	width: 100%;
	height:auto;
	overflow: hidden;
}
.kitchenbox02 {
 position: relative;
 background: url("../img/back_gr.jpg") center top / auto repeat;
 color: #fff;
 font-size: 1.4rem;
 letter-spacing: 0;
 padding: 1.4rem 2rem 2rem;
 margin-top: -20px;
}
.camp_kit_name {
	position: absolute;
	top: -20px;
	left: 1%;
	right: 1%;
	background-color: #DCBA7F;
	padding: .7rem;
	display: block;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.camp_kit_name img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.Item_txt50 {
	margin-top: 50px;
}
.Item_txt30 {
	margin-top: 30px;
}
.camp_kit_op {
	background-color: #339EA9;
	padding: .7rem;
	display: inline-block;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
.kitchenbox02 ul {
	margin-top: 15px;
}
.kitchenbox02 ul li {
	line-height: 160%;
	font-size: 1.3rem;
	letter-spacing: 0;
}
.plusImg {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}
.conceptnbox01 {
	position: relative;
	background: url("../img/back_pink01.jpg") center top / contain repeat;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0;
	padding: 3.2rem 2.4rem;
   }
.conceptnbox02 {
	position: relative;
	background: url("../img/back_pink02.jpg") center top / contain repeat;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0;
	padding: 3.2rem 2.4rem;
}
.cpTit01 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}

.cpTit01 img {
	text-align: center;
	width: 100%;
	margin-top: -10px;
}
.cpTit03 img {
	text-align: center;
	width: 100%;
}

.ol {
padding: 0 0 10px;
display: block;
}
.ol_head {
margin-top: 15px;
}
.ol_head {
	width: 100%;
	margin-right: 12px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: .02em;
	padding: 5px 0;
	border-radius: 25px;
	background: #3D3A39;
	box-sizing: border-box;
}

.ol_data{
	margin-top: 8px;
	font-size: 2.2rem;
	letter-spacing: .02rem;
	padding: 0;
}
.ol_data span {
font-size: 1.2rem;
}
.camp_entry{
	font-size: 1rem;
	margin: 10px 0 15px;
	padding: 2rem 1rem;
	display: block;
}
.camp_entry01, .camp_entry02 {
	width: 100%;
}
}

/*===============================
 bg
===============================*/
.bg_navy {
	background-color: #0F1C37;
}
.bg_wh {
	background-color: #fff;
}

/*===============================
 About
===============================*/
.about_box {
	background-image: url(../img/cp_back02.jpg);
	margin: 20px 0 15px;
	padding: 44px 2.28%;
    position: relative;
	border: 16px solid #fff;
}
.pat85 {
    padding-top: 85px;
}
.about_flex{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 52px 4.28% 26px;
}
.about_box h2 {
	font-size: 3.6rem;
	color: #000;
	text-align: center;
	font-weight: 500;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	padding: .4rem .7rem;
}
.about_box{
	width: 100%;
	position: relative;
}
.about_box_flex{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about_box_flex02{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: flex-start;
    margin-top: 0;
    padding: 0 0rem 0rem;
}
.about_box_item{
	width: 33%;
	position: relative;
	padding: 1.4rem;
}
.about_box_item02 {
	width: 49%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
    padding: 1.6rem 2rem 2rem 2rem;
}
.about_item_mark {
    float: right;
    padding-left: 30px;
}
.mat10 {
    margin-top: 10px;
}
.mat20 {
    margin-top: 20px;
}
.mat40 {
    margin-top: 40px;
}
.top-60 {
	position: relative;
	top: -60px;
}
.about_border {
	border-bottom: 1px solid #796A56;
	padding: 1.4rem 0 0;
}
.about_border02 {
	border-right: 1px solid #796A56;
}
.aboutTit_box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
    justify-content: flex-start;
    align-items: center;
}
.circlePoint {
    width: 40%;
	margin-right: 10px;
}
.circlePoint img {
    width: 100%;
}
.circlePoint02 {
    width: 96px;
    margin-right: 20px;
}
.circlePoint02 img {
    width: 100%;
}
.aboutTit {
    color: #8F6134;
	font-size: 2.8rem;
	letter-spacing: 0;
	font-weight: 700;
}
.about_box_item_right02 h3{
	color: #604C3F;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 15px;
}
.about_box_item p.stylename {
	content: "";
	position: absolute;
	top: 0;
    left: 0;
    display: inline-block;
    background-color: #4F636D;
    padding: .4rem .8rem;
    color: #fff;
}
.about_sp {
	display: block;
}

.about_box_item h3{
	font-size: 3.2rem;
	color: #000;
	text-align: center;
	font-weight: 400;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	padding: .4rem .7rem;
}
.about_txt{
	color: #221815;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
    line-height: 160%;
}

.about_box_item figure{
	width: 100%;
	margin: 1rem 0;
}
.about_wallbox figure img{
	width: 100%;
	height: auto;
}
.about_scheBox {
	padding: 2rem 3rem;
}
.about_scheBox h2{
	color: #73162B;
	font-size: 3.2rem;
	font-weight: 500;
	margin-right: 15px;
	letter-spacing: 0em;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.caution li {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 150%;
}
span.super {
	vertical-align: super;
	font-size: 1rem;
}

@media screen and (min-width: 769px) {
	.about_wallbox:first-of-type{
	margin-right: 11.11%;
}
}
@media screen and (max-width: 768px) {
	.about_box {
		background-image: url(../img/cp_back02.jpg);
		background-repeat: repeat-y;
		margin: 80px 0 15px;
		padding: 44px 4.28%;
		position: relative;
		border: 8px solid #fff;
	}
	.pat85 {
		padding-top: 0px;
	}
	.about_box h2{
		font-size: 2.8rem;
		color: #000;
		text-align: center;
		font-weight: 500;
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
		padding: .4rem .7rem;
	}
	.about_flex{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 30px 5.35% 10px;
	}
	.aboutTit_box {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
		justify-content: flex-start;
		align-items: center;
	}
	.aboutTit {
		color: #8F6134;
		font-size: 2.2rem;
		letter-spacing: 0;
		font-weight: 700;
	}
	.about_txt{
		color: #000;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
		padding-top: .6rem;
		line-height: 150%;
		padding-bottom: 1rem;
	}
	.about_box_item h3{
		font-size: 2.6rem;
		color: #000;
		text-align: center;
		font-weight: 400;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		padding: .4rem .7rem;
	}
	.about_box_item p.stylename {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		background-color: #4F636D;
		padding: .4rem .8rem;
		color: #fff;
		font-size: 1.2rem;
	}
	.about_box_gold{
		font-size: 1.5rem;
	}
    .about_sp {
        display: none;
    }
	.about_box_item{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.about_box{
		width: 100%;
	}
	.about_box_navy{
		font-size: 1.8rem;
		color: #0F1C37;
		font-weight: bold;
		text-align: left;
		margin-bottom: 28px;
		letter-spacing: 0.03em;
	}
	.about_box_flex{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about_box_flex02{
	display: block;
    margin-top: 0;
    padding: 0 0rem 0rem;
}
.about_border {
	border-right: none;
}
.about_border02 {
	border-bottom: 1px solid #796A56;
	border-right: none;
}
.about_border {
	/* border-top: 1px solid #000; */
	padding: 1rem 0;
}
.about_box_item{
	width: 100%;
	margin-bottom: 0px;
	position: relative;
	height: auto;
	padding: 0;
}
.about_box_item02 {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 35px;
	position: relative;
    padding: 0rem;
}
.about_box_item_right02 h3{
	color: #604C3F;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 15px;
}

.about_scheBox {
	padding: 2rem 3rem;
}
.about_scheBox h2{
	color: #73162B;
	font-size: 2.6rem;
	font-weight: 500;
	margin-right: 15px;
	letter-spacing: 0em;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.caution li {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 150%;
}
span.super {
	vertical-align: super;
	font-size: 1rem;
}
.about_item_mark {
	width: 80px;
    float: right;
    padding-left: 15px;
}
.circlePoint {
	width: 72px;
	margin-right: 5px;
}
.circlePoint img {
	width: 100%;
}
.circlePoint02 {
	width: 72px;
	margin-right: 5px;
}
.circlePoint02 img {
	width: 100%;
}
}


.mincho {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.text-center {
	text-align: center;
}
.mat10 {
	margin-top: 10px;
}
.pab80 {
	padding-bottom: 80px !important;
}

@media screen and (min-width: 769px) {
.life_inner {
	width: 1200px;
}
.benefit_txt_pc {
	display: block;
}
.benefit_txt_sp {
	display: none;
}
.pc_on {
	display: block !important;
}
.pc_no {
	display: none;
	}
.sp_on {
	display: none !important;
}
.sp_no {
  display: none;
}
}
@media screen and (max-width: 768px) {
.pc_no {
	display: none !important;
	}
.pc_on {
	display: none;
}
.sp_on {
	display: block !important;
}
	.life_sp{
	display: block;
}
	.life_inner {
	padding: 30px 0% 10px;
}

.lifeBox-border {
    border-bottom: 5px solid #B31E23;
}
.lifeTit p {
	font-size: 1.2rem;
	font-weight: 700;
    color: #fff;
    text-align: center;
}

.life_benefit{
	padding: 1rem 4.28% 4rem;
	background: #fff;
	position: relative;
    margin-top: 20px;
}
.plan_img {
    position: absolute;
    top: -40px;
    right: -12px;
    width: 48%;
}
.pab40 {
	padding-bottom: 10px !important;
}

.life_benefit{
	padding: 37px 5.35% 5px;
	background: #fff;
	position: relative;
}
.life_benefit2{
	margin: 40px 0 15px;
}
.life_benefit_center{
	text-align: center;
}
.life_benefit:before{
	width: 15.86%;
	padding-top: 21%;
}
.life_benefit2:before{
	width: 15.86%;
	padding-top: 21%;
}
.life_benefit h2{
	color: #73162B;
	font-size: 2.6rem;
	font-weight: 500;
	margin-right: 15px;
	letter-spacing: 0em;
    text-align: left;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.life_benefit h3.graybg-copy {
	font-size: 1.8rem;
	background-color: #3D3A39;
	color: #fff;
	text-align: left;
	font-weight: 400;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	padding: .4rem .7rem;
	margin-top: 30px;
}
.life_benefit h3.graybg-copy span {
	font-size: 1.2rem;
}
.life_benefit h2.life-copybk {
	color: #000;
	font-size: 2.4rem;
	font-weight: 500;
	margin-top: 0px;
	letter-spacing: 0em;
    text-align: left;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.life_benefit p{
	color: #000000;
	font-weight: 400;
}

.life_benefit_flex {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: block;
	margin-top: -40px;
}
.life_benefit_flexSP {
	display: -webkit-flex;
	display: block;
}
.life_benefit_box50, .life_benefit_box65 {
	width: 100%;
	padding: 0 0 1.6rem;
}
.life_benefit_box20 {
	width: 100%;
    padding: 1rem;
}
.life_benefit_box30 {
	width: 100%;
    padding: 1rem;
}
.life_benefit_boxp1 {
	width: 100%;
	text-align: center;
	padding: 0 1.6rem;
}
.life_benefit_boxp2 {
	width: 100%;
    text-align: center;
}
.life_benefit_border {
	border-bottom: 1px dotted #A18877;
	border-right: none;
}

.planImg01 {
	background-image: url(../img/plan001_s.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	height: 220px;
	padding: 1rem 0;
	text-align: left;
	font-size: 1.2rem;
	margin-top: 20px;
}
.planImg02 {
	background-image: url(../img/plan002_s.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	height: 160px;
	padding: 1rem 0;
	text-align: left;
	font-size: 1.2rem;
	margin-top: 20px;
}
.price01,.price02 {
	text-align: right;
}
.price01 img,.price02 img{
	width: 70%;
	text-align: right;
}
.price02 img {
	position: relative;
    top: 20px;
}
.planSpec {
	text-align: left;
}
.border-plan {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1rem 0;
	margin-top: 20px;
}
.planTit {
	text-align: left;
    color: #000 !important;
	display: block;
    font-size: 2rem;
	font-weight: 700;
	border-bottom: 1px solid #000;
	padding-top: 0px;
}

.safeBox {
	width: 100%;
	margin-top: 10px;
}
.life_benefit_box30 figure {
	padding-right: 15px;
}
.life_benefit_flexSP figure {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.life_benefit_box20 figure.w80 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.life_benefit_box:last-of-type{
margin-top: 20px;
}
.life_benefit_txt{
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
p.life_benefit_txt_style {
	padding-bottom: .5rem;
    margin-bottom: 0;
    text-align: left;
    color: #A18877 !important;
    display: block;
    font-size: 1.8rem;
	font-weight: 700;
}
.benefit_txt_sp {
	display: block !important;
}


.life_benefit_box:first-of-type figure{
	padding-top: 13px;
}


.life_benefit_txt p:last-of-type span{
	font-size: 1.2rem;
}
.life_benefit_ex{
	display: block;
}
.life_benefit_ex figure{
	width: 50%;
}
.life_benefit_ex figure img{
	width: 100%;
	height: auto;
}
.navyBox {
	border: 2px solid #00053A;
	padding: 1rem;
	margin-bottom: 30px;
}
.navytit {
	font-size: 1.6rem;
	color: #00053A;
	font-weight: 400;
}
.navytitB {
	font-size: 2.4rem;
	color: #00053A;
	font-weight: 400;
}
.graytit {
	font-size: 1.6rem;
	color: #3E3A39;
	font-weight: 700 !important;
	letter-spacing: 0;
}
}

/*===============================
 Detail
===============================*/
/* .detail {
	background: #fff;;
} */
.detail_inner {
	padding: 80px 5.58% 90px;
	margin: 0 auto;
}

.detail_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}
.detail h2{
	position: relative;
	padding: 1.5rem;
	margin: 0px auto 80px;
	text-align: center;
	color: #000;
	font-size: 3.0rem;
	font-family: kinuta-maruminold-stdn, serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.detail h2:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 50px);
	width: 100px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #C69C6D;
  }
.detail_tab {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    line-height: 180%;
}
.detail_tab {
	width: 81%;
}
.detail_set {
	width: 81%;
}
.detail_tab01 {
	width: 100%;
}
.detail_head {
	position: relative;
	padding: 0rem 0rem 1.2rem;
	font-size: 2.2rem;
    font-weight: 700;
	color: #7A6A56;
	text-align: left;
}
/* .detail_head::before {
	content: "\f0c8";
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    color: #7A6A56;
    font-size: 2.2rem;
    padding: 0 3px;
} */
.detail_midashi {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 160%;
	color: #333;
	text-align: left;
}
.detail_data {
	width: 100%;
	padding: 0 0 34px;
	font-size: 1.4rem;
    line-height: 180%;
}

.mat15 {
    margin-top: 15px;
}
.mat30 {
    margin-top: 30px;
}
.mat60 {
    margin-top: 60px;
}
.mat80 {
    margin-top: 80px;
}
.detail_data p,.detail_data li {
    line-height: 180%;
}
.detail_data_pt{
	padding-top: 18px;
}
.detail_data_pb{
	padding-bottom: 18px;
}
.detail_privacy{
	font-size: 1.4rem;
	padding: 18px 0;
}
.detail_privacy li　{
	list-style: none !important;
}
.detail_privacy a{
	text-decoration: underline;
  color: inherit;
}
.detail_privacy li span:first-of-type{
	width: 2.87%;
}
.detail_privacy li span:last-of-type{
	width: 97.1%;
}
/* .detail_data ul:nth-of-type(1){
	margin: 18px 0;
} */
.detail_data li span:first-of-type{
	width: 2.87%;
}
.detail_data li span:last-of-type{
	width: 97.1%;
}
@media screen and (min-width: 769px) {
	.detail_inner {
	width: 1200px;
}
}
@media screen and (max-width: 768px) {
.detail h2{
	position: relative;
	padding: 1.5rem;
	margin: 0px auto 80px;
	text-align: center;
	color: #000;
	font-size: 2.8rem;
	font-family: kinuta-maruminold-stdn, serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
}
.detail h2:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 50px);
	width: 100px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #C69C6D;
	}
.detail_flex {
	display: block;
	margin-top: 20px;
}
.detail_tab {
	display: block;
}
.detail_tab,.detail_set {
	width: 100%;
}
.detail_inner{
	padding: 50px 5.58% 45px;
}
.detail_head {
	position: relative;
	display: block;
	width: 100%;
	font-size: 2rem;
	font-weight: 700;
	color: #7A6A56;
	text-align: left;
	margin-top: 15px;
	margin-left: 1rem;
}
.detail_head:after {
	display: none;
}
.detail_midashi {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 160%;
	color: #333;
	text-align: left;
	padding-top: 1rem;
}
.indent_midashi {
	text-indent: -1rem;
}
.detail_data {
	width: 100%;
	padding: 1rem 1.4rem 14px;
	font-size: 1.4rem;
}
.detail_privacy{
	font-size: 1.4rem;
	padding: 18px 0 30px;
	word-break: break-all;
}
.detail_data li span:first-of-type{
	width: 6.87%;
}
.detail_data li span:last-of-type{
	width: 100%;
}
.pat30 {
	padding-top: 30px;
}
}

/*===============================
 Footer
===============================*/
.footer {
	width: 100%;
	color: #000;
	text-align: center;
	max-width: 1296px;
	padding: 45px 5.83%;
	font-size: 1.2rem;
	margin: 0 auto;
}
.copyright {
	background: #D34C5D;
	color: white;
}
.footer a {
	color: white;
	text-decoration: underline;
}
.footer_lg {
	width: 40.52%;
}
.footer_lg p{
	text-align: left;
	font-weight: bold;
}
.footer_lg p a{
	color: #000;
}
.footer_lg img{
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}
.footer_nav {
	font-size: 1.4rem;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer_qr{
	width: 36.26%;
}
.footer_qr p{
	text-align: left;
	font-weight: bold;
}
.footer_qr img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.footer_nav li {
	line-height: 2;
	text-align: left;
}
.footer_nav p {
	font-size: 1.2rem;
}
.footer_copy {
	font-size: 1.2rem;
	text-align: center;
	padding: 15px 0 13px;
	font-weight: 700;
}
.footer_caption{
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
	-webkit-display: flex;
	display: flex;
	padding: 0 11.55%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.square_btn a {
	position: relative;
	display: block;
	font-weight: 700;
	padding: 1rem 2.5rem;
	text-decoration: none;
	color: #fff !important;
	background: #339EA9;
	transition: .4s;
  }
.square_btn a:hover {
	background: #aaa;
	color: #fff;
  }
.square_btn a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	padding-left : 15px;
	color: #fff;
	display: inline-block;
  }

@media screen and (max-width: 768px) {
	.footer {
		padding: 30px 5.625% 50px;
	}
	.footer_lg {
		width: 100%;
		margin: 0 auto 25px;
	}
	.footer_qr{
		width: 100%;
	}
	.footer_nav {
		font-size: 1.2rem;
		margin-bottom: 20px;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer_caption{
	padding: 0;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.footer_caption p{
	width: 100%;
	text-align: left;
}
	.footer_copy {
		font-size: 1rem;
		padding: 12px 5.625%;
	}
}

/*===============================
 CV
===============================*/
.cv-top {
	width: 960px;
	padding-top: 60px;
	margin-bottom: 40px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cv-top a img{
    width: 100%;
}
.cv-top a{
  margin-left: auto;
  margin-right: auto;  
}
.cv-top a:hover {
	/* transform: translateY(0.1875em); */
    animation-play-state: paused;
}
.yureru-j{
    animation: yureru-j 3s  infinite;
}

@keyframes yureru-j {
	0% {transform: translate(0px, 4px);}
	50% {transform: translate(0px, -4px);}
	100% {transform: translate(0px, 4px);}
}

.cv a {
	width: 960px;
	padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cv a img{
    width: 100%;
}

.cv {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cv a:hover {
	animation-play-state: paused;
}

@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
.cv-top {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -60px;
	position: relative;
	top: -75px;
}
.cv {
width: 100%;
margin: 40px auto 40px;
position: relative;
}

.cv-top a img{
    width: 100%;
	max-width: 100%;
}
.cv a {
	width: 100%;
	padding-top: 00px;
    margin: 0 auto 0;
    position: relative;
}
.cv a img{
    width: 100%;
	max-width: 100%;
}
.yureru-j{
    animation: yureru-j 3s  infinite;
}
@keyframes yureru-j {
	0% {transform: translate(0px, 4px);}
	50% {transform: translate(0px, -4px);}
	100% {transform: translate(0px, 4px);}
	/* 15% {transform: translate(0px, -4px);}
	20% {transform: translate(0px, 4px);}
	25% {transform: translate(0px, -4px);} */
	/* 30% {transform: translate(0px, 0px);} */
	}

}
