@charset "UTF-8";
@media only screen and (max-width: 1024px) {
/*---共通設定--*/
a {
	display: block;
}
.pc-only {
	display: none!important;
}
.sp-only {
	display: block !important;
}

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

Header Style

----------------------------------------------------------------------*/
header {
	height: 50px;
	box-sizing: border-box;
	padding-top: 10px;
}
.header-info {
	margin-bottom: 0;
}

#header-logo {
	background-image: url(../img/img-header-logo@2x.png);
	background-size: 80px;
	height: 35px;
	font-size: 14px;
	margin-top: 0;
	margin-left: 8px;
}
#header-logo a {
	padding-left: 90px;
}
#header-contact {
	position: absolute;
	right: 55px;
	top: 10px;
}
#header-contact a {
	height: 34px;
	border-radius: 50%;
	width: 34px;
}
#header-contact a:before {
	width: 20px; 
	height: 20px;
	background-size: 20px;
	padding-right: 0;
}
#gnav {
	display: none;
}

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

Top Style

----------------------------------------------------------------------*/
.choose-product {
	padding: 50px 0;
	margin-bottom: 30px;
}
.choose-product ul {
	margin: 0 15px;
}
.choose-product li {
	width: 32%;
}
.choose-product li dt {
	padding: 8px;
}
.choose-product li a dd {
	font-size: 16px;
	font-weight: bold;
}
#sec-news {
	margin-bottom: 50px;
}
#sec-news .container {
	padding: 0 15px;
	box-sizing: border-box;
}
#sec-news h2 {
	font-size: 23px;
	margin-bottom: 15px;
}
#sec-news ul {
    max-height: 250px;
    margin-bottom: 20px;
}
#sec-news dt {
	width: 100%;
	font-size: 15px;
}
#sec-news dd {
	width: 100%;
	font-size: 15px;
}

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

Sub Ttl Box Style

----------------------------------------------------------------------*/
.sub-ttl-box {
	height: 60px;
	margin-top: 30px;
}
.sub-ttl-box h1 {
	font-size: 20px;
	margin-left: 15px;
}

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

User Service Guide Nav Style

----------------------------------------------------------------------*/
.user-service-guide-nav {
	margin: 20px 15px 5px;
}
.user-service-guide-nav ul {
	margin-left: 20px;
}
.user-service-guide-nav li {
	margin-bottom: 15px;
}

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

User Service Guide Box Style

----------------------------------------------------------------------*/
.user-service-box .container {
	padding: 30px 15px 0;
	margin-bottom: 50px;
}
.user-service-box h2 {
	font-size: 20px;
	margin-bottom: 25px;
}
.user-service-box-container,
.poster-box-container	{
	width: 100%;
}
.user-service-box-lists {
	display: inherit;
	display: -webkit-inherit;
	margin-bottom: 50px;
}
.user-service-box-list,
.poster-box-list-01,
.poster-box-list-02	{
	width: 100%;
	margin: 0 auto 35px;
}
.user-service-box-list img {
	width: 300px;
	margin: 0 auto 25px;
	display: block;
}
	
.poster-box-list-01 img {
	width: 212px;
	height: 300px;	
	margin: 0 auto 25px;
	display: block;
}
	
.poster-box-list-02 img {
	width: 186px;
	height: 300px;		
	margin: 0 auto 25px;
	display: block;
}	
	
.user-service-box-list h3,
#poster h3 {
	font-size: 17px;
}
#faq .link-a, #sec-news .link-a {
	width: 200px;
	margin: 0 auto 35px;
}
.user-service-box-list .link-a a, #faq .link-a a, #sec-news .link-a a {
	height: 40px;
	border-radius: 20px;
	width: 200px;
	font-size: 17px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-service-box-note {
	display: inherit;
	display: -webkit-inherit;
	padding: 15px;
}
.user-service-box-note img {
	display: block;
	margin: 0 auto 15px;
}
.user-service-box-note p {
	width: 100%;
	font-size: 13px;
}
.user-service-box-sub-container {
	margin-top: 35px;
}
.user-service-box-sub-container h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.user-service-box-sub-container .resp {
	margin-bottom: 20px;
}
.user-service-box-sub-container p {
	font-size: 14px;
}
.video {
    clear: both;
    overflow: hidden;
    position: relative;
    margin: 0 0 20px;
    padding: 56.25% 0 0;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

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

Footer Style

----------------------------------------------------------------------*/
footer {
	padding: 20px 0 20px;
}
.footer-info .container {
	display: inherit;
	display: -webkit-inherit;
}
.footer-info img {
	display: block;
	margin: 0 auto 15px;
}
#pagetop {
    position: absolute!important;
    right: 15px;
    top: -27px;
}
#pagetop img {
	width: 40px;
	height: 28px;
}
p#copyright {
	font-size: 11px;
}

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

SPメニュー Style

----------------------------------------------------------------------*/
.menuOpen #header {
	position: relative;
	height: auto;
	border-bottom: none;
	background-color: #3E474C;
}
.menuOpen #header #header-logo {
	background-image: url(../img/img-header-logo-02@2x.png);
}
.menuOpen #header #header-logo a {
	color: #fff;
}
#menuOpener {
	display: block;
	width: 30px;
	height: 22px;
	position: absolute;
	top: 15px;
	right: 14px;
	z-index: 9;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.menuOpen #menuOpener {
	position: fixed;
}
.menuOpen #menuOpener.opened {
	position: absolute;
	background-color: transparent;
}
#menuOpener .relative {
	display: block;
	width: 30px;
	height: 22px;
	position: relative;
}
#menuOpener .relative .bar {
	display: block;
	width: 30px;
	height: 2px;
	background: #3E474C;
	position: absolute;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#menuOpener .relative .bar:first-of-type {
	top: 0px;
	left: 0px;
}
#menuOpener .relative .bar:nth-of-type(2) {
	top: 9px;
	left: 0px;
}
#menuOpener .relative .bar:nth-of-type(3) {
	top: 18px;
	left: 0px;
}
#menuOpener.opened .relative .bar:first-of-type {
	-ms-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	left: 0px;
	top: 7px;
	width: 30px;
	height: 2px;
	background-color: #fff;
}
#menuOpener.opened .relative .bar:nth-of-type(2) {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	left: 0;
	width: 0;
	height: 0;
	top: 31px;
	background-color: #fff;
}
#menuOpener.opened .relative .bar:nth-of-type(3) {
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	left: 0;
	top: 7px;
	width: 30px;
	height: 2px;
	background-color: #fff;
}
.menuOpen #spHider {
	height: 0 ;
	overflow: hidden;
}
#header #nav {
	display: none;
}
#header #nav.opened {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #3E474C;
	overflow-y: auto;
	padding-bottom: 0;
	padding-top: 50px;
}
#header #nav ul.sp-nav li {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 27px;
	color: #999;
}
#header #nav ul.sp-nav li a {
	color: #fff;
}
#header #nav ul.sp-nav li:nth-child(2) li , #header #nav ul li li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#header #nav ul.sp-nav li {
	padding-left: 25px;
}
ul.sp-nav-sub li {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #999;    
    padding: 20px;
    text-align: center;
    font-size: 14px;
}
ul.sp-nav-sub li a {
	color: #fff;
}
ul.sp-nav-sub li:last-child {
	border-bottom: 1px solid #999;
}

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

Contact Style

----------------------------------------------------------------------*/
#contact {
	margin: 30px 15px 50px;
}
#contact .notes p:first-child  {
	font-size: 14px;
	padding-bottom: 20px;
}
#contact .notes p:nth-of-type(2)  {
	font-size: 14px;
	padding: 20px 0;
	margin-bottom: 25px;
}

#formBox {
	width: 100%;
	margin: 30px auto 0;
}
#formBox table tr:nth-child(6) th .req  , #formBox table tr:nth-child(7) th .req {
    bottom: 15px;
}
#formBox table th {
	font-size: 15px;
	margin-bottom: 10px;
}
#formBox table th p {
	font-size: 13px;
	margin: 5px 40px 0 0;
}
#formBox table td {
	margin-bottom: 30px;
}
#formBox table td input {
	height: 40px;
	font-size: 15px;
}
#formBox table td select {
	height: 40px;
	font-size: 15px;
}
#formBox table td textarea {
	height: 115px;
	font-size: 15px;
}
.req {
	font-size: 12px;
	padding: 4px 7px;
	box-sizing: border-box;
	height: 20px;
}
#submit {
	width: 100%;
}
#submit input {
	width: 84%;
	border-radius: 28px;
	line-height: 56px;
	height: 55px;
	font-size: 15px;
}
input[type="checkbox"] {
	width: 20px!important;
	height: 20px!important;
}
input[type="checkbox"]:checked:before {
	left: -1px;
	top: 14px;
}
input[type="checkbox"]:checked:after {
	left: 7px;
	top: 14px;
}
input[type="file"] {
/*	width: 25%!important;
	border-radius: 25px!important;*/
	margin-right: 10px;
	font-size: 14px!important;
}
#acceptance {
	width: 100%;
	margin: 0 auto 30px;
}
#acceptance p {
	font-size: 15px;
}
#contact a {
	display: inline;
}

/* #page-contact-complete */
#page-contact-complete {
	margin: 30px 15px 50px;
}
#page-contact-complete p {
	font-size: 14px;
	padding-bottom: 20px;
}

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

News Style

----------------------------------------------------------------------*/
.news-lists-year {
	margin: 30px 0 25px;
}
.atc-news {
	margin: 38px 0;
}
.atc-news .container {
	padding: 0 15px;
	box-sizing: border-box;
}
.atc-head {
	margin-bottom: 25px;
}
.atc-head p {
	font-size: 18px;
	margin-bottom: 15px;
}
.atc-head h2 {
	font-size: 18px;
}
.atc-body p {
	font-size: 15px;
}
.page-info {
	margin-bottom: 50px;
}
.page-info ul {
	width: 80%;
	margin: 0 auto;
}
.page-info ul li {
	font-size: 15px;
}

.wp-pagenavi {
	font-size: 13px;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 4px 8px;
}

}