@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;
}
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;
}
#contact tr:nth-child(2) th::after,
#contact tr:nth-child(3) th::after,
#contact tr:nth-child(4) th::after,
#contact tr:nth-child(5) th::after,
#contact tr:nth-child(7) th::after,/* 20200212 SPEEDIA MAYUMI ADD */
#contact tr:nth-child(8) th::after {
content: "*";
display: inline-block;
line-height: top;
color:#FF0000;
}
#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 */

        .container {
            max-width: 1000px;
            margin: 50px auto;
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
        }
        .card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
            flex: 1;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        /* .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        } */

        .card-title {
            font-size: 22px;
            font-weight: bold;
            color: #333;
            margin-bottom: 30px;
        }

        .card-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .card-icon .material-symbols-outlined {
            font-size: 80px;
            color: #39B14A;
        }

        .card-description {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 40px;
        }

        .card-button {
            background: #39B14A;
            color: white;
            border: none;
            border-radius: 25px;
            padding: 15px 40px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            min-width: 200px;
            justify-content: center;
        }

        .card-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(107, 142, 35, 0.3);
            opacity: 0.8;
        }

        .arrow {
            font-size: 14px;
            transition: transform 0.3s ease;
        }

        .card-button:hover .arrow {
            transform: translateX(5px);
        }