@charset "utf-8";
/*@import url("index.html.css");*/
/* CSS Document */

/*@media screen and (max-width: 736px) {
  .contents {
    width: 10%;
  }
}*/

img {
  max-width: 100%;
}

.none{ display: none !important; }
.block{ display: block !important;}


@media screen and (max-width: 1000px) {
  .tab_none{ display: none !important; }
  .tab_block{ display: block !important;}
  .tab_inline_block{ display:inline-block  !important;}
  .tab_inline{ display: inline !important; }
  .tab_table{ display:table !important;}
  .tab_table_cell{ display:table-cell !important;}
  }
  /* -- sp */
  @media screen and (max-width: 767px) {
  .sp_none{ display: none !important; }
  .sp_block{ display: block !important;}
  .sp_inline_block{ display:inline-block  !important;}
  .sp_inline{ display: inline !important; }
  .sp_table{ display:table !important;}
  .sp_table_cell{ display:table-cell !important;}
  }


.left{margin-left:20px;
	}

.wrap {
width:100%;
overflow:hidden;
}
/*****横スクロール禁止*********/


@media screen and (max-width: 736px) {
.pcmenue {display:none;}
}



body {
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 736px) {
  .body  {
overflow-x: hidden;
}    }

.setumei__wrap {
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 400px) {
  .setumei__wrap {
    width: 85%;
    margin: 0 auto;
    text-align: left;
  }
}


.contents{
	 width:100%;
	height: 100%;
 margin-right:auto;
  margin-left:auto;
  margin-bottom: 10px;
  margin-top: 1px;
	/*border: 3px solid #000000;*/


	padding-top: 0.1em;
	padding-bottom:0.5em;


	background-size: 10px 10px;
	background-position: 0 0, 15px 15px;
  }

	@media screen and (max-width: 750px) {
		.contents{
		 width:100%;
			height: 100%;
	 margin-right:auto;
	  margin-left:auto;
	  margin-top: 5px;
			margin-bottom: 10px;


	 padding-top: 0.1em;
	padding-bottom:1em;


	 background-size: 10px 10px;
	 background-position: 0 0, 15px 15px;
	 }
	}




/*************完了コンテンツ２個目**************/

/**ヘッダーのロゴサイズ**/
.pc { display: block !important; }
.sp { display: none !important; }

/***スマホ****/


@media screen and (max-width: 736px) {
	.oshigoto1{
	 width:320px;
 margin-right:auto;
  margin-left:auto;
  margin-top: 5px;


 padding: 0.9em .0em;
  background: -webkit-linear-gradient(top, #69b4e6 0%, #339900 100%);
  background: linear-gradient(to bottom, #69b4e6 0%, #339900 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
font-size: 13px}
}

/**ヘッダーのロゴサイズ**/
@media screen and (max-width: 736px) {
.pc { display: none !important; }
.sp { display: block !important; }

}


/******************************/
.setumei{
  font-size: 22px;
  margin: 20px 0;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.7;
  padding-top: 0px;
  color: #0089D4;

}
.setumei p{
  margin: 0;
  padding: 15px 0;
  text-align: center;
}

.heading01 {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 20px 0;
  text-align: center;
}

.lineqr {
  display: block;
  text-align: center;
}

.fwb{
  font-weight: bold;
}
.tal{
  text-align: left;
}
.tac{
  text-align: center;
}
.pb5{
  padding-bottom: 5px;
}
ul{
  width: 300px;
  padding-left: 20px;
}

.qa dt,
.qa dd{
  position: relative;
  margin-left: 10px;
}
.qa dd{
  padding-bottom: 15px;
}
.qa dt::before{
  position: absolute;
  content: "Q.";
  color: #eb4c8c;
  font-weight: bold;
  left: -20px;
}
.qa dd::before{
  position: absolute;
  content: "A.";
  color: #0089D497;
  font-weight: bold;
  left: -20px;
}
.fc_l{
  color: #00B900;
}
@media screen and (max-width: 767px) {
  .line_banner{
    width: 90%;
  }
}

/* @media screen and (max-width: 767px) {
  .setumei{
    font-size: 15px;
    padding: 0px 15px;
  }
  .setumei p{
    width: 100%;
    font-size: 20px;
  }
} */

/**H1********************************/

h1 {
  width:100%;
  height: 200px;
	 margin-right:auto;
  margin-left:auto;
  margin-bottom: 0px;
  padding: 0.5em 0;
 font-size: 18px;
	background-color: #0089D4;
		display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 200px;
  color: #fff;
}
/***スマホ****/

@media screen and (max-width: 736px) {   h1 {
  width:100%;
  height: 200px;
	 margin-right:auto;
  margin-left:auto;
  position: relative;
  padding: 0.5em 0;
  font-size: 18px;
	background-color: #0089D4;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}
 }


/******************************************/

/*******h2*******************************/
h2 {
	width:736px;
	 margin-right:auto;
  margin-left:auto;
  position: relative;
  padding-bottom: .5em;
  border-bottom: 3px solid #ccc;
}
h2::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 3px;
  background-color: #f3e52f;
}
/***スマホ****/
@media screen and (max-width: 736px) {
	h2 {
	width:320px;
	 margin-right:auto;
  margin-left:auto;
  position: relative;
  padding-bottom: .5em;
  border-bottom: 3px solid #ccc;
  font-size: 13px;
}

h2::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 3px;
  background-color: #f3e52f;
}
}




/*********************************/
/*BOX30******************************/
.box30{
	width:736px;
  margin-right:auto;
  margin-left:auto;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: .0em 0em;
  border: 1px solid #ccc;
  border-top: 8px solid #339900;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
  border-radius: 20px 20px 20px 20px;
}
/***スマホ****/
@media screen and (max-width: 736px) {.box30{
	width:298px;
	 margin-right:auto;
  margin-left:auto;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: .0em 0em;
  border: 1px solid #ccc;
  border-top: 8px solid #339900;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
  border-radius: 20px 20px 20px 20px;
}  }



/**********************こめ**********************/
.kome{

margin-bottom: 5px;
margin-top:5px;
font-size: 20px;

}

/***スマホ****/
@media screen and (max-width: 736px) {.kome{

margin-bottom: 5px;
margin-top:5px;
font-size: 12px;
font-weight:bold;

}

}



/*********************************************
/******************こめ2*************************/
.kome2{
	font-size: 20px;
	line-height: 30px;
}
/***スマホ****/
@media screen and (max-width: 736px) {
	.kome2{
	font-size: 14px;
	line-height: 30px;
}

}

/**********************************************/
/*********************ＢＯＸ40*****************************/
.box40{
	width:736px;
	 margin-right:auto;
  margin-left:auto;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: .0em 0em;
  border: 1px solid #ccc;
  border-top: 8px solid #339900;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
  border-radius: 20px 20px 20px 20px;
}
/***スマホ****/
@media screen and (max-width: 736px) {.box40{
	width:298px;
	 margin-right:auto;
  margin-left:auto;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: .0em 0em;
  border: 1px solid #ccc;
  border-top: 8px solid #339900;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
  border-radius: 20px 20px 20px 20px;
}


}



/*********************************************************/
/*************************box50*********************************/
.box50{
	width:736px;
	 margin-right:auto;
  margin-left:auto;
	margin-bottom: 10px;
  margin-top: 10px;
  padding: .0em .0em;
  background-color: #f6f6f6;
  border:2px double #ccc;
  border-radius: 20px 20px 20px 20px;
}

/***スマホ****/
@media screen and (max-width: 736px) {.box50{
	width:296px;
	 margin-right:auto;
  margin-left:auto;
	margin-bottom: 10px;
  margin-top: 10px;
  padding: .0em .0em;
  background-color: #f6f6f6;
  border:2px double #ccc;
  border-radius: 20px 20px 20px 20px;
}

}


/********************************************************************/

/**************************フッター************************************/


.footer{width:736px;
 margin-right:auto;
  margin-left:auto;
  margin-bottom: 10px;
  margin-top: 10px;

 padding: 0.9em .0em;


font-size: 13px;

}
/***スマホ****/
@media screen and (max-width: 736px) {.footer
	{width:280px;
 margin-right:auto;
  margin-left:auto;
  margin-bottom: 0px;
  margin-top: 10px;

 padding: 0.5em .0em;

font-size: 13px;

}
}


/************************************************************************/



.square_btn{

    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #339900;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.btn{
	width:680px;
	 margin-right:auto;
  margin-left:auto;
}


/****************************************************************/
.kakko{
	font-weight: 100;
	}


@media screen and (max-width: 736px) {.kakko{
	font-weight: 100;
	}
}
/********ボタン2**********/
.button3 {
  display: inline-block;
  padding: .65em 3em;
  background: -webkit-linear-gradient(#00a4e3 , #004294);
  background: linear-gradient(#00a4e3 , #004294);
  border: 1px solid #004294;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.button3 span {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
}
.button3 span::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '\002605';
  color: #fff;
  font-size: 20px;
  line-height: 1;
  -webkit-animation: icon 1.5s ease-in-out infinite;
  animation: icon 1.5s ease-in-out infinite;
}
@-webkit-keyframes icon {
  50% { -webkit-transform: rotateY(360deg); }
}
@keyframes icon {
  50% { transform: rotateY(360deg); }
}

/********完了ボタン2**********/

/*.box30 {
	width:736px;
	margin-right:auto;
  margin-left:auto;
  position: relative;
  padding: .5em .75em;
  background-color: #fff;
  border: 1px solid #69b4e6;
  border-radius: 6px;
}
.box30::before,
.box30::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
}
.box30::before {
  border-top: 15px solid #69b4e6;
}
.box30::after {
  margin-top: -2px;
  border-top: 15px solid #fff;
}*/
/*margin-right:auto;
 margin-left:auto;
padding-top: 736px;
padding-bottom: 736px;


background: #3366CC; /*背景色*/
/*padding: 0.5em;/*文字周りの余白*/
/*color: white;/*文字を白に*/
/*border-radius: 0.5em;/*角の丸み*/

　


/*.box1 {

	width:710px;
 margin-right:auto;
 margin-left:auto;
padding-top: 10px;
padding-bottom: 5px;
 font-weight: bold;
    /*color: #3366CC;/*文字色*/
    /*background: #FFF;
	padding: 0.5em;/*文字周りの余白*/
   /* border: solid 2px #3366CC;/*線*/
    /*border-radius: 30px;/*角の丸み*/
