@charset "UTF-8";

/*================================================
      共通項目
================================================*/
html {
	overflow-y: scroll;
	font-family: 'Yu Gothic', YuGo, YuGothic, sans-serif;
	font-feature-settings: "pkna";
	text-align: justify;
	font-size: 10px;
    -webkit-tap-highlight-color: transparent;
} 
  
body {
	margin: 0;
	background-color:#ffffff;
	font-family: 'Yu Gothic', YuGo, YuGothic, sans-serif;
	font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Yu Gothic', YuGo, YuGothic, sans-serif;
	font-weight: 400;
}

.bold {
	font-weight: bold;
}

.fs2vw {
	font-size: 2vw;
}
@media only screen and (max-width: 960px) {
  .fs2vw {
	font-size: 4vw;
  }
}

/*header================*/
header {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #26323F;
}
header .container img.logo {
	padding: 10px 0;
	float: left;
}
header .container div.link {
	text-align: right;
	height: 78px;
	line-height: 78px;
}
header .container div.link a {
	color: #26323F;
	text-decoration: none;
}
header .container div.link a img {
	vertical-align: middle;
	margin-top: -5px;
	margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  header .container img.logo {
	float: none;
  }
  header .container div.link {
	height: 30px;
	line-height: 30px;
  }
}

/*mainVisual================*/
#main-visual .row {
	width: 100%;
	max-width: 1926px;
	margin-left: auto;
	margin-right: auto;
}
#main-visual.container-fluid {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
#main-visual .main_img img.main_bg {
	width: 100%;
	height: auto;
}
#main-visual .main_img {
	position: relative;
}
#main-visual .main_img div.main_logo {
	position: absolute;
	top: 2.5vw;
	left: 20.5vw;
	color: #FFFFFF;
	font-size: 5.2vw;
	font-weight: bold;
}
#main-visual .main_img div.main_logo img {
	width: 15vw;
}
#main-visual .main_img div.title {
	position: absolute;
	top: 8vw;
	left: 20.5vw;
	color: #FFFFFF;
	font-size: 5.2vw;
	font-weight: bold;
}
#main-visual .main_img div.doc {
	position: absolute;
	top: 15.5vw;
	left: 20.5vw;
	color: #FFFFFF;
	font-size: 2vw;
	font-weight: bold;
}
@media only screen and (max-width: 450px) {
  #main-visual .main_img div.main_logo {
	top: 1.3vw;
  }
  #main-visual .main_img div.title {
	top: 6.8vw;
  }
  #main-visual .main_img div.doc {
	top: 14.3vw;
  }
}

/*container================*/
.container {
	max-width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (max-width: 1500px) {
  .container {
	width: 90%;
  }
}
@media only screen and (max-width: 960px) {
  .container {
	width: 90%;
  }
}
.container:after {
	clear: both;
}
.container .red {
	color: #F00;
}
.container .tx {
	line-height: 2;
}
.container .bold {
	font-weight: bold;
}
.container .row {
	padding-top: 10px;
	padding-bottom: 10px;
}
.container .row:after {
	clear: both;
}
.container .text-center {
	text-align: center;
}

/*ボタン枠================*/
.container .but_img {
	position: relative;
	margin: auto 0;
	width: 100%;
}
.container .but_img img.but_bg {
	width: 100%;
	height: auto;
}
.container .but_img img.but_bg_sp {
	display: none;
	width: 100%;
	height: auto;
}
.container .but_img div.title {
	position: absolute;
	color: #FFFFFF;
	font-size: 37px;
	font-weight: bold;
	margin: auto 0;

	width: 100%;
	top: 10%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
}
.container .but_img div.title_sp {
	display: none;
	position: absolute;
	top: 3.2vw;
	left: 7vw;
	color: #FFFFFF;
	font-size: 2.48vw;
	font-weight: bold;
	margin: auto 0;
}


.container .but_img span.title_underline {
	border-bottom: 0.5vw solid #FFD74B;
}
.container .but_img div.doc {
	display: inline-block;
	padding:  20px; 
	height: 20px; 
	color: #FFFFFF;
	font-size: 2vw;
	font-weight: bold;
	margin: auto 0;

	top: 50%;
/*    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);*/
}

.btn_wrap {
	position: absolute;
	top: 121px;
}


.container .but_img div.doc div.doc_but {
	max-width: 1200px;
	margin: auto 0;
}
.container .but_img img.doc_but_img {
	width: 100%;
	height: auto;
	 
}
@media only screen and (max-width: 1300px) {
  .container .but_img div.title {
	font-size: 2.75vw;
  }
}
@media only screen and (max-width: 960px) {
  .container .but_img div.title {
	top: 5.2vw;
  }
  .container .but_img div.doc {
	top: 11vw;
	
  }
}
@media only screen and (max-width: 767px) {
  .container .but_img img.but_bg {
	display: none;
  }
  .container .but_img img.but_bg_sp {
	display: block;
  }
  .container .but_img div.title {
	display: none;
  }
  .container .but_img div.title_sp {
	display: block;
	top: 6.2vw;
	font-size: 4.5vw;
  }
  .container .but_img div.doc {
	top: 24vw;
    padding: 0;
    height: 14.5vw;
    margin-bottom: 3.5vw;
  }
  .container .but_img div.doc div.doc_but {
	width: 75vw;
 }
}
@media only screen and (max-width: 450px) {
  .container .but_img div.title_sp {
	top: 9.2vw;
  }
}

/*流れ================*/
.container .nagare {
	position: relative;
	margin: auto 0;
}
.container .nagare img {
	width: 100%;
	height: auto;
}
.container .nagare img.nagare2 {
	width: 100%;
	height: auto;
}
.container .nagare img.nagare2_sp {
	display: none;
	width: 100%;
	height: auto;
}
.container .nagare_text {
	width: 70%;
	margin: 0 auto;
	margin-top: -30px;
	margin-bottom: 30px;
}
.container .nagare_text .sizeplus {
	font-size: 20px;
}
@media only screen and (max-width: 960px) {
  .container .nagare_text {
	width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .container .nagare img.nagare2 {
	display: none;
  }
  .container .nagare img.nagare2_sp {
	display: block;
  }
}

/*タブ================*/
.container .tab-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 60px;
}
.container .tab-wrap .tab-label {
	display: grid;
	color: #595959;
	place-items: center;
	text-align: center;
	font-weight: bold;
	margin: 16px 0 0 0;
	height: 71px;
	border: 1px #BABABA solid;
	background-color: #EBEBEB;
	order: -1;
	flex: 1;
	z-index: 1;
	cursor: pointer;
	white-space: nowrap;
}
.container .tab-wrap .tab-label:not(:last-of-type) {
	margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .container .tab-wrap .tab-label:not(:last-of-type) {
	margin-right: 5px;
  }
}
.container .tab-wrap input:not(:checked) + .tab-label:hover {
	opacity: 0.75;
	cursor: pointer;
}
.container .tab-wrap .tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.container .tab-wrap .tab-switch:checked + .tab-label {
	height: 80px;
	color: #595959;
	border: 1px #BABABA solid;
	border-top: 8px #FF9F44 solid;
	border-bottom: 1px #FFFEF6 solid;
	background-color: #FFFEF6;
	margin-top: 0;
	margin-bottom: -1px;
}
.container .tab-wrap .tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	overflow: auto;
	opacity: 1;
	margin: -1px 0 0 0;
	padding: 30px 7%;
	border: 1px #BABABA solid;
	background-color: #FFFEF6;
}
.container .tab-wrap .tab-switch {
	display: none;
}
/*テーブル================*/
.container .tab-wrap table {
	width: 100%;
	border: 1px #BABABA solid;
	border-collapse: collapse;
}
.container .tab-wrap table tr {
	background-color: #FFF;
}
.container .tab-wrap table tr.title {
	background-color: #FF9F44;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}
.container .tab-wrap table td {
	padding: 10px 20px;
 	border: 1px #BABABA solid;
}

/*footer================*/
footer {
	width: 100%;
	margin-top: 40px;
	background-color: #EBEFF2;
}
footer .container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #26323F;
}
footer .container div.copyright {
	height: 58px;
	line-height: 58px;
	margin: auto 0;
	float: left;
}
footer .container div.link {
	text-align: right;
	height: 58px;
	line-height: 58px;
}
footer .container div.link a {
	margin-left: 30px;
	color: #26323F;
	text-decoration: none;
}
footer .container div.link a img {
	vertical-align: middle;
	margin-top: -5px;
	margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  footer .container div.copyright {
	float: none;
	line-height: 35px;
  }
}
