@charset "UTF-8";


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
img {
	width:100%;
	border:none;
	vertical-align:bottom;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
	text-decoration:none;
	outline:none;
    color: #2B2929;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:baseline;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
	-webkit-appearance:none;
	border-radius:0;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: none;
}
.clearfix:after {
    content: "."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
.floatL {
	float:left;
	display:inline;
}
.floatR {
	float:right;
	display:inline;
}
.alignCenter {text-align:center;}
.alignLeft {text-align:left;}
.alignRight {text-align:right;}
.valignTop {vertical-align:top;}
.valignMiddle {vertical-align:middle;}
.valignBottom {vertical-align:bottom;}
.bold { font-weight:bold; }
.fred { color: #e50012; font-weight:bold; }
.mb15 { margin-bottom: 15px; }

.pcon { display:block; }
.spon { display:none; }
@media only screen and (max-width:660px){
.pcon { display:none; }
.spon { display:block; }
}


/* body
-------------------------------------------------*/
body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.75;
	color: #231815;
	-webkit-text-size-adjust: 100%;
}


/* #wrapper
-------------------------------------------------*/
#wrapper {
	width: 100%;
    max-width: 660px;
    margin: 0 auto;
}


/* header, section
-------------------------------------------------*/
header,
section {
	width: 100%;
}
header p,
section .inner {
	max-width: 630px;
	margin: 15px auto;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 44px;
    background-color: #91aa2b;
    padding: 0 15px;
    margin-bottom: 20px;
}

/* .campaignBox
-------------------------------------------------*/
.campaignBox {
	margin-bottom: 50px;
	padding: 25px;
	position: relative;
	width: auto;
	background-color:#FFEAEA;
}
.campaignBox .campaignTxt {
	display: inline-block;
	width: 400px;
	vertical-align:top;
	font-size: 120%;
}
.campaignBox .campaignTxt .campaignTitle {
	display: block;
	background: url("../img/icon_pre.png") left top no-repeat;
	background-size: 50px auto;
	padding: 5px 0 5px 60px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.campaignBox .campaignImg {
	display: inline-block;
	width: 200px;
	vertical-align:top;
}
.campaignBox .campaignImg img {
	width: 100%;
	height: auto;
}
.campaignBox .campaignBtn1 {
	display: block;
}
.campaignBox .campaignBtn1 a {
	text-align: center;
	background-color:#FF7200;
	padding: 5px 10px;
	display:inline-block;
	color: #FFFFFF;
}
.campaignBox .campaignBtn1 a:hover {
	opacity: 0.8;
}
.campaignBox .campaignBtn2 {
	display: none;
}
@media only screen and (max-width:660px){
.campaignBox {
	margin: 4vw;
}
.campaignBox .campaignTxt {
	display: block;
	width: auto;
	font-size: 3.2vw;
	text-align: center;
}
.campaignBox .campaignTxt .campaignTitle {
	font-size: 4vw;
	padding: 5px 0 5px 50px;
	background-size: 50px auto;
}
.campaignBox .campaignImg {
	display: block;
	width: 80%;
	text-align: center;
	margin: 0 auto 15px auto;
}
.campaignBox .campaignBtn1 {
	display: none;
}
.campaignBox .campaignBtn2 {
	display: block;
}
.campaignBox .campaignBtn2 a {
	text-align: center;
	background-color:#FF7200;
	padding: 15px 10px;
	display:block;
	color: #FFFFFF;
}
}


/* .cont1
-------------------------------------------------*/
.cont1 {
    margin-bottom: 50px;
}
.cont1 h3 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.cont1 ul {
    text-align: center;
    font-size: 0;
    margin-bottom: 25px;
}
.cont1 ul li {
    font-size: 13px;
    width: 200px;
    display: inline-block;
    vertical-align: top;
}
.cont1 ul li:nth-child(2n) {
    width: 15px
}
.cont1 ul li:nth-child(2n) span {
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #91aa2b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: 55px;
}
.cont1 ul li img {
    width: 120px;
    margin: 0 auto;
}
.cont1 ul li h4 {
    font-size: 14px;
    color: #91aa2b;
    font-weight: bold;
    margin: 10px 0;
}
.cont1 ul li p {
    text-align: left;
    line-height: 1.5;
}
.cont1 .txt {
    text-align: center;
    background-color: #f2f2f2;
    padding: 15px 0;
}


/* .cont2
-------------------------------------------------*/
.cont2 {
    margin-bottom: 50px;
}
.cont2 ul {
    margin-bottom: 20px;
}
.cont2 ul li {
    line-height: 1.85;
    padding-left: 1em;
    text-indent: -1em;
}
.cont2 ul li::before {
    content: '●';
    color: #91aa2b;
}
.cont2 ul li.fred::before {
    content: '●';
    color: #ff0000;
}
.cont2 .box {
    background-color: #f2f2f2;
    padding: 20px;
}
.cont2 .box h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.cont2 .box ol {
    padding-left: 2em;
    margin-bottom: 10px;
}
.cont2 .box ol li {
    line-height: 1.85;
}


/* .cont3
-------------------------------------------------*/
.cont3 {
    margin-bottom: 50px;
}
.cont3 h3 {
    font-size: 18px;
    font-weight: bold;
    color: #91aa2b;
    margin-bottom: 10px;
}
.cont3 .list li {
    padding-left: 1em;
    text-indent: -1em;
}
.cont3 .tab {
    width: 100%;
    font-size: 0;
    padding-top: 20px;
}
.cont3 .tab li {
    width: 32%;
    height: 101px;
    margin-right: 2%;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    background: url("../img/nav1_on.png") center top no-repeat;
    background-size: 100% auto;
    transition: .3s;
}
.cont3 .tab li:nth-child(2) {
    background: url("../img/nav2_on.png") center top no-repeat;
    background-size: 100% auto;
}
.cont3 .tab li:hover img,
.cont3 .tab li.active img {
    opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition:opacity 300ms;
}
.cont3 .tabarea .tabinn {
    display: none;
    border: 1px solid #9b9b9b;
    padding: 25px 30px;
}
.cont3 .tabarea .tabinn.show {
    display: block;
}
.cont3 .tabarea .tabinn table {
    width: 100%;
    font-size: 12px;
}
.cont3 .tabarea .tabinn table th {
    background-color: #91aa2b;
    color: #fff;
    font-weight: normal;
    padding: 3px 0;
    width: 74%;
}
.cont3 .tabarea .tabinn table th:nth-child(2) {
    background-color: #fff;
    width: 3%;
}
.cont3 .tabarea .tabinn table td {
    font-weight: normal;
    padding: 5px;
    border-bottom: 1px dashed #9b9b9b;
}
.cont3 .tabarea .tabinn table td:last-child {
    text-align: center;
}
.cont3 .privacy {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 30px;
}
.cont3 .btn .disabled {
    pointer-events: none;
}


@media only screen and (max-width:660px){
/* body
-------------------------------------------------*/
body {
	font-size: 3.4vw;
}

/* header, section
-------------------------------------------------*/
header p,
section .inner {
	margin: 4vw;
}
h2 {
    font-size: 4.2vw;
    line-height: 12vw;
    padding: 0 4vw;
    margin-bottom: 4vw;
}

/* .cont1
-------------------------------------------------*/
.cont1 {
    margin-bottom: 10vw;
}
.cont1 h3 {
    font-size: 3.6vw;
    margin-bottom: 4vw;
}
.cont1 ul {
    margin-bottom: 6vw;
}
.cont1 ul li {
    font-size: 3vw;
    width: 30%;
}
.cont1 ul li:nth-child(2n) {
    width: 5%;
}
.cont1 ul li:nth-child(2n) span {
    border-left: 2vw solid #91aa2b;
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    margin: 12vw auto 0;
}
.cont1 ul li img {
    width: 100%;
    height: auto;
}
.cont1 ul li h4 {
    font-size: 3.2vw;
    margin: 1.5vw 0;
}
.cont1 .txt {
    padding: 3vw;
    font-size: 4vw;
}

/* .cont2
-------------------------------------------------*/
.cont2 {
    margin-bottom: 10vw;
}
.cont2 ul {
    margin-bottom: 4vw;
}
.cont2 .box {
    padding: 5vw 3.5vw;
    font-size: 3.2vw;
}
.cont2 .box h3 {
    font-size: 3.4vw;
    margin-bottom: 2vw;
}
.cont2 .box ol {
    padding-left: 1.5em;
    margin-bottom: 1.5vw;
}

/* .cont3
-------------------------------------------------*/
.cont3 {
    margin-bottom: 10vw;
}
.cont3 h3 {
    font-size: 4vw;
    margin-bottom: 2vw;
}
.cont3 .tab {
    padding-top: 3vw;
}
.cont3 .tab li {
    height: 14.645825vw
}
.cont3 .tabarea .tabinn {
    padding: 2vw 3vw;
}
.cont3 .tabarea .tabinn table {
    font-size: 2.4vw;
}
.cont3 .tabarea .tabinn table th {
    padding: 0.5vw 0;
}
.cont3 .tabarea .tabinn table td {
    padding: 1vw;
}
.cont3 .privacy {
    font-size: 4vw;
    margin: 8vw 0 4vw;
}
}