﻿html:not(.responsive) {
	max-width: 1000px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
	background: url(../img/shared/bd_bg.png) center 0 repeat;	
	font-family: YakuHanJP_Narrow, "游ゴシック", YuGothic, YakuHanJP_Narrow, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
	color: #3E3A39;
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
	font-weight: normal;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}
.fnt_yufothicB {	/*font-family: yufothicB;*/
font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style: normal;
	font-weight: bold;
}
.txt-center {
	text-align: center;
}
.sp_view {
	display: none;
}
.navOpen {
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.navOpen #pagetop {
	z-index: -1;
}
body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active {
	/*    cursor: none !important;*/
	touch-action: none !important;
	pointer-events: none !important;
}
body.navOpen .hamburger-btn, body.navOpen #navigation, body.navOpen #navigation * {
	touch-action: auto !important;
	pointer-events: visible !important;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.f_11 {
	font-size: 11px;
}
/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}
/*=============================================
 * <main>
 *=============================================*/

main {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	max-width: 1200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
/*=============================================
 * <header>
 *=============================================*/

header {
}
header h1 {
}
header .logo {
}
header .tel {
}
header nav {
}
/*=============================================
 * key
 *=============================================*/

/*=============================================
 * <section>
 *=============================================*/

section {
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
}
/*=============================================
 * <footer>
 *=============================================*/

footer {
}
footer .logo {
}
footer .tel {
}
footer nav {
}
/*=============================================
 * copyright
 *=============================================*/
.padb0 {
	padding-bottom: 0 !important;
}
.pc_view {
	display: none !important;
}

@media screen and (min-width: 768px) {
.pc_view {
	display: block !important;
}
}
.hamburger-btn {
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	width: 72px;
	height: 72px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	top: 23px;
	left: 27px;
	z-index: 105;
	line-height: 1;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0em;
	box-shadow: 0px 0px 11px 0px rgba(8, 8, 8, 0.28);
}
.hamburger-btn i {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.hamburger-btn span {
	line-height: 1;
	background-color: #373738;
	height: 2px;
	width: 25px;
	position: absolute;
	top: 35px;
	left: 24px;
	display: block;
	-webkit-transition: all .45s ease 0s;
	transition: all .45s ease 0s;
}
.hamburger-btn:before {
	content: '';
	position: absolute;
	width: 25px;
	top: 28px;
	left: 24px;
	background-color: #373738;
	height: 2px;
	-webkit-transition: all .45s ease 0s;
	transition: all .45s ease 0s;
}
.hamburger-btn:after {
	content: '';
	position: absolute;
	width: 25px;
	top: 42px;
	left: 24px;
	background-color: #373738;
	height: 2px;
	-webkit-transition: all .45s ease 0s;
	transition: all .45s ease 0s;
}
.hamburger-btn.is-active:before {
	transform: rotate(-45deg);
	top: 35px;
	left: 24px;
	width: 25px;
}
.hamburger-btn.is-active:after {
	width: 25px;
	transform: rotate(45deg);
	top: 35px;
	left: 24px;
}
.hamburger-btn.is-active span {
	opacity: 0;
	left: 25px;
}

@media screen and (max-width: 950px) {
section .wrap {
	padding: 0 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}
.sp_view1 {
	display: none;
}

@media screen and (max-width: 768px) {
.sp_view1 {
	display: block;
}
}
.i-custom {
	cursor: pointer;
	display: block;
	position: relative;
}
.i-custom +.i-custom {
}
.i-custom input {
	opacity: 0;
	position: absolute;
}
.i-custom .ico {
	padding-left: 22px;
	position: relative;
	display: inline-block;
  font-weight: 500;
   
}
.label-3x .i-custom .ico {
  font-size: 18px;  
line-height: 41px; 
}
.i-custom .ico:before, .i-custom .ico:after {
	content: "";
	margin: auto;
	border-radius: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	transition: all .3s ease;
}
.i-custom input[type="radio"] .ico:before, .i-custom input[type="radio"] .ico:after {
	border-radius: 100%;
}
.i-custom .ico:before {
	background: #FEFEFE;
	width: 16px;
	height: 16px;
	border: 2px solid #595757;
	left: 0;
	border-radius: 50%;
}
.i-custom .ico:after {
	opacity: 0;
	background: #DD0012;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: 5px;
	transform: scale(0);
}
.i-custom:hover .ico:after {
	opacity: .5;
	transform: scale(1);
}
.i-custom input:checked ~ .ico:after {
	opacity: 1;
	transform: scale(1);
}

.btn_green, .btn_pink{
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  background: #fff;  
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 14px;  
  text-decoration: none;  
  letter-spacing: 0;
}
.btn_green{
  color: #008c43;
  border: 1px solid #008c43;
}
.btn_pink{
  color: #e6857e;
  border: 1px solid #e6857e;
}
.btn_green:before, .btn_pink:before{
  content:'';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 17px;
  height: 17px;  
  transform: translateY(-50%);
}
.btn_green:before{
  background: url("../img/service/key_arrow.svg") no-repeat center / 100% auto;
}
.btn_pink:before{
  background: url("../img/supporter/key_arrow.svg") no-repeat center / 100% auto;
}
.btn_green:after, .btn_pink:after{
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 100%;
  height: 100%;
  z-index: -1;  
  transition: all 0.3s;
}
.btn_green:after{
  background: #008c43;
}
.btn_pink:after{
  background: #e6857e;
}
.btn_green:hover, .btn_pink:hover{
  text-decoration: none;  
}
.btn_green:hover:after, .btn_pink:hover:after{
  opacity: 0;
}
.txt_green{
  color: #008c43;
}


a.btn-link_green{
    display:block;
    max-width:220px;
  background-color: #39ae4a;
  border: 1px solid #39ae4a;
  padding: 7px 12px;border-radius:300px;
    color:#fff!important;
    font-weight:bold;
    padding:5px 20px;
    text-decoration: none!important;
        margin:20px 0;
    text-align: center;
    font-size:1.2rem;
}
a.btn-link_green:hover{
  color: #39ae4a!important;
      background-color: #fff;
  border: 1px solid #39ae4a;
    text-decoration: none!important;
}
#newsDetail h4{
    font-weight:bold;
    font-size:120%;
    line-height: 2
}

.checked_cont {    
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 45px 46px 25px;
    position: relative;
}
.checked_cont:before {
	content: '';
	background: #F59E00;
	border-right: 1px solid #000;
	position: absolute;
	top: -44px;
	left: -44px;
	transform: rotate(45deg);
	width: 68px;
	height: 68px;
}
.checked_cont:after {
	content: '';
	background: #F59E00;
	border-left: 1px solid #000;
	position: absolute;
	bottom: -44px;
	right: -44px;
	transform: rotate(45deg);
	width: 68px;
	height: 68px;
}
.checked_cont .check_h {
	max-width: 151px;
	margin: -77px auto 57px;
	padding-left: 20px;
	position: relative;
}
.checked_cont .check_h:before {
	content: '';
	position: absolute;
	top: 31px;
	left: -21px;
	right: -25px;
	height: 47px;
	background-color: #DBF1FF;
}
@media screen and (max-width: 767px) {

  .checked_cont:before{
    top: -34px;
    left: -34px;
    width: 52px;
    height: 52px;
  }
  .checked_cont:after{
    bottom: -34px;
    right: -34px;
    width: 52px;
    height: 52px;
  }
  .checked_cont .check_h {
    margin: -10vw auto 8% !important;
    padding-left: 0;
    line-height: 1;
    max-width: 100%;
    width: 30%;
  }
  .checked_cont .check_h:before {
    top: calc(59% + 1px);
    left: -13%;
    right: -13%;
    bottom: 9%;
    height: auto;
  }
  .checked_cont {
    padding: 5% 5.5% !important;
  }
  a.btn-link_green{
    display:block;
    max-width:220px;
  background-color: #39ae4a;
  border: 1px solid #39ae4a;
  padding: 7px 12px;border-radius:300px;
    color:#fff!important;
    font-weight:bold;
    padding:15px 40px;
    text-decoration: none!important;
        margin:30px auto;
    text-align: center;
      font-size:1.2rem;
}
a.btn-link_green:hover{
  color: #39ae4a!important;
      background-color: #fff;
  border: 1px solid #39ae4a;
    text-decoration: none!important;
}
}
.btn_link{
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
}

.tbl_in{
    width: 100%;
    background-color: #fff;    
    text-align: center;
    color: #000;  
  border: 1px solid #009343;
}
.tbl_in tbody td {
  border: 1px solid #009844;
  padding: 12px 5px;
  font-size: 21px;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  font-weight: 500;
  width: 33.333%;
}
.tbl_in tbody td:first-child {    
    font-weight: bold;  
}
.tbl_in tbody td .note {
    font-size: 12px;
    position: relative;
    top: -10px;
    font-weight: 500;
}
.tbl_in thead, .tbl_in th {
    background-color: #009844;
    color: #fff;  
    font-weight: bold;
    padding: 18px 5px;
    font-size: 23px;
}
.tbl_in th:not(:first-child){
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .tbl_in tbody td {    
    font-size: 14px;
    padding: 5px;    
  }
  .tbl_in tbody td:first-child{
    font-size: 15px;    
  }
  .tbl_in tbody td .note {
    font-size: 10px;
  }
  .tbl_in thead, .tbl_in th{
    font-size: 15px;
    padding: 8px 5px;
  }
}
@media screen and (max-width: 450px) {
  .tbl_in tbody td {    
    font-size: 12px;
    padding: 5px 0px;
    letter-spacing: -1px;    
  }
  .tbl_in tbody td:first-child{
    font-size: 14px;        
  }
  .tbl_in tbody td .note {
    font-size: 8px;
  }
  .tbl_in thead, .tbl_in th{
    font-size: 14px;
    padding: 5px;
  }
}
.box1{
  position: relative;
}
.box1:before{
  content:"";
  position: absolute;
  top: 10px;
  left: 10px;
  box-sizing: border-box;
  border: 1px solid #fff;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  pointer-events: none;
}
.toggle .toggle-link:after{
  content: "";
	background: url(../img/customer/toggle_open.jpg) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 25px;
	height: 25px;
	color: #fff;
	position: absolute;
	right: 0px;
	top: 50%;
  margin-top: -12.5px;
}
.toggle.active .toggle-link:after{
  content: "";
	background: url(../img/customer/toggle_close.jpg) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 25px;
	height: 25px;
	color: #fff;
	position: absolute;
}
.toggle .toggle-link:hover::after{
  opacity: 0.7;
}
@media screen and (max-width: 767px){
  .toggle .toggle-link:after, .toggle.active .toggle-link:after{

  }
}
.letter2px{
  display: inline-block;
  margin-left: -9px;
}