@font-face {
  font-family: 'national';
  src: url('851Gkktt_005.ttf') format('truetype');
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html { scroll-behavior: smooth;}

body{
	width: 100%;
	/*font-family: 'Libre Baskerville', serif;*/
	font-family: 'Roboto','Noto Sans JP', sans-serif;
	font-weight:300;
	color:#333;
	font-size:14px;
	line-height:160%;
	margin: 0px;
	padding: 0px;
	letter-spacing:1.4px;
	background:#FFF;
	font-feature-settings: "palt";
	text-align: center;
	overflow-x:hidden;
  

}
/*GLOBAL*/
section{
	width:100%;
	float:left;
}
input:-webkit-autofill
{
  /* 色はinput要素の背景色（ここでは#fff）にそろえる */
  box-shadow: 0 0 0px 999px #fff inset;
}

img {border:0;width:100%;}


a {
	color:#000;
	text-decoration:none;
	font-family: 'Noto Sans JP', sans-serif;
	
	
	}
a:hover {
	color:#000;
	opacity: 0.8;

}
a:visited {
	color:#000
}
a img {border:0}

.txt_bold{font-weight:bold}
.txt_12{font-size:12px;}
.txt_14{font-size:14px;}
.txt_16{font-size:16px;}
.txt_18{font-size:18px;}
.txt_20{font-size:20px;}
.txt_24{font-size:24px;}
.txt_28{font-size:28px;}
.txt_30{font-size:30px;}
.txt_48{font-size:48px;}
.txt_color0384e8 {
	color:#0384e8
}
.green{
	color:#087c79
}
.pink{
	color:#E2C2C3
}
.white{
	color:#FFF
}
.purple{
	color:#790016
}
.txt_bold{
	font-weight:bold
}
ul{margin:0;padding:0;list-style-type: none;}
li{margin:0;padding:0;list-style-type: none;}


a {
	color: '';
}
p{letter-spacing:1px}
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
.btn {
	-webkit-appearance: none;padding: 12px 30px;color: #fff;background-color: #1f9868;border-color: #21a16e;border: 2px solid transparent; border-radius: 4px;font-size: 20px;letter-spacing: .5px;}
.button {
  display: inline-block;
  width: 60%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  position: relative;
  z-index: 2;
  background-color: #F30;
  border: 2px solid #F30;
  font-size:18px;
  font-weight:bold;
  color: #fff;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #F30;
  color: #F30;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #F30;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #F30;
}

input[type="text"]{
	border: 1px solid #CCC;
	padding:10px;
	width:100%

}

input[type="tel"]{
	border: 1px solid #CCC;
	padding:10px;
	width:100%

}
input[type="password"] {
    border: 1px solid #CCC;
    padding: 10px;
    width: 100%;
}
input[type="email"] {
    border: 1px solid #CCC;
    padding: 10px;
    width: 100%;
}
input[type="text"]:focus {
  border: 1px solid #F00;
  outline: 0;
}

input#submit_button{
	-webkit-appearance: none;
	padding: 15px 40px;
    font-size: 1.2em;
    background-color: #F60;
    color: #FFF;
    border-style: none;
}
select {
    border: 1px solid #CCC;
    padding: 10px 10px;
    width: 100%;
    color: #000;
}
textarea {
  font-family : inherit;
  font-size   : 100%;
}
input[type="number"]{
	border: 1px solid #CCC;
	padding:10px;
	width:100%

}
input[type='checkbox'] {
  appearance: none;
  outline: none;

  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;

  width: 14px;
  height:14px;
  margin: 0 auto;
  float: left;
}
input[type='checkbox']::before {
  display: block;
  position: absolute;
  content: '';

  width: 14px;
  height: 14px;
  background: #fff;
  border: solid 1px #CCC;
  border-radius: 3px;
}
input[type='checkbox'].error::before {
  display: block;
  position: absolute;
  content: '';
	background: #fff5f5!important;
  width: 14px;
  height: 14px;
  border: solid 1px #F00;
  border-radius: 3px;
}
input[type='checkbox']::after {
  display: block;

  content: '';
  position: absolute;
  left: 6px;
  top: 3px;

  width: 4px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  opacity: 0;
}
input[type='checkbox']:checked::after {
  opacity: 1;
}
textarea{
	border: 1px solid #CCC;
	padding:10px;
	height:200px;
	line-height:180%;
	width:100%
}
.tooltip2{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.tooltip2{
    margin:0;
    padding:0;
	color:#999999
}
.description2 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #000;
	border: 1px solid #000;
    border-radius: 5px;
    background: #FFF;
    width: 200px;
}
.description2:before {
    content: "";
    position: absolute;
    top: 0%;
    right: 95%;

    border-top: 15px solid #000;
    margin-left: -15px;
    transform: rotateZ(90deg);
}
.tooltip2:hover .description2{
    display: inline-block;
    top: -5px;
    left: 30px;
	
}

@media screen and (min-width:641px) {
	.sp{
		display: none;
	}
}
@media screen and (max-width:768px) {
	.pc{
		display: none;
	}
}