@charset "UTF-8";

/*
==================================================
00 - common 共通のスタイル
==================================================
*/
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
    margin: 0;
    padding: 0;
}

/* font_size em */
.fsize0-8em  {font-size:0.8em;}
.fsize1-0em  {font-size:1em;}
.fsize1-1em  {font-size:1.1em;}
.fsize1-2em  {font-size:1.2em;}
.fsize1-4em  {font-size:1.4em;}
.fsize1-6em  {font-size:1.6em;}
.fsize1-8em  {font-size:1.8em;}
.fsize2-0em  {font-size:2em;}
.fsize3-0em  {font-size:3em;}


.fred{color: red;}


.mt10{margin-top: 10px;}
.mb10{margin-bottom: 10px;}
.mt20{margin-top: 20px;}
.mb20{margin-bottom: 20px;}
.ml50{margin-left: 50px;}

.mtb10{margin: 10px 0;}
.mrl10{
    margin-right:10px;
    margin-left:10px;
}

.pd10{padding: 10px;}
.pl10{padding-left: 10px;}
.pl20{padding-left: 20px;}
.pr10{padding-right: 10px;}

.prl10{padding: 0 10px;}



body {
    color: #000;
    font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    font-size: 1.4rem;
    line-height: 1.6;
    min-width: 360px;
    margin: 0 auto;
    background: #fff;
}

p{
    color: #000;
    line-height: 1.5em;
}

.taCT{
    text-align: center;
}

/*cp-end*/
.cp-end{
  opacity: 0.6;    
}
a       {
    pointer-events: none;
}

.logo-area_a{
    pointer-events:auto;    
}
.m0-auto{
    margin: 0 auto;
}
.info-end{
    background: #fff;
    padding: 60px 20px;
    justify-content: space-between;
    text-align: center;
}

/* hover */
.hover80:hover {
  opacity: 0.8;
}

/* TOPへ戻る */
#page_top {
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #FF8000;
    opacity: 0.6;
    border-radius: 50%;
}
#page_top a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_top a::after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
/*
==================================================
*/



.caption {
    margin: 0 auto;
    padding: 0;
}

.logo_area{
    background-color: #00bcd4;    
}

.top_title {
    width: 100%;
    background-color: #00bcd4;
    display: block;
    text-align: center;
    line-height: 55px;
    color: #fff;
    padding-top: 10px;
    margin: 0 auto;
    background: repeating-linear-gradient(45deg, #d7fcff 0px, #d7fcff 15px, #b6fafc 15px, #b6fafc 30px);
}

/* ナビゲーション */
.nav_area{
    background-color: #b6fafc;        
}
.main-nav {
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
    padding: 0 10px;
}
.main-nav a {
    margin: 1px;
    color: #000;
    display: block;
    padding: 15px;
    text-decoration: none;
}

@media screen and (max-width: 599px) {

    .main-nav {
        display: block;
    }

    
    /* スマホ時に横幅100%にする */
	.sp_wid100{
		width:100%;
	}
    
}

.nav_area ul {
  list-style: none;
}


.top_title2 {
    width: 100%;
    padding:20px 0;
    background-color: #00bcd4;
    display: block;
    text-align: center;
    color: #fff;
}


/* STEP */
  .steps-title {
    width: 80%;
    margin: 0 auto ;
    background: #eaeebb;
    text-decoration: none;
    color: #444;
    position: relative;
    height: auto;
    text-align: center;
    padding: 10px;
  }


/*QA*/
#QandA-1 {
	width: 100%;
	font-family: メイリオ;
	font-size: 1.0em; /*全体のフォントサイズ*/
}
#QandA-1 h2 {

}
#QandA-1 dt {
	background: #444; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 8px;
	border-radius: 2px;
}
#QandA-1 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#QandA-1 dd {
	margin: 24px 16px 40px 32px;
	line-height: 140%;
	text-indent: -24px;
}
#QandA-1 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
}



.sub_title {
    width: 100%;
    padding:10px 0;
    background-color: #61ba00;
    display: block;
    text-align: center;
    color: #fff;
}

.sub_title2 {
    width: 100%;
    padding:10px 0;
    background-color: yellow;
    display: block;
    text-align: center;
    color: #000;
}

.sub_title3 {
    width: 100%;
    padding:10px 0;
    background-color: gold;
    display: block;
    text-align: center;
    color: #000;
}


.top-botton {
    width: 300px;
    margin: 0 auto;
    margin: 5px 10px;
    padding: 15px 0;
    text-align: center;
    line-height: 1.4em;
    color: #3e3a39;
    background: #fcee21;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 1.1em;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.29);

}
.top-botton a{
    text-decoration: none;
}
.top-botton:hover{
    background: #fff7ab; 
    text-decoration: none;
}

.order-botton {
    margin: 0 auto;
    padding: 15px 40px;
    text-align: center;
    line-height: 1.2em;
    color: #fff;
    background: #FF8000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 1.2em;
    font-weight: 400;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.29);
    max-width: 360px;
    display: inline-block;
}
.order-botton a{
    text-decoration: none;
}
.order-botton:hover{
    background: #FE9A2E; 
    text-decoration: none;
}




.balloon4 {
    text-align:center;
    position: relative;
    margin: 0 auto;
    padding: 15px;
    background: #fff;
    border: solid 3px #555;
    border-radius: 30px;
    width:750px;
    font-family: "ヒラギノ角ゴ Pro W3", monospace;
    font-size: 1.2em;

}

.balloon4:before {  
    content: "";
    position: absolute;
    width: 13px;
    height: 12px;
    left: 60%;
    bottom:-50px;
    background: #fff;
    border: solid 3px #555;
    border-radius: 50%;
}

.balloon4:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 18px;
    left: 60%;
    bottom:-30px;
    background: #fff;
    border: solid 3px #555;
    border-radius: 50%;
}
.balloon4 p {
    margin: 0; 
    padding: 0;
}




h1 {
    display: block;
    font-size: 2em;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
}

.contents {
    max-width: 900px;
    margin: 0 auto;
}

.bg-white {
    background-color: #fff;
}

.footer {
    max-width: 900px;
    margin: 0 auto;
}
.footer_area {
    width: 100%;
    padding:20px 0;
    background-color: #00bcd4;
    display: block;
    text-align: left;
    color: #fff;
}


/* mark_area */
.mark_area{
    background-color: #fff;
    display: inline-block;

}



p.font2 { 
    font-family: "ヒラギノ角ゴ Pro W3", monospace;
    font-size: 1.4em;
}

.center { 
    text-align: center;
}

span.red {
    color: red;
}

.ct{
    margin: 0 auto;   
}

.ct-img{
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.mr-10{
    margin: 10px;
}

.pd-tb10{
    padding: 10px 0;  
}

.pd-txt{
    padding: 10px 30px;  
}
.pd-txt2{
    text-align: center;
}
.pd-txt2 a{
    font-size: 1.4em;
}


.style1{
    font-size: 1.4em;
    font-weight: bold;
}
.under {
  border-bottom: solid 6px #FF3366;
}

.style2{
    margin: 0 10px;
    padding: 20px 20px;
    border: 5px solid #00bcd4;
    border-radius: 10px;
}

small {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 50px;
}

.box_mrt {
    padding: 0.5em 1em;
    margin: 0 40px;
    font-weight: normal;
    color: #000;
    background: #FFF;
    border: solid 3px #ccc;
    border-radius: 10px;
}

.box_mrt ul,li{
    font-weight: normal;
    font-size: 0.9em;    
}

.mrt6-parent{
    position: relative;
}
.mrt6-child{
    position: absolute;
    top: 100px;
    left: 35px;
}