@charset "UTF-8";

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline; }

/*------------------------------------------------------------------------------
common
------------------------------------------------------------------------------*/
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    -webkit-text-size-adjust: 100%; 
}
.thisclear {
    clear: both;
}
a{
    text-decoration:none;
    color: #00A8D0;
    
}
a:hover{
    color: #7CA8B3;
}
ul {
    list-style: none;
}
section {
    display: block;
}
div#wrapper{
	width: 100%;
	margin: 0;
}

div.inside{
    width: 960px;
    margin: 0 auto;
}
header,section,footer{
    width: 100%;
}
div.contents_box{
    padding: 45px 35px;
}
.is_sp {
    display: none;
}
/*------------------------------------------------------------------------------
kye_visual
------------------------------------------------------------------------------*/
header{
    height: 420px;
    background-image: url(../img02/key_visual.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
header .inside {
    position: relative;
}
div#key_box{
    width: 495px;
    height: 360px;
    padding: 30px 35px;
    background-color: rgba( 000, 000, 000, 0.40 );
}
div#key_title{
    padding-top: 80px;
    color: #FFF;
    text-shadow: 1px 1px 3px #383838;
}
div#key_title h2{
    font-size: 2.55em;
    font-weight: normal;
}
div#key_title p{
    font-size: 1.0em;
    padding-top: 10px;
    padding-bottom: 50px;
}
.bnr_wrap.furikae02 {
    position: absolute;
    top: 50%;
    right: 3%;
    max-width: 340px;
    width: 100%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*------------------------------------------------------------------------------
contents_01
------------------------------------------------------------------------------*/
section#contents01{
    background-color:#31313B;
    color: #FFF;
}
section#contents01 h1{
    text-align: center;
    font-size: 1.65em;
    font-weight: normal;
}
section#contents01 ul{
    padding: 60px 0;
    display: table;
    table-layout: fixed;
}
section#contents01 li{
    display: table-cell;
    text-align: center;
}
section#contents01 li:nth-child(2){
    padding: 0 60px;
}
section#contents01 li p{
    font-size: 0.85em;
    padding-top: 15px;
}

/*------------------------------------------------------------------------------
contents_02
------------------------------------------------------------------------------*/
section#contents02 ul{
    display: table;
}
section#contents02 li{
    display: table-cell;
    vertical-align: middle
}
section#contents02 li:nth-child(1){
    width: 460px;
    padding-right: 50px;
}
section#contents02 li:nth-child(2){
    width: 430px;
}
section#contents02 li img{
    width: 100%;
}
section#contents02 h1{
    font-size: 1.50em;
    text-shadow: 1px 1px 3px #C6C6C6;
    color: #4D4D4D;
    padding-bottom: 40px;
}
section#contents02 p{
    line-height: 1.75em;
}

/*------------------------------------------------------------------------------
contents_03
------------------------------------------------------------------------------*/
section#contents03 ul{
    display: table;
}
section#contents03 li{
    display: table-cell;
    vertical-align: middle
}
section#contents03 li:nth-child(1){
    width: 420px;
}
section#contents03 li:nth-child(2){
    width: 470px;
    padding-left: 50px;
}
section#contents03 li img{
    width: 100%;
}
section#contents03 h1{
    font-size: 1.50em;
    text-shadow: 1px 1px 3px #C6C6C6;
    color: #4D4D4D;
    padding-bottom: 40px;
}
section#contents03 p{
    line-height: 1.75em;
}

/*------------------------------------------------------------------------------
contents_04
------------------------------------------------------------------------------*/
section#contents04{
    background-color: #EFEEEE;
}
section#contents04 h1{
    font-size: 1.60em;
    text-shadow: 1px 1px 3px #C6C6C6;
    color: #4D4D4D;
    padding: 30px 0;
    border-top: solid 1px #E4E4E4;
    padding: 0 10px;
    text-align: left;
}
section#contents04 p{
    text-align: left;
}
section#contents04 ul{
    width: 100%;
    display: table;
    table-layout: fixed;
}
section#contents04 li{
    display: table-cell;
    text-align: center;
    vertical-align: top;
}
section#contents04 li:nth-child(1){
    padding-right: 25px;
}
section#contents04 li:nth-child(2){
    padding: 0 10px;
}
section#contents04 li:nth-child(3){
    padding-left: 25px;
}
section#contents04 li section{
    background-color: #FFF;
    box-shadow: 1px 1px 20px #c1c1c1;
    display: inline-block;
    -webkit-display: inline-block;
    -moz-display: inline-block;
    height: 500px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    
}
section#contents04 li img{
    width: 100%;  
}
section#contents04 li h1{
    padding-top: 15px;
}
section#contents04 li p{
    padding: 15px 10px;
}
section#contents04 div.text_link{
    padding: 0 0 0 5px;
}
/*------------------------------------------------------------------------------
contents_05
------------------------------------------------------------------------------*/
section#contents05{
    text-align: center;
    height: 645px;
    border-bottom: solid 1px #CCC;
    background-image:url(../img02/key_visual02.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
section#contents05 h1{
    font-size: 1.60em;
    text-shadow: 1px 1px 3px #C6C6C6;
    color: #4D4D4D;
    padding-bottom: 40px;
}
section#contents05 p img{
    width: 65%;
}
/*------------------------------------------------------------------------------
contents_06
------------------------------------------------------------------------------*/
section#contents06 ul{
    display: table;
}
section#contents06 li{
    display: table-cell;
    vertical-align: middle
}
section#contents06 li:nth-child(1){
    width: 370px;
    padding-right: 50px;
}
section#contents06 li:nth-child(2){
    width: 520px;
}
section#contents06 li img{
    width: 100%;
}
section#contents06 h1{
    font-size: 1.50em;
    text-shadow: 1px 1px 3px #C6C6C6;
    color: #4D4D4D;
    padding-bottom: 40px;
}
section#contents06 p{
    line-height: 1.75em;
}

/*------------------------------------------------------------------------------
contents_07
------------------------------------------------------------------------------*/
section#contents07{
    text-align: center;
    border-top: solid 1px #CCC;
}
section#contents07 h1{
    font-size: 1.60em;
    text-shadow: 1px 1px 3px #C6C6C6;
    color: #4D4D4D;
    padding-bottom: 40px;
}
div.price_box{
    width: 46%;
    background: #50C1B1;
    color: #ffffff;
    font-size: 1.375rem;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 40px 2% 30px 2%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.price_box dl{
    margin: 15px 0;
}
div.price_box dl:nth-child(2){
    border-top: solid 1px #FFF;
    padding-top: 30px;    
}
div.price_box dt{
    font-size: 1.4em;
}
div.price_box dd span{
    font-size: 2.75em;
}
/*------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------*/
section#contact{
    border-top: solid 1px #CCC;
    text-align: center;
    padding: 70px 0;
}

section#contact h1{
    font-size: 1.60em;
    text-shadow: 1px 1px 3px #C6C6C6;
    color: #4D4D4D;
    padding-bottom: 40px;
}
section#contact div.action_btn{
    margin: 0 auto;
}
/*------------------------------------------------------------------------------
break
------------------------------------------------------------------------------*/
div.break{
    height: 325px;
    background-repeat: no-repeat;
    background-size: cover;
}
div.break:nth-of-type(2){
    background-image: url(../img02/key_visual02.jpg);
}
div.break:nth-of-type(1){
    background-image: url(../img02/key_visual04.jpg);
    background-position-y: 30%;
    background-position:0 30%;
}
/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/
footer{
    background-color: #31313B;
    color: #B3B3B3;
}
footer a{
    color: #B3B3B3;
}
footer a:hover{
    color: #696969;
}
footer ul {
    display: table;
    font-size: 0.80em;
}
footer li{
    display: table-cell;
}
footer nav ul{
    display: table;
    padding-bottom: 25px;
    font-size: 1.0em;
}
footer nav ul li{
    display: table-cell;
    padding-right: 25px;
}
footer p{
    font-size: 0.8em;
}
/*------------------------------------------------------------------------------
action_btn
------------------------------------------------------------------------------*/
div.action_btn{
    width: 260px;
    font-size: 0.925em;
    text-align: center;
    box-shadow:  1px 1px 3px #383838;
    display: block;
    background-color: #00A8D0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.action_btn p a{
    height: 48px;
    line-height: 48px;
    color: #FFF;
    display: block;
    padding-left: 30px;
    background-image: url(../img02/btn_icon.png);
    background-position: 10px 10px;
    background-position-x: 10px;
    background-position-y: 10px;
    background-repeat: no-repeat;
}
div.action_btn p a:hover{
    background-color: #6EBFD2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.text_link{
    padding-top: 25px;
}

/**************************************************
smart 
***************************************************/
@media screen and (max-width:767px){
div.inside{
    width: 100%;
    margin: 0 auto;
}
header,section,footer{
    width: 100%;
}
.is_pc {
    display: none;
}
div.contents_box{
    padding: 45px 30px 20px;
}
/*------------------------------------------------------------------------------
kye_visual
------------------------------------------------------------------------------*/
header{
    height: 100%;
    background-image: url(../img02/key_visual.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
div.inside_header {
    padding-bottom: 30px;
    background-color: rgba( 000, 000, 000, 0.40 );
}
.key_box_items {
    padding: 30px 20px;
}

div#key_box{
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 20px;
    text-align: center;
    box-sizing:border-box;
    background: none;
}
div#key_title{
    display: block;
    padding-top: 50px;
    margin-bottom: 30px;
    color: #FFF;
    text-shadow: 1px 1px 3px #383838;
}
.bnr_wrap.furikae02 {
    position: static;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin-bottom: 60px;
}

div#key_title p{
    font-size: 1.2em;
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 20px;
}
div#key_action_area{
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
/*------------------------------------------------------------------------------
contents_01
------------------------------------------------------------------------------*/
section#contents01{
    background-color:#31313B;
    color: #FFF;
}
section#contents01 h1{
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
}
section#contents01 ul{
    width: 100%;
    padding: 60px 0;
    display: table;
    table-layout: fixed;
}
section#contents01 li{
    display: block;
    text-align: left;
}
section#contents01 li:nth-child(2) {
    padding: inherit;
}
section#contents01 li section{
    padding-bottom: 25px;
    border-bottom: solid 1px #444;
    display: table;
}
section#contents01 li:nth-child(3) section{
    border: none;
    padding-bottom: 0;
}
section#contents01 li section img,
section#contents01 li section div.contents01_text_area{
    display: table-cell;
    vertical-align: middle;
}
section#contents01 li section img{
    width: 80%;
}

section#contents01 li section div.contents01_text_area{
    width: 65%;

}
section#contents01 div.contents01_text_area h1{
    text-align: left;
}
section#contents01 div.contents01_text_area p{
    font-size: 1em;
}

/*------------------------------------------------------------------------------
contents_02
------------------------------------------------------------------------------*/
section#contents02 ul{
    display: table;
}
section#contents02 li{
    display: table-footer-group;
}
section#contents02 li:nth-child(1){
    width: 100%;
    padding-right: 50px;
}
section#contents02 li:nth-child(2){
    width: 100%;
}
section#contents02 h1{
    font-size: 1.50em;
    text-shadow: 1px 1px 3px #C6C6C6;
    color: #4D4D4D;
    padding: 30px 0;
}
section#contents02 p{
    font-size: 1.2em;
    line-height: 1.75em;
}


/*------------------------------------------------------------------------------
contents_03
------------------------------------------------------------------------------*/
section#contents03 ul{
    display: table;
}
section#contents03 li{
    display: table-header-group;
}
section#contents03 li:nth-child(1){
    width: 405px;
}
section#contents03 li:nth-child(2){
    width: 485px;
    padding-left: 50px;
}
section#contents03 h1{
    font-size: 1.50em;
    text-shadow: 1px 1px 3px #C6C6C6;
    color: #4D4D4D;
    padding: 30px 0;
}
section#contents03 p{
    font-size: 1.2em;
    line-height: 1.75em;
}

/*------------------------------------------------------------------------------
contents_04
------------------------------------------------------------------------------*/
section#contents04{
    background-color: #EFEEEE;
}
section#contents04 h1{
    font-size: 1.4em;
    text-shadow: 1px 1px 3px #C6C6C6;
    color: #4D4D4D;
    padding: 30px 15px;
    padding-bottom: 0;
}
section#contents04 p{
    font-size: 1.1em;
    text-align: left;
}
section#contents04 ul{
    width: 100%;
    display: inherit;
    table-layout: fixed;
}
section#contents04 li{
    display: inherit;
    text-align: center;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 20px;
}
section#contents04 li img{
    width: 90%;
    margin: auto;
}
section#contents04 li section{
    height: auto;
}
selection#content
section#contents04 li:nth-child(1){
    padding-right: inherit;
    display: table;
}
section#contents04 li:nth-child(2){
    padding: inherit;
    display: table;
}
section#contents04 li:nth-child(3){
    padding-left:  inherit;
    display: table;
    border: none;
    padding-bottom: 0;
}

/*------------------------------------------------------------------------------
contents_05
------------------------------------------------------------------------------*/
section#contents05{
    text-align: center;
    background-size: 100%;
    height: 560px;
}
section#contents05 h1{
    font-size: 1.50em;
    text-shadow: 1px 1px 3px #C6C6C6;
    color: #4D4D4D;
    padding-bottom: 40px;
}section#contents05 p{
    font-size: 1.1em;
}
section#contents05 p img{
    width: 100%;
}

/*------------------------------------------------------------------------------
contents_06
------------------------------------------------------------------------------*/
section#contents06 ul{
    display: table;
}
section#contents06 li{
    display: table-footer-group;
}
section#contents06 li:nth-child(1){
    width: 100%;
    padding-right: 50px;
}
section#contents06 li:nth-child(2){
    width: 100%;
}tion#contents06 h1{
    font-size: 1.50em;
    text-shadow: 1px 1px 3px #C6C6C6;
    color: #4D4D4D;
    padding-bottom: 40px;
}
section#contents06 h1{
    padding-bottom: 15px;
}
section#contents06 p{
    font-size: 1.1em;
    line-height: 1.75em;
}
.plan_area img,
.plan_option_area img{
    width: 100%;
}

/*------------------------------------------------------------------------------
contents_07
------------------------------------------------------------------------------*/

div.price_box{
    width: 86%;
}
/*------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------*/
section#contact{
    border-top: solid 1px #CCC;
    text-align: center;
    padding:0 0 50px;
}

section#contact h1{
    font-size: 1.60em;
    text-shadow: 1px 1px 3px #C6C6C6;
    color: #4D4D4D;
    padding-bottom: 40px;
}
section#contact div.action_btn{
    margin: 0 auto;
}

/*------------------------------------------------------------------------------
break
------------------------------------------------------------------------------*/
div.break{
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}
div.break:nth-of-type(2){
    background-image: url(../img02/key_visual02.jpg);
}
div.break:nth-of-type(1){
    background-image: url(../img02/key_visual04.jpg);
    background-position-y: 0;
}
/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/
footer{
    background-color: #31313B;
    color: #B3B3B3;
}
footer a{
    color: #B3B3B3;
}
footer a:hover{
    color: #696969;
}
footer div.contents_box{
    padding: 30px 5%;
}
footer ul {
    display: block;
    font-size: 0.80em;
}
footer li{
    display: block;
}
footer nav ul{
    display: table;
    padding-bottom: 10px;
    font-size: 1.0em;
    width: 100%;
}
footer nav ul li{
    display: block;
    padding-right: 25px;
    border-bottom: solid 1px #565656;
    padding: 5px 0;
    width: 100%;
}
footer p{
    font-size: 0.8em;
}
/*------------------------------------------------------------------------------
action_btn
------------------------------------------------------------------------------*/
div.action_btn{
    width: 100%;
    font-size: 1.10em;
    text-align: center;
    box-shadow: 1px 1px 3px #383838;
    display: block;
    background-color: #00A8D0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.action_btn p a{
    height: 48px;
    line-height: 48px;
    color: #FFF;
    display: block;
    padding-left: 0;
    background-image: none;
}
div.action_btn p a:hover{
    background-color: #6EBFD2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.text_link{
    padding-top: 25px;
}

}