@charset "UTF-8";

/*---------------------------------------------------------------
	共通
-----------------------------------------------------------------*/
section {
	clear: both;
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	}
.imgset {
	width: auto;
	text-align: center;
	line-height:1;
	font-size: 0;
	}
.imgset img {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	}

#main .col_l {
	/* float: left;*/
     width:100%; 
     clear: both; 
	 }
			   
#main .col_r {
	 /*float: right;*/
	  width: 100%;
	 }

#nextpage .col_l {
	 /*float: left; */
	 width: 100%;
	 clear: both;
	  }


#nextpage .col_r {
	 /*float: right*/
	  }

/*
#step .col_l { float: left; width: 44%; clear: both; }
#step .col_r { float: right; width: 44%; }
*/

.sp { display: none; }

/*	main
-----------------------------------------------------------------*/
#main h1 {
	background: #ebebeb;
/*	background: #fff url(../img/mainimg_bg.png) left top repeat-x; */
	}
#main h1 img {
	max-width: 750px;
	}
#reed .imgset {
	margin: 5px 0;
	}
#introduction {
	margin: 20px 0 20px;
	}
#note {
	margin: 20px;
	}
#introduction h2 {
	color: #fff;
	background-color: #eb5505;
	text-align: center;
    font-weight: normal;
	font-size: 23px;
	padding: 10px;
	margin: 0;
	}
#introduction .item_block_inner {
	padding: 5px 15px 30px;
	overflow: hidden;
	}
#introduction h3 {
	font-size: 18px;
	margin-top: 10px;
	}
#introduction dl.list,
#note dl.list {
	}
#introduction dl.list dt,
#note dl.list dt {
	font-size: 14px;
    font-weight: bold;
	color: #eb5505;
	margin-top: 10px;
	}
#introduction dl.list dd,
#note dl.list dd {
	font-size: 14px;
	}
#introduction dl.list dd a,
#note dl.list dd a {
    text-decoration: underline;
	}
.btn_settei img{
	max-width:60%;
	margin:5% 20%;
	}
	

/*	STEP
-----------------------------------------------------------------*/
.step_tb { background-color: #888; clear: both; }
.step_tb img { }
#step {
	clear: both;
	}
#step h2 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: #222;
	padding: 5px 10px;
	margin: 0;
	}
#step .tis {
	background-color: #eb5505;
	}
#step h3 {
	color: #fff;
	text-align: left;
	font-size: 23px;
	padding: 20px;
	margin: 0;
	}
#step .item_block_inner {
	/*width:80%;*/
    /*display: table-cell;*/
    vertical-align: top;
	background-color: #fff;
	padding: 30px 10%;
	overflow: hidden;
	}
#step .item_block_inner .stepImg {
	width: 50%;
	float: left;
	display: block;
	}
#step .item_block_inner .stepImg p {
	font-size: calc(18px + 0.25vw);
	line-height: 1;
	margin-bottom: 5px;
	}
#step .item_block_inner .stepImg img {
	width: 100%;
	border: solid #eb5505 1px;
	}
#step .item_block_inner .stepTxt {
	width: 45%;
	float: left;
	display: block;
	margin-left: 5%;
	}
#step .item_block_inner .stepTxt h4 {
	display: table;
	width: 100%;
	}
.step_ti {
	display: table-cell;
	width: 65%;
    max-width: 70px;
    height: 40px;
    background-color: #aaa;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
	}
.step_no {
	display: table-cell;
    background-color: #eb5505;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
	}
#step .item_block_inner .stepTxt p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 15px;	
	}
#step .item_block_inner .stepTxt li {
	font-size: 12px;
	}

#step .item_block_inner .stepLink {
	display: block;
	padding-top: 10px;
	clear: both;
	overflow: hidden;
	}
a.linkwaku_btn,
a:hover.linkwaku_btn {
	display: table;
	width: 100%;
	color: #fff;
	text-decoration: none !important;
	font-size: 12px;
    font-weight: normal;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
a:hover.linkwaku_btn {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	}
a.linkwaku_btn .linkwaku_txt {
	display: table-cell;
	color: #fff;
	background-color: #333;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 10px 5px 10px 10px;
	margin: 0;
    vertical-align: middle;
    text-align: left;
	}
a.linkwaku_btn .linkwaku_txt span {
	display: block;
	line-height: 1.3;
	}
a.linkwaku_btn .linkwaku_txt span strong {
	text-decoration: underline;
    font-weight: normal;
    color: #fff;
	}
a.linkwaku_btn .linkwaku_mk {
	display: table-cell;
	width: 20px;
	color: #fff;
	background-color: #575757;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0;
	margin: 0;
    vertical-align: middle;
    text-align: center;
	}

/*	trademark
-----------------------------------------------------------------*/
#trademark {}
#trademark .item_block_inner {
	background-color: #fff5ef;
	padding: 5px 20px;
	overflow: hidden;
	}
#trademark .item_block_inner p {
	color: #000;
	font-size: 10px;
	text-align: center;
	}


/*	nextpage/backpage
-----------------------------------------------------------------*/
#nextpage,
#backpage {
	background-color: #888;
	}
#nextpage .item_block_inner {
	padding: 20px 3%;
	}

a.nextpage_btn,
a.backpage_btn {
	display: table;
	width: 18%;
	color: #fff;
	border-radius: 50px;
	background-color: #eb5505;
	text-decoration: none !important;
	padding: 20px 10px;
	margin: 0 auto;
	overflow: hidden;
	}
a:hover.nextpage_btn,
a:hover.backpage_btn {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	}
a.nextpage_btn .nextpage_txt,
a.backpage_btn .backpage_txt {
	display: table-cell;
	margin: 0;
    vertical-align: middle;
    text-align: left;
	}
a.nextpage_btn .nextpage_txt p,
a.backpage_btn .backpage_txt p {
	color: #fff;
	font-size: 18px;
    font-weight: bold;
    text-align: center;
	}
a.nextpage_btn .nextpage_mk,
a.backpage_btn .backpage_mk {
	display: table-cell;
	width: 25px;
	color: #fff;
	padding: 0;
	margin: 0;
    vertical-align: middle;
    text-align: left;
	font-size: 18px;
    font-weight: bold;
	}
a.backpage_btn .backpage_mk {
    text-align: right;
	}
.no_btn {
	display: table;
	width: 18%;
	max-width: 375px;
	padding: 20px 10px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 27px;
	}
a.btn_typeA { 
	width: auto;
	background-color: #06a;
	margin: 10px auto;
	padding: 20px 0;
	}
img.mailto { max-width: 317px; }

/* accordion 
------------------------------------------------------------- */
.acMenu .toggle { cursor:pointer; }
.acMenu .child {    display: none;	}
.acMenu .childnon { display: block;	}

.acMenu .tis h3 {
	background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 15%;
    }
/*
.acMenu .open .tis h3 {    background-image: url('../img/arrow2.png') ;	}
.acMenu .tis h3.op {    background-image: url('../img/arrow2.png') ;	}
.acMenu .open .tis h3.op {	background-image: url('../img/arrow1.png');	}
*/


/*---------------------------------------------------------------
	スマフォ用
-----------------------------------------------------------------*/

@media screen and (max-width: 640px) {

section {
	max-width: auto;
	}
#main .col_l,
#main .col_r,
#step .col_l,
#step .col_r { float: none; width: auto; }

.sp { display: block !important; }
.pc {display: none !important;}



/*	main
-----------------------------------------------------------------*/
#reed .imgset {
	margin: 10px;
	}
#introduction {
	margin: 0;
	}
#introduction h2 {
	font-size: 6vw;
	padding: 20px 0;
	margin: 15px 0 0;
	}
#introduction .item_block_inner {
	padding: 15px 20px 30px;
	}
#introduction h3 {
	font-size: 5vw;
	}
#introduction dl.list dt {
	font-size: 3.5vw;
	}
#introduction dl.list dd {
	font-size: 3.5vw;
	}

/*	STEP
-----------------------------------------------------------------*/
.step_tb img { width: 100%; }

#step h2 {
	font-size: 4.5vw;
	}
#step h3 {
	font-size: 5vw;
	}
#step .item_block_inner {
	width: auto;
	display: block;
	height: auto;
	border-bottom: solid 1px #eb5505;
	}
#step .item_block_inner .stepImg {
	}
#step .item_block_inner .stepTxt {
	}
#step .item_block_inner .stepTxt p,
#step .item_block_inner .stepTxt p a {
	font-size: 15px;
	}
#step .item_block_inner .stepTxt li {
	font-size: 3vw;
	}
.step_ti {
    font-size: 19px;
	}
.step_no {
    font-size: 19px;
	}
#step .item_block_inner .stepLink {
	width: 45%;
	float: left;
	display: block;
	padding-top: 20px;
	margin-left: 5%;
	clear: none;
	}

/*	nextpage/backpage
-----------------------------------------------------------------*/
a.nextpage_btn,
a.backpage_btn,
.no_btn {
	width: 40%;
	}
a.btn_typeA { 
	width: 100%;
	}

/*----------------------------------------------------------------*/


.btn_settei{
	/*width:100%;*/
	/*padding:0 20% 0 20%;*/
	/*display:inline;*/
	/*display:inline-block;*/
	/*text-align:center !important;*/
	/*clear:both;*/
	}

.btn_settei img{
	/*width:80%;*/
	/*padding:0 20% 0 20%;
	display:inline;
	display:inline-block;
	text-align:center !important;
	clear:both;*/
	}


.btn_settei img{
	max-width:60%;
	margin:5% 20%;
	/*display:inline;*/
	/*display:inline-block;
	clear:both;*/
	}
}




/*	汎用
-----------------------------------------------------------------*/
.box-under-shadow {
	box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.6);
	}

.bgc06a { background-color: #06a !important; }
.border_0f1 {    border: solid #0f1 1px !important; }