@charset "utf-8";
/* CSS Document */

@media screen and (max-width:736px) {
	html, body {
		min-width: 0;
		width: 100%;
		height: 100%;
		-webkit-text-size-adjust : 100%;
	}

	img {
		max-width: 100% !important;
		height: auto;
	}

	.sp_only {
		display: inherit;
	}
	
	.pc_only,
	header nav{
		display: none;
	}
	
	a[href^="tel:"] {
		pointer-events: auto;
	}
	
	input[type="submit"] {
	  appearance: none;
	  -webkit-appearance: none;
	}
	
	/*-----------------------------

	header

	------------------------------*/
	header {
		padding: 20px 0;
	}
	
	header h1 {
		width: 115px;
		max-width: 115px;
	}
	
	ul.time-hd li:last-child{
		margin-top: -2px;
	}
	
	ul.time-hd{
		padding-right: 50px;
	}
	
	ul.time-hd li:last-child img{
		width: 36px;
		height: 36px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		object-position: -7px 50%
	}
	
	header .hd-info{
		width: auto;
		max-width: auto;
	}


	/*-----------------------------

	top

	------------------------------*/
	#main-fv {
		width: 100%;
		height: 600px;
		padding: 30px;
		margin: 0 auto 45px;
		background: url("../img/page/top/main-fv.png") no-repeat center right 30%;
		background-size: cover;
	}

	#main-fv ul {padding-top: 240px;}

	#main-fv ul li {
		width: 100%;
		max-width: 100%;
		position: relative;
		text-indent: 20px;
	}
	
	#main-fv ul li + li {margin-top: 20px;}

	#main-fv ul li a {
		width: 100%;
		height: 60px;
		line-height: 60px;
		display: block;
		background: url("../img/page/top/arrow.png") no-repeat center right 20px #fff;
		background-size: 28px;
		font-size: 1.4rem;
		font-weight: bold;
		color: #1E2083;
		border: 1px solid #1E2083;
		border-radius: 50px;
	}

	.news-area {margin-bottom: 80px;}
	.news-area .di-fl {
		align-items: center;
	}

	.news-area .news-ttl {margin-bottom: 10px;}

	.news-area p.sub-ttl {
		font-size: 14px;
		color: #1E2083;
		font-weight: bold;
		letter-spacing: .1em;
		display: block;
	}

	.news-area h2 {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 0em;
		padding-top: 10px;
	}
	
	.news-btn {
		width: 38% !important;
		margin-left: auto !important;
		margin-right: inherit !important;
		text-align: center;
		position: relative;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	
	.news-btn a {
		font-size: 11px !important;
		height: 40px !important;
		line-height: 40px !important;
		background: url("../img/common/arrow.png") no-repeat center right 10px #1E2083;
		background-size: 10px auto !important;
	}
	
	.news-area dl dt {
		width: 110px;
		max-width: 110px;
		font-size: 12px;
		font-weight: 500;
	}
	
	.features-area{
		margin-bottom: 70px;
	}

	.news-area dl dd {
		width: 100%;
		max-width: 100%;
		margin-top: 5px;
	}

	.news-area dl dd .cat {
		font-size: 12px;
		font-weight: 500;
		padding: 3px 20px;
		margin-right: 20px;
		color: #1E2083;
		border: 1px solid #1E2083;
		border-radius: 14px;
	}

	.news-area dl dd a {
		font-size: 12px;
		font-weight: 500;
	}

	.ttl-area {
		text-align: center;
		margin-bottom: 30px;
	}

	.ttl-area p {
		font-size: 14px;
		color: #1E2083;
		font-weight: bold;
		letter-spacing: .1em;
		display: block;
	}

	.ttl-area h2 {
		font-size: 28px;
		font-weight: bold;
		letter-spacing: .05em;
		display: block;
		flex-wrap: wrap;
		text-align: center;
		padding-top: 5px;
	}

	.ttl-area h2:before,
	.ttl-area h2:after {
		height: 1px;
		flex-grow: 1;
		background-color: #1E2083;
		content: none;
	}

	.ttl-area h2:before {
		margin-right: 40rem;
		margin-top: 0rem;
	}

	.ttl-area h2:after {
		margin-left: 40rem;
		margin-top: -7rem;
	}	

	ul.reason-list li{
		width:100%;
		max-width: 100%;
	}

	ul.reason-list li:nth-child(-n+3) {
		margin-bottom: 50px;
	}

	ul.reason-list li h3{
		font-size: 16px;
		line-height: 1.6;
		font-weight: bold;
		padding: 25px 0;
	}

	ul.reason-list li p{
		font-size: 14px;
		line-height: 2;
		padding: 10px;
		background: #fff;
		color: #333;
	}

	ul.product-list li {
		width: 48%;
		max-width: 48%;
	}
	
	ul.product-list li:nth-child(-n+2) {
		margin-bottom: 50px;
	}

	ul.product-list li .product-inner {
		width: 88%;
		margin: -2vw auto 0;
		box-shadow: 0px 0px 15px -5px #777777;
		position: relative;
		z-index: 10;
		text-align: center;
	}	

	ul.product-list li .product-inner h3 {
		font-size: 12px;
		font-weight: bold;
		color: #1E2083;
	}
	
	.swiper-inner {
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		/* margin-top: -40px; */
	}

	.works-area {
		margin-bottom: 50px;
	}

	.works-area p.sub-ttl {
		font-size: 16px;
		color: #1E2083;
		font-weight: bold;
		letter-spacing: .1em;
		display: block;
	}

	.works-area h2 {
		font-size: 28px;
		font-weight: bold;
		letter-spacing: .05em;
		padding-top: 10px;
	}
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 50% !important;
	}	

	.product-area {
		margin-bottom: 50px;
	}
	
	.faq-top{
		padding-bottom: 80px !important;
	}
	
	.flow-area {
		background: #F9F8F7;
		padding: 50px 0;
		margin-bottom: 75px;
	}
	
	.flow-area ul.flow {
		margin-bottom: 50px;
	}

	.flow-area ul.flow-list li {
		width: 100%;
		max-width: 100%;
		background: #fff;
		box-shadow: 0px 0px 15px -5px #777777;
		border-radius: 5px;
		padding: 30px 0 30px;
	}
	
	.flow-area ul.flow-list li p{
		padding-top: 20px;
		font-size: 14px;
	}
	
	.link-area ul li h3{
		font-size: 20px;
		margin-bottom: 5px;
	}
	
	.flow-area ul.flow-list li + li {margin-top: 20px;}

	ol.service-list li + li {margin-top: 40px;}
	ol.service-list li .service-inner {align-items: center;flex-direction: column-reverse;}
	ol.service-list li .service-info,
	ol.service-list li .service-img{
		width: 100%;
		max-width: 100%;
	}
	
	ol.service-list li .service-info{margin-top: 20px;}

	ol.service-list li .service-info p.contents-no {
		font-size: 16px;
		font-weight: bold;
		color: #1E2083;
		margin-bottom: 20px;
	}

	ol.service-list li .service-info h3 {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	ol.service-list li .service-info p.contents-txt {
		font-size: 14px;
		font-weight: 500;
		line-height: 2;
	}

	.order-1 {order: 2;}
	.order-2 {order: 1;}	
	
	dl.flow-faq dt span {width: 70%;}

	dl.flow-faq dt img,
	.faq-a img{
		width: 50px;
		height: 50px;
		margin-right: 20px;
	}
	
	.faq-a img {margin-right: 0;}
	
	dl.flow-faq dt {
		font-size: 14px;
		font-weight: bold;
		transition: background-color 1s;
	}

	dl.flow-faq dd {padding-bottom: 0px;}
	dl.flow-faq dd .answer {
		width: 80%;
		font-size: 13px;
		line-height: 2;
		padding: 20px;
		margin-left: 0px;
	}

	.link-area {margin-bottom: 90px;} 

	.link-area ul li {
		width: 100%;
		max-width: 100%;
	}
	
	.link-area ul li + li {margin-top: 30px;}

	.link-area ul li a {
		height: 200px;
		display: block;
		padding: 40px 40px;
		color: #fff;
	}

	
	/*-----------------------------

	contact

	------------------------------*/

	.contact-info {
		background: url("../img/common/contact-bg.jpg") no-repeat;
		background-size: cover;
		padding: 45px 0 95px;
		color: #fff;
	} 

	.contact-info h2 span {
		font-size: 16px;
		display: block;
		font-weight: bold;
		padding-top: 10px;
		letter-spacing: .05em;
	}

	.contact-info h2 {
		width: 100%;
		font-family: 'Inter', sans-serif;
		font-size: 28px;
		font-weight: bold;
		letter-spacing: .1em;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.contact-info ul li a {
		display: block;
		background-color: rgba(30,32,131,0.5);
		border: 1px solid #FFFFFF;
		padding: 0 20px;
		border-radius: 25px;
		color: #fff;
	}
	
	.contact-info ul li dl {
		align-items: center;
		min-height: 80px;
		position: relative;
	}
	
	.contact-info ul li dl dt {
		width: 20%;
		padding-right: 25px;
	}
	.contact-info ul li dl dd {width: 78%;}
	.contact-info ul li dl dd p {
		font-size: 28px;
	}
	
	.contact-info ul li dl dd p span {
		display: block;
		font-size: 12px;
	}

	.contact-info ul li dl dd p.contact {
		font-size: 20px;
		font-weight: bold;
	}
	
	img.arrow {
		width: 5%;
		position: absolute;
		top: 48%;
		right: 0px;
	}
	
	/*-----------------------------

	footer

	------------------------------*/

	footer {
		padding: 50px 0 0;
	}

	footer .footer-logo {text-align: center;}

	footer .footer-address p {
		font-size: 14px;
		line-height: 2;
		padding-top: 20px;
		margin-bottom: 20px;
	}

	footer ul li {
		width: 100%;
		font-size: 1.5rem;
		padding-left: 0;
	}
	
	footer ul li a {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #E1006D;
	}

	footer ul li a:hover {
		border-bottom: 1px solid #E1006D;
	}

	footer .footer-info {
		margin-top: 45px;
		padding: 25px;
		background: #000;
	}
	footer .footer-info ul {width: 100%; margin-bottom: 20px;}
	footer .footer-info ul li a {
		display: block;
		color: #fff;
		padding: 5px 0;
		font-size: 12px;
		border-bottom: 1px solid #fff;
	}

	footer p.copyright {
		color: #fff;
		font-size: 10px;
		font-weight: 500;
		text-align: center;
	} 
	
	
	/*-----------------------------

	page-ttl

	------------------------------*/

	#page-ttl {
		width: 90%;
		max-width: 1380px;
		margin: 0 auto 20px;
		padding: 60px 0;
		text-align: center;
	}

	#page-ttl h2 {
		color: #333333;
		font-size: 28px;
		font-weight: bold;
		letter-spacing: .1em;
	}

	#page-ttl h2 span {
		display: block;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: .05em;
	}

	#pan {
		font-size: 13px;
		margin-bottom: 0px;
		padding-bottom: 20px;
	}

	/*-----------------------------

	company

	------------------------------*/

	#main-contents {
		width: 100%;
		padding: 0% 0% 10%;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 50px;
	}
	
	#main-contents .main-support{
		margin-bottom: 0px;
	}

	.company-img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.company-area {margin-bottom: 50px;}
	.company-info {
		width: 100%;
		max-width: 100%;
	}

	.company-info h3 {
		font-size: 20px;
		line-height: 2;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.company-info p {
		font-size: 14px;
		line-height: 2;
	}

	.company-info p + p {margin-top: 35px;}
	
	table.company-table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 5px;
	}

	table.company-table th {
		width: 30%;
	} 

	table.company-table td {
		width: 70%;
	} 
	
	table.company-table th,
	table.company-table td {
		padding: 10px;
		font-size: 12px;
	}

	/*-----------------------------

	contact

	------------------------------*/

	.contact-area {
		background: #F9F8F7;
		padding: 50px 0;
		margin: 0 !important;
	}

	h2.ttl-top {
		font-size: 18px;
		font-weight: bold;
		line-height: 2;
		text-align: center;
		padding-top: 30px;
		margin-bottom: 20px;
	}
	
	p.txt {
		font-size: 14px;
		font-weight: 500;
		line-height: 2;
	}

	.t-cn {text-align: left;}

	.contact-tel {
		text-align: center;
		background: #fff;
		margin: 60px 0 100px;
		padding: 30px;
	}

	.contact-tel h3{
		font-size: 18px;
		letter-spacing: .05em;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.contact-tel dl{align-items: center;}
	.contact-tel dl dt{
		width: 14%;
		padding: 0;
	}
	.contact-tel dl dd{
		width: 80%;
		font-size: 28px;
	}

	.contact-tel p {
		font-size: 14px;
		padding-top: 5px;
		font-weight: bold;
	}

	.form-area dl.notes {margin-bottom: 70px;}

	.form-area dl.notes dt {
		width: 100%;
		max-width: 100%;
		height: 60px;
		line-height: 60px;
		text-align: center;
		background: #fff;
		border: 1px solid #1E2083;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 30px;
		margin-right: 0px;
	}

	.form-area dl.notes dd {
		width: 100%;
		max-width: 100%;
		font-size: 12px;
		line-height: 2;
		font-weight: bold;
	}

	h3.ttl {
		font-size: 16px;
		margin-bottom: 5px;
	}
	
	
	/*-----------------------------

	support

	------------------------------*/
	.question-icon {
		text-align: center;
	}

	h2.support-ttl {
		text-align: center;
		font-size: 18px;
		font-weight: 900;
		margin: 20px 0;
	}

	ul.support-list {margin-bottom: 100px;}

	ul.support-list li {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	
	ul.support-list li + li {margin-top: 40px;}
	
	ul.support-list li img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}

	ul.support-list li h3 {
		font-size: 16px;
		text-align: center;
		font-weight: 900;
		padding: 25px 0 10px;
	}

	ul.support-list li p {
		font-size: 14px;
		line-height: 2;
		text-align: left;
	}
	
	
	.support-trouble::before {
		position: absolute;
		z-index: 1;
		top: -43px;
		left: 0;
		content: "";
		display: inline-block;
		width: 100%;
		height: 200px;
		background: url(../img/page/support/support-bg.jpg) no-repeat;
		background-size: 110%;
		background-position: center top;
	}


	.support-trouble h3.support-trouble-ttl {
		font-size: 20px;
		font-weight: bold;
		line-height: 2;
		text-align: center;
		padding-top: 50px;
		margin-bottom: 45px;
	}

	.support-trouble .ttl-area p {
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		letter-spacing: .1em;
		display: block;
	}

	ul.reason-list li{
		width:100%;
		max-width: 100%;
	}

	ul.reason-list li:nth-child(-n+2) {
		margin-bottom: 50px;
	}

	ul.reason-list li h3{
		font-size: 16px;
		font-weight: bold;
		padding: 20px 0 15px;
	}

	ul.reason-list li p{
		font-size: 13px;
		line-height: 2;
		padding: 20px;
		background: #fff;
		color: #333;
	}

	/*-----------------------------

	terms

	------------------------------*/

	dl.terms {}

	dl.terms dt {
		width: 8%;
		font-size: 13px;
		font-weight: 500;
		padding-top: 3px;
	}

	dl.terms dd {
		width: 82%;
		font-size: 13px;
		font-weight: 500;
		line-height: 2;
	}

	/*-----------------------------

	page-main

	------------------------------*/
	#page-main {
		width: 100%;
		min-height: 150px;
		margin: 0 auto 20px;
		padding: 85px 30px;
		color: #fff;
	}
	
	#page-main h2 {
		font-size: 20px;
		font-family: 'Noto Serif JP', serif;
	}

	#page-main h2 span {
		display: block;
		font-size: 16px;
		padding-top: 10px;
	}

	
	ul.membership-list {
		margin: 30px 0;
		justify-content: space-between;
	}

	ul.membership-list li {
		width: 48%;
		max-width: 48%;
		border: 1px solid #707070;
		border-radius: 15px;
		margin: 0;
		margin-bottom: 20px;
	}
	
	table.commission-tble td, table.commission-tble th{
		padding: 20px 0px;
	}
	
	table.commission-tble td{
		padding-left: 25px;
	}
	
	ul.tab-list{
		margin-bottom: 20px;
	}

	ul.membership-list li h3 {
		font-size: 12px;
		font-weight: bold;
		padding: 10px 0;
		background: #1E2083;
		color: #fff;
		text-align: center;
		border-radius: 10px;
	}


	ul.membership-list li p {
		font-size: 26px;
		font-weight: bold;
		padding: 10px 0;
		color: #D90000;
		text-align: center;
	}

	.btn {
		width: 100%;
	}

	.btn a {
		font-size: 16px;
		height: 65px;
		line-height: 65px;
		background: url("../img/common/arrow.png") no-repeat center right 20px #1E2083;
		background-size: 14px auto;
		display: block;
		border-radius: 38px;
		color: #fff;
	}	

	.schedule-area {
		background: #F9F8F7;
		padding: 50px 0;
		margin-bottom: 50px;
	}

	table.schedule-table th {width: 18%;}
	table.schedule-table td, 
	table.schedule-table th {
		padding: 10px;
		font-size: 12px;
		border: 1px solid #707070;
		border-collapse: collapse;
	}
	
	table.schedule-table td.last {
		text-align: left;
		font-size: 12px;
		line-height: 2;
		padding: 10px;
	}
	

	ul.tab-list li {
		background-color: #C4C4C4;
		text-align: center;
		height: 45px;
		line-height: 45px;
		cursor: pointer;
		width: 48%;
		position: relative;
		border-radius: 48px;
	}


	ul.tab-list li span {
		color: #fff;
		font-size: 16px;
		letter-spacing: .05em;
		font-weight: 500;
	}

	
	ul.tab-list li.current:before,
	ul.tab-list li.current01:before{
		content: "";
		top: 0;
		left: 0;
		width: 100% !important;
		max-width: 100% !important;
		position: absolute;
		height: 45px;
		line-height: 45px;
		color: #fff;
		background-color: #00235f;
		border-radius: 48px;
	}

	table.commission-tble th {width: 20% !important;}
	table.commission-tble th,
	table.commission-tble td {
		font-size: 12px;
		font-weight: bold;
	} 
	
	.content-box h3 {
		font-size: 16px;
		border-left: 5px solid #1E2083;
		text-indent: 20px;
	}
	
	.commission-faq dt {
		font-size: 16px;
		font-weight: bold;
		padding: 15px 60px 15px 20px;
	}

	.commission-faq dd {
		padding: 0 20px 15px;
		font-size: 14px;
		line-height: 1.6;
	}
	
	
	.access-area .ttl-area {margin-bottom: 30px !important;}

	.access-map {margin-bottom: 20px;}
	.access-map iframe{
		width: 100%;
		height: 245px;
	}

	.access-area p.access {
		width: 100%;
		font-size: 14px;
		margin-bottom: 30px;
		line-height: 1.6;
		font-weight: 500; 
	}
	
	ul.tab-list li:after{
		font-size: 14px;
		right: 30px;
	}

	.single-cont{
		padding: 30px;
	}
	
	.single-cont h1{
		font-size: 20px;
	}
	
	.single-cont p#day{
		font-size: 12px;
	}
	
	.single-cont #content p,
	#single-link p{
		font-size: 14px;
	}
	
	.news-area h2{
		font-size: 18px;
	}
	
	.single-cont h3{
		font-size: 17px;
	}
	
	.single-cont h4{
		font-size: 16px;
	}
	
	.single-cont{
		margin-bottom: 50px !important;
	}
	
	a#topback-btn{
		width: 250px !important;
		height: 50px !important;
		line-height: 50px !important;
		font-size: 16px !important;
	}
	
	.single-cont #content p{
		padding-bottom: 30px;
	}
	
	ul.reason-list li h3{
		min-height: auto;
	}
	
	ul.reason-list li.mins h3{
		height: auto;
		min-height: auto;
		display: block;
	}
	
	.support-trouble .ttl-area h2:before, .support-trouble .ttl-area h2:after{
		content: none;
	}
	
	.tab__container {
	    background-color: #fff;
	    padding: 20px;
	    margin-bottom: 100px;
	}
	
	#form th,
	#form td {
		width: 100%;
		display: block;
	}
	
    #form th {
	    padding-right: 10px;
	    font-size: 14px;
	    text-align: left;
	}
		
	#form th span {
	    position: absolute;
	    background-color: #ED5151;
	    border-radius: 3px;
	    width: 60px;
	    height: 25px;
	    line-height: 25px;
	    color: #fff;
	    font-size: 14px;
	    text-align: center;
	    display: block;
	    right: 0px;
	    top: 0;
	}
	
	.contact-nav .item {
	    font-size: 10px;
	    color: #fff;
	    background-color: #ccc;
	    cursor: pointer;
	}
	
	.pt-sp {padding-top: 8px;}
		
	#form td input.p-postal-code {
	    width: 40%;
	    margin: 0px 5px;
	}
	
	p#checks {
	    text-align: center;
	    font-size: 13px;
	    line-height: 1.6em;
	}

	ul.contact-list dl dt {
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 36px;
		background: #fff;
		border-radius: 50%;
		border: 2px solid #000066;
		font-size: 15px;
		font-weight: bold;
		color: #000066;
		position: relative;
	}
	
	ul.contact-list dl dd {
		width: 80%;
		font-size: 13px;
		line-height: 2;
		margin-left: 20px;
		padding-top: 5px;
	}

	.d-btn a {
		text-align: center;
		background: url("../img/common/download-on.png") no-repeat center left 15px #000066;
		background-size: 8%;
	}
	
	.d-btn a:hover {
		background: url("../img/common/download-off.png") no-repeat center left 15px #fff;
		background-size: 8%;
	}
	
}