@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;800&display=swap");
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
/* レイアウトのためのCSS */

body{
    font-family:"Noto Sans Japanese", "Hiragino kaku Gothic Pron","ヒイラギ各ゴ proN w3","Arial","メイリオ",Vardana,sans-serif;
    /*text-transform: uppercase;*/
    letter-spacing: 0.1em;
	color: #fff;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #fff;
	text-decoration: none;
    outline: none;
}

img{
    max-width:100%;
    height: auto;
}

*{
    box-sizing: border-box
}
#container{
	display:block;
	width:100%;
}

/*******************************************
 HEADER 
 ******************************************/
#header{
	position: relative;
	z-index:999;
	/*装飾のためのCSS*/
	background:#222;
	color: #f2f2f2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:5px 20px;
}
/*全体のエリア設定*/

.ms-section{
	color:#fff;
	padding:20px;
}

.ms-section a{
	color:#fff;
}

h1{
	font-size:1.5rem;
}

h2{
	font-size:1.3rem;
	margin:0 0 20px 0;
	text-align: center;
}

p{
	margin:0 0 20px 0;
}
#header .btn-gnav{
    position: fixed;
    top:20px;
    right: 20px;
    width:30px;
    height:24px;
    z-index:12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
#header .btn-gnav span{
    position: absolute;
    width: 100%;
    height:4px;
    background:#fff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
#header .btn-gnav span:nth-child(1){
    top:0;
}
#header .btn-gnav span:nth-child(2){
    top:10px;
}
#header .btn-gnav span:nth-child(3){
    top:20px;
}
#header .btn-gnav.open span:nth-child(1){
    background:#fff;
    top:6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform:rotate(-45deg);
}
#header .btn-gnav.open span:nth-child(2),
#header .btn-gnav.open span:nth-child(3){
    top:6px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-gnav{
    display: none;
}

#menu li {
	display:inline-block;
	margin: 10px;
}
#menu li:last-child {
    background:#7fffd4;
}
#menu li a{
	text-decoration:none;
	color: #fff;
	padding: 5px 10px;
	display:block;
	border-radius: 10px;
}
#menu li:last-child a{
    color:#000;
}
#menu li.active a{
	color: #ff0000;
}
#menu li a:hover{
	color: #7fffd4;
}
#menu li:last-child a:hover{
    color:#dcdcdc;
}

/*******************************************
 Wrapper
*******************************************/
#wrapper{
    max-width: 100%;
    max-height: 800vh;
    height:auto;
}


/********************************************
 Main_img
********************************************/
.top_sc{
    display: flex;
    max-width: 100%;
    max-height:200vh;
    height: auto;
    padding:0 20px;
    margin:20px auto;
    color:#000;
    overflow: hidden;
    /*border-bottom: 1px solid #ccc;*/
}
.mainbox{
    width:60%;
    height:auto;
    margin:0 auto;
}
.sub_box{
    display: flex;
    width:100%;
}
#thumbnail{
    display:block;
    width:8%;
}
#thumbnail li{
    width:100%;
    padding:5px;
    border:1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}
#thumbnail li:nth-child(2){
    width:100%;
    text-align: center;
}
#thumbnail li:nth-child(2) img{
    width:50%;
}
#mainvisual{
    width:92%;
    height:600px;
    /*background:#fafafa;*/
    text-align:center;
}
#mainvisual img{
    height:100%;
    padding:20px 0;
}
.sidebox{
    width:40%;
    height:auto;
    display:block;
}
.sidebox h2{
    font-size: 2.2rem;
    text-align:left; 
}
.sidebox h2 span{
    font-size: 1.5rem;
}
.side_txtbox{
    padding:10px;

}
.side_txtbox p.txt2{
    font-size: 1.5rem;
    margin:0;
}
.side_txtbox p.txt2{
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}
.sidebox h3{
    font-size: 2.2rem;
    color:#ff0000;
}
.sidebox p.coment{
    font-size: 0.8rem;
}
.sidebox h3 span{
    font-size: 1rem;
    color:#000;
}
.ofical{
    display: flex;
    width:100%;
    justify-content:space-between;
}
.ofical .system{
    width:50%;
}
.ofical .opsion{
    width:50%;
    text-align:center;
}
.ofical .opsion h4{
    padding-bottom: 10px;
}
.ofical .opsion .op_prt{
    display: flex;
    width:auto;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
p.pt1,
p.pt2{
    width:50%;
    font-size: 0.7rem;
}
p.pt1 span,
p.pt2 span{
    color:#ff0000;
    font-size: 1rem;
    font-weight: 700;
}
p.pt1 img,
p.pt2 img{
    width:70%;
}
/****************************************
 Tablet Info
****************************************/
.tb_info{
    display: block;
    width: 100%;
    max-height:200vh;
    height:auto;
    padding:40px 20px;
    color:#000;
    background:#f5f5f5;
}
.tb_info .inner_box{
    width:80%;
    margin:0 auto;
}
.tb_info .inner_box h2{
    font-size: 1.8rem;
    color:#ff0000;
}
.tb_info .inner_box .txt_box3{
    display: flex;
    width:100%;
    justify-content: space-around;
    align-items: center;
}
.txt_box3 .t1{
    width:32%;
    height:260px;
    background:#fff;
    padding:10px 20px;
}
.txt_box3 .t1 h3{
    font-size: 1.4rem;
    line-height: 1.5;
    text-align:center;
    padding-bottom: 20px;
}
.txt_box3 .t1 p{
    font-size: 1rem;
}
.spac{
    width:100%;
    padding:20px;
}
.sp_inner{
    width:80%;
    padding:20px 0;
    margin:0 auto;
}
.sp_inner h2{
    font-size: 1.8rem;
    color:#0000ff;
}
.tbl2{
    width:100%;
    display: flex;
    justify-content: space-around;
}
.spc_tb{
    width:48%;
    border-collapse:separate;
}
.spc_tb th{
    width:20%;
    background:#0000ff;
    border:solid 1px #000;
    height:50px;
    color:#fff;
}
.spc_tb td{
    border:1px solid #000;
    padding-left:8px;
    height:50px;
    background:#fff;
}
.spc_tb td.h_pay{
    font-size: 1.5rem;
    font-weight: bold;
    color:#ff0000;
}
.spc_tb td.h_pay span{
    font-size: 1rem;
    color:#000;
}
p.tyu{
    font-size: 0.8rem;
    color:#000;
    padding-top:15px;
}

.opt{
    width:100%;
    color:#000;
    margin:25px auto;
}
.opt h2{
    font-size: 2rem;
    padding:20px 0;
}
.opt_inner{
    width:60%;
    margin:0 auto;
    padding:30px 0;
}
.opt_img{
    display: flex;
    width:70%;
    justify-content: center;
    align-items: center;
    margin:30px auto;
}
.opt_img .opt01,
.opt_img .opt02{
    width:48%;
    text-align: center;
    /*background:#7fffd4;*/
}
.opt_img .opt01 img,
.opt_img .opt02 img{
    width:80%;
}
.feat{
    width:100%;
    padding:20px 0;
}
.feat h3{
    font-size: 1.8rem;
    padding:30px 0;
    text-align: center;
}
.fe_box3{
    display: flex;
    width:80%;
    margin:0 auto;
    justify-content: space-around;
    align-items: center;
}
/***********************************************
　申込みの流れ
***********************************************/
.fl_img{
    width: 80%;
    height:250px;
    margin:0 auto;
}
.fl_img img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.flow_boxwaku{
    width:80%;
    margin:0 auto;
    padding:30px 0;
}
.flow_boxwaku h2.stp{
    font-size: 2rem;
    border-bottom: 4px solid #0000ff;
    line-height: 1;
    text-align: left;
    padding-left:10px;
}
.flow_boxwaku h2.stp span{
    display: inline-block;
    margin-right:10px;
    vertical-align: middle;
}
.flow_boxwaku h2.stp img{
    width:80%;
}
.in_txt{
    padding:20px;
}
.in_txt p{
    font-size: 1.3rem;
}
.in_txt p span{
    border-bottom: 2px solid #ff0000;
}




.pc_get{
    width:100%;
    padding:25px 0;
    background:#f5f5f5;
    color:#000;
}
.pc_get h2{
    font-size: 2rem;
    padding:40px 0 25px;
}
.get_flow{
    width:80%;
    margin:0 auto;
    padding:0 20px;
}
.box10{
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
    padding:20px 0;
    background:#fff;
    height:350px;
}
.left_gaz{
    width:30%;
    line-height: 350px;
    text-align: center;
}
.box_inf{
    width:65%;
}
.box_inf h3{
    padding-left:20px;
    padding-bottom: 15px;
    color:#ff0000;
    font-size: 1.5rem;
}
/***********************************************
 Footer
***********************************************/
#foot{
    background:#000;
    padding:35px 0;
    width:100%;
}
.foot_inner{
    width:80%;
    margin:0 auto;
    display: flex;
}
.f_left{
    width:40%;
    height:50px;
}
.f_left p a{
    padding:10px;
    
}
.f_right{
    text-align: center;
}
/**********************************************
 PageTop
**********************************************/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#7fffd4;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #000;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
/******************************************
 tokutei
******************************************/
#page_wrapper{
    max-width: 100%;
    max-height: 300vh;
    height:auto;
    color:#000;
}
.tokutei_area{
    width:80%;
    max-height: 300vh;
    height:auto;
    margin:50px auto 0;
}
.tokutei_area h2{
    width:33%;
    font-size: 2rem;
    border-bottom: 5px solid #777;
    margin:0 auto 50px;
}
table.tki{
    width:100%;
    border-collapse:separate;
    margin-bottom: 50px;
}
table.tki th{
    border:1px solid #bbb;
    background:#7fffd4;
    max-height:200px;
    height:120px;
    width:25%;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
}
table.tki td{
    border:1px solid #ddd;
    padding-left:1.2rem;
    font-size: 1.2rem;
}


