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

/* サイト全体のフォント指定 */
body {
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	padding: 10px;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 800px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.imglogo{
	width: 500px;
	margin: 0 0 15px 0;
}

.imgpc{
	max-width: 1000px;
	width: 80%; 
}

.underao {
  color: #004EDB;
  text-decoration : underline;
}

.underline1{
  color: #082E73;	
  text-decoration: underline double #004EDB;
}

.keywordao{
 color: #004EDB;
}

.keyword{
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.keyword .keyword-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.keyword p {
    margin: 0; 
    padding: 0;
}

.nowrap {
    white-space: nowrap;
}

p { font-size: 115% ; padding : 0 .5em ; line-height : 1.9 ;  }

p.red{
	color:#E80003; 
	border-bottom: double #E80003;
}
p.red1{
	color:#E80003; 
	margin-left: 5%;
}
p.red2{
	color:#E80003; 
	border-bottom: double #E80003;
	margin-left: 5%;
	font-size: 0.8em;
}
p.red3{
	color:#E80003; 
	font-weight: 400;
	margin-left: 2%;
	font-size: 1.2em;
}
p.red4{
	color:#E80003; 
	font-weight: 400;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 1.2em;
	border-bottom: double #E80003;
}

.red5{
	color:#E80003; 
	font-weight: 400;
	font-size: 1.2em;
	border-bottom: double #E80003;
}

.f1{
	font-size: 115% ; padding : 0 .5em ; line-height : 1.9 ; 
}

.f2{
	font-size: 1.7em ; padding : 1em ;
}

.f3{
	font-size: 1.7em ;
	border-bottom: solid 3px #FFDB32;
	margin: 20px;
}

.f4 {
	color: #D70003;
  padding: 1rem 2rem;
  border: 10px solid #D70003;
  font-size: 2em;
}

.alignright{
	text-align:right;
	font-size: 0.8em;
}

.left5{
	margin-left: 5%;
}

.tb1{
	width: 100%;
	text-align: center;
}
.alink {
	padding: 0.1em 0.3em 0em 0.3em;
	background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(255,226,0,1.00) 50%);
	background-position: 0 0;
	background-size: auto 200%;
	transition: .3s;
	text-decoration: none;
	color: #000;
}
.alink:hover {
	background-position: 0 100%;
	color: #fff;
}

.a2link {
	position: relative;
	padding: 0.1em 0.3em;
	margin-left: 4%;
	display: inline-block;
	transition: .3s;
	color: #004EDB;
	text-decoration: none;
}
.a2link::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #FFDB32;
	transition: .3s;
	transform: translateX(-50%);
}
.a2link:hover::after {
	width: 100%;
}

.a3link {
	position: relative;
	padding: 0.1em 0.3em;
	display: inline-block;
	transition: .3s;
	color: #414141;
	text-decoration: none;
}
.a3link::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #FFDB32;
	transition: .3s;
	transform: translateX(-50%);
}
.a3link:hover::after {
	width: 100%;
	text-decoration: none;
	color: aquamarine;
}

.logo{
	background-color: aqua;
}
.box1 {
		display:inline-block;
		}
.box2 {
				display: flex;
				justify-content: space-between;
		}

.box3{
	background-color: #FFFEFB;
	border: 3px solid #FFDB32;
	border-radius: 0 0 5px 5px;
	
}
.box4{
	background-color: #fff;
	border: 3px solid #004EDB;
	border-radius: 0 0 5px 5px;
	
}


.flimg {
				background-color: #fff;
				width: 100px;
				margin-right: 30px;
				padding: 3px;
				display: flex;
				flex-direction: column;
				align-items: center;
		}

.btn1 {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #004EDB;/*色*/
  border: solid 1px #003DAC;/*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.btn1:active {
  /*押したとき*/
  border: solid 1px #004EDB;
  box-shadow: none;
  text-shadow: none;
}

.btn2 {
  display: inline-block;
  text-align: left;
  border: 2px solid #004EDB;
  font-size: 1em;
  color: #004EDB;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.btn2:hover {
  background-color: #4E82E1;
  border-color: #4E82E1;
  color: #FFF;
}

.hint {
  position: relative;
  color: black;
  background: #d0ecff;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}

.hint:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 400;
  content: 'V Check';
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.05em
}

/* フッター */
.foot-wrap {
    background-color: #333;
    color: #fff;
    text-align: center;
	font-size: 0.7em;
}

.foot-wrap .menu-left, .menu-center, .menu-right {
    display: inline-block;
    width: 30%;
    margin: 10px auto;
}

.foot-wrap ul {
    list-style: none;
    padding: 0;
    line-height:20px;
}

.foot-wrap .h10 {
    border-bottom: 3px solid #FFDB32;
    padding: 10px;
}

.foot-wrap a {
    text-decoration: none;
    color: #fff;
}

.foot-wrap a:hover {
    color: #FFDB32;
}

.foot-wrap .cmark {
    display: block;
    padding: 10px;
    border-top: 1px solid #f9f9f9;
    width: 100%;
    margin: 0 auto;
    color: gray;
}

h1 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #FFDB32;
}

h1:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}



h2 {
  border-bottom: solid 3px #FFDB32;
  position: relative;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #004EDB;
  bottom: -3px;
  width: 30%;
}

h3 {
  border-bottom: solid 3px #FFDB32;
  position: relative;
}

h4 {
  position: relative;
  display: inline-block;
  margin: 1rem 0 1rem -10px;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 0 100vh 100vh 0;
  background: #0075a9;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

h4:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}

h5 {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
}

h5:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

h5:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

h6{
	display:inline-block; 
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
	font-size: 1.2em;
}

.h6 {
  padding: 1rem 2rem;
  color: #000;
  background: #FFDB32;
  font-size: 1.2em;	
}

.h7 {
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  border: 3px solid #FFDB32;
}

.h7:before {
  font-size: 1.2em;
  font-size: 0.9rem;
  position: absolute;
  top: -24px;
  left: -3px;
  height: 24px;
  padding: 0 1em;
  content: 'Search';
  color: #000;
  background: #FFDB32;
}

.h8 {
border-left: 10px solid #004EDB;
border-bottom: 1px solid #999;
padding: 5px 20px;
font-size: 1.3em;
font-weight: 400;
}

.h9 {
position: relative;
padding-left: 25px;
margin-left: 10px;
text-decoration: underline solid 2px #FFDB32;
font-size: 1.3em;
}
 
.h9::after {
content: '';
position: absolute;
top: 45%;
left: 0;
transform: translateY(-50%);
width: 10px;
height: 10px;
border: 4px solid #000fff;
border-radius: 100%;
}

.h11 {
position: relative;
padding-left: 25px;
margin-left: 10px;
}
 
.h11::after {
content: '';
position: absolute;
top: 45%;
left: 0;
transform: translateY(-50%);
width: 10px;
height: 10px;
border: 4px solid #FFDB32;
border-radius: 100%;
}

.h12{
	font-size: 1.1em;
	padding: 0px 0px 5px 0px;
	margin-left: 4%;
}

.h13 {
  padding: 1rem 2rem;
  color: #fff;
  background: #004EDB;
  font-size: 1.2em;	
	text-align: center;
}

.h14 {
  border-bottom: solid 3px #004EDB;
  position: relative;
font-size: 1.2em;
}

.h14:after {
  position: relative;
  content: " ";
  display: block;
  border-bottom: solid 3px #FFDB32;
  bottom: -3px;
  width: 40%;
}

.h15 {
  padding: 1rem 2rem;
  border-bottom: 3px solid #0075a9;
  background: #f4f4f4;	
  margin: 0 70% 0 3%;
 font-size: 1.2em;
}

.h16{
	background-color: #fff;	/* 背景色 */
	border: 2px solid #f3cbd0;	/* 線の太さ・種類・色 */
	border-radius: 5px;
	margin: 40px 5px 5px 20px;	/* 外側の余白 上・右・左・下 */
	padding: 25px 20px 10px 20px;	/* 内側の余白 上・右・左・下 */
	position: relative;
}
.h16:before{
	background-color: #ef858c;	/* 吹き出し背景色 */
	border-radius: 5px;
	color: #fff;	/* 吹き出し文字色 */
	content: 'TITLE';
	padding: 5px 20px;
	position: absolute;
	left: -10px;
	top: -20px;
}
.h16:after{
	border-top: 12px solid #ef858c;		/* 吹き出し三角部分の色 */
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
}

.h-wrap--orange {
    padding: 0 10px 20px 5px;
    margin-bottom: 5px;
    background:#fff;
}

.h-body {
    width: 80%;
    height: 100px;
    margin: 0 20px;
    background:#E8E8E8;
}
.h-style {
    margin-bottom: 1em;
    font-weight: 700;
    font-size:1.2rem
}

.h-style-ribbon4 {
    position: relative;
    display: inline-block;
    margin: 1rem 0 1rem -10px;
    padding: 1rem 3rem;
    color: #fff;
    border-radius: 0 100vh 100vh 0;
    background: #0075a9;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow:3px 3px 5px rgba(0, 0, 0, .2)
}

.h-style-ribbon4:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid #005276;
    border-left:10px solid transparent
}
.line{
	background-color: #303030;
	font-size: 0.2em;
	margin-bottom: 10px;
	width:100%;
}
.parent1 {
        background: #fff;
        display: flex;
	      }

      .child1 {
        background: #fff;
        width: 100px;
		text-align: center;
        padding: 5px;  
      }




	
/*============================
body style
============================*/
*{
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
body{
  position: relative;
}
#fadeLayer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  display: none;
  z-index: 9;
}
/*============================
nav style
============================*/
#slide-nav{
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: #FFDB32;
  z-index: 11;
}
#slide-nav ul {
  padding-top: 60px;
}
#slide-nav ul li {
  display: block;
  position: relative;
}
#slide-nav ul li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  border-bottom: 1px dotted #FFF;
  color: #232323;
	font-size: 1.2em;
}
#slide-nav ul li a:hover {
  background: #c0c0c0;
}
#slide-nav ul ul {
  margin: -2px 0 0;
  padding: 0;
}
#slide-nav ul ul {
  display: none;
}
#slide-nav ul ul li {
  background: #232323;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
}
#slide-nav ul ul li a {
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #f5f5f5;
		font-size: 1.2em;
}
.slide-menu-button {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px;
  outline: none;
  border: none;
  font-size: 20px;
  color: #f5f5f5;
  cursor: pointer;
  z-index: 12;
}
.slide-menu-button .menu-icon {
  display: block;
  float: left;
  margin:10px;
  cursor: pointer;
}
.slide-menu-button .menu-icon span {
  display: block;
  margin-bottom: 4px;
  width: 30px;
  height: 4px;
  background: #f5f5f5;
}
/*hamburger menu style*/
#nav_toggle {
  display: block;
  margin: 10px;
  top: 4px;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 100;
}
#nav_toggle div {
  position: relative;
}
#nav_toggle span {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ea5550;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/*hamburger menu close style*/
#nav_toggle span:nth-child(1) {
  top: 0px;
}
#nav_toggle span:nth-child(2) {
  top: 6px;
}
#nav_toggle span:nth-child(3) {
  top: 12px;
}
/*hamburger menu open style*/
.open #nav_toggle span:nth-child(1) {
  top: 6px;
  background: #f5f5f5;
  -webkit-transform: rotate(145deg);
  -moz-transform: rotate(145deg);
  transform: rotate(145deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 6px;
  background: #f5f5f5;
  -webkit-transform: rotate(-145deg);
  -moz-transform: rotate(-145deg);
  transform: rotate(-145deg);
}
/*============================
content style
============================*/
.content{
  position: relative;
  width: 100%;
  height: 100%;
}
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  position: absolute;
  margin: 0 auto;
  top: 10%;
  z-index: 5;
}	
	
.wrapper{
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 120px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

footer{
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 30px 0;
 position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

.cmark {
	position: static;
	margin-bottom: 0%;
	text-align: center;
    display: block;
    padding: 10px;
    width: 100%;
    color: #fff;
	text-decoration: none;
}
	


.hr1{
	margin: 50px 0 100px 0;
	border: none;
}

.hr2{
	margin: 20px 0 20px 0;
	border: none;
}

/* スマートフォンで見たとき */
@media only screen and (max-width: 800px) {

.imglogo{
	width: 300px;
	margin: 0 0 15px 0;
}
	
.imgsp{
	width: 90%; 
}		
}

