@charset "UTF-8";
/* CSS Document */


/*===================================
page_common Style
===================================*/

body{
    font-size: 62.5%;
}
.wrapper{
    width: 100%;
    text-align: center;
}
.inner_wrapper{
    max-width: 840px;
    display: inline-block;
}
.contents{
    text-align: left;
}

a{
    
}

.inner_contet figure{
    

}
.inner_contet figure img{
    width: 30%;
/*    text-align: center;*/
    margin-bottom: 10px;
    border: 1px solid #eee;
}
.inner_contet figure figcaption{
    font-size: 16px;
    width: 65%;
    text-align: left;
    margin: 0 auto;
    line-height: 2;
    float: right;
}
    
.inner_contet figure p {
    font-size: 1.5em; 
    width: 65%;
    text-align: left;
    margin: 0 auto;
    line-height: 2;
    float: right;
}


/*===================================
page_title Style
===================================*/
h1 {
    font-size: 3em;
    margin: 0.67em 0;
    font-weight: bold;
    line-height: 1.25;
}



h2 {
    position: relative;
    font-size: 2.8em;
    color: #fff;
    padding: 20px 10px;
    background-color: #006699;
    margin: 1em 0;
}
h2::before{
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #006699;
    content: '';
}


h3 {
    font-size: 2.1em;
    padding: 10px 0;
    color: #000;
    margin: 1.5em 0 1em 0;
    border-bottom: 1px solid #006699;
    border-left: 10px solid #006699;
    padding: 7px 14px;
}


/*
h2 {
  
   color: #000;

	position: relative;
	margin-left:1.1em; 
}
h2:before {
    content: " ";
    width: 0.2em;
    height: 1.8em;
    background: #3384c1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1em;
    margin: auto;
}*/

/*===================================
list Style
===================================*/
ul, ol {

    padding: 1.5em 0 1em 0;
    font-size: 1.6em;
    
}

ul li, ol li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style: disc;
    list-style-position: inside;
}

/*===================================
page_firstview Style
===================================*/
.first_view_img_in{
	width: 100%;
	height:600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
    background-image: url(../img/main.png);
}

p {
	font-size: 1.6em;
	line-height: 2;
}

/*===================================
underLine Style
===================================*/
.lined{
    border-bottom: dotted 2px #ff6347;
}
.underline_yel{
	background: linear-gradient(transparent 40%, #ff0 0%);
}
.alert{
	color: #ff6347;
}
/*.underline_yel:after{
	content: " ";
    background-color: yellow;
    width: 100%;
    display: inline-block;
    height: 1.7em;
	z-index: 0;
}*/
/*.underline_yel:after {
    position: absolute;
    background-color: yellow;
    height: 10px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: " ";
    z-index: -1;
}*/

/*===================================
footer Style
===================================*/
footer{
    border-top: 2px #006699 solid;
    padding: 15px 0;
}
footer > .contents{
    width: 840px;
    display: flex;
        display: -ms-flexbox;
    justify-content: space-between;
        -ms-flex-pack: justify; 
    margin: 0 auto;
}
footer a{
    color: inherit;
    text-decoration: none;
}

/*===================================
header Style
===================================*/
header{
    border-bottom: 2px #006699 solid;
    /*margin-bottom: 10px;*/
    padding-top: 15px;
}

header .logo{
    width: 190px;
    height: 47px;
    vertical-align: baseline;
}

.logo_area {
    width: 840px;
    text-align: left;
    margin: 0 auto;
}
.logo_area p{
    display:inline-block;
    vertical-align:middle;
    height: 47px;
    padding-left: 15px;
}

/*===================================
plan Style
===================================*/

.plan {
    margin-top: 15px;
    display: flex;
        display: -ms-flexbox; 
    justify-content: space-around;
        -ms-flex-pack: justify; 
}

.plan img{
    height:200px;
}

.plan ul{
    padding: 0 0 0 15px;
}

.plan ul li {
    line-height: 1.5;
    padding: 0.5em 0;

}

.price{
    font-size: 1.5em;
    margin-right: 7px;
}

.sm{
    display:none;
}

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

特定商取引

----------------------------------------------------------*/
#store_area {
  background-color: #f8f8f8;
  padding: 30px 0px; }

#store_area .wrap {
  margin: 0 auto;
  border: #ebebeb 1px solid;
  background: #fff;
  padding: 40px 40px 60px; 
  width: 780px;
}

#store_area .area_title {
  margin-top: 0px;
  height: 60px;
  text-align: center; 
  font-weight: 300;
  font-size: 32px;
}

#store_area p {
  line-height: 1.5em; 
  font-size: 1.5em;
}

#store_area .area_content {
  margin-top: 2em;
  counter-reset: number;
  text-align: left;
}

#store_area .area_content h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px; 
  border: none; 
  padding: 7px 0px;
}

#store_area .area_content ol, #store_area .area_content ul {
  margin: 1.5em 3.5em 0 3.5em; }

#store_area .area_content ol li {
  margin-bottom: 10px; }

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

利用規約

----------------------------------------------------------*/
#tos_area {
  background-color: #f8f8f8;
  padding: 30px 0px; }

#tos_area .wrap {
  margin: 0 auto;
  border: #ebebeb 1px solid;
  background: #fff;
  padding: 40px 40px 60px; 
  width: 780px;
}

#tos_area .area_title {
  margin-top: 0px;
  height: 60px;
  text-align: center;
  font-weight: 300;
  font-size: 32px;
}

#tos_area p {
  line-height: 2em; 
  font-size: 1.5em;
}

#tos_area .area_content {
  margin-top: 2em;
  counter-reset: number; 
  text-align: left;
}

#tos_area .area_content h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px; 
  border: none;
  padding: 7px 0;
}

#tos_area .area_content h3::before {
  counter-increment: number;
  content: counter(number) ". ";
  padding-right: 5px; 
}

#tos_area .area_content ol, #tos_area .area_content ul {
  margin: 1.5em 2.0em 0 2.0em; }

#tos_area .area_content ol li {
  margin-bottom: 10px; }

#tos_area .area_content ul li {
  list-style-type: disc; }

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

個人情報

----------------------------------------------------------*/
#policy_area {
  background-color: #f8f8f8;
  padding: 30px 0px; }
  

#policy_area .wrap {
  margin: 0 auto;
  border: #ebebeb 1px solid;
  background: #fff;
  padding: 40px 40px 60px; 
  width: 780px;
}

#policy_area .area_title {
  margin-top: 0px;
  height: 60px;
  text-align: center; 
  font-weight: 300;
  font-size: 32px;
}
#plocy_area h1  {
    font-weight: 300;
    font-size: 32px;
    
}
#policy_area .area_content {
  margin-top: 2em; 
  text-align: left;
}

#policy_area .area_content p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px; }

#policy_area .area_content ol {
  /*margin: 0px 2em 0px 1.5em; */}

#policy_area .area_content ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
  font-size:14px;
}

#policy_area .area_content ol .sec {
  margin-left: 1em; 
  padding : 0.5em 0 1em 0;
}

#policy_area .area_content ol.sec li {
  list-style-type: decimal;
  padding-left: 20px; }


h3  br {
    display: none;
    
}

@media screen and (min-width: 499px) { 
  }


@media screen and (min-width: 500px) and (max-width: 999px) {
    
    section{
        margin-bottom: 70px;
    }
    h3 {
        font-size: 2em;
        padding: 7px 14px;
        line-height: normal;
    }
    h3  br {
    display: block;
    }
    ul li, ol li {
    list-style-position: outside;
    }
    .inner_wrapper{
        max-width: 90%;
        
    }
    .first_view_img_in{
	    width: 100%;
        height:2000px;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: contain;
        background-image : url(../img/main_sm.png);
    }
    .inner_contet figure {
    text-align: center;
    }
    .inner_contet figure img {
        width: 70%;

        margin-bottom: 10px;
        border: 1px solid #eee;
    }
    .inner_contet figure figcaption {
        font-size: 2em;
        width: 100%;
        text-align: left;
        margin: 0 auto;
        line-height: 2;
    }
    
    .inner_contet figure p {
        font-size: 1em;
        text-align: left;
        margin: 0 auto;
        float: none;
        width: 100%;
    }
    .plan {
        margin-top: 20px;
        min-height: 450px;
        justify-content:flex-start;
    }
   .plan ul {
        padding: 0 0 0 40px;
        font-size: 2.5em;
    }

    .plan ul li {
        list-style-position: inside;
    }
    .plan > .sm{
        display: flex;
            display: -ms-flexbox;
        flex-direction: column;
        justify-content: space-around;
            -ms-flex-pack: justify; 
    }
    .plan img {
    height: 200px;
    }

    .pc{
        display:none;
    }
    footer > .contents{
        width: 80%;
    }
}
