@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* -----------------------------------------
	common 
-----------------------------------------*/
html {
  font-size: 62.5%; }

body {
  color: #333333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5;
  text-align: center; }
img{
  width: auto;
  max-width: 100%;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; 
  text-decoration: none;
  }

a:hover {
  opacity: 0.7; }

.clear {
  overflow: hidden; }

.clear:after {
  clear: both; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin: auto; }

.alignleft {
  float: left; }

.red {
  color: #d80000; }

.bold {
  font-weight: bold; }

.sp {
  display: none; }

.pc {
  display: block; }

#sec00,#sec01,#sec02,#sec03,#sec04,#sec05,#sec06,#sec07,#sec08,#sec09,#sec10,#sec11,#sec12{
  max-width: 1000px;
  margin:0 auto;
  text-align: center;
}



#sec05 {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin:0 auto;
}
#sec05:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #003364;
  display: block;
  order: -1;
}
.tab-label {
  color: #b2b6b9;
  background: #01111F;
  font-weight: bold;
  letter-spacing: 0.5rem;
  white-space: nowrap;
  text-align: center;
	border-bottom: solid 5px #fff;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label img{
	width: 50%;
	padding: 2rem 0;
	opacity: 0.75;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #003364;
  border-bottom: solid 5px #003364;
  color: white;
}
.tab-switch:checked+.tab-label img{
  opacity: 1;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 0;
  opacity: 1;
/*  transition: .5s opacity;*/
/*  box-shadow: 0 0 3px rgba(0,0,0,.2);*/
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}



#sec07 {
	background-color: #F4F1E9;
	padding: 5rem 3rem
}

#sec07 img{
	margin: 0 auto;
	padding-bottom: 3rem;
}


#sec09 {
	background-color: #F4F1E9;
	font-size: 2rem;
	font-weight: bold;
	padding: 5rem;
}

.btnBack{
    width: 90%;
    max-width: 640px;
    margin:60px auto;
}
.btnBack a{
    display: block;
    padding:20px;
    border-radius: 10px;
    background: #191919;
    color:#fff;
    font-size: 2.0rem;
    font-weight:700;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
	#sec09 {
		padding: 2rem;
	}
    .btnBack{
        margin:10% auto;
    }
    .btnBack a{
        padding:3%;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 420px) {
	#sec09 {
		padding: 1rem;
	}
}

#sec09 h1 {
	color: #892315;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bolder;
	font-size: 2.8rem;
	letter-spacing: 0.5rem;
}

#sec09 p {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 0.5rem;
	width:33.3%;
}

#sec09 hr{
	width: 5rem;
	height: 0.2rem; 
	background-color: #87241B;
	border: none;
	margin-bottom: 5rem; 
}

#sec09 .flex{
	display: flex;
}
#sec09 .flex img{
	padding: 1.5rem;
}



@media screen and (max-width: 768px) {
.sp {
  display: block; }

.pc {
  display: none; }
#sec10 ul{
  width:90%;
  margin:5% auto 0
}

	
	
.tab-label img{
	width: 70%;
	padding: 0.5rem 0;
	opacity: 0.75;
}


#sec07 {
	background-color: #F4F1E9;
	padding: 3rem 3rem 0rem;
}
	
	
#sec09 h1{
	font-size: 2.25rem;
	letter-spacing: 0.25rem;
}
	
#sec09 p{
	font-size: 1.5rem;
	margin: 1.5rem 0rem;
	width:100%;
}
	
#sec09 .flex{
	display: block;
}
}


/*-----------------------------------------

 pagetop

-----------------------------------------*/
#pagetop {
    position: fixed;
    right: 20px;
    bottom: 0px;
    cursor: pointer;
    z-index: 999;
    background: rgba(68, 90, 141,0.7);
    width: 100px;
    padding: 15px 0;
    color: #fff;
    font-size: 90%;
    text-align: center;
}    


@media screen and (max-width: 768px) {
#pagetop {
    position: fixed;
    right: 20px;
    bottom: 0px;
    cursor: pointer;
    z-index: 999;
    background: rgba(68, 90, 141,0.7);
    width: 100px;
    padding: 15px 0;
    color: #fff;
    font-size: 90%;
    text-align: center;
}	
}
