@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;
}

/* base */

body {
    background: #e84900;
    font-size: 10px;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
}
p {
    line-height: 1.5;
}
img {
    vertical-align: bottom;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.inner {
    box-sizing: border-box;
    width: 100%;
    min-width: 320px;
    padding: 0 5%;
}
.annotation:after {
    content: "※";
    font-size: 6px;
    position: relative;
    top: -3px;
}

/* header */

.headerMain {
    width: 100%;
    min-width: 320px;
    position: relative;
}
.headerMain h1 {
    box-sizing: border-box;
    width: 100%;
    min-width: 320px;
    padding: 0 5%;
    position: absolute;
    top: 8%;
    left: 0;
}
.headerMain .logo {
    text-align: center;
}
.headerMain #logo img{
	width: 100%;
}

.headerMain #logo { position: absolute; top: 0; left: 5%;z-index:10;width: 90% }

.headerMain #logo:after{
	content: "";
	clear: both;
	display: table;
}
.headerMain #logo .header-logo,
.headerMain #logo .katene-logo{
	float: left;	
}
.headerMain #logo .header-logo {
	width: 11%;
}
.headerMain #logo .katene-logo{
	padding: 5px 0 0 3.448275862068966%;
	width: 31%;
}


.kateene {
  width: 36%;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -18%;
}
.fukidashi1 {
    width: 48%;
    position: absolute;
    bottom: 34%;
    left: 2%;
}
.fukidashi2 {
    width: 46%;
    position: absolute;
    bottom: 34%;
    right: 2%;
}

/* point common*/

.point {
    min-width: 320px;
    margin-top: -1px;
    padding-bottom: 45px;
    background: #f9edb0 url(/campaign/point/sp/images/bg.jpg) repeat center top;
}
.point .inner {
    margin-top: 15px;
}
.point h2 {
    margin: 15px 0;
}
.pointHeader {
    text-align: center;
}
.pointBody {
    margin-bottom: 15px;
    padding-bottom: 3%;
    background: url(/campaign/point/sp/images/p_bg_bottom.png) no-repeat center bottom;
    background-size: 100%;
}
.pointBodyInner {
    box-sizing: border-box;
    padding: 20px 20px 0;
    background: url(/campaign/point/sp/images/p_bg_middle.png) repeat-y center top;
    background-size: 100%;
}
.pointText {
    padding-top: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #e84900;
    text-align: center;
}
.pointBtn {
    margin-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.pointBtn li {
    margin-bottom: 15px;
}
.pointBtn p {
    margin-bottom: 10px;
}
.company {
    margin-bottom: 15px;
    text-align: center;
}
.company:after {
	content: "";
	clear: both;
	display: table;
}
.company li {
	float: left;
	width: 33.33333%;
	box-sizing: border-box;
}

.company li img{
	max-width: 100%;
}
/* point individual*/

.point1 {
    margin-bottom: 30px;
}
.point2 .caption {
    font-size: 5px;
}
.target {
    box-sizing: border-box;
    margin-top: 15px;
    padding: 15px 15px 10px;
    background: #eaeaea;
    border-radius: 10px;
    line-height: 1.7;
}
.target h4 {
    font-weight: bold;
}
.target .caption {
    margin: 5px 0 15px;
    font-size: 9px;
}
.conditions {
    box-sizing: border-box;
    margin-bottom: 5px;
    padding: 8px 10px;
    border: 1px solid #fff;
    background: #f9edb0;
    border-radius: 10px;
}
.conditions p {
    color: #e84900;
    font-weight: bold;
}
.company1 .logo1 {
    padding-right: 20px;
}
.company1 .logo2 {
    padding-left: 10px;
}
.company2 li {
}
.company2 .logo1 {
	padding: 5px;
}
.company2 .logo2 {
	padding: 5px;
}
.company2 .logo3 {
	padding: 5px;
}

.company1+ .pointText {
    text-align: left;
    background: url(/campaign/point/sp/images/p11_img3.gif) no-repeat right bottom;
    background-size: 79px 31px;
}

/* info */

.info {
    width: 100%;
    min-width: 320px;
    padding: 45px 0;
    background: #fff url(/campaign/point/sp/images/bg_y.jpg) repeat center top;
}
.info h2 {
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.info h2:after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    right: 10px;
    background: url(/campaign/point/sp/images/i_open.png) no-repeat center top;
    background-size: 23px;
}
.info .open:after {
    background: url(/campaign/point/sp/images/i_close.png) no-repeat center top;
    background-size: 23px;
}
.infoWrap {
    display: none;
}
.info1 .infoWrap {
    padding-bottom: 45px;
}
.infoImg {
    line-height: 1;
    text-align: center;
}
.infoBody {
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 20px;
    background: #f9edb0;
    border-radius: 10px;
}
.info1 .infoBody {
    background: #f9edb0 url(/campaign/point/sp/images/i1_bg.png) no-repeat right top;
    background-size: 94px 47px;
}
.info1 h3 {
    margin-bottom: 15px;
}
.info1 h4 {
    margin-bottom: 5px;
    font-weight: bold;
}
.info1 p {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.6;
}
.info1 dt {
    margin: 15px 0 10px;
    color: #0bafe4;
    font-size: 12px;
    font-weight: bold;
}
.register {
    line-height: 1.7;
}
.method {
    margin-bottom: 15px;
    background: url(/campaign/point/sp/images/i1_img2.gif) no-repeat right bottom;
    background-size: 69px 86px;
    position: relative;
}
.method ul {
    margin-bottom: 15px;
    font-weight: bold;
}
.fukidashi3 {
    position: absolute;
    top: 15px;
    right: 55px;
}
.ready {
    position: relative;
}
.ready ul {
    margin-bottom: 10px;
}
.ready img {
    margin-bottom: 15px;
}
.ready span {
    color: #ec9f3c;
}
.ready em {
    color: #ff0000;
}
.i1Btn1 {
    margin: 10px 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.i1Btn2 {
    width: 86%;
    margin: 0 7%;
}
.fukidashi4 {
    position: absolute;
    top: 106px;
    right: 0;
}
.info2 h3 {
    margin-bottom: 10px;
    color: #614019;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.7;
}
.plane {
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 1px;
    text-align: center;
    font-weight: bold;
}
.plane1 {
    background: #6bd7e2;
}
.plane2 {
    background: #ffc3cc;
}
.plane3 {
    margin-bottom: 5px;
    background: #fbcb00;
}
.plane h4 {
    padding: 8px 0;
    border-bottom: 1px solid #fff;
    font-size: 13px;
}
.plane dt {
    display: table;
    width: 100%;
    min-height: 25px;
    text-align: center;
    line-height: 1.5;
}

/*.plane2 dt {
  box-sizing: border-box;
  padding-left: 18%;
    text-align: left;
}*/

.plane dt span {
    display: table-cell;
    vertical-align: middle;
}
.plane dd {
    box-sizing: border-box;
    padding: 6px;
    text-align: center;
    background: #fff;
}
.info2 .caption {
    float: right;
    color: #614019;
    font-size: 9px;
    margin-bottom: 12px;
}
.change {
    margin-bottom: 25px;
}
.change h3 {
    clear: both;
}
.change .odd {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding-right: 15px;
}
.change .even {
    float: right;
    box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
}
.changeBefore p {
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 8px 0;
    border: 1px solid #6fe7a1;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: #fff;
}
.changeBefore p:after {
    content: "";
    display: block;
    width: 18px;
    height: 9px;
    margin-left: -9px;
    background: url(/campaign/point/sp/images/i2_arrow.gif) no-repeat center top;
    background-size: 18px 9px;
    position: absolute;
    bottom: -13px;
    left: 50%;
}
.changeAfter {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    background: #6fe7a1;
    font-size: 13px;
    font-weight: bold;
}
.link {
    margin-bottom: 10px;
    text-align: center;
}
.link p {
    margin-bottom: 8px;
}
.step .odd {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding-right: 15px;
}
.step .even {
    float: right;
    box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
}

/* attention */

.attention {
    width: 100%;
    min-width: 320px;
    padding: 30px 0;
    background: #eaeaea;
}
.attention h2 {
    margin-bottom: 15px;
    color: #614019;
    font-size: 11px;
    font-weight: bold;
}
.attention ul {
    line-height: 1.8;
}

/* footer */

.footerMain {
    width: 100%;
    min-width: 320px;
    padding: 15px 0;
    color: #fff;
    font-size: 8px;
    text-align: center;
}
.btn01{
	margin: 10% 5% 0;
	text-align: center;
}
.btn01 img {
	width: 100%;
}
.plane dd.flex {
    display: flex;
    justify-content: center;
}
.plane dd .asset-blue {
    display: inline-block;
    width: 60px;
    padding: 5px;
    background-color: #6bd7e2;
    border-radius: 4px;
}
.plane dd .asset-pink {
    display: inline-block;
    width: 60px;
    padding: 5px;
    background-color: #ffc3cc;
    border-radius: 4px;
}
.plane dd .asset-yellow {
    display: inline-block;
    width: 60px;
    padding: 5px;
    background-color: #fbcb00;
    border-radius: 4px;
}
.plane dd .otoku {
    display: inline-block;
    width: 140px;
    margin-left: 10px;
    padding-top: 5px;
    font-size: 13px;
    color: #e84900;
}
#footer-copyright{background-color:#ffffff}#footer-copyright .footer-copyright-logo{padding-top:20px;text-align:center}@media only screen and (max-width: 768px){#footer-copyright .footer-copyright-logo{padding-top:20px}}#footer-copyright .footer-copyright-logo img{width:139px;height:45px}@media only screen and (max-width: 768px){#footer-copyright .footer-copyright-logo img{width:125px;height:40px}}#footer-copyright .footer-copyright{padding-top:30px;padding-bottom:30px}@media only screen and (max-width: 768px){#footer-copyright .footer-copyright{padding-top:20px;padding-bottom:20px}}#footer-copyright .footer-copyright>p{text-align:center;color:#595757;font-size:11px;font-family:'Montserrat', sans-serif}@media only screen and (max-width: 768px){#footer-copyright .footer-copyright>p{font-size:9px}}
.button-center {
    margin-left: 20px;
    margin-right: 20px;
}