﻿@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	-webkit-box-sizing : border-box;
}

body{
	font-size:1.6rem;
	letter-spacing:0.1rem;
	line-height:1.8;

}

img{
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
	width /***/:auto;	/*IE8のみ適用*/
}

.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.center{
    text-align: center;
}

.footer{
    text-align: center;
    font-size: 1.4rem;
    padding: 2% 2% 5%;
}

.l-main{
    width:100%;
    overflow: hidden;
    margin: 0 auto;
}
.l-inner{
    max-width: 900px;
    width: 96%;
    margin: 0 auto;
}

.bk-orange1{
    padding: 5% 0;
    background: #ff8a3b;
}

.bk-orange2{
    padding: 5% 0;
    background: #ffdcc5;
}
.bk-orange3{
    padding: 0 0 5%;
    background: #ff7619;
}

.main-title{
    text-align: center;
    width: 70%;
    margin: 0 auto 2%;
}

.top-catch{
    font-size: 2rem;
    text-align: center;
}

.top-catch span{
    display: inline-block;
}

.top-catch p:last-child{
    font-size: 3rem;
    font-weight: 600;
    margin-top: 3%;
}

.point-title{
    text-align: center;
    width: 70%;
    margin: 0 auto 4%;
}


.point-catch{
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 5%;
}

.point-list li{
    width: 50%;
    margin-bottom: 6%;
}

.point-list li img{
    width: 110%;
    height: auto;
    max-width: inherit;
    margin-left: -5%;
}

.btn{
    text-align: center;
}

.btn a{
    display: inline-block;
    padding: 0 5%;
}

.campaign-list li{
    margin-bottom: 5%;    
    text-align: center;
}

ol{
    counter-reset: hoge;
    margin-bottom: 5%;
}

ol li{
    position: relative;
    padding-left: 34px;
    margin-bottom: 1%;
    text-align: left;
    font-size: 2rem;
    font-weight: 600;

}

ol li:before{
   content: counter(hoge);
    counter-increment: hoge;
    width: 24px;
    position: absolute;
    z-index: 2;
    left: 0;
    top:5px;
    font-size: 1.4rem;
    text-align: center;
}

ol li:after{
    content:"";
    position: absolute;
    left: -1px;
    top:5px;;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border:1px solid #222;
}

ol li:last-of-type{
    margin-bottom: 0;
    border-bottom:0;
    padding-bottom: 0;
}

.note{
    font-size: 1.4rem;
    margin-bottom: 8%;
}

.campaign-oubo{
    max-width: 700px;
    margin: 0 auto;
}

.campaign-title{
    text-align: center;margin-bottom: 3%;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.5rem;
    text-indent: 0.5rem;
}

.campaign-txt{
    font-weight: 600;
    font-size: 1.7rem;
    margin-bottom: 2%;
}

.back{
    display: block;
    text-decoration: none;
    color:#074377;
    background:#fff;
    padding: 10px 0;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    border:2px solid #074377;
    font-weight: bold;
}


.note li{
    padding-left: 20px;    
    position: relative;
    margin-bottom: 1%;
}

.note li:before{
    content:"※";
    position: absolute;
    left: 0;
}

@media screen and (max-width:700px) { 
    html{
        font-size: 50%;
    }
    .pc_only{
        display: none;
    }
    .l-inner{
        width: 94%;
    }
    
    .bk-orange1 , .bk-orange2{
        padding: 30px 0;
    }
    
    .bk-orange3{
        padding-bottom:  50px;
    }

    .main-title {
        width: 90%;
        margin-bottom: 30px;
    }
    
    .point-title{
        width: 90%;
        margin-bottom: 20px;
        
    }
    
    .top-catch{
        font-size: 1.7rem;
        text-align:left;;
    }    


    .top-catch p:last-child{
        font-size: 2.2rem;
        text-align: center;
    }
    
    .point-catch{
        font-size: 1.8rem;
    }
    
    .point-list li{
        width: 100%;
    }
    
    .campaign-title{
        font-size: 2rem;
        margin-top: 30px;
    }
    
    .campaign-txt{
        margin-bottom: 15px;
        font-size: 1.6rem;
    }
    
    ol{
        margin-bottom: 20px;
    }
    ol li{
        padding-left: 26px;
        font-size: 1.7rem;
    }
    ol li:before{
        width: 20px;
        top:3px;
    }
    ol li:after{
        width: 20px;
        height: 20px;
        top:2px;
    }
    .note li{
        padding-left: 16px;
    }
    .note li br{
        display: none;
    }

 }