@charset "utf-8";

/*------------------------------------------------------------------
/
/	PC
/
/-----------------------------------------------------------------*/

/* module
-------------------------------------------------------*/
html {
}
body {
margin: 0 auto;
font-size: 16px;
color: #333;
line-height: 1.6;
background:#fff;
position:relative;
height:100%;
}
a {color: #333; text-decoration: none;}
p a {color: blue; text-decoration: underline;}
p a:visited { color: purple; }
.sp {display: none;}
img {
width:100%;
}
.inner {
width:1000px;
max-width:1000px;
margin:0 auto;
}
.area {
padding: 70px 0;
}
.green {
color:#39b14a;
}
h3>* {
display: block;
text-align: center;
}
h3>span {
font-size: 280%;
}
h3>span>span {
font-size: 70%;
}
h3>b {
color:#39b14a;
font-size:80%
}
h3>b::after {
content:"";
display: block;
width:50px;
height:3px;
background:#39b14a;
margin:20px auto 50px;
}
.mincho {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* header
-------------------------------------------------------*/
#header {
border-bottom:1px solid #39b14a;
}
#header .logo img {
max-width:120px;
}
#header .tel img {
max-width:200px;
}
#header .contact img {
max-width:158px;
}
#header .mypage img {
max-width:158px;
}
#header .inner {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content:space-between;
max-width:100%;
width:100%;
padding:15px;
box-sizing: border-box;
}
#header .inner .ul_box {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content:flex-end;
}
#header .inner .ul_box ul {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content:space-between;
}
#header .inner ul li {
padding-left:10px;
font-weight: bold;
}
#header .inner ul:first-child li:first-child {
padding-left:0;
}
#header .inner ul:first-child li {
padding-left:25px;
}
#header .inner ul li.tel {
padding-left:25px;
}
@media screen and (max-width: 1050px) {
#header {
text-align: center;
padding:10px 10px;
}
#header .logo img {
}
#header .inner {
padding:0;
}
#header .inner .ul_box {
justify-content: center;
position: fixed;
left:0;
bottom:0;
z-index: 999;
background:#fff;
padding:10px 5px;
width: 100%;
box-sizing: border-box;
border-top: 1px solid #39b14a;
}
#header .inner ul li {
padding: 0 5px;
}
#header .inner ul.pc {
display: none;
}
#header .mypage.pc {
display: none;
}
#header .inner ul li.tel {
padding-left: 5px;
}
}

/* nav
-------------------------------------------------------*/
#menu {
display: none;
}
@media screen and (max-width: 1050px) {
#menu_btn.sp {
display: block;
}
#menu_btn {
position: fixed;
cursor: pointer;
right: 10px;
top: 20px;
z-index: 9999;
height: 18px;
}
#menu_btn span {
display: block;
border: 1px solid #000;
width: 20px;
transition: 0.3s;
position: relative;
}
#menu_btn span:nth-child(2) {
top: 5px;
}
#menu_btn span:last-child {
top: 10px;
}
#menu {
display: none;
background:rgba(57,177,74,0.9);
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999;
overflow: hidden;
}
#menu .menu_box {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
width: 100%;
}
#menu ul li {
text-align: center;
}
#menu ul li:first-child {
border-top:1px solid #fff;
margin-top:20px;
}
#menu ul li {
color: #fff;
border-bottom: 1px solid #fff;
display: block;
}
#menu ul li:last-child {
margin-bottom:20px;
}
#menu ul li a {
color:#fff;
display: block;
transition: .2s;
padding: 20px 0;
width: 220px;
margin:0 auto;
}
#menu ul li a:hover {
opacity: 0.7;
}
#menu ul li:last-child img {
max-width:158px;
}
#menu_btn.on span {
border-color: #fff;
}
#menu_btn.on span:first-child {
transform: rotate(45deg);
top: 7px;
}
#menu_btn.on span:nth-child(2) {
opacity: 0;
}
#menu_btn.on span:last-child {
transform: rotate(-45deg);
top: 3px;
}
}

/* footer
-------------------------------------------------------*/
#footer {
text-align: center;
padding:50px 0 100px;
background:#EEEEEE;
}
#footer .logo img {
max-width:130px;
}
#footer .box {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content:space-between;
text-align: left;
width:500px;
margin:50px auto;
}
#footer .copy {
font-size: 65%;
}

/* visual
-------------------------------------------------------*/
#visual {
background: url(../images/visual_bg.jpg)no-repeat center center/cover;
padding: 100px 0;
padding-left: 35%;
}
#visual h2 img {
max-width:552px;
}

/* banner
-------------------------------------------------------*/


/* area01
-------------------------------------------------------*/
#area01 .mincho {
font-size: 160%;
font-weight: bold;
text-align: center;
line-height: 1.4;
}

/* area02
-------------------------------------------------------*/
#area02 {
background:url(../images/bg01.jpg)no-repeat center center/cover;
}
#area02 ul li img {
max-width:300px;
}
#area02 ul{
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
margin-top:70px;
}

/* area03
-------------------------------------------------------*/
#area03 ul li{
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: space-between;
max-width:770px;
margin:80px auto;
position: relative;
}
#area03 ul li:first-child {
margin-top:0;
}
#area03 ul li:last-child {
margin-bottom:40px;
}
#area03 ul li::after {
content:"";
display: block;
background:url(../images/dot_line.jpg)repeat;
width:100%;
height:4px;
position: absolute;
left:0;
bottom:-40px;
}
#area03 ul li .image img {
max-width:370px;
width:370px;
}
#area03 ul li .text_box {
padding-left:30px;
box-sizing: border-box;
}
#area03 ul li .text_box > * {
display: block;
}
#area03 ul li .text_box .title {
font-size: 180%;
color:#39b14a;
line-height: 1;
margin-bottom:20px;
}
#area03 ul li .text_box .text {
font-size: 120%;
}


/* area04
-------------------------------------------------------*/
#area04 {
background:url(../images/bg02.jpg)repeat;
}
#area04 .title b {
font-size: 130%;
margin-bottom:15px;
text-align: center;
display: block;
}
#area04 .text {
font-size: 120%;
text-align: center;
}
#area04 ul {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
max-width:760px;
margin:50px auto 0;
}
#area04 ul li img {
max-width:200px;
}


/* area05
-------------------------------------------------------*/
#area05 h4 {
font-size: 180%;
text-align:center;
margin-bottom:30px;
}
#area05 .box {
border:1px solid #39b14a;
padding:30px;
margin-bottom:50px;
}
#area05 .box:last-child,
#area05 .box .dl_box:last-child{
margin-bottom:0;
}
#area05 .box .title {
font-size: 140%;
margin-bottom:10px;
}
#area05 .box .title::before {
content:"●";
display: inline-block;
color:#39b14a;
font-size: 90%;
padding-right:5px;
}
#area05 .dl_box {
border-top:1px solid #39b14a;
margin-bottom:20px;
}
#area05 dl {
display: table;
width:100%;
justify-content: space-between;
border-bottom:1px solid #39b14a;
border-right:1px solid #39b14a;
border-left:1px solid #39b14a;
box-sizing: border-box;
}
#area05 dl > * {
display: table-cell;
padding:10px;
vertical-align: middle;
box-sizing: border-box;

}
#area05 dl dt {
background:#C4E7C9;
width:300px;
border-right:1px solid #39b14a;
}
#area05 dl dd {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: right;
padding-right:50px;
font-weight: bold;
font-size: 150%;
}
#area05 dl dd > * {
font-weight: bold;
font-size: 70%;
}
#area05 .bottom_text {
margin-top:10px;
font-size: 80%;
}

/* area06
-------------------------------------------------------*/
#area06 {
background:#EEEEEE;
}
#area06 ol {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: space-between;
}
#area06 ol li {
position: relative;
}
#area06 ol li:nth-child(even) {
padding-top:150px;
}
#area06 ol li img {
max-width:246px;
}
#area06 ol li::after {
content:"";
display: block;
background:url(../images/arrow01.png);
width:28px;
height:24px;
position: absolute;
top:75%;
right:-15px;
}
#area06 ol li:nth-child(2)::after {
top:45%;
right:-10px;
transform: rotate(180deg);
}
#area06 ol li:last-child::after {
display: none;
}
#area06-2 {
/*border-bottom:1px solid #bfbfbf ;*/
}
#area06-2 h4 {
font-size: 130%;
line-height: 1.2;
border-bottom:1px solid #bfbfbf;
padding-bottom:15px;
margin-bottom:20px;
	font-weight: bolder;
}
#area06-2 h4::before {
content:"●";
display: inline-block;
color:#39B14A;
padding-right: 5px;
}

#area06-2 dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 15px;
	margin-top: 15px;
}

#area06-2 dl dt{
	display:table-cell;
	width: 20%;
}

#area06-2 dl dd{
	display:table-cell;
	width: 80%;
}

.day {
	text-align: right;
	margin-bottom: 20px;
	font-size: 90%;
	background: #f0f0f0;
	padding: 5px;
}

.green {
	color: #39b14a;
	
}



/* area07
-------------------------------------------------------*/
#area07 .text {
font-size: 130%;
line-height: 1.4;
text-align: center;
margin-bottom:50px;
}
#area07 ul {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
}
#area07 ul li {
padding:0 15px;
}
#area07 .contact img {
max-width:430px;
}
#area07 .tel img {
max-width:430px;
}


/* company
-------------------------------------------------------*/
#company .dlist01 {
display: table;
width: 100%;
padding-bottom: 70px;
box-sizing: border-box;
/*background: url(../images/img_corporate01.png)no-repeat right top/320px;*/
}
#company .dlist01 dl dt, #company .dlist01 dl dd {
display: table-cell;
vertical-align: top;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#company .dlist01 dl dt {
background: #C4E7C9;
width: 150px;
text-align: left;
border-bottom: 1px solid #fff;
}
#company .dlist01 dl dd span.red {
color: #39b14a;
}
#company .map h4 {
padding-left: 20px;
/*background: url(../images/icon01.png) no-repeat left center;*/
}
#terms_conditions .dlist01 {
background: none;
}
#privacy.area {
padding: 0;
}
#privacy .privacy_box {
padding: 20px;
max-height: 250px;
overflow-y: scroll;
border: 1px solid #D6D6D6;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
width: 980px;
margin: 0 auto;
box-shadow: none;
border-radius: 0;
position: relative;
}
#security .security_box {
padding: 20px;
max-height: 250px;
overflow-y: scroll;
border: 1px solid #D6D6D6;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
width: 980px;
margin: 0 auto;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
position: relative;
}
#company.area, #terms_conditions.area, #copyright.area, #security.area {
padding-bottom: 0;
}

/* contact
-------------------------------------------------------*/
#contact .red {
color:#FF0000;
}
#contact .img {
text-align: center;
margin-bottom:40px;
}
#contact .img img {
max-width:690px;
}
#contact .right {
text-align: right;
font-size: 90%;
margin-bottom:10px;
}
#contact #form {
width:100%;
border:1px solid #D6D6D6;
}
#contact .text {
margin:0;
padding:3px;
height:30px;
box-sizing: border-box;
width:100%;
}
#contact textarea {
height: 100px!important;
}
#contact label {
display: inline-block;
}
#contact .ttl-txt {
color:#e70012;
font-size: 120%;
text-align: center;
line-height: 1.3;
font-weight: bold;
}
#contact tr {
display: table;
width:100%;
}
#contact tr:not(:last-child) {
border-bottom:1px solid #D6D6D6;
}
#contact tr > * {
padding:15px 20px;
box-sizing: border-box;
display: table-cell;
vertical-align: top;
line-height: 1.6;
font-size: 120%;
}
#contact tr th {
text-align: left;
/*width:220px;*/
width:280px;
border-right:1px solid #D6D6D6;
background:#f6f6f6;
}

.required::after {
    content: "＊";
    color: #f00;
    font-size: 0.8em;
    vertical-align: super;
}

#contact tr td span {
margin-top:10px;
font-size: 70%;
line-height: 1.3;
display: block;
}
#contact .radio-area {
}
#contact .radio-btn {
margin:3px 0;
line-height: 1.4;
}
#contact .btn-area {
text-align: center;
}
#contact .contact-btn {
border:none;
border-radius: 5px;
color:#fff;
font-size: 150%;
box-sizing: border-box;
padding:20px;
width: 65%;
max-width:300px;
margin:50px 10px 0;
background:#39B14A;
line-height: 1;


}
#contact .back-btn {
border:none;
border-radius: 5px;
color:#fff;
font-size: 150%;
box-sizing: border-box;
padding:20px;
width: 65%;
max-width:300px;
margin:50px 10px 0;
background:#bbb;
line-height: 1;
}
#contact.conf .f-box {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
}
#contact .error-messe {
color:red;
padding:0 20px;
}
#contact.thanks .thanks-back a {
display: block;
}
#contact .btn-area {
    text-align: center;
    display: flex;
    justify-content: center;
}

.pan {
	font-size: 80%;
	margin-bottom: 40px;
	margin-top: -40px;
}

.pan li {
	display: inline-block;
}

.pan li span {
	margin: 0px 15px;
}
/*個人情報同意リンクのため追加  20200210 SPEEDIA MAYUMI ADD */
#contact label.tac{
    display: block;
    text-align:center;
    font-size:120%;
    line-height:24px;
    color:#333333; /* 黒 */
    font-weight:bold;
    vertical-align:middle
}
#contact label.tac p{
    display:inline; /* チェックボックスとラベルの内容を一行にする */
    position:relative
}
#contact label.tac p:before{ /* チェックボックスの設定 */
    display:block;
    position:absolute;
    content:'';
    width:8px;
    height:15px;
    top:-4px;
    left:-23px;
    border-bottom:3px solid #0f9e3c; /* 緑 */
    border-right:3px solid #0f9e3c;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    opacity:0;
    filter:alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -moz-opacity:0;
    -khtml-opacity:0;zoom:1
}
#contact label.tac a {
    border-bottom:1px solid #333333; /* 黒 */
    text-decoration: underline!important;
}
#contact label.tac a:hover{
    border-bottom:none;
}
#contact label.tac input[type="checkbox"]{
    width:24px;
    height:24px;
    border:1px solid #ddd; /* うすグレー */
    background:#f8f8f8; /* うすグレー */
    position:relative;
    top:9px;
    left:-2px
}
#contact label.tac input[type="checkbox"]:checked+p:before{
    opacity:1;
    filter:alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    -moz-opacity:1;
    -khtml-opacity:1;
    zoom:1
}
#contact .send {
border:none;
border-radius: 5px;
color:#fff;
font-size: 150%;
box-sizing: border-box;
padding:20px;
width: 65%;
max-width:300px;
/*margin:50px 10px 0;*/

margin:auto;
display:block;
text-align:center;

background:#39B14A;
line-height: 1;

}

#contact input[type="submit"][disabled]{
opacity:0.4;filter:alpha(opacity=40);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
-moz-opacity:0.4;
-khtml-opacity:0.4;
zoom:1;
cursor:default
}

/*個人情報同意リンクのため追加ここまで  20200210 SPEEDIA MAYUMI ADD */

/* プライバシーポリシー */

.privacy-policy {
  color: #555;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* width: 750px; */
  height: 130px;
  overflow-y: scroll;
  padding: 6px 12px;
  margin-bottom: 16px;
}

.privacy-title {
    margin-top: 2em;
    /* 他の装飾があればここに追記 */
}


#privacyCheck {
  text-align: center;
  padding: 40px 0;
  font-size: 1em;
  font-weight: 600;
}

/* Google reCAPTCHA */
.recaptcha-wrapper {
  display: flex;
  justify-content: center;
}
.recaptcha_err {
  /* エラー表示 */
  display: flex;
  justify-content: center;
  color: #ff0000;
  font-size: 0.8em;
}

.privacy {
    width: 50%;
    height: auto;
    display: block;
    margin: 1em auto;
}

/*非活性時はボタンをグレーアウト*/
.send:disabled {
    background: #ccc !important;
    color: #fff !important;
    border: 1px solid #bbb !important;
    cursor: not-allowed !important;
    opacity: 0.7;
}

#form, .form-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    /* margin-bottom: 1.5em; */
}
#form th, #form td,
.form-table th, .form-table td {
    /* border: 1px solid #ccc; */
    padding: 0.7em 1em;
    text-align: left;
    vertical-align: top;
}
#form th, .form-table th {
    background: #f7f7f7;
    /* font-weight: bold; */
    width: 25%;
}
#form td, .form-table td {
    background: #fff;
    width: 75%;
}
.procedure-form-block {
    margin: 0;
    padding: 0;
}
.form-title {
    font-size: 1.1em;
    background: #f0f0f0;
    font-weight: bold;
    padding: 0.8em 1em;
    border-bottom: 1px solid #ccc;
}
.text {
    width: 90%;
    padding: 0.5em;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.err_msg {
    color: #f00;
    font-size: 0.95em;
    margin-top: 0.2em;
}
.btn-small {
    font-size: 0.95em;
    padding: 0.3em 1em;
    margin-left: 0.5em;
}

.form-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    /* margin-bottom: 1.5em; */
}
.form-table th, .form-table td {
    border: 1px solid #ccc;
    padding: 0.7em 1em;
    text-align: left;
    vertical-align: top;
}
.form-table th {
    background: #f7f7f7;
    /* font-weight: bold; */
    width: 25%;
}
.form-table td {
    background: #fff;
    width: 75%;
}
.form-title {
    font-size: 1.1em;
    background: #f0f0f0;
    font-weight: bold;
    padding: 0.8em 1em;
    border-bottom: 1px solid #ccc;
}
.text {
    width: 90%;
    padding: 0.5em;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.err_msg {
    color: #f00;
    font-size: 0.95em;
    margin-top: 0.2em;
}
.btn-small {
    font-size: 0.95em;
    padding: 0.3em 1em;
    margin-left: 0.5em;
}
.small {
    font-size: 0.9em;
    color: #666;
}

#form, .form-table {
    font-size: 16px;
}
#form th, #form td,
.form-table th, .form-table td {
    font-size: 16px;
}
.text {
    font-size: 16px;
}
.form-note {
    padding: 0.8em 1em;
    background: #f9f9f9;
    color: #555;
    font-size: 0.98em;
    border-bottom: 1px solid #eee;
}

.form-section-title {
    font-weight:bold;
    font-size:1.15em;
    margin-bottom:0.2em;
    margin-top:0.2em;
    margin-left: 0.5em;
}

.form-section-note {
    margin-bottom:1em;
    color:#555;
    margin-left: 0.5em;
}

#contact .thanks-message {
    text-align: center;
    margin: 2em 0 3em 0;
    font-size: 1.05em;
    color: #444;
    line-height: 2;
}
#contact .thanks-btn-area {
    text-align: center;
    margin-top: 3em;
}
#contact .thanks-btn-area .contact-btn {
    font-size: 1.1em;
    padding: 0.7em 2.5em;
    width: auto;
    max-width: none;
    margin: 0 auto;
    display: inline-block;
}

/* --- モバイル対応（レスポンシブ） --- */
@media screen and (max-width: 768px) {
    body, html {
        font-size: 15px;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .inner {
        width: 98%;
        max-width: 98%;
        padding: 0 1%;
    }
    .area {
        padding: 30px 20px;
    }
    h3>span {
        font-size: 110%;
    }
    #form, .form-table {
        width: 100%;
        font-size: 15px;
    }
    #form th, #form td,
    .form-table th, .form-table td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px 20px !important;
        font-size: 120% !important;
        border: 1px solid #ccc !important;
        vertical-align: top !important;
        line-height: 1.6 !important;
    }
    #form th, .form-table th {
        background: #f6f6f6 !important;
        font-weight: bold !important;
        text-align: left !important;
    }
    #form td, .form-table td {
        background: #fff !important;
    }
    .text {
        width: 100% !important;
        font-size: 120% !important;
        padding: 3px !important;
        box-sizing: border-box !important;
        height: 30px !important;
        margin: 0 !important;
    }
    .form-section-title {
        font-size: 120% !important;
        font-weight: bold !important;
        margin-bottom: 0.2em !important;
        margin-top: 0.2em !important;
        text-align: center !important;
    }
    .contact-btn, .back-btn, .send {
        width: 65% !important;
        max-width: 300px !important;
        font-size: 150% !important;
        padding: 20px !important;
        margin: 50px 10px 0 !important;
        border-radius: 5px !important;
        display: block !important;
        box-sizing: border-box !important;
    }
    .err_msg {
        font-size: 0.95em !important;
        color: #f00 !important;
        margin-top: 0.2em !important;
    }
    #footer .box {
        width: 100% !important;
        margin: 25px auto !important;
        font-size: 70% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-around !important;
    }
    #footer .logo img {
        max-width: 60px !important;
        margin: 0 auto !important;
    }
    h3>b::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #39b14a;
    margin: 10px auto 30px;
    }   
}   