@charset "utf-8";

/* top */

/* main-visual
----------------------------------------- */
.main-visual {
	position: relative;
	z-index: -1000;
}
.main-visual h2 {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 70%;
	z-index: 100;
}

/* contents
----------------------------------------- */
/* intro-sec */
.intro-sec {
	margin: 30px 0 30px;
	padding: 0 30px;
}

.intro-info-wrap {
	width: 100%;
	height: 160px;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
}
.intro-info-area iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

.intro-info-area h3 {
	position: relative;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #2367be;
	line-height: 1.0;
	z-index: 100;
}
.intro-info-area h3::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 9em);
	height: 10px;
	background-color: #2367be;
}
.intro-info-area h3::after {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: calc(100% - 9em);
	height: 4px;
	background-color:  #64dc52
}
.intro-info-list li {
	margin-bottom: 10px;
}
.intro-info-list span {
	margin-bottom: 3px;
	color: #2367be;
}
.intro-info-list p {
}

.scroll-icon {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin: 30px auto 0;
	border: 2px solid #969696;
	border-radius: 50%;
}
.scroll-icon::after{
	display: block;
	content: '';
	position: absolute;
	top: 17px;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -9.5px;
	border: 0px;
	border-top: solid 2px #969696;
	-ms-transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
}
.scroll-icon::before{
	display: block;
	content: '';
	position: absolute;
	top: 17px;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -6.5px;
	border: 0px;
	border-top: solid 2px #969696;
	-ms-transform: rotate(230deg);
	-webkit-transform: rotate(230deg);
	transform: rotate(230deg);
}
.scroll-icon span {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
}
.scroll-icon span::after{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -9.5px;
	border: 0px;
	border-top: solid 2px #969696;
	-ms-transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
}
.scroll-icon span::before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -6.5px;
	border: 0px;
	border-top: solid 2px #969696;
	-ms-transform: rotate(230deg);
	-webkit-transform: rotate(230deg);
	transform: rotate(230deg);
}

/* merit-sec */
.merit-sec {
	margin-bottom: 45px;
}
.merit-sec h3 {
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 35px;
	padding: 10px 30px 10px 30px;
	background-color: #64dc52;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	box-shadow: 10px 10px 0 0 #2367be;
}
.merit-cont {
	margin-bottom: 45px;
}
.merit-left {
	margin-bottom: 20px;
}
.merit-list {
	margin-bottom: 15px;
	padding: 0 30px;
}
.merit-list li {
	position: relative;
	margin-bottom: 7px;
	padding-left: 42px;
	text-shadow: 2px 2px 8px #999999;
	font-size: 12px;
	font-weight: bold;
}
.merit-list li span {
	padding-bottom: 2px;
	border-bottom: 2px solid #e7161a;
	font-size: 16px;
	color: #2367be;
}
.merit-list li sup {
	font-size: 10px;
}
.merit-list li p {
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 32px;
	height: 18px;
	padding: 3px 0 0 10px;
	background: url(../../images/number-bg.png) 0 0 no-repeat;
	background-size: 32px 18px;
	color: #fff;
	line-height: 1.0;
	font-size: 10px;
}
.merit-list-sup {
	padding: 0 30px;
}
.merit-list-sup span {
	display: inline-block;
	font-size: 12px;
	text-indent: -1.0em;
	padding-left: 1.0em;
	line-height: 1.6;
}
.merit-right {
	display: block;
	position: relative;
	padding: 0 30px;
	z-index: 100;
}
.merit-right::before {
	display: block;
	content: '';
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 80%;
	height: 40px;
	background-color: #64dc52;
	z-index: -1;
}
.merit-copy {
	margin-bottom: 25px;
	font-size: 15px;
	text-align: center;
}
.merit-contact {
	text-align: center;
}
.merit-contact-text {
	margin-bottom: 5px;
	padding-bottom: 35px;
	background: url(../../images/arrow01.png) center bottom no-repeat;
	background-size: 15px 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	color: #2367be;
}
.merit-contact-btn {
	display: inline-block;
	border: 1px solid #2367be;
}
.merit-contact-btn span {
	display: inline-block;
	padding: 10px 15px;
	background-color: #2367be;
	border: 2px solid #fff;
	color: #fff;
	font-size: 14px;
}

/* greeting-sec */
.greeting-sec {
	margin-bottom: 65px;
}
.greeting-sec-ttl {
}
.greeting-sec h3 {
	float: right;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 35px;
	padding: 20px 30px 20px 30px;
	background-color: #64dc52;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	box-shadow: -10px 10px 0px 0 #2367be;
}
.greeting-left {
	display: block;
	position: relative;
	padding: 0 30px;
	z-index: 100;
}
.greeting-left::before {
	display: block;
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 80%;
	height: 40px;
	background-color: #64dc52;
	z-index: -1;
}
.greeting-right {
	margin-bottom: 30px;
	padding: 0 30px;
}
.greeting-cont h4 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #2367be;
}

/* price-sec */
.price-sec {
	margin-bottom: 50px;
	padding: 50px 30px;
	background-color: #eeeeef;
}
.price-sec-inner {
	padding: 25px;
	background-color: #fff;
}
.price-about-list {
	margin-bottom: 10px;
}
.price-about-list li {
	margin-bottom: 3px;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.price-about-list li:last-child {
	margin-bottom: 0;
}
.price-about-text {
	font-size: 11px;
}
.price-area {
	margin-top: 20px;
}
.price-area-left {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #2367be;
	border: 7px solid #64dc52;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.price-area-right {
}
.price-sup-list {
	margin: 8px 0 15px;
	font-size: 11px;
}
.price-sup-list li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.price-btn-area {
	text-align: center;
}
.price-btn-area p {
	margin-bottom: 20px;
}
.price-contact-btn {
	position: relative;
	padding: 12px 22px;
	color: #fff;
	font-size: 14px;
	background-color: #2367be;
	transition: all .3s;
}
.price-contact-btn:hover {
	color: #fff;
}
.price-btn-arrow {
	position: absolute;
	top: 50%;
	left: -7.5px;
	width: 15px;
	height: auto;
	margin-top: -7.5px;
}

/* company-sec */
.company-sec {
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 3px solid #64dc52;
	background-color: #eeeeef;
}
.company-sec-inner {
	padding: 0 30px;
}
.company-sec-text-area {
	margin-bottom: 30px;
}
.company-sec-text-area p {
	margin-bottom: 20px;
}
.company-sec-text-area p:last-child {
	margin-bottom: 0;
}
.company-inner-cont {
	margin-bottom: 30px;
}
.company-inner-cont:last-child {
	margin-bottom: 0;
}
.company-prof-list,
.company-history-list {
	padding-top: 8px;
	border-top: 1px solid #000;
}
.company-prof-list li,
.company-history-list li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	overflow: hidden;
	background: url(../images/dotted-line.png) 0 bottom repeat-x;
	background-size: 12px 1px;
}
.company-prof-list li:last-child,
.company-history-list li:last-child {
	border-bottom: 1px solid #000;
	background: none;
}
.company-prof-list span,
.company-history-list span {
	display: block;
	float: left;
	width: 7em;
}
.company-prof-list p,
.company-history-list p {
	display: block;
	float: left;
	width: calc(100% - 8em);
}
.company-history-list span {
	width: 9em;
}
.company-history-list p {
	width: calc(100% - 10em);
}
.gmap {
}
.gmap iframe {
	width: 100%;
	height: 300px;
}
.gmap-text {
	margin-top: 5px;
}

/* contact-sec */
.contact-sec {
}
.contact-sec-text {
	margin-bottom: 15px;
	padding: 0 30px;
	font-size: 13px;
}
.contact-sec-tel-area {
	margin-bottom: 20px;
	padding: 0 30px;
	text-align: center;
	font-size: 15px;
}
.contact-sec-tel-area-ttl {
	display: block;
}
.privacy-policy-area {
	padding: 30px;
}
.privacy-policy-area h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.privacy-policy-text {
	margin-bottom: 15px;
}
.privacy-policy-list {
}
.privacy-policy-list li {
	margin-bottom: 15px;
}
.privacy-policy-list span {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
.privacy-policy-list p {
}
.privacy-policy-name {
	text-align: right;
}
.privacy-check-text {
	margin-bottom: 30px;
	text-align: center;
	color: #2367be;
}
.form-wrapper {
	padding: 30px 30px 40px;
	background-color: #c8e0ff;
}
.form-required-text {
	margin-bottom: 20px;
}

.privacy-policy-wrap {
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 0 30px;
}
.privacy-policy-inner {
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
	border: 1px solid #64dc52;
}
.privacy-policy-wrap iframe {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}











/* タブレット向け：760px～1000px */
@media only screen and (min-width: 760px) {

/* main-visual
----------------------------------------- */
.main-visual {
	position: relative;
	z-index: -1000;
}
.main-visual-list li {
	width: 100%;
	height: 600px;
}
.main-visual .main-visual01 {
	background: url(../../images/mainvisual01.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual .main-visual02 {
	background: url(../../images/mainvisual02.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual .main-visual03 {
	background: url(../../images/mainvisual03.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual h2 {
	position: absolute;
	top: 50px;
	left: 50px;
	max-width: 500px;
	height: auto;
	z-index: 100;
}
.cont-line01 {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
}

/* contents
----------------------------------------- */
/* intro-sec */
.intro-sec {
	width: calc(100% - 200px);
	margin: 40px auto 70px;
	padding: 0;
}
.intro-company-info-area {
	float: left;
	width: 250px;
}
.intro-info-area {
	float: right;
	width: calc(100% - 280px);
}

.intro-info-wrap {
	width: 100%;
	height: 160px;
	overflow: auto;
}
.intro-info-area iframe {
	width:100%;
	height:100%;
	border:none;
	display:block;
}

.intro-company-info-area h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #2367be;
}
.intro-service {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}
.intro-address {
}
.intro-info-area h3 {
	position: relative;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #2367be;
	line-height: 1.0;
	z-index: 100;
}
.intro-info-area h3::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 8em);
	height: 15px;
	background-color: #2367be;
}
.intro-info-area h3::after {
	display: block;
	content: '';
	position: absolute;
	top: 15px;
	right: 0;
	width: calc(100% - 8em);
	height: 8px;
	background-color:  #64dc52
}
.intro-info-list li {
	margin-bottom: 10px;
	font-size: 14px;
	overflow: hidden;
}
.intro-info-list span {
	float: left;
	width: 10em;
	margin-bottom: 3px;
	color: #2367be;
}
.intro-info-list p {
	float: left;
	width: calc(100% - 11em);
}

.scroll-icon {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin: 230px auto 0;
	border: 2px solid #969696;
	border-radius: 50%;
}
.scroll-icon::after{
	display: block;
	content: '';
	position: absolute;
	top: 17px;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -9.5px;
	border: 0px;
	border-top: solid 2px #969696;
	-ms-transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
	transition: all .3s;
}
.scroll-icon::before{
	display: block;
	content: '';
	position: absolute;
	top: 17px;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -6.5px;
	border: 0px;
	border-top: solid 2px #969696;
	-ms-transform: rotate(230deg);
	-webkit-transform: rotate(230deg);
	transform: rotate(230deg);
	transition: all .3s;
}
.scroll-icon span {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
}
.scroll-icon span::after{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -9.5px;
	border: 0px;
	border-top: solid 2px #969696;
	-ms-transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
	transition: all .3s;
}
.scroll-icon span::before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -6.5px;
	border: 0px;
	border-top: solid 2px #969696;
	-ms-transform: rotate(230deg);
	-webkit-transform: rotate(230deg);
	transform: rotate(230deg);
	transition: all .3s;
}
.scroll-icon:hover::before,
.scroll-icon:hover::after {
		border-color: #ff0000;
}
.scroll-icon:hover span::before,
.scroll-icon:hover span::after {
		border-color: #ff0000;
}

/* merit-sec */
.merit-sec {
	margin-bottom: 180px;
}
.merit-sec h3 {
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 70px;
	padding: 15px 50px 15px 70px;
	background-color: #64dc52;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.4;
	box-shadow: 30px 30px 0 0 #2367be;
}
.merit-cont {
	position: relative;
	margin-bottom: 60px;
}
.merit-left {
	margin-bottom: 0;
	padding-left: 8%;
}
.merit-list {
	margin-bottom: 20px;
	padding: 0;
}
.merit-list li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 84px;
	text-shadow: 6px 6px 14px #999999;
	font-size: 24px;
	font-weight: bold;
}
.merit-list li span {
	padding-bottom: 4px;
	border-bottom: 3px solid #e7161a;
	font-size: 38px;
	color: #2367be;
}
.merit-list li sup {
	font-size: 18px;
}
.merit-list li p {
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 64px;
	height: 36px;
	padding: 6px 0 0 20px;
	background: url(../../images/number-bg.png) 0 0 no-repeat;
	background-size: 64px 36px;
	color: #fff;
	line-height: 1.0;
	font-size: 20px;
}
.merit-list-sup {
	margin-left: 86px;
	padding: 0;
}
.merit-list-sup span {
	display: inline-block;
	font-size: 12px;
	text-indent: -1.0em;
	padding-left: 1.0em;
	line-height: 1.6;
}
.merit-right {
	display: block;
	position: absolute;
	top: -100px;
	right: 100px;
	width: 42%;
	padding: 0;
	z-index: -1;
}
.merit-right::before {
	display: block;
	content: '';
	position: absolute;
	bottom: -25px;
	right: -100px;
	width: 100%;
	height: 50px;
	background-color: #64dc52;
	z-index: -10;
}
.cont-line02 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1000;
}
.merit-copy {
	margin-bottom: 70px;
	font-size: 34px;
	line-height: 1.6;
	text-align: center;
}
.merit-contact {
	text-align: center;
}
.merit-contact-text {
	margin-bottom: 5px;
	padding-bottom: 65px;
	background: url(../../images/arrow01.png) center bottom no-repeat;
	background-size: 30px 50px;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.6;
	color: #2367be;
}
.merit-contact-btn {
	display: inline-block;
	border: 2px solid #2367be;
}
.merit-contact-btn span {
	display: inline-block;
	padding: 18px 30px;
	background-color: #2367be;
	border: 4px solid #fff;
	color: #fff;
	font-size: 26px;
	transition: all .3s;
}
.merit-contact-btn:hover span {
	color: #2367be;
	background-color: #fff;
}

/* greeting-sec */
.greeting-sec {
	position: relative;
	margin-bottom: 100px;
	padding-bottom: 240px;
}
.greeting-sec-ttl {
}
.greeting-sec h3 {
	float: right;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 65px;
	padding: 45px 170px 45px 50px;
	background-color: #64dc52;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.4;
	box-shadow: -30px 30px 0px 0 #2367be;
}
.greeting-cont {
	position: relative;
}
.greeting-left {
	display: block;
	position: absolute;
	top: -100px;
	left: 100px;
	width: 42%;
	padding: 0;
	z-index: -1;
}
.greeting-left::before {
	display: block;
	content: '';
	position: absolute;
	bottom: -25px;
	left: -100px;
	width: 100%;
	height: 50px;
	background-color: #64dc52;
	z-index: -10;
}
.greeting-right {
	box-sizing: border-box;
	float: right;
	width: 45%;
	margin-bottom: 0;
	padding: 0 100px 0 0;
	font-size: 14px;
}
.greeting-cont h4 {
	margin-bottom: 35px;
	font-size: 40px;
	font-weight: bold;
	color: #2367be;
}
.cont-line03 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -100;
}

/* price-sec */
.price-sec {
	position: relative;
	margin-bottom: 200px;
	padding: 50px 0;
	background-color: #eeeeef;
}
.price-sec-inner {
	position: relative;
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
	padding: 25px 100px 40px;
	background-color: #fff;
	z-index: 100;
}
.price-about-list {
	margin-bottom: 10px;
}
.price-about-list li {
	margin-bottom: 3px;
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-size: 16px;
}
.price-about-list li:last-child {
	margin-bottom: 0;
}
.price-about-text {
	font-size: 16px;
}
.price-area {
	width: 90%;
	margin: 40px auto 0;
}
.price-area-left {
	box-sizing: border-box;
	float: left;
	width: 150px;
	height: 150px;
	margin-bottom: 0;
	padding: 47px 0 0;
	background-color: #2367be;
	border: 10px solid #64dc52;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.price-area-right {
	float: right;
	width: calc(100% - 190px);
	font-size: 14px;
}
.price-sup-list {
	margin: 8px 0 15px;
}
.price-sup-list li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-size: 12px;
}
.price-btn-area {
	text-align: left;
}
.price-btn-area p {
	display: inline-block;
	margin: 0 30px 0 0;
	vertical-align: middle;
}
.price-contact-btn {
	position: relative;
	padding: 16px 32px;
	color: #fff;
	font-size: 16px;
	background-color: #2367be;
	transition: all .3s;
	vertical-align: middle;
}
.price-contact-btn:hover {
	background-color: #5294db;
}
.price-btn-arrow {
	position: absolute;
	top: 50%;
	left: -15px;
	width: 30px;
	height: auto;
	margin-top: -15px;
}
.cont-line04 {
	position: absolute;
	top: 37%;
	left: 0;
	width: 100%;
}

/* company-sec */
.company-sec {
	margin-bottom: 200px;
	padding-bottom: 30px;
	border-bottom: 5px solid #64dc52;
	background-color: #eeeeef;
}
.company-sec-inner {
	padding: 0;
	background: url(../../images/company-bg.png) center center no-repeat;
	background-size: 80% auto;
}
.company-sec-text-area {
	margin-bottom: 85px;
	text-align: center;
	font-size: 16px;
	line-height: 2.0;
}
.company-sec-text-area p {
	margin-bottom: 30px;
}
.company-sec-text-area p:last-child {
	margin-bottom: 0;
}
.company-inner-cont {
	margin-bottom: 65px;
}
.company-inner-cont:last-child {
	margin-bottom: 0;
}
.company-prof-list,
.company-history-list {
	width: 700px;
	margin: 0 auto;
	padding-top: 8px;
	border-top: 1px solid #000;
}
.company-prof-list li,
.company-history-list li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	background: url(../images/dotted-line.png) 0 bottom repeat-x;
	background-size: 12px 1px;
	overflow: hidden;
	font-size: 16px;
}
.company-prof-list li:last-child,
.company-history-list li:last-child {
	border-bottom: 1px solid #000;
	background: none;
}
.company-prof-list span,
.company-history-list span {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 12em;
	padding-left: 3em;
}
.company-prof-list p,
.company-history-list p {
	display: block;
	float: left;
	width: calc(100% - 13em);
}
.company-history-list span {
	width: 13em;
}
.company-history-list p {
	width: calc(100% - 14em);
}
.gmap {
	width: 700px;
	margin: 0 auto;
}
.gmap iframe {
	width: 700px;
	height: 350px;
}
.gmap-text {
	width: 700px;
	margin: 10px auto 0;
	font-size: 14px;
}

/* contact-sec */
.contact-sec {
}
.contact-sec .sub-ttl02 {
	margin-bottom: 90px;
}
.contact-sec span.pc {
	display: inline !important;
}
.contact-sec-text {
	margin-bottom: 40px;
	padding: 0;
	font-size: 16px;
	text-align: center;
}
.contact-sec-tel-area {
	margin-bottom: 60px;
	padding: 0;
	text-align: center;
	font-size: 30px;
}
.contact-sec-tel-area-ttl {
	display: inline;
}
.privacy-policy-area {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 30px;
}
.privacy-policy-area h4 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
.privacy-policy-text {
	margin-bottom: 25px;
}
.privacy-policy-list {
}
.privacy-policy-list li {
	margin-bottom: 25px;
	font-size: 14px;
}
.privacy-policy-list span {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
}
.privacy-policy-list p {
}
.privacy-policy-name {
	text-align: right;
	font-size: 14px;
}
.privacy-check-text {
	margin-bottom: 45px;
	text-align: center;
	color: #2367be;
	font-size: 16px;
}
.form-wrapper {
	padding: 50px 0 70px;
	background-color: #c8e0ff;
}
.form-inner {
	width: 800px;
	margin: 0 auto;
}
.form-required-text {
	margin-bottom: 30px;
	font-size: 16px;
}

.privacy-policy-wrap {
	box-sizing: border-box;
	width: 800px;
	margin: 0 auto 45px;
	padding: 0;
}
.privacy-policy-inner {
	box-sizing: border-box;
	width: 800px;
	height: 200px;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
	border: 1px solid #64dc52;
}
.privacy-policy-wrap iframe {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}




} /* タブレット向けここまで */










/* PC向けレイアウトの指定：1001px～ */
@media only screen and (min-width: 1001px) {


} /* PC向けここまで */


