html {
    font-size: 62.5%;
}
sbody, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}
fieldset, img {
    border: 0;
}
abbr, acronym {
    border: 0;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
a:link {
    color: #0000cc;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #0000cc;
}
a:hover {
    text-decoration: underline;
    color: #ff9900;
}
a:active {
    text-decoration: none;
    color: #ff9900;
}
.cb {
    clear: both;
}
.bt-margin{
	margin-bottom: 20px;
}
.bt-margin-10{
	margin-bottom: 10px;
}
.top-margin-10{
	margin-top: 10px;
}
.top-rigyt-margin-10{
	margin-top: 10px;
	margin-right: 5px;
}
.top-margin-20{
	margin-top: 20px;
}
.f-right {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.f-right-a {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
.f-left {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.a-center{
	text-align: center;
}
.a-left{
	text-align: left;	
}
.fontstyle-b-red_c {
    font-size: 2.8rem;
    font-weight: bold;
    color: #cc0000;
    line-height: 2.5;
}
.fontstyle-b-red {
    font-size: 2.0rem;
    font-weight: bold;
    color: #cc0000;
    line-height: 1.5;
}
.fontstyle-b {
    font-size: 2.0rem;
	text-align: left;
    font-weight: bold;
    color: #050505;
    line-height: 1.5;
}
.fontstyle-b-bl {
    font-size: 2.4rem;
    font-weight: bold;
    color: #18589e;
    line-height: 1.2;
}
.fontstyle-b-gr-s {
    font-size: 2.4rem;
    font-weight: bold;
    color: #048b04;
    line-height: 1.5;
}
.fontstyle-b-gr-l {
    font-size: 3.0rem;
    font-weight: bold;
    color: #048b04;
    line-height: 2.0;
}
.fontstyle-s-r {
    font-size: 1.4rem;
		text-align: right;
    line-height: 1.0;
}
.under {
    text-decoration: underline;
}
.marker {
 background: linear-gradient(transparent 70%, #fff799 70%);
font-weight: bold; 
}
h1 {
    line-height: 0px;
    height: 0px;
    margin: 0px auto;
    padding: 0px;
    width: 640px;
    text-indent: -9999px;
}
h2 {
    line-height: 0px;
    height: 1794px;
    margin: 0px auto;
    padding: 0px;
    width: 640px;
    text-indent: -9999px;
}
h3 {
    position: relative;/*相対位置*/
    padding: 0.1em 0.1em 0.1em 1.8em;
    line-height: 2.0;
    font-size: 3.2rem;
    font-weight: bold;
    color: #050505;
    border-top: dotted 1px gray;
    border-bottom: dotted 1px gray;
    background: #f5f5f5;
}
h3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";/*アイコンのユニコード*/
    position: absolute;/*絶対位置*/
    font-size: 3.2rem;
    left: 0.5em;
    top: 0.1em;
    color: #141823;
}
h4 {
    font-size: 2.8rem;
    border-bottom: solid 7px #ccc;
}
h5 {
    font-size: 1.8rem;
    color: #364e96;
    padding: 0.5em 0;
    border-top: solid 2px #667fcc;
    border-bottom: solid 2px #667fcc;
    margin-bottom: 0.5rem;
}
/*--------------------------
レイアウト
--------------------------*/
html {
    overflow: auto;
}
body {
    overflow: hidden;
}
html {
    overflow-y: scroll;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 1.8em;
    line-height: 1.6;
    color: #333333;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: url() no-repeat fixed top #fff;
}
.wrapper {
    background: url("../image/wrap1.png") repeat-y center top;
}
#contents {
    margin: 0px auto;
    width: 640px;
    background: none;
}
#header {
    width: 640px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    z-index: 0;
    position: relative;
}
#contents-inner {
    width: 640px;
    padding: 0px 0 0;
    margin: 0px auto;
    text-align: left;
}

#innerimg {
    width: 640px;
    height: auto;
    margin: 0px 0px;
    padding: 0px;
    position: relative;
    z-index: 0;
}
#innerimg div.box {
    width: 640px;
    margin: 0px 0px;
    position: relative;
    text-align: left;
}
.text-area {
    width: 620px;
    height: auto;
    padding: 10px;
	margin: 10px auto;
}
.contents-box {
    width: 594px;
    height: auto;
    margin: 10px 5px;
    padding: 10px;
    border: #f0d06e solid 8px;
}
.bg-100 {
	margin-left: -100%;
	margin-right: -100%;
	padding: 40px 0%;
	text-align: center;
	background: #fff9e7 center top;
}
.bg-100-g {
	margin-left: -100%;
	margin-right: -100%;
	padding: 20px 0%;
	text-align: center;
	background: #efede4 center top;
}
/*--------------------------
100%背景
--------------------------*/

.btn_bg2 {
    line-height: 0px;
    height: auto;
    /*margin-left: -100%;*/
	/*margin-right: -100%;*/
    padding-left: 0%;
    padding-right: 0%;
    text-align: center;
    background: #fff center top;
}
.btn_bg2 .btn p {
    width: 580px;
    height: 111px;
    position: relative;
    margin: 0px auto;
    padding: 30px 0px;
}
.btn_bg2 .btn p a {
    width: 580px;
    height: 111px;
    position: relative;
    background: url(../image/btn02.gif) no-repeat scroll center top transparent;
    text-indent: -99999px;
    overflow: hidden;
    font-weight: bold;
    font-family: "メイリオ", Verdana, "Times New Roman";
    display: block;
}
.btn_bg2 .btn p a:hover {
    background-position: 0px -111px;
}
/*---------------------*/

/*--------------------------
フッター
--------------------------*/
#footerarea {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 640px;
    border-top: #666 solid 0px;
}
div.copyright {
    margin: 0px 0 0 0;
    padding-top: px;
    height: 160px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #1a202e;
}
div.footermenu {
    clear: both;
    margin: 0px 0px 10px 0;
    padding: 0px 10px;
    height: auto;
    text-align: center;
}
div.footermenu a {
    color: #fff;
}
div.footermenu ul {
}
div.footermenu li {
    font-size: 14px;
    list-style: none;
    display: inline;
    margin: 0px;
}
/*--------------------------
ボックス
--------------------------*/

.box {
    margin: 0px 0px;
    padding: 10px 20px;
    height: auto;
    width: 578px;
    border: solid #939393 0.1rem;
}
.box p {
    font-size: 2.0rem;
    font-weight: bold;
}
.box-g {
    margin: 20px auto;
    padding: 10px 20px;
    height: auto;
    width: 578px;
	text-align: left;
    border: solid #bdbcbc 0.5rem;
	 border-top-left-radius: 10px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 30px;
	background: #fff;
}
.box-o {
    margin: 20px 0px;
    padding: 10px 10px 0px 10px;
    height: auto;
    width: 598px;
    border: solid #FA6F07 0.2rem;
}
.box-b {
    margin: 0px 0px;
    padding: 10px 10px;
    height: auto;
    width: 592px;
    background: #f5f5f5;
    border: solid #217de0 0.5rem;
}
/*-----------------------------*/




/*--------------------------
フォーム複数項目
--------------------------*/

#fa {
    position: absolute;
    width: 640px;
    height: 580px;
    margin-top: 10px;
    left: 0px;
    top: 320px;
}
#fa2 {
    position: absolute;
    width: 640px;
    height: 250px;
    margin-top: 10px;
    left: 0px;
    top: 44px;
}
#fa-top {
    margin: 0px 0;
    padding: 0px;
    height: auto;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
#fa-inner {
    margin: 0px;
    padding: 0px;
}
#fa2-inner {
    margin: 0px;
    padding: 0px;
}
#fa form {
    width: 640px;
    margin: 0px auto;
    text-align: center;
}
#fa2 form {
    width: 640px;
    margin: 0px auto;
    text-align: center;
}
/*-------------------*/

#fa_box1 {
    height: auto;
    margin: 48px 0 0 0;
    position: relative;
}
#fa2_box1 {
    height: auto;
    margin: 25px 0 0 0;
    position: relative;
}
/*-------------------*/

#fa table {
    width: 580px;
    background: none;
    margin: 0px auto;
    padding: 0px;
}
#fa2 table {
    width: 630px;
    background: none;
    margin: 0px auto;
    padding: 0px;
}
#fa th {
    width: 1px;
    font-size: 14px;
    color: #000000;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    text-align: center;
    text-indent: -99999px;
    line-height: 1.0;
}
#fa2 th.w {
    width: 1px;
    font-size: 14px;
    color: #000000;
    padding: 10px 0 0 0;
    font-weight: bold;
    text-align: center;
    text-indent: -99999px;
    line-height: 1.0;
}
#fa td {
    width: 500px;
    height: 80px;
    padding: 0 0px;
    text-align: left;
}
#fa2 td.w {
    width: 500px;
    height: 50px;
    padding: 0 0px;
    text-align: left;
}
#fa input {
    width: 550px;
    height: 80px;
    background: none;
    border: 0px solid #cc0000;
    font-size: 30px;
}
#fa2 input {
    width: 500px;
    height: 50px;
    margin-left: 50px;
    background: none;
    border: 0px solid #cc0000;
    font-size: 20px;
}
#fabtn {
    position: absolute;
    width: 588px;
    height: 101px;
    background: url() bottom left no-repeat;
    left: 38px;
    top: 184px;
}
#fabtn .btn {
    background: url(image/formbtn.png) no-repeat scroll center top transparent;
    width: 588px;
    height: 101px;
    margin: 0px auto;
    text-indent: -99999px;
    overflow: hidden;
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
    border: medium none;
    font-weight: bold;
    font-family: "メイリオ", Verdana, "Times New Roman";
    display: block;
}
#fabtn .btn:hover {
    background-position: 0px -101px;
}
/*--------------------------
ボタン
--------------------------*/

.btn_bg .btn {
    position: absolute;
    width: 588px;
    height: 128px;
    left: 26px;
    top: 1003px;
}
.btn_bg .btn a {
    width: 588px;
    height: 128px;
    position: relative;
    background: url(../image/btn01.png) no-repeat scroll center top transparent;
    text-indent: -99999px;
    overflow: hidden;
    font-weight: bold;
    font-family: "メイリオ", Verdana, "Times New Roman";
    display: block;
}
.btn_bg .btn a:hover {
    background-position: 0px -128px;
}
.btn_bg .btns {
    position: absolute;
    width: 325px;
    height: 88px;
    left: 280px;
    top: 1343px;
}
.btn_bg .btns a {
    width: 325px;
    height: 88px;
    position: relative;
    background: url(../image/btn02.png) no-repeat scroll center top transparent;
    text-indent: -99999px;
    overflow: hidden;
    font-weight: bold;
    font-family: "メイリオ", Verdana, "Times New Roman";
    display: block;
}
.btn_bg .btns a:hover {
    background-position: 0px -88px;
}
/*---------------------*/


/*--------------------------
iframe
--------------------------*/





.iframe-wrap {
  position: relative;
  width: 100%;
  padding: calc(600 / 660 * 100%) 0 0; /* 高さと横幅の数字には単位は入れません。 */
	 overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
 
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
    border:none;
    display:block;

}


/*---------------------*/







/*--------------------------
よくある質問
--------------------------*/

.qa-area {
    width: 640px;
    height: auto;
    margin: 30px 0px 0px 0;
    border-top: solid 5px #ccc;
	border-bottom: solid 5px #ccc;
	text-align: left;
}
.qa-area .tittle {
    margin: 20px 10px 0 10px;
    width: 550px;
    height: auto;
    float: left;
}
.qa-area .q {
    margin: 15px 10px 0 10px;
    float: left;
}
.qa-area .a {
    margin: 10px 10px 0 10px;
    float: left;
}
.qa-area .tittle p {
    border-bottom: dotted 1px #000066;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-bottom: 5px;
}
.qa-area .qa-content {
    margin: 10px;
    padding: 0 0px;
    width: 620px;
    height: auto;
    float: right;
    color: #37401b;
}
/*--------------------------
YouTube
--------------------------*/


#youtube1 {
    width: 560px;
    height: 315px;
    position: absolute;
    left: 40px;
    top: 20px;
}
/*---------------------*/





/*--------------------------
tokutei 表ボーダー
--------------------------*/

td {
    padding: 12px;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    font-size: 14px;
}
table {
    width: 640px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
}
.box table {
    width: 640px;
    border-top: 0px solid #999999;
    border-right: 0px solid #999999;
}
.box td {
    border-bottom: 0px solid #999999;
    border-left: 0px solid #999999;
}
/*--------------------------
ボックスLR
--------------------------*/

#contents-box-l {
    width: 300px;
    height: auto;
    margin: 0px;
    padding: 10px;
    float: left;
    font-size: 14px;
	text-align: left;
}
#contents-box-r {
    width: 300px;
    height: auto;
    margin: 0px;
    padding: 10px;
    float: right;
    font-size: 14px;
	text-align: left;
}
#contents-box-r p {
    font-size: 14px;
    line-height: 16px;
}
.conlr-ti {
    background: #707070;
    color: #fff;
    padding: 2px 10px;
    display: block;
    margin: 0;
    margin-top: 10px;
}
#contents-box-l p {
    font-size: 14px;
    line-height: 16px;
}
/*--------------------------
cssボタン
--------------------------*/

a.cp_btn {
    display: block;
    position: relative;
    margin: 30px auto;
    max-width: 600px;
    padding: 3rem 0;
    text-align: center;
    font-size: 2.2rem;
    text-decoration: none;
    color: #fff;
    border: 1px solid #8BC34A;
    background: url("../image/arrow-w.png") no-repeat 98%;
    background-color: #8BC34A;
    background-size: contain;
    overflow: hidden;
    z-index: 1 !important;
}
a.cp_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 100%;
    background-color : #fff;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: 0.3s;
    z-index: -1;
}
a.cp_btn:hover {
    color: #da3c41;
    background: url("../img/arrow-r.png") no-repeat 98%;
    background-size: contain;
    z-index: 1 !important;
}
a.cp_btn:hover:after {
    height: 900%;
    opacity: 1;
}
a.cp_btn:active:after {
    height: 700%;
    opacity: 1;
}
a.cp_btn-head {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    padding: 1em;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #21426c;
    background: url("../image/arrow-w.png") no-repeat 98%;
    background-color: #21426c;
    background-size: contain;
    overflow: hidden;
    z-index: 1 !important;
}
a.cp_btn-head:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 100%;
    background-color : #fff;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: 0.3s;
    z-index: -1;
}
a.cp_btn-head:hover {
    color: #da3c41;
    background: url("../img/arrow-r.png") no-repeat 98% #21426c;
    background-size: contain;
    z-index: 1 !important;
}
a.cp_btn-head:hover:after {
    height: 900%;
    opacity: 1;
}
a.cp_btn-head:active:after {
    height: 700%;
    opacity: 1;
}
/*--------------------------
リスト
--------------------------*/
.check {

}
.check ul {
    margin-bottom: 1em;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
}
.check ul li {
    font-size: 2.0rem;
    line-height: 1.5;
    padding: 0.5em 0 0 0.5em;
    list-style-type: none!important;/*ポチ消す*/
}
.check ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    left : 1em; /*左端からのアイコンまで*/
    color: #ffb03f; /*アイコン色*/
}
.check-bdr {
	border: solid #f9dcb6 10px;
}
.check-bdr ul {
    margin-bottom: 1em;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
}
.check-bdr ul li {
    font-size: 2.0rem;
    line-height: 1.5;
    padding: 0.5em 0 0 0.5em;
    list-style-type: none!important;/*ポチ消す*/
}
.check-bdr ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    left : 1em; /*左端からのアイコンまで*/
    color: #ffb03f; /*アイコン色*/
}
.list {

}
.list ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  border: dashed 1px gray;
}
.list ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.list ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #74c2f8;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.right {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
/*--------------------------
オーダーヘッド
--------------------------*/

.order ul {
    margin-bottom: 1em;
    padding: 0em 1em 0em 2.3em;
    position: relative;
}
.order ul li {
    font-size: 2.0rem;
    line-height: 1.5;
    padding: 0.5em 0 0 0.5em;
    list-style-type: none!important;/*ポチ消す*/
}
.order ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    position: absolute;
    left : 1em; /*左端からのアイコンまで*/
    color: #050505; /*アイコン色*/
}

/*--------------------------
テーブル
--------------------------*/

.cp_table th {
    background-color: #eee;
    font-size: 2.0rem;
    text-align: left;
}
.cp_table td {
    font-size: 2.0rem;
}
.cp_table th, .cp_table td {
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 10px;

}
.cp_table *, .cp_table *:before, .cp_table *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
table {
    display: table;

    border-collapse: separate;
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 2px;
    border-top-color: gray;
    border-right-color: gray;
    border-bottom-color: gray;
    border-left-color: gray;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.cp_table {
    border: 1px solid #999;

    border-collapse: collapse;
    width: 100%;
}
.formmail-in {
    width: 98%;
    height: 60px;
    font-size: 2.4rem;
    border: #ea2929 solid 0.5rem;
}
.formmail-ch {
    width: 400px;
    height: 60px;
    font-size: 2.4rem;
}
.formmail-tx {
    width: 618px;
    height: 120px;
    font-size: 2.4rem;
}
.formmail-btn {
    width: 500px;
    height: 80px;
    font-size: 3.2rem;
    color: #fff;
    background-color: #8DAC3C;
    margin: 2.0rem 0;
}
.formtitle-s {
    position: relative;
    color: #158b2b;
    font-size: 2.4rem;
    padding: 10px 0;
    text-align: center;
    margin: 1.0em 0;
    font-weight: bold;
}
.formtitle-s:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 150px;
    height: 58px;
    border-radius: 50%;
    border: 5px solid #a6ddb0;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*--------------------------
フィックスボタン
--------------------------*/

#fixbtn {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #fff;
background: rgba(255, 255, 255, 0.9);
-moz-box-shadow: 0 0 5px #c1b2b9;
-webkit-box-shadow: 0 0 5px #c1b2b9;
box-shadow: 0 0 10px #c1b2b9;
text-align: center;
z-index: 200;
	
}

#fixbtn img { vertical-align: bottom; max-width: 100%; border: none; }
#fixbtn img .pc641 {
	max-height: 184px;
}

@media only screen and (max-width: 695px) {
  #fixbtn .pc641 {
    display: none; } }
@media only screen and (min-width: 696px) {
  #fixbtn .smp640 {
    display: none; } }


/*end*/
