﻿@charset "utf-8";

/*##################################################
-------------LIST-------------
 00: Reset
 01: Link
 02: Common
 03: Wrapper
 04: Header
 05: Contents
 06: Footer
------------------------------
##################################################*/



/* --------------------------------------------------
 00: Reset Style
 -------------------------------------------------- */
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;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #333;
	margin: 0 auto;
	font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 14px;
	line-height: 1.8;
}
html>/**/body {
	font-size: 14px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

ol,ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

em {
	font-style: normal;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #946134;
}

input, select, img {
	vertical-align: middle;
}

/* --------------------------------------------------
 01: Link Style
 -------------------------------------------------- */
a { color: rgba(84, 165, 63, 1); text-decoration: none;}
a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { color: rgba(84, 165, 63, .7); text-decoration: underline;}
a:active { color: rgba(84, 165, 63, .7);}

.fordetail a { color: #e94c55 ; text-decoration: underline;}
.fordetail a:link { text-decoration: underline;}
.fordetail a:visited { text-decoration: underline;}
.fordetail a:hover { color: #e94c55 ; text-decoration: none;}
.fordetail a:active { color: #e94c55 ;}

/* --------------------------------------------------
 02: Common Style
 -------------------------------------------------- */

/* color
 -------------------------------------------------- */
.txRed { color: #f00 !important;}

/* float
 -------------------------------------------------- */
.fl { float: left !important;}
.fr { float: right !important;}

/* align
 -------------------------------------------------- */
.taL { text-align: left !important;}
.taR { text-align: right !important;}
.taC { text-align: center !important;}

/* size
 -------------------------------------------------- */
.txS { font-size: 10px !important;}
.txM { font-size: 12px !important;}
.txL { font-size: 16px !important;}
.txLL { font-size: 18px !important;}
.txXL { font-size: 20px !important;}

/* style
 -------------------------------------------------- */
.txBold { font-weight: bold !important;}

/* Margin Padding
 -------------------------------------------------- */
.noMargin { margin: 0 !important;}
.noPadding { padding: 0 !important;}

.mt0 { margin-top: 0 !important;}
.mt5 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mb0 { margin-bottom: 0 !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.mr0 { margin-right: 0 !important;}
.mr5 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.ml0 { margin-left: 0 !important;}
.ml5 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}

.pt0 { padding-top: 0 !important;}
.pt5 { padding-top: 5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pb0 { padding-bottom: 0 !important;}
.pb5 { padding-bottom: 5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pr0 { padding-right: 0 !important;}
.pr5 { padding-right: 5px !important;}
.pr10 { padding-right: 10px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pl0 { padding-left: 0 !important;}
.pl5 { padding-left: 5px !important;}
.pl10 { padding-left: 10px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl35 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}


/* Clear
-------------------------------------------------- */
.clr {
	clear: both;
}


/* ClearFix
-------------------------------------------------- */
/* for Win IE */
.clearfix {zoom: 1;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Border
-------------------------------------------------- */
.border_top_b {
	border-top: 1px solid #000;
}
/* mod__btn
-------------------------------------------------- */
.mod__btn-01 {
	margin: 30px auto 0;
	font-size: 16px;
	text-align: center;
}
.mod__btn-01 a {
	background-color: #5ea948;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    border: none;
    color: #ffffff;
    transition: all .4s;
	text-decoration: none;
	border-radius: 32px;
	padding: 12px 32px 12px 16px;
	display: inline-block;
	position: relative;
	line-height: 1.4;
	vertical-align: baseline;
	font-size: 16px;
}
.mod__btn-01 a:after {
    content: "";
    position: absolute;
    background: url(/_assets/img/ico-arrow-forward-wht.png) no-repeat center center;
    right: 16px;
    top: 50%;
    width: 9px;
    height: 8px;
    margin-top: -4px;
    background-size: contain;
}
/* --------------------------------------------------
 03: Wrapper Style
 -------------------------------------------------- */
.wrap {
	padding: 0;
}
#fixed {
  display: block;
  position: fixed;
	background: #bfe3f9 url(../images/bg_body.png) center top no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: -1;
}

/* --------------------------------------------------
 04: Header Style
 -------------------------------------------------- */
header {
	background: none;
}
header > .wrap {
	padding: 15px 15px 10px;
}
header h1,
header h2 {
	text-align: center;
}
header h1 img {
	/* width: 74%; */ /* h1_ttl.png 以外の際はコメントアウト */
	position: relative;
	margin: 40px auto 13px;
	text-align: center;
	line-height: 1;
	overflow: hidden;
}

/* --------------------------------------------------
 05: Contents Style
-------------------------------------------------- */
.contents {
	padding: 10px 20px;
}

p.small {
	font-size: 12px;
}

p.right {
	text-align: right;
}

.notes,
ul.notes li {
	padding-left: 1.0em;
	font-size: 12px;
	text-indent: -1.0em;
  color: #333;
}
ul.notes {
	padding: 0 3px;
	text-indent: 0;
}
.image {
	margin-top: 17px;
	text-align: center;
}

/* title */
main > section h2 {
	margin-top: 30px;
	margin-bottom: 17px;
	font-weight: bold;
}

/* info */
#info div {
	margin: 20px auto 0;
	position: relative;
}
#info .btn_link {
	position: absolute;
	width: 80%;
	bottom:9.5%;
	left: 9.8%;
}

/* present */
#present div {
	margin-top: 17px;
}

/* code */
#code {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #f3f864;
	border-radius: 15px;
  margin: 20px 0 0;
  padding: 26px 4px;
  text-align: center;
}
#code h2 {
  width: 30%;
	position: relative;
	margin: 0 auto 25px;
	text-align: center;
	line-height: 1;
  overflow: hidden;
}
#code textarea {
	position: relative;
	width: 90%;
	height: auto;
	background-color: #fff;
	border-radius: 22px;
	margin: 0 auto;
	padding: 9px 0;
	font-size: 26px;
	line-height: 1;
	text-align: center;
	border: 0;
	resize: none;
}
#code .copybtn {
	width: 62px;
	height: 86px;
	margin: 0 auto;
	padding: 0;
	display: block;
	overflow: hidden;
	line-height: 1;
	text-align: center;
	background: transparent url(../images/btn_copy.png) no-repeat center 50%;
	background-size: contain;
	border: 0;
}
ul.btns {
	overflow: hidden;
	width: 96%;
	margin: 0 auto;
	padding-left: 0;
	font-size: 0;
	letter-spacing: -1em;
	list-style: none;
	word-spacing: -1em;
	text-indent: 0;
	text-align: center;
}
ul {
}
li {
}

.btns li {
	display: inline-block;
	position: relative;
	width: 33%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.btns li img {
	width: auto;
	height: 86px;
}

/* flow */
#flow div {
	margin-bottom: 7px;
}
#flow p {
  width: 88.571428571%;
	position: relative;
	margin: 20px auto 15px;
	text-align: center;
	line-height: 1;
  overflow: hidden;
}
#flow .flow_copy {
	margin: 0 auto 50px;
}

/* point */
#point {
	position: relative;
	width: 100%;
	height: auto;
	background: rgba(255,255,255,0.8);
	border-radius: 15px;
	margin: 0 0 29px;
	padding: 30px 0 15px;
	text-align: left;
}
#point h2 {
	width: 86%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
	overflow: hidden;
}

#point p {
	padding: 0 20px 8px;
}


/* gotop */
.gotop {
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.gotop span {
	width: 83px;
	height: 42px;
	margin: 0 auto;
	padding: 0;
	display: block;
	overflow: hidden;
	line-height: 1;
	background: transparent url(../images/btn_pagetop.png) no-repeat center 50%;
	background-size: contain;
}
.gotop span:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* list */
.listDisc {
	margin-top: -17px;
}
.listDisc li {
	position: relative;
	padding-left: 17px;
	margin-top: 17px;
}
.listDisc li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 5px;
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 3px;
}
.listDisc li strong {
  color: #e94c55;
  font-weight: normal;
}

/* --------------------------------------------------
 06: Footer Style
 -------------------------------------------------- */
footer {
	width: 100%;
	margin: 20px 0 0;
	background-color: #fff;
}
footer > section {
	padding: 25px 20px 10px;
}
footer > section h1 {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}
footer > section p {
	font-size: 14px;
	margin-bottom: 0.8em;
}
footer > section > dl {
	margin-top: 0;
}
footer > section > dl > dt,
footer > section > dl > dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 12px;
}
footer > section > dl > dt {
	position: absolute;
	padding-top: 17px;
	font-weight: bold;
}
footer > section > dl dl {
	margin-top: 10px;
	margin-bottom: 20px;
}
footer > section > dl > dt:first-of-type {
	margin-top: 0;
}
footer > section > dl > dd {
	padding-top: 17px;
	padding-left: 3.2em;
	border-top: 1px solid #000;
	font-weight: normal;
}
footer > section > dl > dd em,
footer > section > dl > dd .tel a {
	color: rgba(85, 172, 238, 1);
	text-decoration: none;
	padding-left: 0;
	margin-bottom: 8px;
	font-size: 106%;
	line-height: 1.2;
}
footer > section > dl > dd.mailto {
	padding-left: 3em;
	font-size: 106%;
}
footer > section > dl dl dt {
	position: absolute;
}
footer > section > dl dl dd {
	padding-left: 5.2em;
}
footer > section > dl dl dd > span {
	display: inline-block;
	width: 5.0em;
}
footer > section > dl > dt:last-of-type,
footer > section > dl > dd:last-of-type {
	margin-bottom: 0;
}

/* mailto */
.mailto a { color: rgba(85, 172, 238, 1); text-decoration: none;}
.mailto a:link { text-decoration: none;}
.mailto a:visited { text-decoration: none;}
.mailto a:hover { color: rgba(85, 172, 238, .7); text-decoration: underline;}
.mailto a:active { color: rgba(85, 172, 238, .7);}

footer .copyright {
	margin-top: 15px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 1em;
	background-color: #292929;
	vertical-align: middle;
}

/* ボタン */
footer .mod__btn-01.border_top_b {
	padding-top: 20px;
}
footer .mod__btn-01 + dl {
	margin-top: 0;
}
footer .mod__btn-01 + dl dd {
	border: none;
}
