@charset "utf-8";

/************************************************************
	Reset default browser CSS.
*************************************************************/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; outline: 0; vertical-align: baseline; margin: 0; padding: 0;}
:focus { outline: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
ol, ul { list-style: none;}
table { border-collapse: collapse;border-spacing: 0;}
caption, th, td { font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
a img { border: 0;}
html{
	font-size: 62.5%; /*10px*/
}
body{
    padding: 0;
    margin: 0 auto;
	background :#f6f6f6;
	color: #333;
	font-family: "游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Helvetica,sans-serif;
	font-size: 1.7rem;
	font-weight:bold;
	line-height: 1.5;
	word-wrap: break-word;
	/* http://keagelog.blogspot.jp/2013/03/text-size-adjust.html */
	/*-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;*/
	-webkit-text-size-adjust: 100%;
	/*text-size-adjust: 100%;*/
}
#wrap{
	background-image:  radial-gradient(#eaeaea 2px, transparent 2px), radial-gradient(#eaeaea 2px, #f6f6f6 2px);
	background-size: 20px 20px;
	background-position: 0 0,10px 10px;
}

@media only screen and (min-width: 769px){
	body{
		font-size: 1.8rem;
		line-height: 1.8;
	}
}
*html{ background: #fff;}


/************************************************************
	Clearfix
*************************************************************/
#wrapper:after { content:""; display: table; clear: both;}
#wrapper { zoom: 1;}
.clearfix:after { content: " "; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix { display: inline-table; min-height: 1%;}
* html .clearfix { height: 1%;}
.clearfix { display: block;}

@media only screen and (min-width: 769px){
	.clearfix { display: block; width:60%;}
}

/************************************************************
	Font Awesome
*************************************************************/
.famr:before {
	margin-right: 1rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.faml:after {
	margin-left: 1rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fanm:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/************************************************************
	Link
*************************************************************/
a {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	color: #1F1813;
	text-decoration: none;
	transition-property: color;
	transition-duration: 0.3s;
}
a:hover,
a:active {
	outline: none;
	color: #999;
	text-decoration: none;

}
a:hover img:not(.op) {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-ms-filter: "alpha( opacity=75 )";
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
    -webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
	/* Firefox Bug */
	background: #FFF;
	/* IE8 Bug */
	display /*\**/:inline-block\9;
	zoom /*\**/: 1\9;
}
a.tel {
	text-decoration:none;
}


/************************************************************
	タイポグラフィ
*************************************************************/

p span {
	font-size:2.5rem;

}

/************************************************************
	共通項目
*************************************************************/


.eyecatch {
    width: 100%;
    display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 769px){
	.eyecatch {
	    width: 100%;
	    display: block;
	    margin: 0 auto;
	}
}

.inner {
	width:100%;
	max-width:1000px;
    display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 769px){
	.inner {
		width:60%;
		max-width:1000px;
	    display: block;
	    margin: 0 auto;
	}

}

@media only screen and (min-width: 769px){
	#formWrap > .inner {
		width:100%;
		max-width:1000px;
	    display: block;
	    margin: 0 auto;
	}
}

/************************************************************
	header
*************************************************************/
header {
	max-width:1000px;
	margin:0 auto;
	padding: 0.5rem;
    background: #FFF;
}

	header a.logo img {
		width: 55%;
		float: left;
		max-width: 580px;
padding: 10px 0px;
	}
	header a.btn img {
		width: 40%;
		float: right;
		max-width: 404px;
	}
/************************************************************
	header#fix
*************************************************************/
header#fix {
    display: none;
}
header#fix.fixed {
    display: block;
    position: fixed;
    bottom: 0;
	transition: 0.3s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
    max-width: none;
    padding: 4px 0 0 0;
}
header#fix.fixed a {
    display: block;
    width: 600px;
    float: none;
    font-size: 120%;
    font-weight: bold;
    background-color: #b50000;
    background-image: linear-gradient(0deg, #b50000 0%, #e92626 100%);
    padding: 5px 0;
    border-radius: 10px;
    box-shadow:0 3px 0 #633;
    color: #fff;
    border: 4px solid #fff;
    margin: 5px auto;
}

@media screen and (max-width: 769px){
header#fix.fixed a {
    width: 80%;
    font-size: 100%;
}
}
/************************************************************
	contents
*************************************************************/
/*共通部分*/
#karte-eyecatch {
	width: 900px;
	margin: 0 auto;
}

@media screen and (max-width: 769px){
#karte-eyecatch {
	width: 100%;
	margin: none;
}
}

.bodyinner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
}

.item {
    text-align: center;
    margin: 50px auto;
}
.btn {
    max-width: 870px;
    width: 100%;
    text-align: center;
    margin: 50px auto;
}

.btn  {animation: anime1 1.5s 0s infinite alternate;transform-origin:center;}
@keyframes anime1 {from {transform: scale(0.9,0.9);}to {transform: scale(1,1);}}
#karte-eyecatch{text-align: center;}
div {margin:0;padding:0;line-height: 100%;}
img {margin:0;padding:0;line-height: 100%;}


@media screen and (max-width: 769px){
.btn {
    width: 98%;
    text-align: center;
    margin: 50px auto;
}
}



.att01__btn{
  position: fixed;
  bottom: 55px;
  left: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  z-index: 9999;
}

/************************************************************
	footer
*************************************************************/
footer  {
	text-align:center;
	padding: 1rem;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.copyright {
	font-size:1rem;
}


/* 配信先、合併文言エリア処理（追従処理） */
.att01__btn{
  position: fixed;
  bottom: 50px;
  left: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  z-index: 9999;
}

/*att*/
.att {
    padding: 10px;
    border: 10px solid #eee;
    color: #666;
    line-height: 140%;
}
@media screen and (max-width: 769px){
.att {
    border: 5px solid #eee;
    font-size: 60%
}
}

/*term-cnt*/
.term-cnt{
    padding: 10px;
    border: 10px solid #eee;
    line-height: 140%;
}
@media screen and (max-width: 769px){
.term-cnt{
    border: 5px solid #eee;
    font-size: 60%
}
}

/*method*/
#method {
    padding: 2.5rem 1.5rem;
    box-sizing: border-box;
    background: #f6ffef;
}
#method h2{
    border-bottom: solid 3px #ccc;
    position: relative;
    font-size: 150%;
    margin: 20px 0;
    font-weight: bold;
    color: #6CB239;
    padding: 0 0 10px 0;
}
#method h2:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #73b941;
    bottom: -3px;
    width: 20%;
}
#method ul {
    width: 90%;
    margin: 0 auto;
}
#method ul li {
    background: #FFF;
    border: 1px solid #7BBA4C;
    border-radius: 0.5rem;
    margin: 0 auto 4rem auto;
    position: relative;
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#method ul li:before {
    content: "";
    bottom: -30px;
    left: 50%;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #7BBA4C;
    margin-left: -0rem;
}
#method .method_img{
    width:30%;
}
#method .method_img img{
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
#method .method_txt{
    width:70%;
}
#method .method_txt span{
    display: block;
    color:#6db339;
    line-height: 140%;
}
#method .step{
    width: 70%;
    background: #eee;
    text-align: center;
    padding: .8rem;
    display: inline-blok;
    margin: .5rem auto 1rem auto;
    font-size: 90%;
    border-radius: 20px;
}

/*overview*/
#overview {
    padding: 2rem;
    box-sizing: border-box;
    background: #6db339;
    width: 100%;
}
#overview h2{
    border-bottom: solid 3px #ccc;
    position: relative;
    font-size: 150%;
    margin: 20px 0;
    font-weight: bold;
    color: #6CB239;
    padding: 0 0 10px 0;
}
#overview h2:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #73b941;
    bottom: -3px;
    width: 20%;
}
#overview .overview_inner{
    padding: 1.5rem;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
}

#overview table{
    border: 1px solid #ccc;
    font-size: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
#overview td{
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 10px;
    font-size: 90%;
    border-collapse: collapse;
    line-height: 150%;
}
#overview th{
    background: #eee;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    font-weight: bold;
    border-collapse: collapse;
}
#overview .ttitle{
    width: 20%;
    text-align: center;
    font-weight: bold;
    line-height: 140%;
}
#overview .tdetail{
    padding: 2rem;
}
#overview .small{
    font-size: 70%;
}
#overview .red{
    color: #c00;
    font-weight: bold;
    font-size: 150%;
}

#overview .black{
    color: #333333;
    font-weight: bold;
}
#overview > p:nth-of-type(1) {
    font-size: 2rem;
    font-weight: bold;
    color: #E50011;
    margin-bottom: 2rem;
}
#overview section {
    margin: 2rem 0;
}
#overview section .otitle {
    color: #6CB239;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 40px;
}
#overview section .otext {
    color: #333;
    text-align: left;
    font-weight: normal;
    font-size: 90%;
    line-height: 140%;
}
#overview section .otext span{
    font-weight: bold;
}
#overview .sponly {
    display: none;
}
#overview  .bold {
    font-weight: bold;
}
#overview  .pay {
    background: #f9f9f9;
    padding: 2rem;
    border-radius: 10px;
    font-size: 85%;
    margin-top: 1rem;
    line-height:140% ;
}
#overview  .pay span{
    font-weight: bold;
}
#overview  .pay .pay_title{
    color: #6db339;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    margin: 0 auto 1rem auto;
    letter-spacing: .5rem;
}

@media screen and (max-width: 769px){
#overview h2{
    font-size: 120%;
}
#overview td{
    font-size: 70%;
}
#overview th{
    font-size: 90%;
    padding: 10px;
    font-weight: bold;
}
#overview .ttitle{
    font-size: 80%;
    width: 10%;
}
#overview .sponly {
    display: block;
}
#overview .small{
    display: none;
}
#overview section .otext {
    font-size: 80%;
}
#method h2{
    font-size: 120%;
}
#method ul li > div > div {
    font-size: 120%;
    padding-top: 1rem;
}
#method ul li > div > div span:nth-of-type(2) {
    font-size: 1.2rem;
}
}
.term{line-height: 150%;border: 5px solid #448aca; padding: 5px 15px;text-align: center;color:#448aca;font-weight: bold;margin-bottom: 20px;margin-top: 20px;}
.term p{line-height: 150%;font-size: 150%;border-bottom: dotted 1px #448aca;margin-bottom: 5px;}
.sp_only {display: none;}
.pc_only {display: block;}
@media only screen and (max-width: 769px){
.term{padding: 5px;font-size: 80%; margin-bottom: 10px;line-height: 150%;}
.term p{font-size: 125%; padding-bottom: 5px;}
.sp_only {display: block;}
.pc_only {display: none;}
}
