@charset "UTF-8";
/*----------------------------------------------------------------------

Setting

----------------------------------------------------------------------*/
@import "normalize.css";

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

共通設定

----------------------------------------------------------------------*/
* {font-size: 100%;}
body {
	font-family: 'M PLUS Rounded 1c', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.win body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.franklin {
	font-family: "Franklin Gothic","Franklin Gothic Medium", "ITC Franklin Gothic", 'Helvetica', sans-serif;
}
a {
	text-decoration: none;
}
a:visited {
	color: #fff;
}
a:hover {
	opacity: 0.8;
	-webkit-transition: -khtml-opacity 0.4s ease-out, opacity 0.4s ease-out;
	transition: -khtml-opacity 0.4s ease-out, opacity 0.4s ease-out;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

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

Container Style

----------------------------------------------------------------------*/
#container {
	position: relative;
	height: auto !important;
	min-height: 100%;
}
.container {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#main {
	padding: 0 0;
}
p {
	color: #000;
}

p.pdf_link {
	margin-bottom:50px;
	text-align: center;
	font-size: 18px;
}

p.pdf_link a {
	color: #EB5940;
	text-decoration-line: underline;
}

.faq_txt {
	margin-bottom:50px;
}


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

Header Style

----------------------------------------------------------------------*/
header {
	position: relative;
	padding-top: 15px;
}
.header-info {
	margin-bottom: 15px;
}
.header-info .container {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
#header-logo {
	background-image: url(../img/img-header-logo@2x.png);
	background-repeat: no-repeat;
	background-size: 125px 35px;
	background-position: left center;
	height: 35px;
	display: flex;
	align-items: center;
	font-size: 25px;
	font-weight: bold;
	margin-top: 10px;
}
#header-logo a {
	display: block;
	padding-left: 145px;
	color: #000;
}
#header-contact a {
	height: 50px;
	border-radius: 25px;
	width: 225px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #EB5940;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header-contact a:before {
	content: '';
	display: inline-block;
	width: 25px; 
	height: 25px;
	background: url(../img/img-mail@2x.png) no-repeat 50% 50%;
	background-size: 25px;
	padding-right: 13px;
}
nav {
	width: 100%;
	background-color: #3E474C;
	margin: 0 auto;
}
#gnav {
	max-width: 1000px;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#gnav li {
	color: #999;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 3em;
}
#gnav li a {
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

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

Top Style

----------------------------------------------------------------------*/
.choose-product {
	background-color: #F0F5F6;
	padding: 100px 0;
	margin-bottom: 60px;
}
.choose-product ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.choose-product li {
	width: 300px;
}
.choose-product li a {
	display: block;
}
.choose-product li dt {
	padding: 15px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	border: 1px solid #fff;
	box-sizing: border-box;
	transition: .2s;
	margin-bottom: 10px;
}
.choose-product li a:hover dt {
	border: 1px solid #EB5940;
	transition: .2s;
}
.choose-product li a dd {
	text-align: center;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
#sec-news {
	margin-bottom: 100px;
}
#sec-news h2 {
	font-size: 30px;
	margin-bottom: 30px;
}
#sec-news ul {
	overflow: auto;
    max-height: 500px;
    margin-bottom: 40px;
}
#sec-news li {
	border-bottom: 1px solid #85969F;
}
#sec-news li a {
	display: block;
	padding: 1em 0;
	color: #000;
}
#sec-news dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
#sec-news dt {
	width: 10%;
	font-size: 16px;
	line-height: 1.5;
}
#sec-news dd {
	width: 90%;
	font-size: 16px;
	line-height: 1.5;
}
.page-id-162 .sub-ttl-box {
	display: none;
}

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

Sub Ttl Box Style

----------------------------------------------------------------------*/
.sub-ttl-box {
	background-color: #F0F5F6;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub-ttl-box h1 {
	font-size: 30px;
	font-weight: bold;
}

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

User Service Guide Nav Style

----------------------------------------------------------------------*/
.user-service-guide-nav {
	margin: 30px auto;
}
.user-service-guide-nav ul {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 25px;
}
.user-service-guide-nav li {
	font-size: 17px;
	list-style: disc;
	margin-right: 50px;
}
.user-service-guide-nav li a {
	color: #A5A5A5;
	text-decoration: underline;
	font-weight: bold;
}

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

User Service Guide Box Style

----------------------------------------------------------------------*/
.user-service-box .container {
	border-top: 1px solid #85969F;
	padding-top: 70px;
	margin-bottom: 110px;
	box-sizing: border-box;
}
.user-service-box h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 40px;
}
.user-service-box-container {
	width: 800px;
	margin: 0 auto;
}
.user-service-box-container .video {
	text-align: center;
	margin-bottom: 30px;
}

.poster-box-container {
	width: 500px;
	margin: 30px auto;
}

.user-service-box-lists {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.user-service-box-list {
	width: 300px;
}
.user-service-box-list img {
	width: 300px;
	margin-bottom: 25px;
}

.poster-box-list {
	height: 300px;
}
.poster-box-list-01 img {
	width: 212px;
	height: 300px;
	margin-bottom: 12px;
}
.poster-box-list-02 img {
	width: 186px;	
	height: 300px;
	margin-bottom: 12px;
}

.poster-box-list-02 h4 {
	text-align: center;
}

.user-service-box-list h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
#poster h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
#faq .link-a, #poster .link-a, #sec-news .link-a {
	width: 300px;
	margin: 0 auto 50px;
}
.user-service-box-list .link-a a, #faq .link-a a, #poster .link-a a, #sec-news .link-a a {
	display: block;
	height: 58px;
	border-radius: 29px;
	width: 300px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #EB5940;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-service-box-note {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
	box-sizing: border-box;
	background-color: #F0F5F6;
}
.user-service-box-note img {
	width: 159px;
}
.user-service-box-note p {
	width: 560px;
	font-size: 14px;
	line-height: 1.5;
}
.user-service-box-sub-container {
	margin-top: 75px;
}
.user-service-box-sub-container h3 {
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 50px;
}
.user-service-box-sub-container .resp {
	text-align: center;
	margin-bottom: 25px;
}
.user-service-box-sub-container p,
#poster p {
	font-size: 16px;
	line-height: 1.7;
}

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

SPメニュー Style

----------------------------------------------------------------------*/
.sp-only {
	display: none!important;
}
#headerMenuPop {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: auto;
	z-index: 9999;
	background: rgba(000,000,000,1);
	display: none;
}

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

Contact Style

----------------------------------------------------------------------*/
#contact {
	margin: 30px auto 110px;
}
#contact .notes p:first-child  {
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 30px;
	border-bottom: 1px solid #85969F;
}
#contact .notes p:nth-of-type(2)  {
	font-size: 16px;
	line-height: 1.6;
	padding: 30px 0;
	margin-bottom: 50px;
}
#formBox {
	width: 800px;
	margin: 50px auto 0;
}
#formBox table {
	width: 100%;
}
#formBox table tr {
	height: 90px;
}
#formBox table th {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	display: block;
	margin-bottom: 15px;
}
#formBox table th p {
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0 20px;
	line-height: 1.5;
}
#formBox table td {
	width: 100%;
	box-sizing: border-box;
	display: block;
	margin-bottom: 35px;
}
#formBox table td input {
	width: 100%;
	height: 50px;
	font-size: 20px;
	box-sizing: border-box;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#formBox table td select {
	width: 100%;
	height: 50px;
	font-size: 20px;
	background-image: url(../img/img-form-select.png);
	background-repeat: no-repeat;
	background-position: 97% 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding-left: 10px;
	background-size: 14px 11px;
}
select {
	-webkit-appearance: none;
	border-radius: 5px;
}
#formBox table td textarea {
	width: 100%;
	height: 200px;
	font-size: 20px;
	margin: 0 0 5px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	line-height: 1.7;
}
.req {
	display: inline-block;
	color: #fff;
	background-color: #22C1E0;
	font-size: 13px;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 3px;
}
#submit {
	width: 350px;
	margin: 0 auto;
	text-align: center;
}
#submit input {
	box-sizing: border-box;
	width: 100%;
	border-radius: 32px;
	line-height: 64px;
	height: 64px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background-color: #22C1E0;
	color: #fff;
	border-width: inherit;
	border-style: none;
	border-color: none;
}
input[type="checkbox"] {
	border: 1px solid #CCCCCC;
	vertical-align: -5px;
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	background: #e2e2e2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #e2e2e2) );
	background: linear-gradient( to bottom, #ffffff 0%, #e2e2e2 100% );
	width: 24px!important;
	height: 24px!important;
}
input[type="checkbox"]:checked:before {
	position: absolute;
	left: 1px;
	top: 14px;
	display: block;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	content: "";
	width: 10px;
	height: 4px;
	background: #000;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	left: 9px;
	top: 14px;
	content: "";
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	width: 16px;
	height: 4px;
	background: #000;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}
input[type="file"] {
	/*width: 200px!important;*/
	border: none!important;
	border-radius: none!important;
/*	border: 1px solid #CCC;
	border-radius: 25px!important;*/
	margin-right: 20px;
	padding-left: 0 !important;
	font-size: 17px !important;
}
.wpcf7-list-item {
	padding-bottom: 10px;
}
#acceptance {
	width: 420px;
	margin: 0 auto 45px;
	position: relative;
}
#acceptance p {
	font-size: 20px;
	max-height: 24px;
}
#contact a {
	color: #A5A5A5;
	text-decoration: underline;
}
#acceptance .req {
	position: absolute;
	top: 0;
}
#formBox .wpcf7-form-control-wrap {
	display: block;
}
#formBox #acceptance .wpcf7-form-control-wrap {
	display: inline-block;
}

/* #page-contact-complete */
#page-contact-complete {
	margin: 30px auto 110px;
}

#page-contact-complete p {
	font-size: 16px;
	line-height: 1.7;
	padding-bottom: 30px;
}

/* recaptcha */
.grecaptcha-badge {
    visibility: hidden;
}
.recaptcha_policy {
    text-align: center;
    font-size: 11px !important;
    color: #444 !important;
}
#formBox .wpcf7-form-control-wrap.recaptcha {
	text-align: center;
	margin-bottom: 45px;
}
.g-recaptcha {
	margin: auto;
    text-align: center;
    width: 300px;
    margin-bottom: 20px;
    display: block;
}


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

Footer Style

----------------------------------------------------------------------*/
footer {
	background-color: #3E474C;
	padding: 35px 0 30px;
	position: relative;
	box-sizing: border-box;
}
footer .footer-inner {
	border-bottom: 1px solid #9FA3A6;
}
footer ul {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 35px auto;
	text-align: center;
}
footer ul li {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 20px;
}
footer ul li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: normal;
}
.footer-info {
	max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 35px 20px 0;
}
.footer-info .container {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-info img {
	width: 111px;
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 99;
}
#pagetop img {
	width: 54px;
	height: 38px;
}
p#copyright {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

Post Password Form Style

----------------------------------------------------------------------*/
.post-password-form {
	margin: 70px 0;
}
.post-password-form p {
	line-height: 1.7;
	margin-bottom: 1em;
	text-align: center;
}

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

News Style

----------------------------------------------------------------------*/
#ynav a {
	color: #A5A5A5;
	font-weight: bold;
}
#ynav .current-year a {
	color: #000;
}
.news-lists-year {
	margin: 30px 0 50px;
}
.news-lists-year ul {
	text-align: center;
}
.news-lists-year li {
	font-size: 24px;
	display: inline-block;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 2px solid #000;
}
.news-lists-year li:last-child {
	margin-right: 0;
	border-right: none;
	padding-right: none;
}
.atc-news {
	margin: 75px 0;
}
.atc-head {
	margin-bottom: 50px;
}
.atc-head p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.atc-head h2 {
	font-size: 24px;
	line-height: 1.5;
}
.atc-body p {
	line-height: 2;
	margin-bottom: 1em;
	font-size: 16px;
}
.atc-body a {
	color: #A5A5A5;
	font-weight: bold;
}
.page-info {
	margin-bottom: 100px;
	position: relative;
}
.page-info .container {
	position: relative;
}
.page-info .container .figure img {
	width: 29px;
	height: auto;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -6px;
}
.page-info ul li {
	float: left;
	width: 50%;
	font-size: 20px;
	font-weight: bold;
}
.page-info ul li:last-child {
	text-align: right;
}
.page-info ul li a {
	color: #000;
}

.wp-pagenavi {
	clear: both;
	text-align: center;
	margin: 3em 0;
	font-size: 15px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #000;
	border: solid 1px #000;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover{
    color: #fff; 
    background-color: #000; 
    border-color: #000;
}
.wp-pagenavi span.current{
	color: #fff;
	background-color: #000;
	border-color: #000;
	font-weight: bold;
}
.wp-pagenavi a {
	display: inline;
}
