@charset "UTF-8";
html{font-size:62.5%;}
* {margin: 0;padding: 0;box-sizing: border-box;}
img {border: none;vertical-align: bottom;line-height: 0;}
main{display: block;}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #333;
}
h1,h1 a {font-size:26px;font-size:2.6rem;}
h2,h2 a {font-size:22px;font-size:2.2rem;}
h3 {font-size:20px;font-size:2.0rem;}
h4,h5 {font-size:18px;font-size:1.8rem;}
p,dl,a,ul,table,dt,dt a,label,input,textarea {font-size:15px;font-size:1.5rem;font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;}
a {text-decoration: none;color: #333;cursor: pointer;transition-duration: 0.4s;}
a:hover{color:rgba(48,35,20,1);text-decoration: none;}
ul,p,tr,td,table{margin:0;padding:0;color: #333;}
p{line-height: 1.8;text-align: justify;text-justify: inter-ideograph;}
li,dd{list-style:none;margin: 0;padding: 0;color: #333;}

.cf:after{content: "";clear: both;display: block;}
.no-border{border: 0px!important;}
.mb10{margin-bottom: 10px;}
.st{font-size: 75%;}

span.ib{display: inline-block;}

.attention{margin-left: 1em!important;text-indent: -1em;}
.attention:before{content: "※";}
.attention-small{font-size:12px;font-size:1.2rem;}
.upper-1200,.upper-1024,.upper-767{display: block;}
.under-1200,.under-1024,.under-767{display: none;}
.flex-box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}
.flex-box-column{
	-webkit-flex-direction: column;
	flex-direction:         column;
}
.flex-box-start{
	-webkit-justify-content: flex-start;
	justify-content:         flex-start;
}
.flex-box-end{
	-webkit-justify-content: flex-end;
	justify-content:         flex-end;
}
.flex-box-center{
	-webkit-justify-content: center;
	justify-content:         center;
}
.flex-align-center{
	-webkit-align-items: center;
	align-items:         center;
}
.flex-align-end{
	-webkit-align-items: flex-end;
	align-items:         flex-end;
}
.flex-align-start{
	-webkit-align-items: flex-start;
	align-items:         flex-start;
}
:root {
	--main-color: rgba(0,115,189,1);
	--sub-color: rgba(255,228,0,1);
}
.blue{color: var(--main-color);}
.red{color: red;}
.max-img{width: 100%;height: auto;}
.max-img-height{width: auto;height: 100%;}
.multi-column-box{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-gap: 50px;
	column-gap: 50px;
}
.qs3{font-family: 'Quicksand', sans-serif;font-weight: 300;}
.qs4{font-family: 'Quicksand', sans-serif;font-weight: 400;}
.qs5{font-family: 'Quicksand', sans-serif;font-weight: 500;}
.qs7{font-family: 'Quicksand', sans-serif;font-weight: 700;}

body{
	font-size:10px;
	font-size:1.0rem;
	width:100%;
	line-height:1.8;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	/*background: rgba(0, 0, 0, 0) url("images/bg.jpg") repeat top center ;*/
	background-color: #e8e8e8;
	position: relative;
}
main{
	width: 100%;
}
/*-------------------------------------common---------------------------------------------*/

/*-------------------------------------header---------------------------------------------*/
header.home-header{
	background-color: var(--main-color);
	width: 100%;
	padding-bottom:440px;
	position: relative;
	z-index: 4;
}
header.child-header{
	padding-bottom: 0;
}
figure.logo-figure{
	width: 398px;
	padding: 30px 0 30px 50px;
}
div.top-bar{
	position: relative;
	z-index: 2;
}
nav.top-bar-nav{
	width: 1070px;
	padding-left: 100px;
}
nav.top-bar-nav ul li{
	padding: 32px 40px;
}
nav.top-bar-nav ul li:last-child{
	background-color: #333;
}
nav.top-bar-nav ul li p{
	line-height: 1.0;
}
nav.top-bar-nav ul li p a{
	color: #fff;
}
nav.top-bar-nav ul li p a:hover{
	color: #db6700;
}
nav.top-bar-nav ul li p.top-bar-eng{
	margin-top: 2px;
}
nav.top-bar-nav ul li p.top-bar-eng a{
	font-size: 12px;
	font-size: 1.2rem;
}
figure.bg-moka{
	position: absolute;
	z-index: 1;
	left: -4vw;
	width: 80%;
}
div.sp-wrapper{
	position: fixed;
	top: 15px;
	right: 10px;
	width: 60px;
	z-index: 30;
	padding: 10px;
	background-color: var(--main-color);
	z-index: 50;
}
/*-------------------------------------top------------------------------------------------*/
div.index-header{
	width: 100%;
	padding: 80px 50px 0;
	max-width: 1600px;
	margin: -440px auto 0;
	position: relative;
	z-index: 4;
}
div.index-header h1.index-header-title{
	margin-top: 40px;
	color: #fff;
	font-size: 88px;
	font-size: 8.8rem;
	font-weight: bold;
	width: 6em;
	line-height: 1.2;
	text-align-last: left;
}
div.index-header p{
	color: #fff;
	margin-top: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	width: 29em;
}
div.index-header-photo{
	position: absolute;
	width: 70%;
	top:40px;
	right: 0;
	z-index: -1;
}
main.index-contents-wrapper{
	background: rgba(255,255,255, 0) url("images/top/bg-index-contents.png") no-repeat top center / contain ;
	margin-top: 100px;
	position: relative;
	z-index: 5;
	min-height: 600px;
}
section.index-contents-inner{
	padding: 0 15px 0 50px;
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
}
section.index-top-motto{
	width: 62.875%;
	padding-left: 80px;
}
section.index-top-motto p{
	text-align: right;
	color: var(--main-color);
	font-weight: bold;
	font-size: 40px;
	font-size: 4.0rem;
}
section.index-four-promice{
	background: linear-gradient(rgba(255,255,255,0) 0% 32%, rgba(255,255,255,1) 32% 100%);
	padding-bottom: 60px;
	margin: 100px auto 0;
}
div.index-four-promice-inner{
	padding: 0 50px;
	max-width: 1600px;
	margin: 0 auto;
}
section.index-four-promice ul li{
	width: 25%;
	border-left: 1px solid #eee;
	padding: 0 30px 60px;
}
section.index-four-promice ul li:last-child{
	border-right: 1px solid #eee;
}
section.index-four-promice ul li img{
	border-radius: 100%;
	border: 10px solid #eee;
}
div.promice-title-wrapper{
	margin: 15px 0 10px;
}
div.promice-title-wrapper p.promice-number{
	color: var(--main-color);
	font-size: 66px;
	font-size: 6.6rem;
	margin-right: 8px;
	line-height: 1.0;
}
div.promice-title-wrapper div.promice-title p{
	color: #999;
	line-height: 1.0;
	font-size: 17px;
	font-size: 1.7rem;
}
div.promice-title-wrapper div.promice-title h2{
	line-height: 1.0;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	color: var(--main-color);
	margin-top: 6px;
}
p.point-text{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
a.more-link{
	display: block;
	padding: 0 30px;
	background-color: var(--main-color);
	color: #fff;
	text-align: center;
	max-width: 12em;
	margin:  20px auto 0;
}
a.more-link:hover{
	background-color: #999;
}
/*----------------------------------------child-------------------------------------------*/
main.child-main{
	padding: 50px 0;
	position: relative;
	background-color: #fff;
}
div.child-moka-bg{
	position: absolute;
	z-index: 2;
	left: 4vw;
	width: 80%;
	top: 60px;
}
div.profile-bg{
	position: fixed;
	z-index: 1;
	right: 0;
	top: 0;
	width: 600px;
	height:100vh;
	background: rgba(255,255,255, 0) url("images/profile/bg-ootaki.jpg") no-repeat right center / cover ;
}
section.child-common-section{
	position: relative;
	z-index: 3;
	padding: 0 50px;
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
}
div.profile-title{
	margin-top: 1px;
}
div.profile-title h1{
	line-height: 1.0;
	color: var(--main-color);
	margin-right: 4px;
	font-weight: bold;
	font-size: 54px;
	font-size: 5.4rem;
}
div.profile-title h3{
	line-height: 1.0;
	color: #333;
	font-weight: bold;
	font-size: 35px;
	font-size: 3.5rem;
}
p.ruby-name{
	margin-top: 100px;
	color: var(--main-color);
}
div.with-top-margin{
	margin-top: 100px;
}
p.eng-title{
	font-size: 40px;
	font-size: 4.0rem;
	color: #999;
}
article.profile-article{
	padding: 0 600px 0 40px;
	margin-top: 70px;
}
div.profile-list-box{
	width: 40%;
}
div.profile-list-box h2{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 35px;
	font-size: 3.5rem;
}
div.profile-list-box ul.profile-list{
	margin-bottom: 40px;
}
div.profile-list-box ul.profile-list:last-child{
	margin-bottom: 0;
}
div.profile-list-box ul.profile-list li{
	margin-bottom: 4px;
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 1em;
}
article.common-child-article{
	padding: 0 40px;
	margin-top: 70px;
}
main.blue-main{
	background-color: var(--main-color);
	margin-bottom: 0;
	padding-bottom: 0;
}
main.blue-main div.profile-title h1{
	color: #fff;
}
div.white-bg{
	background-color: #fff;
	margin-top: 30px;
	padding-bottom: 50px;
}
p.promice-lead{
	padding: 30px 0 0px;
	font-size: 22px;
	font-size: 2.2rem;
	width: 57%;
}
div.child-promice-pt{
	position: absolute;
	right: 0;
	top: 20px;
	max-width: 800px;
	width: 40%;
}
main.blue-main article.common-child-article.narow-article{
	max-width: 1300px;
	width: 100%;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}
ul.promice-list{
	margin-bottom: 50px;
}
ul.promice-list li{
	padding: 50px;
}
ul.promice-list li:nth-child(even){
	background-color: #f1f1f1;
}
ul.promice-list li div.promice-pt-wrapper{
	position: relative;
}
ul.promice-list li div.promice-pt-wrapper img{
	border-radius: 100%;
	border: 10px solid #eee;
	width: 300px;
	display: block;
}
ul.promice-list li div.promice-pt-wrapper p.promice-big-num{
	position: absolute;
	color: var(--main-color);
	left: -10px;
	top: -30px;
	font-size: 140px;
	font-size: 14.0rem;
	line-height: 1.0;
}
ul.promice-list li div.promice-texts{
	width: calc(100% - 300px);
	padding-left: 40px;
}
ul.promice-list li div.promice-texts div.promice-lead{
	margin-bottom: 6px;
}
ul.promice-list li div.promice-texts div.promice-lead h2{
	line-height: 1.0;
	font-weight: bold;
	font-size: 50px;
	font-size: 5.0rem;
	color: var(--main-color);
}
ul.promice-list li div.promice-texts div.promice-lead p{
	line-height: 1.0;
	font-size: 18.5px;
	font-size: 1.85rem;
	color: #999;
	margin-left: 6px;
}
ul.promice-list li div.promice-texts h5.pormice-subtitle{
	font-weight: bold;
}
/*----------------------------------------form---------------------------------------------*/
form{
	margin-top: 40px;
}
form label{
	min-width: 11em;
	display: inline-block;
}
div.form-wrapper{
	margin-bottom: 30px;
}
input{
	max-width: calc(100% - 12em);
}
input,option,select,textarea{
	font-size: 15px;
	font-size: 1.5rem;
	color:rgba(76,76,76,1);
}
textarea{
	width: 100%;
}
div.buttons-wrapper{
	text-align: center;
}
div.buttons-wrapper input{
	margin: 0 20px;
	min-width: 200px;
	background-image: none;
	border: 0;
	cursor: pointer;
	transition-duration: .4s;
}
input[type="submit"],input[type="button"]{
	background-color: var(--main-color);
	color: #fff;
}
input[type="reset"]{
	background-color: rgba(68,68,68,1);
	color: #fff;
}
input[type="submit"]:hover,input[type="button"]:hover{
	background-color: rgba(68,68,68,1);
}
input[type="reset"]:hover{
	background-color: var(--main-color);
}
div.send-mail-result{
	width: 90%;
	max-width: 1600px;
	padding: 0 50px;
	margin: 0 auto;
}
h2.result-title{
	text-align: center;
	margin-bottom: 40px;
}
p.error_messege{
	text-align: center;
	color: red;
}
h4.mail-title{
	text-align: center;
	margin-bottom: 20px;
}
div.mail-button-wrapper{
	margin-top: 40px;
	text-align: center;
}
div.error-message-wrapper{
	margin-bottom: 40px;
}
/*-------------------------------------footer---------------------------------------------*/
footer{
	background-color: var(--main-color);
	padding: 50px 0;
	position: relative;
	z-index: 4;
}
footer h4{
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}
footer h2{
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
}
footer p{
	text-align: center;
	color: #fff;
}
footer p.copyrights{
	margin-top: 80px;
}
div.footer-cherry-wrapper{
	width: 150px;
	margin: 15px auto;
}
section.to-the-top{
	position: fixed;
	right: 40px;
	bottom: 40px;
	background-color: #eee;
	padding: 0 40px;
	z-index: 50;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#smartphone-menu{
	display: none;
	background-color: rgba(255,255,255,.95);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	z-index: 99;
}
#smartphone-menu ul{
	width: 100%;
	margin: 0 auto;
	padding: 100px 50px;
}
#smartphone-menu ul li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cdcdcd;
}
#smartphone-menu ul li p{
	text-align: center;
}
#smartphone-menu ul li p a{
	line-height: 1.2;
	display: block;
	width: 100%;
	text-align: center;
}
#smartphone-menu ul li p.top-nav-en,#smartphone-menu ul li p.top-nav-en a{
	font-size: 10px;
	font-size: 1.0rem;
}
#smartphone-menu div.close-btn-wrapper{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	cursor: pointer;
}
/*-----------------------------slide show----------------------------*/
section.slide-section{
	width: 37.125%;
	z-index: 1;
	position: relative;
	padding-top: 0px;
	padding-bottom: 30px;
}
div.swiper-container{
	padding: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1540px;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}
div.swiper-slide{
	position: relative;
	padding: 0;
}
.swiper-button-next{
	right: 12px;
	width: 12px;
	height: 13px;
	background: none;
	bottom: 6px;
	top: auto;
}
.swiper-button-prev{
	left:12px;
	width: 12px;
	height: 13px;
	background: none;
	bottom: 6px;
	top: auto;
}
.swiper-pagination{
	width: 100%;
	top: auto;
	bottom: -4px;
}
.swiper-pagination-bullet{
	opacity: .4;
	width: 12px;
	height: 12px;
	margin: 0 10px;
}
.swiper-pagination-bullet-active{
	background-color: var(--main-color);
	opacity: 1;
}
/*-----------------------------------table---------------------------------------*/
table.common-table a:link {
	text-decoration:underline;
}
table.common-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table.common-table a:active,
table.common-table a:hover {
	/*color: rgba(0, 153, 68, 1);*/
	text-decoration:underline;
}
table.common-table {
	color:#666;
	font-size:15px;
	font-size:1.5rem;
	/*text-shadow: 1px 1px 0px #fff;*/
	background:#fff;
	border-collapse:collapse;
	border:0px;
	/*border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;*/
	/*-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;*/
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	margin: 10px 0 20px;
}
table.common-table caption{
	text-align: left;
}
table.common-table th {
	padding:10px;
	/*border-top:1px solid #fafafa;*/
	border-bottom:1px solid #e0e0e0;
	width: 10em;
	color: #fff;
	background: rgba(0,71,157,1);
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);*/
}
table.common-table th:first-child {
	text-align: center;
}
table.common-table tr:first-child th:first-child {
	/*-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;*/
}
table.common-table tr:first-child th:last-child {
	/*-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;*/
}
table.common-table tr {
	text-align: left;
	padding-left:20px;
}
table.common-table td {
	padding:10px;
	/*border-top: 1px solid #ffffff;*/
	border-bottom:1px solid #e0e0e0;
	/*border-left: 1px solid #e0e0e0;*/
	font-size:15px;
	font-size:1.5rem;
	text-align: left;
	background: #fff;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);*/
	word-break: break-all;
}
table.common-table tr:nth-child(odd) td {
	background: #f5f5f5;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);*/
}
table.common-table tr:last-child td {
	border-bottom:0;
}
table.common-table tr:last-child td:first-child {
	/*-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;*/
}
table.common-table tr:last-child td:last-child {
	/*-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;*/
}
table.common-table tr:hover td {
	/*background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);*/
}
table.common-table td p {
	color:#666;
}

/*-------------------------------1475px以下---------------------------------------------*/
@media screen and (max-width: 1475px) {
	figure.logo-figure{
		width: 350px;
	}
	nav.top-bar-nav{
		width: calc(100% - 350px);
		padding-left: 50px;
	}
}
/*-------------------------------1400px以下---------------------------------------------*/
@media screen and (max-width: 1400px) {
	section.index-four-promice{
		background: linear-gradient(rgba(255,255,255,0) 0% 10%, rgba(255,255,255,1) 10% 100%);
	}
}
/*-------------------------------1300px以下---------------------------------------------*/
@media screen and (max-width: 1300px) {

}
/*-------------------------------1200px以下---------------------------------------------*/
@media screen and (max-width: 1200px) {
	.upper-1200{
		display: none;
	}
	.under-1200{
		display: block;
	}
	nav.top-bar-nav ul li{
		padding-left: 20px;
		padding-right: 20px;
	}
	main.blue-main article.common-child-article.narow-article,article.common-child-article{
		padding-right: 0;
		padding-left: 0;
	}
	div.profile-bg{
		width: 38%;
	}
	article.profile-article{
		padding-right: 41%;
		padding-left: 10px;
	}
	div.profile-list-box{
		width: 45%;
	}
}
/*--------------------------------1024x以下-----------------------------------------------------*/
@media screen and (max-width: 1024px) {
	.upper-1024{
		display: none;
	}
	.under-1024{
		display: block;
	}
	figure.logo-figure{
		padding-left: 20px;
		width: 280px;
	}
	nav.top-bar-nav{
		display: none;
	}
	section.child-common-section{
		padding-right: 20px;
		padding-left: 20px;
	}
	div.index-header-photo{
		top: 0px;
	}
	div.child-promice-pt{
		width: 50%;
	}
	p.promice-lead{
		width: 45%;
	}
	ul.promice-list li{
		-webkit-flex-direction: column;
		flex-direction:         column;
	}
	ul.promice-list li div.promice-pt-wrapper{
		margin-bottom: 20px;
	}
	ul.promice-list li div.promice-texts div.promice-lead{
		-webkit-flex-direction: column;
		flex-direction:         column;
		-webkit-align-items: center;
		align-items:         center;
	}
	ul.promice-list li div.promice-texts div.promice-lead h2{
		margin-bottom: 6px;
	}
	ul.promice-list li div.promice-texts{
		padding-left: 0;
	}
}
/*--------------------------------880x以下-----------------------------------------------------*/
@media screen and (max-width: 880px) {
	main.index-contents-wrapper{
		background-image: none;
		margin-top: 30px;
	}
	section.index-four-promice{
		background:none;
		background-color: #fff;
		margin-top: 20px;
		padding-top: 40px;
	}
	section.index-four-promice ul li{
		width: 50%;
		margin-bottom: 30px;
	}
	section.index-four-promice ul li:nth-child(even){
		border-right: 1px solid #eee;
	}
	section.index-contents-inner{
		padding-left: 50px;
		padding-right: 50px;
	}
	section.slide-section{
		width: 90%;
		margin: 40px auto 40px;
	}
	section.index-top-motto{
		width: 100%;
		padding-left: 0;

	}
}
/*--------------------------------767x以下-----------------------------------------------------*/
@media screen and (max-width: 767px) {
	.upper-767{
		display: none;
	}
	.under-767{
		display: block;
	}
	footer{
		padding-bottom: 100px;
	}
	p.promice-lead{
		width: 100%;
	}
	main.blue-main article.common-child-article.narow-article{
		margin-top: 20px;
	}
	div.profile-title{
		-webkit-flex-direction: column;
		flex-direction:         column;
		-webkit-align-items: flex-start;
		align-items:         flex-start;
	}
	div.profile-list-box{
		width: 100%;
		margin-bottom: 40px;
	}
}
/*--------------------------------650x以下-----------------------------------------------------*/
@media screen and (max-width: 650px) {
	table.common-table th,
	table.common-table td{
		width: 100%;
		display: inline-block;
	}
	div.index-header h1.index-header-title{
		font-size: 60px;
		font-size: 6.0rem;
		margin-top: 50px;
	}
	div.index-header p{
		width: 100%;
	}
	div.with-top-margin{
		margin-top: 20px;
	}
	section.slide-section{
		margin-top: 0;
	}
	form label{
		display: block;
		width: auto;
	}
	input{
		max-width: 100%;
	}
	section.index-four-promice ul li{
		width: 100%;
		border-right: 0px!important;
		border-left: 0px!important;
		border-bottom: 1px solid #eee;
	}
	section.index-four-promice ul li div.point-pt-wrapper{
		padding: 0 30px;
	}
	ul.promice-list li div.promice-texts{
		width: 100%;
	}
	ul.promice-list li div.promice-pt-wrapper img{
		width: 80%;
		margin-right: auto;
		margin-left: auto;]
	}
	ul.promice-list li{
		padding-right: 10px;
		padding-left: 10px;
	}
	ul.promice-list li div.promice-pt-wrapper p.promice-big-num{
		font-size: 120px;
		font-size: 12.0rem;
		left: 10px;
		top: -10px;
	}
	div.buttons-wrapper input{
		min-width: 150px;
	}
	div.profile-title h1{
		line-height: 1.2;
	}
	p.ruby-name{
		margin-top: 20px;
	}
	div.profile-bg{
		position: relative;
		width: 100%;
		height: 300px;
		background-position: center bottom 70%;
	}
	article.profile-article{
		margin-top: 20px;
	}
	article.profile-article{
		padding-right: 0px;
		padding-left: 0px;
	}

}
/*--------------------------------480px以下-----------------------------------------------------*/
@media screen and (max-width: 480px) {
	.upper-480{
		display: none;
	}
	div.index-header{
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
	div.index-header h1.index-header-title{
		margin-top: 20px;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		font-size: 46px;
		font-size: 4.6rem;
	}
	div.index-header p{
		padding-right: 20px;
		padding-left: 20px;
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	div.index-header-photo{
		width: 100%;
		position: relative;
	}
	div.index-four-promice-inner,section.index-contents-inner{
		padding-right: 20px;
		padding-left: 20px;
	}
	div.child-promice-pt{
		position: relative;
		width: 100%;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}
	div.white-bg{
		margin-top: 0;
	}
	div.child-moka-bg{
		top: 20px;
	}
	ul.promice-list li div.promice-pt-wrapper p.promice-big-num{
		font-size: 70px;
		font-size: 7.0rem;
	}
	div.buttons-wrapper input{
		width: 100%;
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	div.profile-title h1{
		font-size: 42px;
		font-size: 4.2rem;
	}
}
