@charset "utf-8";
.price{
	width: 100%;
	padding: 84px 0;
}

/* ----------- btns ----------- */
.price_tabs{
	width: 100%;
	background-color: #ffd9d9;
	padding: 45px 45px 32px 45px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.price_tabs>li{
	display: inline-block;
	margin: 0 20px 11px 0;
}
.price_tabs>li a{
	display: block;
	color: #000;
	font-size: 1.6rem;
	border-radius: 23px;
	padding: 9px 45px;
	border: 2px solid #e5555d;
	background-color: #ffffff;
}
.price_tabs>li a.on{
	color: #ffffff;
	background-color: #e5555d;
}
.price_tabs>li a:hover{
	color: #ffffff;
	background-color: #e5555d;
}
/* ----------- 753 ----------- */
.list753{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 55px;
	margin-bottom: 145px;
}
.list753>li{
	position: relative;
	border: 5px solid #f1f1f1;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
}
.list753>li.on{
	border-color: #e5555d;
}
.list753>li.list753_for3{
	width: 407px;
}
.list753>li.list753_for4{
	width: 300px;
}
.list753>li img{
	display: block;
}
.list753>li img.img753{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.popup753{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	max-width: 1280px;
	padding: 18px 100px;
	border: 3px solid #e5555d;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	z-index: 990;
	display: flex;
	align-items: center;
}
.popup753 img{
	display: block;
}
.popup753_top{
	width: 44%;
	display: flex;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popup753_top_img_wrap{
	width: 145px;
	border: 3px solid #f1f1f1;
	position: relative;
}
.popup753_top_img_wrap img.popup753_top_img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
}
.popup753_top_content{
	width: calc(100% - 145px);
	padding-left: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popup753_top_tit{
	font-size: 1.8rem;
	line-height: 1.1;
	background:  url(../images/price/simulation/price_ico01.png) no-repeat left 40px center,-moz-linear-gradient(0deg, #e5555d 0%, #fdb199 100%);
    background: url(../images/price/simulation/price_ico01.png) no-repeat left 40px center,-webkit-linear-gradient(0deg, #e5555d 0%, #fdb199 100%);
    background:  url(../images/price/simulation/price_ico01.png) no-repeat left 40px center,-ms-linear-gradient(0deg, #e5555d 0%, #fdb199 100%);
	color: #ffffff;
	border-radius: 32px;
	padding: 12px 22px 12px 85px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popup753_top_price{
	font-size: 2.4rem;
	font-weight: bold;
	padding: 10px 0;
}
.popup753_top_price span{
	font-size: 60%;
}
.popup753_top_price strong{
	display: inline-block;
}
.popup753_top_price span#popup753_top_price{
	display: inline-block;
	font-size: 100%;
	color: #e5555d;
	background-color: #ffd9d9;
	padding: 0 16px;
}
.popup753_top_txt{
	font-size: 1.8rem;
	letter-spacing: -0.5px;
}
.popup753_bottom{
	width: 56%;
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popup753_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popup753_list>li{
	width: 31.5%;
}
.popup753_list>li a, .popup753_list>li .contact_btn{
	width: 100%;
	display: block;
	background-color: #e5555d;
	border-radius: 5px;
	padding: 12px 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:none;
	cursor:pointer;
}
.popup753_list>li a img{
	display: block;
	margin: 0 auto;
}
.popup753_mark{
	font-size: 1.5rem;
	text-align: center;
	margin-top: 15px;
}

/* ----------- tab-btns ----------- */
.photo_tab{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.photo_tab div{
	width: 32%;
	max-width: 400px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	border: 5px solid #e5555d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.photo_tab div br{
	display: none;
}
.photo_tab div.on{
	background-color: #e5555d;
	color: #ffffff;
}
.photo_tab div.on::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -32px;
	left: 0;
	right: 0;
	border: 14px solid transparent;
	border-top-color: #e5555d;
	margin: auto;
}
.tab_content{
	display: none;
}
.tab_content.on{
	display: block;
}
/* ----------- block ----------- */
.price_block{
	margin-top: 60px;
}
.price_block h3 img{
	display: block;
}
.price_block h3{
	margin-bottom: 45px;
}
.price_content{
	width: 100%;
	margin: 30px auto 20px auto;
}
.price_content_tit{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: #231815;
}

/* ----------- common ----------- */
.pink{
	color: #e5555d;
	margin: 0 !important;
}
.gray_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}
.gray_list>li{
	width: auto;
	display: flex;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
	margin-right: 50px;
}
.gray_list>li:last-of-type{
	margin-right: 0;
}
.gray_list_for3{
	border-top: 1px solid #c9caca;
	position: relative;
}
.gray_list_for3::after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #c9caca;
	position: absolute;
	bottom: 0;
	left: 0;
}
.gray_list_for3>li{
	padding: 15px 40px 15px 0;
	margin-bottom: 0;
	width: 440px;
	margin-right: 0;
	border-bottom: 1px solid #c9caca;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gray_list_for3>li:nth-of-type(3n){
	width: 400px;
	padding-right: 0;
}
.gray_left{
	width: 135px;
	position: relative;
}

.gray_list_noborder{
	border-top: none;
}
.gray_list_noborder::after{
	display: none;
}
.gray_list_noborder>li{
	border-bottom: none;
}
.gray_left input{
	width: 24px;
	height: 24px;
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	margin: auto;
    opacity: 0;
}

.gray_left label{
    display: inline-block;
    position: relative;
    font-size: 1.8rem;
}

.gray_left label:after,
.gray_left label:before{
    position: absolute;
    content: '';
    border-radius: 50%;
}

.gray_left_chb label:after,
.gray_left_chb label:before{
    border-radius: 0;
}

.gray_left label:before{
    display: none;
    z-index: 1;
}

.gray_left input[type='radio']:checked+label:before,.gray_left input[type='checkbox']:checked+label:before{
    display: block;
}

.gray_left label{
    padding-left: 35px;
}

.gray_left label:after{
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	border: 3px solid #dfdfdf;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.gray_left label:before{
	width: 14px;
	height: 14px;
	top: 0;
	left: 5px;
	bottom: 0;
	margin: auto;
	background-color: #e5555d;
}

.gray_left_chb label:after{
	left: 0;
}

.gray_left_chb label:before{
	left: 7px;
	background-color: transparent;
	width: 6px;
    height: 12px;
    border-right: 2px solid #e5555d;
    border-bottom: 2px solid #e5555d;
    -webkit-transform: rotate(45deg) translate(-1px,-2px);
    -moz-transform: rotate(45deg) translate(-1px,-2px);
    -ms-transform: rotate(45deg) translate(-1px,-2px);
    -o-transform: rotate(45deg) translate(-1px,-2px);
    transform: rotate(45deg) translate(-1px,-2px);
}

.gray_right{
	width: calc(100% - 135px);
}
.gray_left select,
.gray_right select,
.gray_left2 select,
.gray_right2 select{
	width: 95px;
	height: 43px;
	background: url(../images/price/simulation/price_ico04.png) no-repeat right 15px center;
	outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: 2px solid #dfdfdf;
	background-color: #ffffff;
	padding: 7px 40px 10px 10px;
	font-size: 1.8rem;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.gray_txt{
	font-size: 1.8rem;
	text-align: right;
	border-bottom: 1px dashed #231815;
	padding: 20px 0;
	margin-bottom: 20px;
}
.gray_txt_border{
	border-bottom: 3px solid #e5555d;
}
.gray_txt a,.gray_txt img{
	vertical-align: middle;
}
/* ----------- fee ----------- */


.gray_list_digital>li{
	align-items: normal;
}


.gray_list>li.parents_li{
/*	width: 37.5%;
	margin-right: 12.5%;*/
	width: 38%;
/*	margin-right: 12%;
	margin-bottom: 40px;*/
	padding: 0;
}
.parents_li>.gray_left{
	width: 110px;
}
.parents_li>.gray_right{
	width: calc(100% - 110px);
	font-size: 1.6rem;
}

.parents_radio{
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #f1f1f1;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.parents_radio_tit{
	width: 130px;
}
.parents_radio_content{
	width: calc(100% - 130px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.parents_radio .gray_list{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.parents_radio .gray_list>li{
	padding: 0;
	margin-bottom: 0;
	margin-right: 0;
}
.parents_radio .gray_left{
	width: 90px;
}
.parents_radio .gray_left label{
	font-size: 1.6rem;
	padding-left: 35px;
}
.parents_price{
	width: 100%;
	margin-top: 10px;
}
#family_photo,#childage_wrap{
	display: none;
}
.gray_list_for3>li.family_li{
	width: 500px;
	padding: 0 40px 0 0;
	flex-wrap: wrap;
}
.gray_list_for3>li.family_li:last-of-type{
	width: 600px;
	padding-right: 0;
}
.family_li .gray_left{
	width: 400px;
	margin-right: 20px;
}
.family_li .gray_right{
	width: auto;
}
.family_li_mark{
	width: 100%;
	font-size: 1.6rem;
	margin-top: 10px;
}
.family_li_mark span{
	color: #e5555d;
}
/* ----------- plan ----------- */
.gray_list_digital{
	align-items: normal;
}
.print_photo_li .gray_left{
	width: 145px;
}
.print_photo_li .gray_right{
	width: calc(100% - 145px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.print_photo_li .gray_right img{
	display: block;
}
.print_photo_img{
/*	width: calc(100% - 90px);
	width: calc(100% - 150px);*/
	display: flex;
	justify-content: end;
}
.print_photo_num{
/*	width: 90px;
	width: 130px;*/
	text-align: right;
}

.input_txt{
	border: 2px solid #dfdfdf;
	width: 56px;
	height: 43px;
	outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px;
}
.tab_list>li{
	margin-bottom: 20px;
}
.tab_list>li:last-of-type{
	margin-bottom: 0;
}
.tab01{
	width: 100%;
	font-size: 1.8rem;
	background: #f1f1f1;
    padding: 17px 60px 17px 40px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
}
.tab01::after{
	content: "";
	width: 17px;
	height: 15px;
	background: url(../images/price/simulation/price_ico05.png) no-repeat center center ;
	position: absolute;
	top:0;
	bottom: 0;
	right: 30px;
	margin: auto;
}
.tab01.on::after{
	transform: rotate(180deg);
}
.tab02{
	display: none;
}
.digital .gray_right{
	padding-left: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gray_right_inner{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.digital_tit{
	width: calc(100% - 90px);
	line-height: 1.33;
}
.digital_input{
	width: 90px;
	text-align: right;
}
.digital_mark{
	font-size: 1.4rem;
}
.tab_content03 p{
	font-size: 2rem;
	margin-bottom: 10px;
}
.tab_content03 p b{
	font-size: 2.4rem;
}
.tab_content03 .gray_left{
	width: 100%;
}
.tab_content03_mark{
	margin-top: 20px;
	font-size: 1.6rem;
}
.tab_content03_mark span{
	display: inline-block;
	color: #ffffff;
	background-color: #e5555d;
	padding: 2px 15px 0 15px;
	margin-right: 10px;
}
/* ----------- outing ----------- */
.gray_list_childage{
	align-items: normal;
}
.childage .gray_left{
	width: 200px;
}
.childage .gray_right{
	width: calc(100% - 200px);
	padding-left: 0;
	display: flex;
	align-items: center;
}
/* ----------- other ----------- */
.gray_list_other>li{
	display: block;
}
.gray_list_other .other_inner{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.gray_list_other .gray_left{
	width: auto;
}
.gray_list_other .gray_right{
	width: auto;
}
.other_mark{
	width: 100%;
	font-size: 1.6rem;
	margin-top: 10px;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gray_list_other_radio{
	align-items: center;
}
/* ----------- price_total ----------- */
.price_total{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 15px 90px;
	border: 5px solid #e5555d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 80px auto 110px auto;
}
.price_list{
	width: 440px;
}
.price_list>li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 65px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px dashed #bcbcbc;
	font-size: 1.8rem;
}
.price_list>li:last-of-type{
	border-bottom: none;
}
.price_number{
	color: #e5555d;
}
.price_last_wrap{
	width: calc(100% - 440px);
}
.price_last{
	max-width: 540px;
	margin: 0 auto;
	background: url(../images/price/simulation/price_ico03.png) no-repeat left 50px center,url(../images/price/simulation/price_img11.png) no-repeat center center;
	font-size: 2rem;
	text-align: right;
	padding: 50px 70px 50px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.price_last span{
	font-size: 3rem;
	margin-left: 10px;
}

/* ----------- price_month ----------- */
.gray_list_month{
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gray_list_month>li{
	margin-right: 70px;
	margin-top: 20px;
}
.gray_list_month .gray_left{
	width: auto;
}
.price_month_content{
	border: 2px solid #dfdfdf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	padding: 19px 40px;
	margin: 20px auto;
}
.price_month_total{
	text-align: right;
	font-size: 2rem;
}
.price_month_total span{
	font-size: 3rem;
	margin-left: 10px;
}

/*@media only screen and (max-width: 1280px) {*/
@media only screen and (max-width: 1279px) {
	.list753>li.list753_for3{
		width: 32%;
	}
	.list753>li.list753_for4{
		width: 23%;
	}
	.popup753{
		border-radius: 0;
	}
	
	/* ----------- common ----------- */
	
	.gray_list_for3>li{
		width: 34.375%;
		padding-right: 3.125%;
		margin-right: 0;
	}
/*	.gray_list_for3>li:nth-of-type(3n){
		width: 31.25%;
	}
*/
	.gray_list_for3>li.family_li{
		width: 34.375%;
		padding-right: 3.125%;
		margin-right: 0;
	}
	.gray_list_for3>li.family_li:last-of-type{
		width: 31.25%;
		padding-right: 0;
		margin-bottom: 0;
	}
	.gray_list_childage li.childage {
		width:440px;
		margin-right:0;
		margin-bottom:1.5rem;
	}
}

/*@media only screen and (max-width: 1024px) {*/
@media only screen and (max-width: 1023px) {
	
	/* ----------- btns ----------- */
	.price_tabs>li a:hover{
		color: #e5555d;
		background-color: #ffffff;
	}
	/* ----------- 753 ----------- */
	.list753{
		margin-bottom: 100px;
	}
	.popup753{
		padding: 18px 40px;
	}
	.popup753_top{
		width: 500px;
	}
	.popup753_top_img_wrap{
		width: 130px;
	}
	.popup753_top_content{
		width: calc(100% - 130px);
	}
	
	/* ----------- common ----------- */
	
	.gray_list_for3>li,.gray_list_for3>li:nth-of-type(3n){
/*		width: 52%;*/
		padding-right: 4%;
	}
	.gray_list_for3>li:nth-of-type(2n){
		width: 48%;
		padding-right: 0;
	}
	/* ----------- fee ----------- */
	
	.gray_list_select{
		margin-bottom: -20px;
	}
	.gray_list_select>li{
		margin-bottom: 20px;
	}
	
	.gray_list_digital>li{
		align-items: normal;
	}
	
	.gray_list>li.parents_li{
/*		width: 48%;*/
		margin-right: 0;
/*		margin-bottom: 40px;*/
		padding: 0;
	}
/*
	.gray_list>li.parents_li:first-of-type{
		margin-right: 4%;
	}
*/
	
	.gray_list_for3>li.family_li{
/*		width: 52%;
		padding-right: 4%;
		margin-bottom: 40px;*/
	}
	.gray_list_for3>li:nth-of-type(4){
		width: 48%;
		padding-right: 0;
	}
	.gray_list_for3>li.family_li:last-of-type{
		width: 48%;
		padding-right: 0;
		margin-bottom: 0;
	}
	/* ----------- price_total ----------- */
	.price_total{
		padding: 15px 30px;
		justify-content: space-between;
	}
	.price_list{
		width: 45%;
	}
	.price_list>li{
		padding: 0 30px;
	}
	.price_last_wrap{
		width: 50%;
	}
	.price_last{
		max-width: 540px;
		margin: 0 auto;
		background-position: left 50px center,center center;
	}
}
@media only screen and (max-width: 960px) {

	/* ----------- tab-btns ----------- */
	.photo_tab div br{
		display: block;
	}
}
/*@media only screen and (max-width: 768px) {*/
@media only screen and (max-width: 767px) {
	.price{
		padding: 60px 0;
	}
	
	/* ----------- btns ----------- */
	.price_tabs{
		padding: 40px;
	}
	.price_tabs>li{
		margin-right: 11px;
	}
	.price_tabs>li a{
		font-size: 1.4rem;
		padding: 6px 25px;
	}
	.price_tabs>li a.on{
		color: #ffffff;
		background-color: #e5555d;
	}
	.price_tabs>li a:hover{
		color: #ffffff;
		background-color: #e5555d;
	}
	/* ----------- 753 ----------- */
	.list753{
		margin-top: 35px;
		margin-bottom: 70px;
	}
	.list753>li{
		border-width: 3px;
		margin-top: 20px;
	}
	.popup753{
		padding: 18px 20px;
		border-width: 2px;
		display: block;
		bottom: 54px;
		border-bottom: none;
	}
	.popup753_top{
		width: 100%;
	}
	.popup753_top_img_wrap{
		width: 120px;
		border-width: 2px;
	}
	.popup753_top_content{
		width: calc(100% - 120px);
	}
	.popup753_top_tit{
		font-size: 1.6rem;
		border-radius: 32px;
		padding: 12px 22px 12px 85px;
	}
	.popup753_top_price{
		font-size: 2rem;
	}
	.popup753_top_txt{
		font-size: 1.6rem;
	}
	.popup753_bottom{
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
	.popup753_mark{
		font-size: 1.4rem;
		margin-top: 10px;
	}
	
	/* ----------- tab-btns ----------- */
	.photo_tab div{
		width: 32%;
		font-size: 1.7rem;
		padding: 15px 5px;
		border-width: 3px;
	}
	.photo_tab div.on::after{
		bottom: -23px;
		border-width: 10px;
	}
	/* ----------- block ----------- */
	.price_block{
		margin-top: 40px;
	}
	.price_block h3{
		margin-bottom: 30px;
	}
	.price_content{
		margin: 20px auto 15px auto;
	}
	.price_content_tit{
		font-size: 1.8rem;
	}
	
	/* ----------- common ----------- */
	.gray_list>li{
		font-size: 1.6rem;
		margin-right: 30px;
	}
	.gray_list_for3>li{
		margin-right: 0;
	}
	.gray_left{
		width: 120px;
	}
	
	.gray_list_noborder{
		border-top: none;
	}
	.gray_list_noborder::after{
		display: none;
	}
	.gray_list_noborder>li{
		border-bottom: none;
	}
	.gray_left input{
		width: 16px;
		height: 16px;
	}
	
	.gray_left label{
		font-size: 1.6rem;
	}
	
	.gray_left label{
		padding-left: 25px;
	}
	
	.gray_left label:after{
		width: 14px;
		height: 14px;
		border-width: 1px;
	}
	
	.gray_left label:before{
		width: 10px;
		height: 10px;
		left: 3px;
	}
	
	.gray_left_chb label:after{
		left: 0;
	}
	
	.gray_left_chb label:before{
		left: 4px;
		width: 4px;
		height: 10px;
	}
	
	.gray_right{
		width: calc(100% - 120px);
	}
	.gray_right select{
		width: 80px;
		height: 36px;
		background-position: right 5px center;
		border-width: 1px;
		padding: 5px 22px 5px 5px;
		font-size: 1.6rem;
	}
	.gray_txt{
		font-size: 1.6rem;
		padding: 15px 0;
		margin-bottom: 15px;
	}
	.gray_txt_border{
		border-bottom-width: 2px;
	}
	/* ----------- fee ----------- */
	.gray_list_digital>li{
		align-items: normal;
	}
	.parents_li>.gray_left{
		width: 90px;
	}
	.parents_li>.gray_right{
		width: calc(100% - 90px);
		font-size: 1.4rem;
	}
	.parents_radio{
		padding: 10px;
	}
	.parents_radio_tit{
		width: 110px;
	}
	.parents_radio_content{
		width: calc(100% - 110px);
	}
	.parents_radio .gray_left{
		width: 90px;
	}
	.parents_radio .gray_left label{
		font-size: 1.4rem;
		padding-left: 25px;
	}
	.family_li_mark{
		font-size: 1.4rem;
	}
	/* ----------- plan ----------- */
	.print_photo_li .gray_left{
		width: 130px;
	}
	.print_photo_li .gray_right{
		width: calc(100% - 130px);
	}
	.print_photo_img{
/*		width: calc(100% - 70px);
		width: calc(100% - 130px);*/
	}
	.print_photo_num{
/*		width: 70px;
		width: 110px;*/
	}
	
	.input_txt{
		border-width: 1px;
		width: 45px;
		height: 36px;
		padding: 5px;
	}
	.tab_list>li{
		margin-bottom: 20px;
	}
	.tab_list>li:last-of-type{
		margin-bottom: 0;
	}
	.tab01{
		font-size: 1.6rem;
		padding: 15px 50px 15px 30px;
	}
	.digital_tit{
		width: calc(100% - 80px);
	}
	.digital_input{
		width: 80px;
	}
	.digital_mark{
		font-size: 1.2rem;
	}
	.tab_content03 p{
		font-size: 1.8rem;
	}
	.tab_content03 p b{
		font-size: 2.2rem;
	}
	.tab_content03_mark{
		font-size: 1.4rem;
	}
	.tab_content03_mark span{
		padding: 2px 10px 0 10px;
	}
	/* ----------- outing ----------- */
	.childage .gray_left{
		width: 180px;
	}
	.childage .gray_right{
		width: calc(100% - 180px);
	}
	/* ----------- other ----------- */
	.other_mark{
		font-size: 1.4rem;
		padding-left: 25px;
	}
	/* ----------- price_total ----------- */
	.price_total{
		display: block;
		padding: 30px;
		border-width: 3px;
		margin: 60px auto;
	}
	.price_list{
		width: 100%;
		max-width: 440px;
		margin: 0 auto 30px auto;
	}
	.price_list>li{
		font-size: 1.6rem;
		padding: 0 20px;
	}
	.price_last_wrap{
		width: 100%;
		max-width: 540px;
		margin: 0 auto;
	}
	.price_last{
		margin: 0 auto;
		background: url(../images/price/simulation/price_ico03.png) no-repeat left 50px center,url(../images/price/simulation/price_img11.png) no-repeat center center;
		background-size: 40px,100%;
		font-size: 1.8rem;
		padding: 20px 70px 20px 40px;
	}
	.price_last span{
		font-size: 2.4rem;
	}
	
	/* ----------- price_month ----------- */
	.gray_list_month{
		padding: 0;
	}
	.gray_list_month>li{
		margin-right: 50px;
		margin-top: 10px;
	}
	.price_month_content{
		font-size: 1.4rem;
		padding: 15px;
	}
	.price_month_total{
		font-size: 1.8rem;
	}
	.price_month_total span{
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 725px) {
	
	/* ----------- btns ----------- */
	.price_tabs>li a{
		padding-left: 20px;
		padding-right: 20px;
	}
	/* ----------- tab-btns ----------- */
	.photo_tab div{
		width: 33.33%;
	}
	
	/* ----------- common ----------- */
	.gray_list_for3{
		display: block;
	}
	.gray_list_for3::after{
		display: none;
	}
	.gray_list_for3>li,.gray_list_for3>li:nth-of-type(3n){
		width: 100%;
		padding-right: 0;
	}
	.gray_list_for3>li:nth-of-type(2n){
		width: 100%;
	}
	/* ----------- fee ----------- */
	
	.gray_list>li.parents_li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.parents_li>.gray_left{
		width: 100px;
	}
	.parents_li>.gray_right{
		width: calc(100% - 100px);
	}
	.parents_radio .gray_list{
		justify-content: start;
	}
	.parents_radio .gray_left{
		width: 90px;
	}
	
	.gray_list_for3>li.family_li{
		width: 100%;
		padding: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.gray_list_for3>li.family_li:last-of-type{
		width: 100%;
	}
/*	.gray_list_for3>li.family_li .gray_left label br{
		display: none;
	}
*/
	
	.family_li .gray_left{
		width: 300px;
		margin-right: 20px;
	}
	.family_li .gray_right{
		width: calc(100% - 320px);
	}
	/* ----------- plan ----------- */
	.print_photo_num{
/*		width: 90px;*/
	}
}

@media only screen and (max-width: 480px) {
	
	/* ----------- btns ----------- */
	.price_tabs{
		padding: 20px 10px;
	}
	.price_tabs>li a{
		padding-left: 12px;
		padding-right: 12px;
	}
	/* ----------- 753 ----------- */
	.list753>li.list753_for3{
		width: 30%;
	}
	.popup753{
		padding: 15px;
		bottom: 50px;
	}
	.popup753_top_img_wrap{
		width: 100px;
	}
	.popup753_top_content{
		width: calc(100% - 100px);
		padding-left: 10px;
	}
	.popup753_top_tit{
		font-size: 1.4rem;
		background-position: left 20px center,left top;
		background-size: 20px,auto;
		padding: 12px 22px 12px 50px;
	}
	.popup753_top_price{
		font-size: 1.8rem;
	}
	.popup753_top_price span#popup753_top_price{
		padding: 0 10px;
	}
	.popup753_top_txt{
		font-size: 1.3rem;
	}
	.popup753_list>li{
		width: 30%;
	}
	.popup753_list>li a{
		padding: 10px;
	}
	.popup753_mark{
		font-size: 1.3rem;
		margin-top: 10px;
	}
	
	/* ----------- tab-btns ----------- */
	.photo_tab div{
		font-size: 1.4rem;
		padding: 10px 5px;
		border-width: 2px;
	}
	.photo_tab div.on::after{
		bottom: -22px;
	}
	/* ----------- block ----------- */
	.price_content_tit{
		font-size: 1.6rem;
	}
	
	/* ----------- common ----------- */
	.gray_list>li{
		font-size: 1.4rem;
		margin-right: 20px;
	}
	.gray_list_for3>li,.gray_list_for3>li:nth-of-type(3n){
		padding: 10px 0;
	}
	.gray_left{
		width: 100px;
	}
	
	.gray_left label{
		font-size: 1.4rem;
	}
	
	.gray_right{
		width: calc(100% - 100px);
	}
	.gray_right select{
		width: 64px;
	}
	.gray_txt{
		font-size: 1.4rem;
	}
	/* ----------- fee ----------- */
	
	.parents_li>.gray_left{
		width: 85px;
	}
	.parents_li>.gray_right{
		width: calc(100% - 85px);
		font-size: 1.3rem;
	}
	.parents_radio .gray_left{
		width: 70px;
	}
	.parents_radio_tit{
		width: 100px;
	}
	.parents_radio_content{
		width: calc(100% - 100px);
	}
	.parents_radio .gray_left label{
		font-size: 1.3rem;
	}
	
/*
	.family_li .gray_left{
		width: calc(100% - 110px);
		margin-right: 20px;
		width:165px;
	}
*/
	.family_li .gray_right{
		width: 90px;
		text-align: right;
	}
	.family_li_mark{
		font-size: 1.5rem;
		margin-top: 6px;
	}
	/* ----------- plan ----------- */
	
	.print_photo_li .gray_left{
		width: 125px;
	}
	.print_photo_li .gray_right{
		width: calc(100% - 125px);
	}
	
	.tab_list>li{
		margin-bottom: 20px;
	}
	.tab_list>li:last-of-type{
		margin-bottom: 0;
	}
	.tab01{
		font-size: 1.5rem;
		padding: 15px 35px 15px 20px;
	}
	.tab01::after{
		width: 12px;
		height: 15px;
		background-size: 100%;
		right: 15px;
	}
	.digital_mark{
		font-size: 1.4rem;
	}
	.tab_content03 p{
		font-size: 1.4rem;
	}
	.tab_content03 p b{
		font-size: 2rem;
	}
	.tab_content03_mark{
		margin-top: 20px;
		font-size: 1.3rem;
	}
	.tab_content03_mark span{
		padding: 2px 10px 0 10px;
	}
	/* ----------- outing ----------- */
	.childage .gray_left{
		width: 160px;
	}
	.childage .gray_right{
		width: calc(100% - 160px);
	}
	/* ----------- other ----------- */
	.other_mark{
		font-size: 1.3rem;
	}
	/* ----------- price_total ----------- */
	.price_last{
		background-position: left 30px center,center center;
		font-size: 1.6rem;
		padding: 15px 10px 15px 40px;
		background-size: 20px,cover;
	}
	.price_last span{
		font-size: 2.2rem;
	}
	
	/* ----------- price_month ----------- */
	.price_month_content{
		font-size: 1.4rem;
	}
	.price_month_total{
		font-size: 1.6rem;
	}
	.price_month_total span{
		font-size: 2.2rem;
	}
}