@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
h2 {font-weight: bold;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 10px;}
h1 {
	font-size: 10px;
	margin: 0 1%;
}
main img {
    width:100%;
    height: auto
}

/*==================================================================
Global reset
===================================================================*/

.f_red{
	color: #FF0004;
}
.smpnone{
	display: none;
}

ul.menu{
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 20px 0 0 0;

}

ul.menu li {
	display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 0;
    width: 46%;
    font-size: 14px;
    background-color: #838080;
    margin: 0 1% 0px 1%;
    transition: .3s;
}

ul.menu li.on{
	background-color:#0059B8 !important;
}

ul.menu li.on a{
	pointer-events: none;
}

ul.menu li a{

	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF !important;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	transition: .3s;
	display: -webkit-box;
  display: -ms-flexbox;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;


.junbi_btn_area{
	margin:20px 0 20px 0;
}
.junbi_btn{
	width: 80%;
	margin: 0 auto 20px;
}
.junbi_btn a{
	display: block;
	position: relative;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #29abe2;
	text-align: center;
	transition: .3s;
	border: #29abe2 2px solid;
	text-decoration: none;
}
.junbi_btn a::after{
	content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.junbi_btn a:hover{
	background-color: #ffffff;
	border: #29abe2 2px solid;
	text-decoration: none !important;
	color: #29abe2 !important;
}
.junbi_btn a:hover::after{
	border-top: 3px solid #29abe2 !important;
    border-right: 3px solid #29abe2 !important;
}
}

ul.menu li:hover{
	background-color:#0059B8 !important;
}



#intro_top{
	
margin: 45px auto 45px;
}



#intro_top p.introtxt{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 20px 0;
}
#intro_top .introbox{
	max-width: 950px;
	width: 95%;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	padding: 10px;
	background-color: #ffffff;
	margin: 0 auto 45px;
}
#intro_top .introbox ul{
	margin: 0;
	padding: 0;
}
#intro_top .introbox ul li{
	position: relative;
	margin: 0 0 10px 20px;
	z-index: 1;
}
#intro_top .introbox ul li::before{
	    content: "●";
    font-size: 14px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    margin: 0 0% 0px -20px;
    position: absolute;
	z-index: -1;
}



#intro_top,
#kensaku{
      background-image: url(../images/bg-measuresBace.png); }
#annai h2,
#junbi h2,
#kensaku h2,
#intro_top h2{
	text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #29abe2;
    display: inline-block;
    color: #29abe2;
    font-size: 18px;
}
.chuitxt{
	font-size: 12px;
	margin: 0 0 20px 0;
}
.inner{
	max-width: 950px;
	margin: 0 auto;
}
.measuresTop {
    width: 100%;
    height: 100px;
    margin-bottom: 50px;
    background: url(../images/bg-measuresTop.png) center bottom repeat-x;
}
.measuresBtm {
    width: 100%;
    height: 135px;
    background: url(../images/bg-measuresBtm.png) center bottom repeat-x;
}
.annaiboxarea{
	background-color: #ffffff;
	margin: 0 auto 30px;
	border: 2px solid #29abe2; 
	width: 95%;
}
.annaiboxarea2{
	background-color: #dae3f3;
	margin: 0 0 30px 0;
}
.annnai_tit{
	padding: 10px;
background-color: #29abe2;
text-align: center;
color: #ffffff;
font-weight: bold;
font-size: 16px;
}
.annnai_tit2{
	padding: 10px;
	background-color: #FFF500;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	display: -webkit-box;
  display: -ms-flexbox;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.annnaitit_area{
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.annnai_tit_img{
	width: 10%;
	max-width: 400px;
	display: none;
}
.annnai_tit_img img{
	width: 100%;
}
.annnaibox{
	padding: 10px;
	text-align: left;
	font-size: 14px;
}
.annnai_txt1{
	margin: 0 0 20px 0;
}
.redbox{
	padding: 10px;
	background-color: #FF0004;
	text-align: center;
	margin: 0px 0 20px;
	color: #ffffff;
}
.yellowtxt{
	color: #FFF500 !important;
	font-weight: bold;
}
.annnai_detail dl{
	margin: 0 0 20px 0;
	line-height: 30px;
}
.annnai_detail dl dt{
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 16px;
}
.annnai_detail dl dd{
	margin: 0 0 0 30px;
	font-size: 14px;
}
.annnai_detail dl dd strong{
	font-weight: bold !important;
}
.bg_pink{
	padding: 10px;
	margin: 10px 0 10px 0;
	background-color:#FFE5FB;
}
.red_txt_b{
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	}
#junbi {
       padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.annnai_intro{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.annnai_intro dl{
	margin: 0 0 20px 0;
	line-height: 30px;
}
.annnai_intro dl dt{
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 16px;
}
.annnai_intro dl dt span{
	border-bottom: #FF0004 solid 2px;
	padding: 0 0 0px 0;
}
.annnai_intro dl dd{
	margin: 0 0 0 30px;
	font-size: 14px;
}
.red_tit{
	padding: 10px;
	width: 40%;
	color: #ffffff;
	font-weight: bold;
	background-color:#FF0004;
	text-align: center;
	margin: 0 0 20px 0;
}
.special{
	padding: 20px;
	background-color: #FFFFFF;
}




/*plan---------------------------------------------------*/

.formL{

	width:100%;
	margin:0 auto 20px;
}
.formR{
	overflow:hidden;
	width:100%;
}
.formL h4 img,.formR h4 img{
	max-width:80px;
	margin-bottom:10px;
	height:auto;
}
.oneOnly h4 img{
	width:180px;
	margin-bottom:10px;
	height:auto;
}
.commonform{
	display:block;
	margin-bottom:35px;
}
.commonform select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	font-size:16px;
	width:95%;
	background:url(../images/im_form_arrow.png) no-repeat #FFF 100% 50%;
	background-size:28px auto;
}
.commonform select:nth-of-type(2){
	margin-left:34px;
}
select::-ms-expand {
	display: none;
}
.formBox{
	overflow:hidden;
	clear: both;
	margin: 20px 0 0 0;
}
.mbOr{
	border-bottom:2px dashed #CCC;
	padding-bottom:60px;
}
.formBox div.contents:nth-child(n + 1){
	display:none
}
.contents{
	display:block;
	
	
}
.contents table{

	width: 100%;
}
.contents table td{
	border: #ffffff solid 1px;
	padding: 20px 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.list1{
	background-color: #A8A8A8;
}
.list1 span {
    display: block;
    font-size: 10px;
    color: red;
}
.list2{
	background-color: #FFE2E3;
}
.contry_tit{
	text-align: center;
	margin: 20px 0;
	padding: 10px 0 10px 0;
	background-color: #0093FF;
	color: #ffffff;
	font-weight: bold;
font-size: 18px;}
.btnarea{
	margin: 20px 0 0 0;
}
.btnarea ul li{
	margin: 0 0 20px 0;
}
.btnarea ul li a{
	position: relative;
	display: block;
	padding: 20px;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.btn_1{
	border: #002572 2px solid;
	box-shadow: 3px 3px #002572;
	color: #000000 !important;
	transition: .3s;
}
.btn_1 span{
	color: #FF0004;
}
.btn_1::after{
	content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #002572;
    border-right: 3px solid #002572;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_1:hover::after,
.btn_2:hover::after{
	border-top: 3px solid #ffffff !important;
    border-right: 3px solid #ffffff !important;
}
.btn_2{
	background-color: #FFFD00 !important;
	color: #000000 !important;
	box-shadow: 3px 3px #FF4F00;
	transition: .3s;
}
.btn_2::after{
	content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #000000;
    border-right: 3px solid #000000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
a.btn_1:hover{
	background-color: #002572;
	border: #002572 2px solid;
	box-shadow: 3px 3px #002572;
	text-decoration: none !important;
	color: #FFFFFF !important;
}
a.btn_2:hover{
	background-color: #FF4F00 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.junbi_btn_area{
	margin:20px 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.junbi_img{
	width: 44%;
	max-width: 400px;
	    margin: 0 1% 20px 1%;
}
.junbi_img img{
	width: 100%;
}
.junbi_img a:hover {
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}
.junbi_img a.btnone{
	
	pointer-events: none;
}
.junbi_img span{
	display: block;
	padding: 10px 0 0 0;
	text-align: left;
}



/*

.junbi_btn{
	width: 44%;
	margin: 0 1% 20px 1%;
}
.junbi_btn a{
	display: block;
	position: relative;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #29abe2;
	text-align: center;
	transition: .3s;
	border: #0176a7 2px solid;
	text-decoration: none;
}
.junbi_btn a::after{
	content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.junbi_btn a:hover{
	background-color: #ffffff;
	border: #29abe2 2px solid;
	text-decoration: none !important;
	color: #29abe2 !important;
}
.junbi_btn a:hover::after{
	border-top: 3px solid #29abe2 !important;
    border-right: 3px solid #29abe2 !important;
}
.junbi_btn a.btnone{
	background-color: #cccccc !important;
	pointer-events: none;
	border: #cccccc 2px solid !important;
}
.junbi_btn a.yellow1{
	background-color: #ffc000 !important;
	border: #bc8c00 2px solid !important;

}
.junbi_btn a.yellow1:hover{
	background-color: #ffffff !important;
	border: #ffc000 2px solid;
	text-decoration: none !important;
	color: #ffc000 !important;
}
.junbi_btn a.yellow1:hover::after{
	border-top: 3px solid #ffc000 !important;
    border-right: 3px solid #ffc000 !important;
}
.junbi_btn a.green1{
	background-color: #70ad47 !important;
	border: #3e8b0a 2px solid !important;

}
.junbi_btn a.green1:hover{
	background-color: #ffffff !important;
	border: #70ad47 2px solid;
	text-decoration: none !important;
	color: #70ad47 !important;
}
.junbi_btn a.green1:hover::after{
	border-top: 3px solid #70ad47 !important;
    border-right: 3px solid #70ad47 !important;
}
.junbi_btn a.orange1{
	background-color: #f4b183 !important;
	border: #c35408 2px solid !important;

}
.junbi_btn a.orange1:hover{
	background-color: #ffffff !important;
	border: #f4b183 2px solid;
	text-decoration: none !important;
	color: #f4b183 !important;
}
.junbi_btn a.orange1:hover::after{
	border-top: 3px solid #f4b183 !important;
    border-right: 3px solid #f4b183 !important;
}
*/

/*タブ切り替え全体のスタイル*/
.tabs {
    /* margin-top: 50px;*/
    /* padding-bottom: 40px; */
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
    /* width: 700px; */
    /* margin: 0 auto; */
    display: flex;
	display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
    justify-content: center;
   align-items: stretch;
    flex-wrap: wrap;}

/*タブのスタイル*/
.tab_item {
      width: calc(100%/2);
    height: 100%;
    /* border-bottom: 3px solid #5ab4bd; */
    background-color: #d9d9d9;
    /* line-height: 50px; */
    font-size: 16px;
    text-align: center;
    color: #565656;
   position: relative;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
   padding: 10px;
    margin: 0 0 10px 0;
	display: flex;
	 display: -webkit-box;
  display: -ms-flexbox;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tab_item::after{
	content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #000000;
    border-right: 3px solid #000000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 5%;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.tab_item:hover {
  background-color: #0059B8;
	color: #fff;
}
.tab_item:hover::after{
	border-top: 3px solid #ffffff !important;
    border-right: 3px solid #ffffff !important;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  /*display: none;*/
  padding: 0px 0px 0;
  clear: both;
  overflow: hidden;
	width: 100%;
}


/*選択されているタブのコンテンツのみを表示*/
#toparea:checked ~ #toparea_content,
#tokouarea:checked ~ #tokouarea_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #0059B8;
  color: #fff;
}
.tabs input:checked + .tab_item::after{
	border-top: 3px solid #ffffff !important;
    border-right: 3px solid #ffffff !important;
}
.qr1{
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.qr1 img{
	display: block;
	max-width: 87px;
	margin: 0 auto;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
    width: auto;
	max-width:970px;
	min-width:760px;
    margin: 0 auto 5px;
}

/*==================================================================
Global reset
===================================================================*/

.pcnone{
	display: none;
}
/*
ul.menu{
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 20px 0 0 0;

}

ul.menu li {
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding: 0;
	width: 30%;
	font-size: 18px;
	background-color: #838080;
	margin: 0 2% 0 2%;
	transition: .3s;
}

ul.menu li.on{
	background-color:#0059B8 !important;
}

ul.menu li.on a{
	pointer-events: none;
}

ul.menu li a{

	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF !important;
	text-decoration: none;
	padding: 20px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	transition: .3s;
	display: -webkit-box;
  display: -ms-flexbox;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

ul.menu li:hover{
	background-color:#0059B8 !important;
}*/

.f_red{
	color: #FF0004;
}
#intro_top{
	
	
	margin: 0px auto 45px;
}
#intro_top p.introtxt{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 20px 0;
}
#intro_top .introbox{
	max-width: 950px;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	padding: 20px;
	background-color: #ffffff;
	margin: 0 auto 45px;
}
#intro_top .introbox ul{
	margin: 0;
	padding: 0;
}
#intro_top .introbox ul li{
	position: relative;
	margin: 0 0 10px 20px;
	z-index: 1;
}
#intro_top .introbox ul li::before{
	content: "●";
    font-size: 16px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 0 0 -20px;
    position: absolute;
	z-index: -1;
}
#intro_top,
#kensaku{
      background-image: url(../images/bg-measuresBace.png); }
#annai h2,
#junbi h2,
#kensaku h2,
#intro_top h2{
	text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #29abe2;
    display: inline-block;
    color: #29abe2;
    font-size: 30px;
}
.chuitxt{
	font-size: 16px;
	margin: 0 0 20px 0;
}
.inner{
	max-width: 950px;
	margin: 0 auto;
}
.measuresTop {
    width: 100%;
    height: 100px;
    margin-bottom: 50px;
    background: url(../images/bg-measuresTop.png) center bottom repeat-x;
}
.measuresBtm {
    width: 100%;
    height: 135px;
    background: url(../images/bg-measuresBtm.png) center bottom repeat-x;
}
.annaiboxarea{
	background-color: #ffffff;
	margin: 0 0 30px 0;
	border: 2px solid #29abe2; 
}
.annaiboxarea2{
	background-color: #dae3f3;
	margin: 0 0 30px 0;
}
.annnai_tit{
	padding: 20px;
	background-color: #29abe2;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
}
.annnai_tit2{
	padding: 20px;
	background-color: #FFF500;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 24px;
	width: 90%;
	display: -webkit-box;
  display: -ms-flexbox;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.annnaitit_area{
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.annnai_tit_img{
	width: 10%;
	max-width: 400px;
}
.annnai_tit_img img{
	width: 100%;
}
.annnaibox{
	padding: 20px;
	text-align: left;
	font-size: 16px;
}
.annnai_txt1{
	margin: 0 0 20px 0;
}
.redbox{
	padding: 10px;
	background-color: #FF0004;
	text-align: center;
	margin: 0px 0 20px;
	color: #ffffff;
}
.yellowtxt{
	color: #FFF500 !important;
	font-weight: bold;
}
.annnai_detail dl{
	margin: 0 0 20px 0;
	line-height: 30px;
}
.annnai_detail dl dt{
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 18px;
}
.annnai_detail dl dd{
	margin: 0 0 0 30px;
	font-size: 16px;
}
.annnai_detail dl dd strong{
	font-weight: bold !important;
}
.bg_pink{
	padding: 10px;
	margin: 10px 0 10px 0;
	background-color:#FFE5FB;
}
.red_txt_b{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
#junbi {
    padding-top: 50px;
    padding-bottom: 50px;
}
.annnai_intro{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.annnai_intro dl{
	margin: 0 0 20px 0;
	line-height: 30px;
	width: 50%;
}
.annnai_intro dl dt{
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 18px;
}
.annnai_intro dl dt span{
	border-bottom: #FF0004 solid 2px;
	padding: 0 0 0px 0;
}
.annnai_intro dl dd{
	margin: 0 0 0 30px;
	font-size: 16px;
}
.red_tit{
	padding: 10px;
	width: 20%;
	color: #ffffff;
	font-weight: bold;
	background-color:#FF0004;
	text-align: center;
	margin: 0 0 20px 0;
}
.special{
	padding: 20px;
	background-color: #FFFFFF;
}

/*plan---------------------------------------------------*/
.formL{
	float:left;
	width:48%;
	margin:0 0 0 10px;
}
.formR{
	overflow:hidden;
}
.formL h4 img,.formR h4 img{
	width:80px;
	margin-bottom:10px;
	height:auto;
}
.oneOnly h4 img{
	width:180px;
	margin-bottom:10px;
	height:auto;
}
.commonform{
	display:block;
	margin-bottom:35px;
}
.commonform select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	font-size:16px;
	width:95%;
	background:url(../images/im_form_arrow.png) no-repeat #FFF 100% 50%;
	background-size:28px auto;
}
.commonform select:nth-of-type(2){
	margin-left:34px;
}
select::-ms-expand {
	display: none;
}
.formBox{
	overflow:hidden;
	clear: both;
	margin: 20px 0 0 0;
}
.mbOr{
	border-bottom:2px dashed #CCC;
	padding-bottom:60px;
}
.formBox div.contents:nth-child(n + 1){
	display:none
}
.contents{
	display:block;
}
.contents table{
	width: 100%;
}
.contents table td{
	border: #ffffff solid 1px;
	padding: 20px 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.list1{
	background-color: #A8A8A8;
}
.list1 span{
	display: block;
	font-size: 12px;
	color: red;
}
.list2{
	background-color: #FFE2E3;
}
.btnarea{
	margin: 20px 0 0 0;
}
.btnarea ul li{
	margin: 0 0 20px 0;
}
.btnarea ul li a{
	position: relative;
	display: block;
	padding: 20px;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.btn_1{
	border: #002572 2px solid;
	box-shadow: 3px 3px #002572;
	color: #000000 !important;
	transition: .3s;
}
.btn_1 span{
	color: #FF0004;
}
.btn_1::after{
	content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #002572;
    border-right: 3px solid #002572;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_1:hover::after,
.btn_2:hover::after{
	border-top: 3px solid #ffffff !important;
    border-right: 3px solid #ffffff !important;
}
.btn_2{
	background-color: #FFFD00 !important;
	color: #000000 !important;
	box-shadow: 3px 3px #FF4F00;
	transition: .3s;
}
.btn_2::after{
	content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #000000;
    border-right: 3px solid #000000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
a.btn_1:hover{
	background-color: #002572;
	border: #002572 2px solid;
	box-shadow: 3px 3px #002572;
	text-decoration: none !important;
	color: #FFFFFF !important;
}
a.btn_2:hover{
	background-color: #FF4F00 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.junbi_btn_area{
	margin:20px 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.junbi_img{
	width: 23%;
	max-width: 400px;
	    margin: 0 1% 20px 1%;
}
.junbi_img img{
	width: 100%;
}
.junbi_img a:hover {
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}
.junbi_img a.btnone{
	pointer-events: none;
}
.junbi_img span{
	display: block;
	padding: 10px 0 0 0;
	text-align: left;
}

/*

.junbi_btn{
	width: 23%;
	    margin: 0 1% 20px 1%;
}
.junbi_btn a{
	display: block;
	position: relative;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #29abe2;
	text-align: center;
	transition: .3s;
	border: #0176a7 2px solid;
	text-decoration: none;
}
.junbi_btn a::after{
	content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.junbi_btn a:hover{
	background-color: #ffffff !important;
	border: #29abe2 2px solid;
	text-decoration: none !important;
	color: #29abe2 !important;
}
.junbi_btn a:hover::after{
	border-top: 3px solid #29abe2 !important;
    border-right: 3px solid #29abe2 !important;
}
.junbi_btn a.btnone{
	background-color: #cccccc !important;
	pointer-events: none;
	border: #cccccc 2px solid !important;
}
.junbi_btn a.yellow1{
	background-color: #ffc000 !important;
	border: #bc8c00 2px solid !important;

}
.junbi_btn a.yellow1:hover{
	background-color: #ffffff !important;
	border: #ffc000 2px solid;
	text-decoration: none !important;
	color: #ffc000 !important;
}
.junbi_btn a.yellow1:hover::after{
	border-top: 3px solid #ffc000 !important;
    border-right: 3px solid #ffc000 !important;
}
.junbi_btn a.green1{
	background-color: #70ad47 !important;
	border: #3e8b0a 2px solid !important;

}
.junbi_btn a.green1:hover{
	background-color: #ffffff !important;
	border: #70ad47 2px solid;
	text-decoration: none !important;
	color: #70ad47 !important;
}
.junbi_btn a.green1:hover::after{
	border-top: 3px solid #70ad47 !important;
    border-right: 3px solid #70ad47 !important;
}
.junbi_btn a.orange1{
	background-color: #f4b183 !important;
	border: #c35408 2px solid !important;

}
.junbi_btn a.orange1:hover{
	background-color: #ffffff !important;
	border: #f4b183 2px solid;
	text-decoration: none !important;
	color: #f4b183 !important;
}
.junbi_btn a.orange1:hover::after{
	border-top: 3px solid #f4b183 !important;
    border-right: 3px solid #f4b183 !important;
}

*/

/*タブ切り替え全体のスタイル*/
.tabs {
    /* margin-top: 50px;*/
    /* padding-bottom: 40px; */
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
    /* width: 700px; */
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;}

/*タブのスタイル*/
.tab_item {
      width: calc(100%/3);
    height: 80px;
    /* border-bottom: 3px solid #5ab4bd; */
    background-color: #d9d9d9;
    /* line-height: 50px; */
    font-size: 16px;
    text-align: center;
    color: #565656;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 0 2% 0 2%;
	 display: -webkit-box;
  display: -ms-flexbox;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	position: relative;
}
.tab_item:hover {
  background-color: #0059B8;
	color: #fff;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  /*display: none;*/
  padding: 0px 0px 0;
  clear: both;
  overflow: hidden;
	width: 100%;
}

/*選択されているタブのコンテンツのみを表示*/
#toparea:checked ~ #toparea_content,
#tokouarea:checked ~ #tokouarea_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #0059B8;
  color: #fff;
}
.tab_item::after{
	content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #000000;
    border-right: 3px solid #000000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 5%;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.tab_item:hover::after{
	border-top: 3px solid #ffffff !important;
    border-right: 3px solid #ffffff !important;
}
.tabs input:checked + .tab_item::after{
	border-top: 3px solid #ffffff !important;
    border-right: 3px solid #ffffff !important;
}
.qr1{
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.qr1 img{
	display: block;
	max-width: 87px;
	margin: 0 auto;
}

}