/*//////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
スマホレイアウト
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*共通設定*/
.pc-none{
  display: block !important;
}
.sp-none{
  display: none !important;
}
.row{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.in_row{
  width:100%;
  padding: 0 0px 0;
  box-sizing: border-box;
  margin:0 auto;
  text-align:center;
}
p{font-size: 14px}
/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
.header_main{
  width: 100%;
}
div.head_in{
  padding: 0px 0 10px;
  display: flex; 
  justify-content: center; 
  align-items: flex-start;  
  height: 70px;
  /*flex-direction: column; */
}
div.head_in img{width: 70%;}
div.head_login{
  display: none;
}

/*--------------------------------------------------------
main view
--------------------------------------------------------*/
div.mainview{
  background-image: url(../images/kv_back.png);
  background-size: auto 350px;
  background-repeat: no-repeat;
  background-position: left top;
  height: 350px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.mainview h1{
  padding-bottom: 20px;
  margin: 0 auto;
}
.mainview h1 img{
  width: 95%;
}
div.mainview_in{
  
}
div.mainview_in h2 img{
  width: 97%;
}
div.mainview_in h3 img{
  width: 97%;
  margin-bottom: 0px;
}
/*--------------------------------------------------------
cta
--------------------------------------------------------*/
.cta{
  padding: 20px 0 20px;
}
.cta_in{

}
.cta_text{
  margin: 0 auto;
}
.cta_text h3{
  color: #fff;
  font-size: 18px;
  padding: 0 15px 20px 15px;
  box-sizing: border-box;
}
.cta_wrap img{
  width: 90%;
}

/*--------------------------------------------------------
btn design
--------------------------------------------------------*/
.reg_btn {
  font-size: 18px;
  padding: 15px 0px 15px;
  width: 90%;
  margin: 0 auto 10px;
}
.reg_btn2 {
  font-size: 18px;
  padding: 15px 0px 15px;
  width: 90%;
  margin: 0px auto 10px;
}




h2.titleh2{
  margin: 0 ;
  color: #fff;
  font-size: 20px;
  background-image: url(../images/title_bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 90px;
  height: 100%;
  padding-top: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
p.titletext{
  margin: 10px auto 20px;
  color: #4e1e01;
  font-size: 14px;
  line-height: 1.6;
}
h2.titleh2ok{
  margin: 0 auto ;
  color: #fff;
  font-size: 20px;
  background-image: url(../images/title_bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 90px;
  height: 100%;
  padding-top: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
p.titletextwh{
  margin: 10px auto 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.aqua_bg{
  background-image: url(../images/aqua_star_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: relative;  
}
.banana_bg{
  background-image: url(../images/kimidori_banana_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: relative;  
}
/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{
}
.footer img{
  width: 70%;
}
div.footer_in{
  padding: 0px 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
ul.foot_nav{
  text-align: left;
  margin: 15px 0 5px;
  display: flex;
  justify-content:flex-start;
  align-items: center;
  flex-wrap: wrap;
}
ul.foot_nav li{
  width: 50%;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
ul.foot_nav li:nth-child(1),ul.foot_nav li:nth-child(2){
  border-top: 1px solid #fff;
}
ul.foot_nav li:nth-child(odd){
  border-right: 1px solid #fff;
}
ul.foot_nav li a{
  font-size: 14px;
}

div.copy{
  border: none;
  padding: 0px 0 80px;
}
div.copy h5{
  font-size: 14px;
}

.d-none{
  display: none;
}


/*--------------------------------
スマホのフッターメニュー
---------------------------------*/
div.sp_foot{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}
ul.footer_menu {
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}
ul.footer_menu li {
  display: flex;
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:10px 0 10px;
   margin:0 auto;
   text-align: center;
   font-size: 14px;
   background: #31a035;
}

.foot_btn{
  margin: 0 auto 0 !important;
  font-size: 16px;
  padding: 5px 0 5px;
}
/*--------------------------------------------------------
item
--------------------------------------------------------*/
.item{
  padding: 0 15px 15px;
  box-sizing: border-box;
}
ul.item_list{
  margin: 20px auto 0px;
  display: flex; 
  justify-content: center; 
  align-items: stretch;
  flex-direction: column;
}
ul.item_list li{
  margin: 0px auto 15px;
  width: 90%;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  border: 2px solid #4e1e01;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
ul.item_list li h3{
  font-size: 20px;
  font-weight: bold;
  color: #4e1e01;
  padding: 0 0 20px 0;
}
ul.item_list li p{
  font-size: 16px;
  padding: 20px 0 0 0;
  margin-top: auto;
  text-align: left;
}
ul.item_list li img{
    width: 100%;
}

/*--------------------------------------------------------
type
--------------------------------------------------------*/
.type{
  padding: 0 15px 15px;
  box-sizing: border-box;
}
ul.type_list{
  margin: 20px auto 20px;
  display: flex; 
  justify-content: center; 
  align-items: stretch;
  flex-direction: column;
  border-radius: 10px;
  border: 6px solid #fff;
  background:linear-gradient(180deg, #f7ff6f 50%, #75c3f1 50%);
}
ul.type_list li{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
ul.type_list li img{
  width: 100%;
}
ul.type_list li h3{
  width: 100%;
  border-radius: 50px;
  padding: 10px;
  font-size: 20px;

}
ul.type_list li:first-child h3{
  color: #4e1e01;
  border: 4px solid #4e1e01;
  margin-bottom: 20px;
}
ul.type_list li:last-child h3{
  color: #fff;
  border: 4px solid #fff;
  margin-top: 20px;
}
div.type_box{
  text-align: left;
  border-radius: 10px;
  border: 2px solid #4e1e01;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  margin:10px auto 0;
}
/*--------------------------------------------------------
point
--------------------------------------------------------*/
.point{
  padding: 0 15px 15px;
  box-sizing: border-box;
}
ul.point_list{
  margin: 20px auto 20px;
  display: flex; 
  justify-content: center; 
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
ul.point_list li{
  width: 100%;
  min-height: 80px;
  height: 100%;
  background: url(../images/point_6_bg.png) no-repeat;
  background-size: contain;
  background-position: top center;
  display: flex; 
  justify-content: center; 
  align-items: center;
  margin: 0 auto 10px;
}
ul.point_list li h3{
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  line-height: 1.1;
}

/*--------------------------------------------------------
flow
--------------------------------------------------------*/
.flow{
  padding: 0 15px 15px;
  box-sizing: border-box;
}
ul.flow_list{
  margin: 20px auto 0px;
  display: flex; 
  justify-content: space-around; 
  align-items: flex-start;
  flex-direction: column;
  width: 90%;
  background: none;
  border-radius: 10px;
  padding: 0px;
  box-sizing: border-box;
}
ul.flow_list li{
  width: 100%;
  text-align: center;
  padding: 15px 0 15px;
}
ul.flow_list li img{
  width: 70%;
}
ul.flow_list li p{
  padding: 10px 0 0;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
}
ul.flow_list li p span{
  color: red;
  font-size: 14px;
  line-height: 1.2 !important;
  color: pink;
}
/*--------------------------------------------------------
下層ページ　デザイン
--------------------------------------------------------*/
.low_wrap{
  padding:0px 10px 10px;
  box-sizing: border-box;
}
/*--------------------------------------------------------
guide
--------------------------------------------------------*/
.guide{
  padding: 15px;
  box-sizing: border-box;
}
.guide_in{
  border: 2px solid #4e3500;
  padding: 10px;
  margin: 20px auto;
  border-radius: 10px;
}
.guide_in div{
  text-align: left;
  padding: 15px;
  width: 100%;
}
.guide_in h3{
  background: #4e3500;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

/*--------------------------------------------------------
about
--------------------------------------------------------*/
.about_in{
  margin: 20px auto;
  background: #fff;
  padding: 15px;
}
table.about_tb{
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
table.about_tb th{
  width: 35%;
  padding: 10px;
  font-size: 14px;
}
table.about_tb td{
  width: 65%;
  padding: 10px;
  font-size: 14px;
}


.privacy_in{
  background: #fff;
  padding: 15px;
  margin: 0px auto;
  text-align: left;
}
.privacy_in h3{
  padding: 10px 0 10px;
  font-size: 16px;
}
.privacy_in p{
  font-size: 14px;
}







