@charset "UTF-8";
/* CSS Document */

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, /*a,*/ abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
  scroll-behavior:smooth;
  font-family: var(--font-family-got); 
  letter-spacing: .05em;
/*  OR */
/*  font-family: var(--font-family-min); */
}




body {
	color: #252525;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background-image: none;
	word-wrap: break-word;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
header {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
header .logo-area {
  width:  30%;
}
header .conv-area {
  width:  70%;
  text-align: right;
}
.inner{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.w930{
margin-left: auto;
margin-right: auto;
}

.center{
	text-align: center;

}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
nav {
	background: #2ea7e1;
}
nav ul {
	display: flex;
  justify-content: space-evenly;
  list-style: none;
  max-width: 1100px;
  margin: 0 auto;
}
nav ul li {
	width: 100%;
}
nav ul li a, nav ul li a:visited  {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
  padding: 20px 0;
	display: inline-block;
	width: 100%;
}
nav ul li a:hover  {
	text-decoration: underline;
}

.page-kv {
	background-image: url("../images/kv-page-bg-pc.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.page-kv span {
	font-size: 60px;
  font-weight: bold;
}
.page-kv span::after {
	content: '';
  display: block;
	width: 80px;
  height: 7px;
  opacity: 1;
  background: #2ea7e1;
  margin: 15px auto 0;
}
@media only screen and (max-width: 640px){
header {
  display: inherit;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
header .logo-area {
  width:  100%;
  text-align: center;
  margin-bottom: 15px;
}
header .conv-area {
  width:  100%;
  text-align: center;
}
header .conv-area img {
  margin-bottom: 5px;
}
img{
    max-width: 100%;
    height: auto;
}


	
	
nav ul {
	display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
  max-width: inherit;
  margin: 0 auto;
}
nav ul li {
	width: 33%;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
nav ul li:nth-child(3n) {
	border-right: none;
}
nav ul li a, nav ul li a:visited  {
	width: 100%;
  padding: 10px 0;
}
	
	
.page-kv {
	background-image: url("../images/kv-page-bg-sp.png");
}
.page-kv span {
	font-size: 40px;
}
	
	
	
	
	
	
}

.footer{
	margin-top: 0;
	margin-bottom: 0;
  background-color: #2ba6e1;
}
.copyright {
	clear: both;
	padding: 10px;
	text-align: center;
	zoom: 1;
	overflow: visible;
	margin-bottom: 110px;
  color: #fff
}
a img:hover{
cursor:pointer;
opacity:.8;
filter: alpha(opacity=70);        /* ie lt 8 */
-ms-filter: "alpha(opacity=70)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;              /* Safari 1.x */
}

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

/*電話追尾用*/
.fix_menu_smartphone{
position: fixed;
display: flex;
bottom: 0px;
z-index: 10000;
/*left:50%;*/
width: 100%;
	/*margin-left:-145px;*/	
}
.fix_left img{
display: inline-block;
}
.fix_right img{
	display: inline-block;
	float: left;
	max-width: 250px;
}

.fix_left{
float: left;
    width: 50%;
    height: auto;
    line-height: 1;
    background: #c71735;
    text-align: right;
    padding: 0px 0px 0px 0;
    box-sizing: border-box;
    position: relative;
}

.fix_right{
float: right;
    width: 50%;
    height: auto;
    line-height: 1;
    background: #fea317;
    text-align: right;
    padding: 0px 0px 0px 0;
    box-sizing: border-box;
    position: relative;
}
.conv-table {
  margin-bottom: 100px!important;
}
@media only screen and (max-width: 640px){
.fix_menu_smartphone{
  display: inherit;
}
.fix_left img{
display: inline-block;
float: none;
max-width: 100%;
}
.fix_left a img{
display: inline-block;
float: none;
max-width: 45%;
}
.fix_left a img.btn-1-ver{
display: inline-block;
float: none;
max-width: 80%;
}
.fix_right img{
	display: inline-block;
	float: none;
	max-width: 23%;
}

.fix_left{
float: none;
width: 100%;
height: auto;
line-height: 1;
text-align: center;
padding: 0px;
box-sizing: border-box;
position: relative;
}

.fix_right{
float: none;
width: 100%;
height: auto;
line-height: 1;
text-align: center;
padding: 0px;
box-sizing: border-box;
position: relative;
}
.conv-table {
  margin-bottom: 50px;
}
}

table.no{
	border-collapse: collapse;
	border-spacing: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
table.no th{
    padding: 0px;
}

table.no td{
	padding: 4px;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* キャンペーン操作 */
/*.campaign{display:none;}*/
.campaign{max-width:1200px;margin:auto;width: 100%;}

.toggle--pc-inline { display: inline-block}
.toggle--sp-inline { display: none}
@media only screen and (max-width: 640px){
.toggle--pc-inline { display: none}
.toggle--sp-inline { display: inline-block}
}



.cont {
	margin-bottom: 100px;
}
.cont-conv {
	margin-bottom: 100px;
}
.cont-conv p {
	margin-top: 50px;
}
.cont-conv a {
  text-decoration: none;
}
.cont-conv a img {
  margin: 0 1% 15px;
}

@media only screen and (max-width: 640px){
.cont {
	margin-bottom: 50px;
}
.cont-conv {
	margin-bottom: 50px;
}
.cont-conv p {
	margin-top: 20px;
}
.cont-conv a img {
  margin: 0 0;
  width: 86%;
  margin-bottom: 15px;
}
}
.foot-conv {
  position: fixed;
  bottom: 0;
  padding: 10px 0;
  text-align: center;
  background-color: #FEA317;
  width: 100%;
}
.foot-conv img {
  margin: 0 1%;
}
@media only screen and (max-width: 640px){
.copyright {
	margin-bottom: 55px;
}
.foot-conv img {
  width: 31%;
  margin: 0 .5%;
}
.foot-conv img {
  width: 30%;
  margin: 0 .5%;
}
}

/*----部分的にマージン・パディング調整----*/

.mgn-top-00 { margin-top: 0px!important; }
.mgn-top-05 { margin-top: 5px!important; }
.mgn-top-10 { margin-top: 10px!important; }
.mgn-top-20 { margin-top: 20px!important; }
.mgn-top-30 { margin-top: 30px!important; }
.mgn-top-40 { margin-top: 40px!important; }
.mgn-top-50 { margin-top: 50px!important; }
.mgn-top-60 { margin-top: 60px!important; }
.mgn-top-70 { margin-top: 70px!important; }
.mgn-top-80 { margin-top: 80px!important; }
.mgn-top-90 { margin-top: 90px!important; }
.mgn-top-100 { margin-top: 100px!important; }

.mgn-btm--10 { margin-bottom: -10px!important; }/*----iflame等----*/
.mgn-btm-00 { margin-bottom: 0px!important; }
.mgn-btm-05 { margin-bottom: 5px!important; }
.mgn-btm-10 { margin-bottom: 10px!important; }
.mgn-btm-20 { margin-bottom: 20px!important; }
.mgn-btm-30 { margin-bottom: 30px!important; }
.mgn-btm-40 { margin-bottom: 40px!important; }
.mgn-btm-50 { margin-bottom: 50px!important; }
.mgn-btm-60 { margin-bottom: 60px!important; }
.mgn-btm-70 { margin-bottom: 70px!important; }
.mgn-btm-80 { margin-bottom: 80px!important; }
.mgn-btm-90 { margin-bottom: 90px!important; }
.mgn-btm-100 { margin-bottom: 100px!important; }

@media only all and (max-width: 768px){
.mgn-top-30 { margin-top: 20px!important; }
.mgn-top-40 { margin-top: 20px!important; }
.mgn-top-50 { margin-top: 30px!important; }
.mgn-top-60 { margin-top: 30px!important; }
.mgn-top-70 { margin-top: 40px!important; }
.mgn-top-80 { margin-top: 40px!important; }
.mgn-top-90 { margin-top: 50px!important; }
.mgn-top-100 { margin-top: 50px!important; }

.mgn-btm-30 { margin-bottom: 20px!important; }
.mgn-btm-40 { margin-bottom: 20px!important; }
.mgn-btm-50 { margin-bottom: 30px!important; }
.mgn-btm-60 { margin-bottom: 30px!important; }
.mgn-btm-70 { margin-bottom: 40px!important; }
.mgn-btm-80 { margin-bottom: 40px!important; }
.mgn-btm-90 { margin-bottom: 50px!important; }
.mgn-btm-100 { margin-bottom: 50px!important; }
  
/*----SPのみ----*/
.mgn-btm-00-sp { margin-bottom: 0px!important; }
.mgn-btm-05-sp { margin-bottom: 5px!important; }
.mgn-btm-10-sp { margin-bottom: 10px!important; }
.mgn-btm-20-sp { margin-bottom: 20px!important; }
.mgn-btm-30-sp { margin-bottom: 30px!important; }
.mgn-btm-40-sp { margin-bottom: 40px!important; }
.mgn-btm-50-sp { margin-bottom: 50px!important; }
.mgn-btm-60-sp { margin-bottom: 60px!important; }
.mgn-btm-70-sp { margin-bottom: 70px!important; }
.mgn-btm-80-sp { margin-bottom: 80px!important; }
.mgn-btm-90-sp { margin-bottom: 90px!important; }
.mgn-btm-100-sp { margin-bottom: 100px!important; }
}