/**
* Masthead
* -------------------------------------------------------------------------- */


@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);


body {
margin: 0;
padding: 0;
font-family: 'Noto Sans Japanese', sans-serif;
font-size: 100%;
}

.noto100 {font-weight:100;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto700 {font-weight:700;}
.noto900 {font-weight:900;}


.fs_10{font-size:10px;}
.fs_12{font-size:12px;}
.fs_14{font-size:14px;}
.fs_16{font-size:16px;}
.fs_18{font-size:18px;}
.fs_20{font-size:20px;}
.fs_22{font-size:22px;}

.fs_60{font-size:60%;}
.fs_70{font-size:70%;}
.fs_80{font-size:80%;}
.fs_90{font-size:90%;}
.fs_110{font-size:110%;}
.fs_120{font-size:120%;}
.fs_130{font-size:130%;}
.fs_140{font-size:140%;}
.fs_150{font-size:150%;}
.fs_160{font-size:160%;}
.fs_170{font-size:170%;}
.fs_180{font-size:180%;}
.fs_190{font-size:190%;}
.fs_200{font-size:200%;}
.fs_210{font-size:210%;}
.fs_220{font-size:220%;}
.fs_230{font-size:230%;}
.fs_240{font-size:240%;}
.fs_260{font-size:260%;}
.fs_280{font-size:280%;}
.fs_300{font-size:300%;}
.fs_320{font-size:320%;}

.lf_1{line-height:1.0em;}
.lf_0-5{line-height:0.5em;}
.lf_1-2{line-height:1.2em;}
.lf_1-4{line-height:1.4em;}
.lf_1-6{line-height:1.6em;}
.lf_1-8{line-height:1.8em;}
.lf_2{line-height:2.0em;}
.lf_2-2{line-height:2.2em;}
.lf_2-4{line-height:2.4em;}
.lf_2-6{line-height:2.6em;}

html,
body {
width: 100%;
height: 100%;
}

a[href^="tel:"] { cursor: default; border: none; text-decoration: none; }

#PAGE{
position:relative;
padding:0;
margin:0;
color:#000;
}


/*----------------------------------------------------
ヘッダー
----------------------------------------------------*/
#HEADER,
#HEADER_POP{
width:100%;
padding:9px 0 0 0;
margin:0 auto;
background-color:#fff;
}

#HEADER > ul,
#HEADER_POP > ul {
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:end;
-moz-box-pack:end;
-webkit-flex-pack:end;
-moz-flex-pack:end;
-ms-flex-pack:end;
-webkit-justify-content:flex-end;
-moz-justify-content:flex-end;
justify-content:flex-end;
padding:0 0 0 0;
width:95%;
margin:0 2.5% 4px 2.5%;
}

#HEADER > ul > li,
#HEADER_POP > ul > li{
text-align:center;
margin:0 0 15px 15px;
}

#HEADER > ul > li.logo,
#HEADER_POP > ul > li.logo {
margin:0;
-webkit-box-flex:1;
-moz-box-flex:1;
-ms-flex-positive:1;
-webkit-flex-grow:1;
-moz-flex-grow:1;
flex-grow:1;
text-align:left;
}

#HEADER > ul > li.phone,
#HEADER_POP > ul > li.phone {
line-height:1.0em;
padding:20px 0 0 0;
}

#HEADER > ul > li.tel_mob,
#HEADER_POP > ul > li.tel_mob {
display: none;
}

#HEADER > ul > li.phone > span.tel_main,
#HEADER_POP > ul > li.phone > span.tel_main {
font-weight: 700;
font-size:26px;
}

#HEADER > ul > li.phone > span.tel_sub, 
#HEADER_POP > ul > li.phone > span.tel_sub {
font-size:10px;
}


#HEADER > ul > li.h_btn_req,
#HEADER > ul > li.h_btn_res,
#HEADER_POP > ul > li.h_btn_req,
#HEADER_POP > ul > li.h_btn_res {
text-align:center;
width:250px;
height:20px;
margin-top:5px;
}

#HEADER > ul > li.h_btn_req a,
#HEADER > ul > li.h_btn_res a,
#HEADER_POP > ul > li.h_btn_req a,
#HEADER_POP > ul > li.h_btn_res a {
display:block;
padding:17px 0 7px 0;
background-color:#f5c400;
width:100%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
text-decoration: none;
border:none;
}

#HEADER > ul > li.h_btn_req a,
#HEADER_POP > ul > li.h_btn_req a {
display:block;
background-image: url(../img/header_req.png);
background-position: center 5px;
background-repeat: no-repeat;
}

#HEADER > ul > li.h_btn_res a,
#HEADER_POP > ul > li.h_btn_res a {
display:block;
background-image: url(../img/header_res.png);
background-position: center;
background-repeat: no-repeat;
}

.mob_btn{
font-size: 16px;
font-weight: 700;
}

.mob_btn_req,
.mob_btn_res{
position: relative;
}

.mob_btn_req:before,
.mob_btn_res:before {
position: absolute;
font-size: 16px;
top: 0;
left: 0px;
display: block;
width: 16px;
height: 16px;
font-family: FontAwesome;
color:#000;
}

.mob_btn_req:before {
content:'\f0e0';
}

.mob_btn_res:before {
content:'\f073';
}

@media only screen and (max-width: 700px) {
#HEADER,
#HEADER_POP{
width:100%;
padding:0;
margin:0 auto;
background-color:#fff;
position: relative;
height: 70px;
}

#HEADER > ul,
#HEADER_POP > ul {
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
padding:0;
width:auto;
margin:0;
position: absolute;
top:0;
left:5px;
right:56px;
z-index: 8888;
}

#HEADER > ul{
right:56px;
}

#HEADER_POP > ul{
right:0;
}

#HEADER > ul > li,
#HEADER_POP > ul > li {
margin:0;
}

#HEADER > ul > li.logo,
#HEADER_POP > ul > li.logo {
margin:5px 0 0 0;
}

#HEADER > ul > li.phone,
#HEADER_POP > ul > li.phone {
display: none;
}

#HEADER > ul > li.tel_mob,
#HEADER_POP > ul > li.tel_mob {
display: block;
}

#HEADER > ul > li.tel_mob > a,
#HEADER_POP > ul > li.tel_mob > a {
background-color:#23b8c5;
width:100%;
display:block;
background-image: none;
position: relative;
padding:44px 0 10px 0;
text-decoration: none;
border: none;
}


#HEADER > ul > li.tel_mob,
#HEADER_POP > ul > li.tel_mob {
text-align:center;
width:55px;
height:70px;
margin:0 0 0 1px;
}

#HEADER > ul > li.h_btn_req,
#HEADER > ul > li.h_btn_res,
#HEADER_POP > ul > li.h_btn_req,
#HEADER_POP > ul > li.h_btn_res {
text-align:center;
width:100px;
height:70px;
margin:0 0 0 1px;
}

#HEADER_POP > ul > li.h_btn_req a,
#HEADER_POP > ul > li.h_btn_res a {
display:block;
padding:28px 0 10px 0;
text-decoration: none;
border: none;
background-color:#f5c400;
width:100%;
border-radius: 0;        /* CSS3草案 */  
-webkit-border-radius: 0;    /* Safari,Google Chrome用 */  
-moz-border-radius: 0;   /* Firefox用 */
background-image: none;
position: relative;
}

#HEADER_POP > ul > li.h_btn_req a:before,
#HEADER_POP > ul > li.h_btn_res a:before {
position: absolute;
font-size: 20px;
top: 45%;
left: 35px;
display: block;
margin-top: -32px;
width: 30px;
height: 30px;
font-family: FontAwesome;
color:#000;
}

#HEADER > ul > li.tel_mob > a:before,
#HEADER_POP > ul > li.tel_mob > a:before {
position: absolute;
font-size: 30px;
top: 50%;
left: 12px;
display: block;
margin-top: -32px;
width: 30px;
height: 30px;
font-family: FontAwesome;
color:#000;
}


#HEADER > ul > li.tel_mob > a:before,
#HEADER_POP > ul > li.tel_mob > a:before {
content:'\f095';
}

#HEADER_POP > ul > li.h_btn_req a:before {
content:'\f0e0';
}

#HEADER_POP > ul > li.h_btn_res a:before {
content:'\f073';
}

.mob_btn{
font-size: 8px;
line-height: 1;
}

#HEADER > ul > li.h_btn_req a,
#HEADER > ul > li.h_btn_res a {
display:block;
padding:16px 0 17px 0;
text-decoration: none;
border: none;
background-color:#f5c400;
width:100%;
border-radius: 0;        /* CSS3草案 */  
-webkit-border-radius: 0;    /* Safari,Google Chrome用 */  
-moz-border-radius: 0;   /* Firefox用 */
background-image: none;
position: relative;
}

.btn_br{
display: none;
}

.mob_btn_req,
.mob_btn_res {
font-size:14px;
}

.mob_btn_req:after {
	content: "\A" ;
	white-space: pre ;
}

.mob_btn_req:before,
.mob_btn_res:before {
position: absolute;
font-size: 12px;
top: 4px;
left: 0px;
display: block;
width: 12px;
height: 12px;
font-family: FontAwesome;
color:#000;
}
}



/*----------------------------------------------------
menu
----------------------------------------------------*/


#nav {
width:100%;
background:#23b8c5;
display: block;
}

.nav_inner {
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
padding:0;
width:95%;
max-width:1280px;
margin:0 auto;
}
.nav_inner li {
color:#fff;
-webkit-box-flex:1;
-moz-box-flex:1;
-ms-flex-positive:1;
-webkit-flex-grow:1;
-moz-flex-grow:1;
flex-grow:1;
text-align:left;
}
.nav_inner li a {
color:#fff;
width:100%;
padding:15px 0;
background:#23b8c5;
text-decoration:none;
display: table;
vertical-align: middle;
overflow: hidden;
transition:all .5s ease-out;
text-align:center;
line-height:1.2em;
}

.nav_inner li a.current{
color:#000;
}

.nav_inner li a span.nav_main{
padding:0 0 0 9px;
font-size:12px;
position:relative;
letter-spacing:0.1em;
font-weight:700;
}
.nav_inner li a span.nav_main:after{
content: "\A" ;
white-space: pre ;
}

.nav_inner li a span.nav_sub{
padding:0;
font-size:9px;
letter-spacing:-0.05em;
}

.nav_inner li span.nav_main:before{
font-family: 'FontAwesome';
content: '\f054';
position:absolute;
top:2px;
left:-1px;
font-size:6px;
}

.nav_inner > li:first-child a {
margin-top: 0;
}
.nav_inner li a:hover {
background:#2aeeff;
transition:all .5s ease-out;
}

@media only screen and (max-width: 1280px) {
.nav_inner {
width:100%;
max-width:1000px;
}

.nav_inner li a span.nav_main{
padding:0 0 0 8px;
letter-spacing:-0.05em;
}


.nav_inner li span.nav_main:before{
top:2px;
left:0;
}
}



@media only screen and (max-width: 1000px) {

.nav_inner li{
-ms-flex-preferred-size:20%;
-webkit-flex-basis:20%;
-moz-flex-basis:20%;
flex-basis:20%;
}
}


@media only screen and (max-width: 700px) {
#nav {
padding: 70px 0 0 0;
width:100%;
background:#fff;
}

.nav_inner li{
-ms-flex-preferred-size:50%;
-webkit-flex-basis:50%;
-moz-flex-basis:50%;
flex-basis:50%;
border-top:1px solid #fff;
}


.nav_inner li a {
padding:10px 0;
}
}

@media only screen and (max-width: 500px) {
#nav {
padding: 70px 0 0 0;
width:100%;
background:#fff;
}

.nav_inner li{
-ms-flex-preferred-size:100%;
-webkit-flex-basis:100%;
-moz-flex-basis:100%;
flex-basis:100%;
border-top:1px solid #fff;
}

.nav_inner li a {
padding:10px 0;
line-height:1.0em;
}

.nav_inner li span.nav_main:before{
font-family: 'FontAwesome';
content: '\f054';
position:absolute;
top:3px;
left:0;
font-size:7px;
}

.nav_inner li a span.nav_main:after{
content: " " ;
white-space: nowrap ;
}
}


/*----------------------------------------------------
スマホ用メニュー
----------------------------------------------------*/

#openMenu,
#closeMenu{
display: none;
}

@media only screen and (max-width: 700px) {

.mob_tel{
display:none;
}

#openMenu,
#closeMenu{
position:absolute;
top:0;
right:0;
display:block;
background:#ff7b9a;
text-align:center;
width:55px;
padding:0;
cursor:pointer;
}

#openMenu p,
#closeMenu p {
position:relative;
width: 100%;
display:block;
padding:49px 0 10px 0;
line-height: 1;
text-decoration: none;
border: none;
}

#openMenu p:before,
#closeMenu p:before{
position: absolute;
font-size: 30px;
top: 50%;
left: 12px;
display: block;
margin-top: -20px;
width: 30px;
height: 30px;
font-family: FontAwesome;
color:#000;
}

#openMenu p:before{
content:'\f0c9';
}
#closeMenu p:before{
content:'\f00d';
}

#layerMenu{
display:none;
position:absolute;
top:0;
left:0;
right:0;
bottom:auto;
width:100%;
z-index:8000;
text-align:center;
}
}




/*----------------------------------------------------
フッター
----------------------------------------------------*/
.top_catch{
float: left;
width : -webkit-calc(100% - 380px) ;
width : calc(100% - 380px);
font-size:120%;
line-height:2.0em;
}

.topics_list{
padding:5px 0 0 0;
width:350px;
float:right;
}

.topics_list ul{
list-style:none;
}

.topics_list ul li{
text-align:left;
padding:15px 0 0 0;
}

.topics_list_title{
font-size:18px;
font-weight:700;
padding:0 0 10px 0;
margin:0;
border-bottom:3px solid #000;
}

.event_day_tit{
float:left;
font-size:10px;
padding:0 0 0 0;
width:40px;
margin:0 5px 0 0;
border-right:2px solid #000;
}

.event_day{
float:left;
padding:0 0 0 5px;
font-size:10px;
}

.event_tit{
clear:both;
width : 94.5% ; /* IE8以下とAndroid4.3以下用フォールバック */
width : -webkit-calc(100% - 55px) ;
width : calc(100% - 55px) ;
padding:0 0 0 55px;
}

.under{
width:100%;
border-top:1px solid #e0e0e0;
margin:0 0 0 0;
padding:30px 0 30px 0;
}

.under_inner{
width:95%;
max-width:1000px;
margin:0 auto;
}

.under_inner ul,
.inquiry ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -webkit-flex-pack:center;
    -moz-flex-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    justify-content:center;
padding:0;
margin:0 auto;
}

.under_inner ul li,
.under_inner ul li.under_btn{
width:350px;
text-align:center;
margin:0 0 30px 0;
line-height: 1;
}

.inquiry ul li,
.inquiry ul li.under_btn{
width:280px;
text-align:center;
margin:0 10px 10px 10px;
line-height: 1;
}

.under_inner ul li a,
.inquiry ul li a{
display:block;
padding:45px 0 25px 0;
background:#23b8c5;
width:100%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
border: none;
text-decoration: none;
}


.under_inner ul li.under_btn a,
.inquiry ul li.under_btn a{
display:block;
background:#f5c400;
width:100%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
border: none;
}

.under_inner ul li.btn_bg a,
.inquiry ul li.btn_bg a{
display:block;
background-image: url(../img/btn_bg.jpg);
background-position: left;
background-repeat:no-repeat;
background-size: auto 100%;
width:100%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
}

.under_btn_req,
.under_btn_res,
.under_btn_br{
font-weight: 700;
font-size:20px;
position: relative;
letter-spacing: 5px;
}

.under_btn_req:before,
.under_btn_res:before {
position: absolute;
margin: auto;
font-size: 20px;
top: -20px;
left: 0;
right: 0;
display: block;
width: 20px;
height: 20px;
font-family: FontAwesome;
color:#000;
}

.under_btn_req:before {
content:'\f0e0';
}

.under_btn_res:before {
content:'\f073';
}

.banner_area{
width:90%;
max-width:660px;
margin:0 auto 30px auto;
}

.banner_area > ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
padding:0;
margin:0 auto;
}

.banner_area > ul > li{
width:33.3%;
margin: 0 0 1px 0;
}

.banner_area > ul > li a{
width:89%;
padding:15% 5% 15% 5%;
background:#DDDDDD;
display:block;
}


.sitemap{
background:#d5d5d5;
padding:20px 0;
width:100%;
font-size:80%;
color:#fff;
font-weight:normal;
}

.sitemap_inner{
max-width:1000px;
width:90%;
margin:0 auto;
}

.sitemap_inner > ul {
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
padding:0;
width:100%;
margin:0 auto;
}

.sitemap_inner > ul > li {
-webkit-box-flex:1;
-moz-box-flex:1;
-ms-flex-positive:1;
-webkit-flex-grow:1;
-moz-flex-grow:1;
flex-grow:1;
}

.sitemap_inner > ul > li > ul {
list-style:none;
}

.sitemap_inner > ul > li > ul > li {
padding:10px 0 10px 20px;
text-align:left;
font-size:12px;
font-weight:700;
}

.sitemap_inner > ul > li > ul > li.indent01{
padding:5px 0 5px 20px;
font-size:10px;
}

.sitemap_inner > ul > li > ul > li.indent02{
padding:5px 0 5px 40px;
font-size:10px;
}

.sitemap_inner > ul > li > ul > li a {
text-decoration:none;
color:#333;
position:relative;
}


.sitemap_inner > ul > li > ul > li a:hover{
opacity:0.6;
filter: alpha(opacity=60);        /* ie lt 8 */
-ms-filter: "alpha(opacity=60)";  /* ie 8 */
-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.6;              /* Safari 1.x */
}

.sitemap_inner > ul > li > ul > li.indent01 a{
text-decoration:none;
color:#555;
padding:0 0 10px 0;
}

.sitemap_inner > ul > li > ul > li.indent02 a{
text-decoration:none;
color:#777;
}

.sitemap_inner > ul > li > ul > li a:before{
font-family: 'FontAwesome';
content: '\f101';
position:absolute;
top:0;
left:-12px;
font-size:12px;
}

.sitemap_inner > ul > li > ul > li.indent01 a:before,
.sitemap_inner > ul > li > ul > li.indent02 a:before{
font-family: 'FontAwesome';
content: '\f105';
position:absolute;
top:0;
left:-12px;
font-size:12px;
}

.sitemap_inner > ul > li > ul > li.home a:before{
content: '';
}


.copy{
background:#333333;
padding:20px 0;
width:100%;
font-size:80%;
color:#fff;
font-weight:normal;
}

.copy_inner{
max-width:1000px;
width:90%;
margin:0 auto;
}

.copy_l{
float:left;
}

.copy_r{
float:right;
}

.copy a{
color:#fff;
}

@media screen and (max-width: 1000px) {
.under_inner ul{
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
width:90%;
}

.under_inner ul li{
width:280px;
text-align:center;
margin:0 auto 30px auto;
}

}

@media screen and (max-width: 600px) {
.banner_area{
width:100%;
}

.top_catch{
float: none;
width : 100%;
}

.topics_list{
padding:30px 0 0 0;
width:100%;
float:none;
}




.sitemap_inner > ul > li {
-webkit-box-flex:1;
-moz-box-flex:1;
-ms-flex-positive:1;
-webkit-flex-grow:1;
-moz-flex-grow:1;
flex-grow:1;
width:100%;
margin:0 auto;
}

.sitemap_inner > ul > li > ul {
list-style:none;
width:160px;
margin:0 auto;
}

.sitemap_inner > ul > li > ul > li.home{
text-align:center;
}

.under_inner ul li{
width:280px;
text-align:center;
margin:0 0 30px 0;
}

.copy_l{
float:none;
text-align:center;
}

.copy_r{
float:none;
text-align:center;
padding:20px 0 0 0;
}

.under_inner ul li a,
.inquiry ul li a{
padding:20px 0;
}

.under_inner ul li,
.under_inner ul li.under_btn,
.inquiry ul li,
.inquiry ul li.under_btn{
line-height: 2.5em;
}

.under_btn_br{
display: none;
}

.under_btn_req:after {
	content: "\A" ;
	white-space: pre ;
}

.under_btn_req,
.under_btn_res {
padding: 0 0 0 40px;
}

.under_btn_req:before,
.under_btn_res:before {
top: 0;
left: 15px;
right: auto;
}

}


/*----------------------------------------------------
page-top
----------------------------------------------------*/
#page-top {
position:fixed;
bottom:50px;
left:auto;
right:10px;
height:50px;
width:50px;
text-indent:-9999px;
z-index:800;
}

#page-top a {
background:url(../img/toppage.png) no-repeat 0px 0px;
display:block;
width:100%;
height:100%;
text-indent:-9999px;
}

#page-top a:hover{
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha(opacity=60)";
-moz-opacity:0.6;
-khtml-opacity: 0.6;
}

/*----------------------------------------------------
キャンペーンバナー
----------------------------------------------------*/
#camp01 {
position:fixed;
top:180px;
left:auto;
right:0;
z-index:900;
}
#camp02 {
display:none;
}

@media screen and (max-width: 480px) {
#camp01 {
display:none;
}

#camp02 {
position:fixed;
top:auto;
bottom:0;
left:0;
right:0;
width:95%;
padding:5px 2.5%;
background:#23b8c5;
display:inherit;
z-index:900;
}
}


/*----------------------------------------------------
ページボタン
----------------------------------------------------*/

.page_btn,
.page_btn02 {
width:100%;
max-width:980px;
margin:30px auto 0 auto;
}

.page_btn ul,
.page_btn02 ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
padding:0;
width:100%;
margin:0;
}

.page_btn ul li{
width:185px;
text-align:center;
margin:0 5px 20px 5px;
padding:0;
}

.page_btn02 ul li{
width:140px;
text-align:center;
margin:0 5px 20px 5px;
padding:0;
}

.page_btn ul li.current{
padding:20px 0;
color:#000;
background:#2aeeff;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */
background-position:center;
display:block;
font-size:130%;
}

.page_btn ul li a,
.page_btn02 ul li a{
display:block;
font-size:130%;
text-align:center;
margin:0;
padding:20px 0;
color:#fff;
text-decoration:none;
background:#23b8c5;
width:100%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */
background-position:center;
}

.page_btn ul li a:hover,
.page_btn02 ul li a:hover{
display:block;
font-size:130%;
text-align:center;
margin:0;
padding:20px 0;
color:#fff;
text-decoration:none;
background:#2aeeff;
width:100%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */
background-position:center;
}


@media screen and (max-width: 480px) {
.page_btn ul li{
width:160px;
}

.page_btn ul li.current{
font-size:110%;
}

.page_btn ul li a,
.page_btn02 ul li a{
font-size:110%;
}

.page_btn ul li a:hover,
.page_btn02 ul li a:hover{
font-size:110%;
}
}

/*----------------------------------------------------
page
----------------------------------------------------*/


.br_1000:before {
	content: "\A" ;
	white-space: pre ;
}

@media screen and (max-width: 1000px) {
.br_1000:before {
	content: "" ;
	white-space: nowrap ;
}
}


#headline{
display:none;
}

section {
padding:0;
width:100%;
}

.content {
width:1000px;
margin:0 auto;
padding:45px 0;
text-align:left;
}

.content_np {
width:1000px;
margin:0 auto;
padding:45px 0 0 0;
text-align:left;
}

.content_top {
width:1000px;
margin:0 auto;
padding:10px 0 45px 0;
text-align:left;
}

.area ul{
list-style:none;display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
padding:0;
width:100%;
margin:0 auto;
}

.area_c ul{
list-style:none;display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
padding:0;
width:100%;
margin:0 auto;
}

@media screen and (max-width: 1000px) {
.content,
.content_np,
.content_top{
width:90%;
margin:0 auto;
}
}

@media screen and (max-width: 700px) {
#headline{
display:block;
width:98%;
background:#23b8c5;
text-align: left;
padding: 10px 1%;
margin: 1px 0 0 0;
}

#headline span.bre_main{
padding:0 0 0 15px;
font-size:18px;
font-weight:700;
position: relative;
}

#headline span.bre_sub{
padding:0 0 0 10px;
font-size:10px;
letter-spacing:-0.05em;
}

#headline span.bre_main:before{
font-family: 'FontAwesome';
content: '\f054';
position:absolute;
top:6px;
left:2px;
font-size:12px;
}
}

@media screen and (max-width: 600px) {
.content {
padding:30px 0;
}
}

@media screen and (max-width: 480px) {
.area ul{
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
}
}


/*----------------------------------------------------
トップページ
----------------------------------------------------*/

h2 {
font-size: 32px;
line-height: 1.5;
}

#top_main_catch{
position: relative;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding:0 0 6.5% 0;
width: 100%;
}

.top_main_catch_inner{
position:absolute;
bottom:0;
max-width: 1000px;
width: 100%;
margin: auto;
left: 0;
right: 0;
z-index: 100;
}

.top_main_catch_inner ul{
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:single;
-moz-box-lines:single;
-webkit-flex-wrap:nowrap;
-moz-flex-wrap:nowrap;
-ms-flex-wrap:none;
flex-wrap:nowrap;
}

.tit_top{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 56%;
background: url(../img/bg_01_1920.jpg) 0 0 no-repeat;
background-size: contain;
width:100%;
margin:0 auto;
position:relative;
}

.top_header {
position:absolute;
top: 0;
bottom:0;
left: 0;
right:auto;
margin:auto;
padding:6% 20px;
text-align:left;
background-color: rgba(30,16,0,0.8);
}


.top04_tit{
width:66.5%;
padding:0;
color:#000000;
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%);
}

.top06_tit{
width:70%;
margin:0 auto 0 auto;
text-align:left;
}

.top_movie{
margin: 50px 0 0 0;
}



.reflection-img{
    width       :268px;
    height      :180px;
    position    :relative;
    overflow    :hidden;
}
 
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 5s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 5s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 5s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 5s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 5s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

#video{
width: 100%;
height: auto;
max-width: 1280px;
}

#video video{
width: 100%;
height: auto;
}

.mov_close{
width: 100%;
}

.mov_close a{
width: 98%;
display: block;
background: #000;
text-align: center;
font-weight: 700;
color: #fff;
border: none;
text-decoration: none;
padding: 10px 1%;
}

.mov_close span{
position: relative;
}
.mov_close span:before {
position: absolute;
font-size: 18px;
top: -4px;
left: -20px;
display: block;
font-family: FontAwesome;
content:'\f00d';
}

@media screen and (max-width: 1500px) {
#top_main_catch{
padding:0 0 9.5% 0;
}
}

@media screen and (max-width: 1080px) {
.top_header img {
width:201px;
height:auto;
}

.reflection-img{
    width       :201px;
    height      :135px;
}

#top_main_catch{
padding:0 0 11% 0;
}
}

@media screen and (max-width: 900px) {
.top_header {
padding:3% 20px;
}

.top_header img {
width:190px;
height:auto;
}

.top_movie{
margin: 20px 0 0 0;
}

.reflection-img{
    width       :190px;
    height      :127px;
}

#top_main_catch{
padding:0 0 11% 0;
}
}

@media screen and (max-width: 800px) {
.top04_tit{
width:90%;
}

.top06_tit{
width:100%;
margin:0 auto 0 auto;
text-align:left;
}
}

@media screen and (max-width: 700px) {

#top_main_catch{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding: 210px 0 0 0;
width: 100%;
}

.top_main_catch_inner{
top:0;
bottom:auto;
width: 98%;
padding:5px 1% 0 1%;
}

.tit_top{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 116.66666666%;
background: url(../img/bg_01_480.jpg) 0 0 no-repeat;
background-size: contain;
}

.top_header {
position:absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width:100%;
height:345px;
padding:10px 0;
text-align:center;
background-color: rgba(30,16,0,0.8);
}

.top_header img {
width:201px;
height:auto;
}


.top_movie{
margin: 20px auto 0 auto;
}

.top_header img {
width:180px;
height:auto;
}

.reflection-img{
width:180px;
height:121px;
}


.top_main_catch_inner ul{
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.top_main_catch_inner ul li{
width:100%;
text-align: center;
margin: 0 0 3% 0;
}

.top_main_catch_inner_none{
display: none;
}
}


@media screen and (max-width: 600px) {	
.top04_tit{
padding:20px 0;
margin:0 auto;
color:#000000;
position:inherit;
top:inherit;
left:inherit;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;
transform:none;
}


}

@media screen and (max-width: 490px) {
#top_main_catch{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding: 46% 0 0 0;
width: 100%;
}
}

/*----------------------------------------------------
CONCEPT
----------------------------------------------------*/
.tit_top02{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 60%;
background: url(../img/bg_02_1920.jpg) 0 0 no-repeat;
background-size: contain;
width:96%;
margin:20px auto 0 auto;
position:relative;
}

.top02_l{
width:46%;
float:left;}

.top02_r{
width:52%;
float:right;}

.top02 ul li a{
text-decoration:none;
border:none;
}

.con_w600{
width:600px;
margin: 0 auto 30px auto;
padding: 30px 0 0 0 ;
text-align: center;
}


.top02 ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
padding:0;
width:100%;
margin:0 auto;
}

.top02 ul li{
width:311px;
text-align:center;
margin:0 0 30px 0;
}

.top02 ul li:nth-child(even){
width:33px;
display: block;
}

.con_area01{
width:220px;
margin: 20px auto;
}

.con_area02 {
position: relative;
display: inline-block;
padding: 18px;
width: auto;
min-width: 115px;
height: 455px;
text-align: center;
background: #fff;
border: 3px solid #23b8c5;
z-index: 0;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
}
.con_area02:before {
content: "";
position: absolute;
top: -8px; left: 50%;
margin-left: -9px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 9px 9px 9px;
border-color: transparent transparent #fff transparent;
z-index: 0;
}
.con_area02:after {
content: "";
position: absolute;
top: -12px; left: 50%;
margin-left: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #23b8c5 transparent;
z-index: -1;
}

.con_btn{
font-weight: 700;
margin: 20px 0 0 0;
background:#23b8c5;
text-align: center;
padding: 10px;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
}

.con_btn span{
position: relative;
}

.con_btn span:before {
position: absolute;
font-size: 18px;
top: -5px;
left: -12px;
display: block;
font-family: FontAwesome;
color:#000;
content:'\f0da';
}

.bl{
color:#23b8c5;
}

.ye{
color: #faee00;
}

.con_area03{
background:#6ec8ce;
width: 95%;
color: #fff;
padding: 10px 2.5% 20px 2.5%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
}

.con_area03_inner01 ul,
.con_area03_inner02 ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:justify;
-moz-box-pack:justify;
-webkit-flex-pack:justify;
-moz-flex-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
justify-content:space-between;
padding:0;
width:100%;
margin:0 auto;
}

.con_area03_inner01  ul li{
width:65%;
text-align:left;
margin:15px 0 30px 0;
color: #fff;
font-size: 24px;
line-height: 1.5em;
}

.con_area03_inner01 ul li:first-child{
width:30%;
margin:0 0 30px 0;
text-align:center;
line-height: 1.0em;
}

.con_area03_inner01-right {
margin: 25px 0 0 0;
position: relative;
display: inline-block;
padding: 10px 15px;
width: auto;
height: auto;
color: #fff;
background: #686462;
z-index: 0;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
}
.con_area03_inner01-right:after {
content: "";
position: absolute;
top: 50%; right: -10px;
margin-top: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #686462;
}


.con_area03_inner02  ul li{
width:283px;
text-align:center;
margin:0 0 20px 0;
}

.con_area03_inner02 ul li:nth-child(even){
width:30px;
display: block;
position: relative;
}

.con_area03_inner02 ul li span:before {
position: absolute;
font-size: 35px;
top: 45px;
right: 5px;
display: block;
font-family: FontAwesome;
color:#686462;
content:'\f0da';
}




@media screen and (max-width: 1000px) {
.top02 ul li:nth-child(even){
display: none;
}

.top02 ul{
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
}
}

@media screen and (max-width: 800px) {
.top02_l{
width:100%;
float:none;
padding:0 0 20px 0;}

.top02_r{
width:100%;
float:none;
text-align:center;
padding:0 0 20px 0;}


.top02 ul{
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
padding:0;
width:100%;
margin:0 auto;
}

.top02 ul li{
margin:0 0 30px 0;
}


.con_area03_inner01 ul,
.con_area03_inner02 ul{
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
}

.con_area03_inner01  ul li{
width:100%;
text-align: center;
}

.con_area03_inner01 ul li:first-child{
width:100%;
margin: 0 0 10px 0;
}

.con_area03_inner01-right:after {
top:inherit;
right:inherit;
bottom: -10px; left: 50%;
margin-top: 0;
margin-left: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #686462 transparent transparent transparent;
}


.con_area03_inner02  ul li{
width:283px;
text-align:center;
margin:0 0 20px 0;
}

.con_area03_inner02 ul li:nth-child(even){
width:100%;
height: 35px;
margin: 0;
}

.con_area03_inner02 ul li span:before {
position: absolute;
font-size: 35px;
top: -20px;
right: 50%;
content:'\f0d7';
}

}

@media screen and (max-width: 700px) {
}


@media screen and (max-width: 600px) {
.con_w600{
width:100%;
text-align: left;
}

.tit_top02{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 83.3333333333%;
background: url(../img/bg_02_480.jpg) 0 0 no-repeat;
background-size: contain;
}
}

@media screen and (max-width: 490px) {
}



/*----------------------------------------------------
Select
----------------------------------------------------*/

.tit_sel{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 67.5%;
background: url(../img/bg_03_1920.jpg) 0 0 no-repeat;
background-size: contain;
width:96%;
margin:20px auto 0 auto;
}

.tit_sel01,
.tit_sel02,
.tit_sel03,
.tit_sel04,
.tit_sel05{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 67.5%;
background: url(../img/sel_bg04.jpg) 0 0 no-repeat;
background-size: contain;
width:96%;
margin:20px auto 0 auto;
position:absolute;
top:0;
left:0;
right:0;
z-index:5;
}



.tit_sel01{
background: url(../img/sel_bg01.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel02{
background: url(../img/sel_bg02.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel03{
background: url(../img/sel_bg03.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel04{
background: url(../img/sel_bg04.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel05{
background: url(../img/sel_bg05.jpg) 0 0 no-repeat;
background-size: contain;
}

.sel_top{
position:relative;
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 67.5%;
}

.sel_top01_bg,
.sel_top02_bg,
.sel_top03_bg,
.sel_top04_bg{
width:190px;
height:148px;
padding:210px 105px 10px 105px;
position:absolute;
bottom:60px;
left:10px;
z-index:10;
}

.sel_top01_bg{
background:url(../img/sel01_img01.png) no-repeat center center;
background-size:cover;
}

.sel_top02_bg{
background:url(../img/sel02_img01.png) no-repeat center center;
background-size:cover;
}

.sel_top03_bg{
background:url(../img/sel03_img01.png) no-repeat center center;
background-size:cover;
}

.sel_top04_bg{
background:url(../img/sel04_img01.png) no-repeat center center;
background-size:cover;
}

.sel_area{
padding:10px;
border:3px solid #23b8c5;
margin:50px auto 0 auto;
}


.sel_entery04 ul li{
width:236px;
margin:0 0 20px 0;
}

.sel_entery03 ul li{
width:225px;
margin:0 10px 20px 10px;
}

.sel_entery03 ul li.wide{
width:344px;
margin:0 10px 20px 10px;
}

.sel_entery02 ul li{
width:482px;
margin:0 0 20px 0;
}

.sel01_entery02 ul li{
width:400px;
margin:0 5px 20px 5px;
}

.sel01_l_tit{
text-align:left;
padding:15% 0 10% 0;
}
.sel01_l{
width:46%;
float:left;
padding:0 0 0 0;
}

.sel01_r{
width:52%;
float:right;}


.top03_tit{
width:66.5%;
margin:0 auto;
}

.top03_l{
width:20%;
float:left;
padding:0 0 20px 0;
}

.top03_r{
width:79%;
float:right;
padding:30px 0 20px 0;
}

.sel02_l{
width:39%;
float:left;
padding:0 0 30px 0;}

.sel02_r{
width:59%;
float:right;
padding:30px 0 30px 0;}

.btn_p a,
.btn_g a,
.btn_r a,
.btn_v a{
display:block;
padding:8px 0;
width:90%;
text-align:center;
color:#fff;
margin:0 auto;
text-decoration:none;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
}

.btn_p a{
background:#8b9d66;
}

.btn_g a{
background:#b9717f;
}

.btn_r a{
background:#8995a5;
}

.btn_v a{
background:#9e8a64;
}

.btn_b a{
display:block;
padding:8px 0;
width:250px;
text-align:center;
color:#fff;
margin:0 auto;
background:#23b8c5;
text-decoration:none;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
}


.top03p{
color:#8b9d66;
}

.top03g{
color:#b9717f;
}

.top03r{
color:#8995a5;
}

.top03v{
color:#9e8a64;
}


.sel_btn {
width:100%;
max-width:980px;
margin:30px auto 0 auto;
}

.sel_btn ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
padding:0;
width:100%;
margin:0;
}

.sel_btn ul li{
width:185px;
text-align:center;
margin:0 5px 20px 5px;
padding:0;
}

.sel_btn ul li.sel_p a,
.sel_btn ul li.sel_g a,
.sel_btn ul li.sel_r a,
.sel_btn ul li.sel_v a,
.sel_btn ul li.sel_p a:hover,
.sel_btn ul li.sel_g a:hover,
.sel_btn ul li.sel_r a:hover,
.sel_btn ul li.sel_v a:hover{
display:block;
font-size:130%;
text-align:center;
margin:0;
padding:20px 0;
color:#fff;
text-decoration:none;
width:100%;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */
background-position:center;
}

.sel_btn ul li.sel_p.current,
.sel_btn ul li.sel_g.current,
.sel_btn ul li.sel_r.current,
.sel_btn ul li.sel_v.current{
padding:20px 0;
color:#000;
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */
background-position:center;
display:block;
font-size:130%;
}

.sel_btn ul li.sel_p a{
background-color:#8b9d66;
}

.sel_btn ul li.sel_g a{
background-color:#b9717f;
}

.sel_btn ul li.sel_r a{
background-color:#8995a5;
}
.sel_btn ul li.sel_v a{
background-color:#9e8a64;
}

.sel_btn ul li.sel_p.current,
.sel_btn ul li.sel_p a:hover{
background-color:#c6ccb9;
}

.sel_btn ul li.sel_g.current,
.sel_btn ul li.sel_g a:hover{
background-color:#dca8b2;
}

.sel_btn ul li.sel_r.current,
.sel_btn ul li.sel_r a:hover{
background-color:#aeb9c8;
}

.sel_btn ul li.sel_v.current,
.sel_btn ul li.sel_v a:hover{
background-color:#c1b6a1;
}

.sel_pla_entry{
width:100%;
padding:10px 0;
margin:10px 0;
border-bottom:1px dotted #D9D9D9;
}	

.tab{overflow:hidden;
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
padding:0;
width:100%;
margin:0;}

.tab li{
text-align:center;
color:#fff;
background:#23b8c5;
padding:10px 0;
margin:0 0 0 2px;
        -ms-flex-negative:1;
        -webkit-flex:1;
        -moz-flex:1;
        flex:1;
text-align:center;
border-radius: 10px 10px 0 0;        /* CSS3草案 */  
-webkit-border-radius: 10px 10px 0 0;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px 10px 0 0;   /* Firefox用 */
cursor:pointer;
}
.tab li:first-child{
margin:0 0 0 0;
}
.tab li.select{
background:#2aeeff;
color:#000;
}

.br:before {
	content: "\A" ;
	white-space: pre ;
}
.sel_area_tab > li{
padding:10px;
border:3px solid #23b8c5;
margin:0 auto 0 auto;
}

.sel_area_tab > li.hide {
display: none;
}


.sel_under{
margin:30px auto 0 auto;
padding:30px 0;
width:100%;
background:#d2ebef;
}



@media screen and (max-width: 800px) {

.top03_tit{
width:100%;
margin:0 auto;
}

.top03_l{
width:100%;
float:none;
padding:0 0 30px 0;}

.top03_r{
width:100%;
float:none;
padding:0 0 30px 0;}

.top03 ul{
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
padding:0;
width:100%;
margin:0 auto;
}

.top03 ul li{
width:250px;
text-align:center;
padding:0 0 0 0;
margin:0 0 30px 0;
}

.sel01_l_tit{
text-align:left;
padding:0 0 5% 0;
}
}


@media screen and (max-width: 700px) {
.tab li:first-child,
.tab li{
margin:1px 0 0 2px;
padding:2px 1%;
border-radius: 5px 5px 0 0;        /* CSS3草案 */  
-webkit-border-radius: 5px 5px 0 0;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px 5px 0 0;   /* Firefox用 */
}

.br:before {
	content: "" ;
	white-space: nowrap ;
}
}


@media screen and (max-width: 600px) {
.sel_top{
position:relative;
height: auto;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 0;
}

.tit_sel01,
.tit_sel02,
.tit_sel03,
.tit_sel04,
.tit_sel05{
position:static;
}

.tit_sel{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/bg_03_480.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel01{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/sel_bg01_480.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel02{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/sel_bg02_480.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel03{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/sel_bg03_480.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel04{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/sel_bg04_480.jpg) 0 0 no-repeat;
background-size: contain;
}

.tit_sel05{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/sel_bg05_480.jpg) 0 0 no-repeat;
background-size: contain;
}
.sel_top01_bg,
.sel_top02_bg,
.sel_top03_bg,
.sel_top04_bg{
position:absolute;
margin:auto;
bottom:0;
left:0;
top:0;
right:0;
}

.sel01_l_tit{
text-align:center;
padding:0 0 10px 0;
}

.sel01_l{
width:100%;
float:none;
padding:0 0 20px 0;}

.sel01_r{
width:100%;
float:none;}

.sel02_l{
width:100%;
float:none;
padding:0 0 30px 0;
text-align:center;}

.sel02_r{
width:100%;
float:none;
padding:0 0 0 0;}


.sel_btn ul li{
width:160px;
}

.sel_btn ul li.sel_p a,
.sel_btn ul li.sel_g a,
.sel_btn ul li.sel_r a,
.sel_btn ul li.sel_v a,
.sel_btn ul li.sel_p.current,
.sel_btn ul li.sel_g.current,
.sel_btn ul li.sel_r.current,
.sel_btn ul li.sel_v.current,
.sel_btn ul li.sel_p a:hover,
.sel_btn ul li.sel_g a:hover,
.sel_btn ul li.sel_r a:hover,
.sel_btn ul li.sel_v a:hover{
font-size:110%;
}
}

@media screen and (max-width: 480px) {
.sel_top01_bg,
.sel_top02_bg,
.sel_top03_bg,
.sel_top04_bg{
position:static;
margin:auto;
bottom:0;
left:0;
top:0;
right:0;
}
}

@media screen and (max-width: 400px) {
.sel_top01_bg,
.sel_top02_bg,
.sel_top03_bg,
.sel_top04_bg{
padding:210px 60px 10px 60px;
}
}

/*----------------------------------------------------
   equipment
----------------------------------------------------*/

.tit_equ{
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 67.5%;
    background: url(../img/equ_bg01.jpg) 0 0 no-repeat;
    background-size: contain;
	width:96%;
	margin:20px auto 0 auto;
}

.equ_entery02 ul li{
	width:475px;
	margin:0 0 30px 0;
}

.equ_tit01{
	padding:0 0 12px 0;
	font-size:140%;
	font-weight:700;
	color:#b9717f;
	text-align:left;
}
.equ_color01{
	color:#b9717f;
}
.equ_color02{
	color:#21b8c5;
}
.equ_area01{
	padding:10px;
	border:1px solid #b9717f;
	color:#b9717f;
	margin:10px 0 0 0;
	text-align:left;
}

.equ_tit02{
	padding:0 0 12px 0;
	font-size:140%;
	font-weight:700;
	color:#21b8c5;
	text-align:left;
}

.equ_area02{
	padding:10px;
	border:1px solid #21b8c5;
	color:#21b8c5;
	margin:10px 0 0 0;
	text-align:left;
}


@media screen and (max-width: 800px) {
.equ_entery02 ul li{
	width:100%;
	text-align:center;
}
}

@media screen and (max-width: 600px) {
.tit_equ{
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 108.3333333%;
    background: url(../img/equ_bg01_480.jpg) 0 0 no-repeat;
	background-size: contain;
}
}

@media screen and (max-width: 480px) {

}




/*----------------------------------------------------
DIY
----------------------------------------------------*/

.tit_diy{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 67.5%;
background: url(../img/diy_bg01.jpg) 0 0 no-repeat;
background-size: contain;
width:96%;
margin:20px auto 0 auto;
}

.diy_area{
background: url(../img/diy_bg02.jpg) 0 0 no-repeat;
background-size: cover;
width:100%;
}

.diy_entery04{
padding:50px 0 0 0;
}

.diy_entery04 ul li{
width:225px;
margin:0 10px 30px 10px;
}

.diy_tit{
text-align:center;
padding:20px 0 10px 0;
font-size:120%;
font-weight:700;
}

.diy_txt{
text-align:left;
padding:0 5px 0 5px;
}


@media screen and (max-width: 800px) {

}




@media screen and (max-width: 600px) {

.tit_diy{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/diy_bg_480.jpg) 0 0 no-repeat;
background-size: contain;
}

}

@media screen and (max-width: 480px) {

}


/*----------------------------------------------------
GALLERY
----------------------------------------------------*/
.tab_content li.tab_spe {
visibility: visible;
height: auto;
}
.tab_content li.tab_spe.panel {
visibility: hidden;
height: 0;
overflow: hidden;
}


/*----------------------------------------------------
After Support
----------------------------------------------------*/

.tit_aft{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 67.5%;
background: url(../img/aft_bg01.jpg) 0 0 no-repeat;
background-size: contain;
width:96%;
margin:20px auto 0 auto;
}

.low_entery02{
padding:50px 0 0 0;
}

.aft_entery02 ul li{
width:475px;
margin:0 0 10px 0;
}

.aft_entery04 ul li{
width:205px;
margin:0 0 30px 0;
background:#d2ebef;
padding:10px;
}

.aft_entery04_2 ul li{
width:300px;
margin:0 0 30px 0;
}


.aft_entery04 ul li.bg_bk{
width:205px;
margin:0 0 30px 0;
background:#000;
padding:10px;
color:#fff;
}

.aft_entery04 ul li.bg_gr{
width:205px;
margin:0 0 30px 0;
background:#b3ad98;
padding:10px;
color:#fff;
}

.aft_tit{
color:#21b8c5;
font-weight:700;
font-size:110%;
padding:0 0 5px 0;
}

.aft_tit_w{
color:#fff;
font-weight:700;
font-size:110%;
padding:0 0 5px 0;
}

.aft_txt{
width:130px;
float:right;
}


@media screen and (max-width: 1000px) {
.aft_entery02 ul li{
width:100%;
}
}

@media screen and (max-width: 600px) {
.tit_aft{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/aft_bg01_480.jpg) 0 0 no-repeat;
background-size: contain;
}
}

@media screen and (max-width: 480px) {

}



/*----------------------------------------------------
LOW COST
----------------------------------------------------*/

.top05_tit{
width:70%;
margin:0 auto 0 auto;
text-align:center;
}


.tit_low{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 67.5%;
background: url(../img/bg_05_1920.jpg) 0 0 no-repeat;
background-size: contain;
width:96%;
margin:20px auto 0 auto;
}

.low_area{
border-top:3px solid #000;
width:100%;
}

.low_entery02{
padding:50px 0 0 0;
}

.low_entery02 ul li{
width:475px;
margin:0 0 30px 0;
}

.low_num{
background:#000;
color:#fff;
text-align:center;
width:22px;
padding:3px 0;
font-size:10px;
float:left;
margin:0 10px 0 0;
border-radius: 3px;        /* CSS3草案 */  
-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 3px;   /* Firefox用 */ 
}

.low_tit{
color:#b9717f;
font-weight:700;
font-size:140%;
}

.low_txt{
clear:both;
padding:10px 0;
}


@media screen and (max-width: 800px) {
.top05_tit{
width:100%;
margin:0 auto 0 auto;
text-align:left;
}
}

@media screen and (max-width: 600px) {
.tit_low{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/bg_05_480.jpg) 0 0 no-repeat;
background-size: contain;
}
}

@media screen and (max-width: 480px) {
.low_entery02 ul li{
width:100%;
}
}


/*----------------------------------------------------
full support
----------------------------------------------------*/

.tit_ful{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 67.5%;
background: url(../img/ful_bg01.jpg) 0 0 no-repeat;
background-size: contain;
width:96%;
margin:20px auto 0 auto;
}

.ful_tit{
width: 100%;
}

.ful_tit ul{
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-pack:start;
-moz-box-pack:start;
-webkit-flex-pack:start;
-moz-flex-pack:start;
-ms-flex-pack:start;
-webkit-justify-content:flex-start;
-moz-justify-content:flex-start;
justify-content:flex-start;
}

.ful_tit ul li{
width: auto;
margin: 10px 0 20px 20px;
font-size:220%;
font-weight: 700;
color:#9e8a64;
}

.ful_tit ul li:first-child{
width:85px;
margin: 0 0 20px 0;
}

.ful_area{
text-align: center;
width: 100%;
padding: 0 0 30px 0;
margin: 0 0 30px 0;
border-bottom: 1px dashed #000;
}

.ful_tit_sub{
width: 100%;
font-size: 180%;
text-align: left;
padding: 0 0 10px 0;
font-weight: 700;
}


.ful_area_inner01 > ul,
.ful_area_inner02 > ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:center;
-moz-box-pack:center;
-webkit-flex-pack:center;
-moz-flex-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
-moz-justify-content:center;
justify-content:center;
padding:0;
width:100%;
margin:0 auto;
}



.ful_area_inner01 > ul > li{
width: 233px;
margin: 0 10px 20px 10px;
}

.ful_area_inner02 > ul > li{
width: 400px;
padding: 5px;
margin: 0 10px 20px 10px;
background:#f6f6f6;
text-align: center;
}

.ful_area_inner-bottom {
position: relative;
display: inline-block;
padding: 5px 0;
width: 100%;
height: auto;
color: #fff;
text-align: center;
background: #9e8a64;
z-index: 0;
font-size:120%;
font-weight: 700;
}
.ful_area_inner-bottom:after {
content: "";
position: absolute;
bottom: -10px; left: 0;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 200px 0 200px;
border-color: #9e8a64 transparent transparent transparent;
}

.ful_area_inner02 > ul > li > ul {
margin: 20px auto 0 auto;
width: auto;
}

.ful_area_inner02 > ul > li > ul > li{
padding: 0 20px 5px 45px;
text-align: left;
position: relative;
}

.ful_area_inner02 > ul > li > ul > li:before {
position: absolute;
display: block;
font-size: 14px;
top: -2px;
left: 25px;
color: #9e8a64;
content:'●';
}

.ful_area_inner02 > ul > li > ul > li > ul {
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
padding:0;
width:100%;
margin:0 auto;
}

.ful_area_inner02 > ul > li > ul > li > ul > li{
width: 49%;
}


@media screen and (max-width: 800px) {
}

@media screen and (max-width: 600px) {
.tit_ful{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/ful_bg01_480.jpg) 0 0 no-repeat;
background-size: contain;
}
}

@media screen and (max-width: 480px) {
.ful_tit ul li{
width: 80%;
margin: 5px 0 20px 5%;
font-size:220%;
font-weight: 700;
color:#9e8a64;
}

.ful_tit ul li:first-child{
width:15%;
margin: 0 0 20px 0;
}

.ful_area_inner02 > ul > li{
width: 280px;
}

.ful_area_inner-bottom {
width: 280px;
}
.ful_area_inner-bottom:after {
border-width: 10px 140px 0 140px;
}

.ful_area_inner02 > ul > li > ul > li > ul > li{
width: 100%;
}

}




/*----------------------------------------------------
interview
----------------------------------------------------*/

.tit_int{
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 67.5%;
background: url(../img/int_bg01.jpg) 0 0 no-repeat;
background-size: contain;
width:96%;
margin:20px auto 0 auto;
}

.int_entery01 ul,
.int_entery02 ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.int_entery02 ul{
    -webkit-box-direction:reverse;
    -moz-box-direction:reverse;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row-reverse;
    -moz-flex-direction:row-reverse;
    flex-direction:row-reverse;
}

.int_entery01 ul li,
.int_entery02 ul li{
width:44%;
}

.int_entery01 ul li:first-child,
.int_entery02 ul li:first-child{
width:52%;
}

.int_tit01{
padding:0 0 10px 0;
font-size:140%;
font-weight:700;
color:#21b8c5;
text-align:left;
}

.int_tit_sub01{
color:#21b8c5;
}

.int_tit_sub02{
color:#b9717f;
}

.int_tit_sub03{
color:#bf9b5d;
}

.int_bg{
background:#21b8c5;
width:100%;
color:#fff;
padding: 5%;
}

.int_bg02{
background:#eaf5f7;
width:100%;
}

.int_txt{
color:#b9717f; 
}

.int_tit02{
padding:0 0 10px 0;
margin:0 0 10px 0;
font-size:140%;
font-weight:700;
border-bottom:1px solid #fff;
text-align:left;
}

.w_37{
width:37.11340206%;
float:left;
}

.w_50{
width:50%;
margin: 40px auto 0 auto;
}


.w_60{
width:60%;
float:right;
text-align: left;
}


@media screen and (max-width: 800px) {
.int_entery01 ul li,
.int_entery02 ul li,
.int_entery01 ul li:first-child,
.int_entery02 ul li:first-child{
width:100%;
}

.int_entery01 ul li:first-child,
.int_entery02 ul li:first-child{
margin: 0 0 30px 0;
text-align: center;
}

.w_50{
width:80%;
}
}

@media screen and (max-width: 600px) {
.tit_int{
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
padding-top: 108.3333333%;
background: url(../img/int_bg01_480.jpg) 0 0 no-repeat;
background-size: contain;
}


}

@media screen and (max-width: 480px) {
.w_37{
width:100%;
float:none;
padding:0 0 10px 0;
}


.w_60{
width:100%;
float:none;
}
}


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


.pp{
padding:0 0 30px 0;
}

.pp > ul{
list-style:none;
display:-webkit-box;
display:-moz-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-direction:normal;
-moz-box-direction:normal;
-webkit-box-orient:horizontal;
-moz-box-orient:horizontal;
-webkit-flex-direction:row;
-moz-flex-direction:row;
flex-direction:row;
-webkit-box-pack:start;
-moz-box-pack:start;
-webkit-flex-pack:start;
-moz-flex-pack:start;
-ms-flex-pack:start;
-webkit-justify-content:flex-start;
-moz-justify-content:flex-start;
justify-content:flex-start;
padding:0;
width:100%;
margin:0 auto;
border-bottom:1px solid #dddddd;
}

.pp > ul > li{
width:66%;
text-align:left;
padding:10px 2%;
margin:0;
}

.pp > ul > li:first-child{
width:24%;
background:#f6f6f6;
}





.mailform_tit{background:#333333;  padding:10px 0; width:100%; font-size:140%; color:#fff; text-align:center; font-weight:normal;}

.required {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background: #cc0000;
}

.mailform{}

.mailform > ul{
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
}

.mailform > ul > li{
padding: 10px 0;
}

.mailform > ul > li:nth-child(even){
width: 20%;
text-align: right;
}

.mailform > ul > li:nth-child(odd){
width: 80%;
text-align: left;
}

.mailform > ul > li:nth-child(4n+1),
.mailform > ul > li:nth-child(4n+2){
background:#f6f7f9;
border-bottom:#cccccc; 
}

a.MapBtn{
	width:180px;
	background:#23b8c5;
	color:#FFF;
	padding:10px 0;
	text-align:center;
	display:block;
	margin:10px auto 10px 0;
	border-radius:2px;
	text-decoration:none;
	font-weight:bold;
	transition:all 0.5s;
}
a.MapBtn:hover{
	opacity:0.72;
}

a.event_backLink{
	width:180px;
	background:#DADADA;
	color:#333;
	padding:10px 0;
	text-align:center;
	display:block;
	margin:40px auto 0 auto;
	border-radius:2px;
	text-decoration:none;
	font-weight:bold;
	transition:all 0.5s;
}
a.event_backLink:hover{
	opacity:0.72;
}


