@charset "UTF-8";
body {
	/*min-width:960px;*/
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}
* {	box-sizing:border-box;}
#wrapper{ line-height:0;}

a{
	color:#333333;
}
a svg,
a .ov_img {
	opacity:1;
}
a:hover svg,
a:hover .ov_img {
	opacity:0.8;
}
a[href^="http"] img {
	opacity:1;
}
a[href^="http"]:hover img {
	opacity:0.8;
}
.tbl_div {
	display:table;
	width:100%;
}
.tbl_div_c {
	display:table-cell;
	vertical-align:top;
}
svg a {
  cursor: pointer;
}
svg a image:hover{
	opacity:0.8;
}

.normal{ font-weight: normal;}
.clr{ clear: both;}
.w100{ width: 100%;}
text_center{ text-align: center;}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.pc{
	display:block;
}
.pc_in{
	display: inline;
}
.sp,
.sp_in{
	display:none;
	margin:0;
	padding:0;
}

@media screen and (max-width: 750px) {/*適宜SPサイズ指定*/
.sp{
	display:block;
}
.sp_in{
	display: inline;
}
.pc,
.pc_in {
	display:none;
	margin:0;
	padding:0;
}
}

/*-- top --*/
body#top{
/*	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
	color : #333;
	background-color:#fff;
	font-size: 16px;
	line-height : 1.2;
}


#top img {
	width: 100%;
	height: auto;
}
#top #wrapper {
	padding: 0;
	text-align:center;
}
header img{
    max-width: 750px;
}
#top #header{ 
background-image: url(../../img/hed01_bg.png);
background-position:top center;
background-repeat:repeat-x;
background-size: contain;
padding-bottom: 9px;
}

header #mv_area{
}
header #mv_area dl.mv{
	position: relative;
width: 100%;
    max-width: 750px;
	margin:0 auto;
}
header #mv_area dl.mv dt{
width: 100%;
background-color:#162a87;
font-size:26px;
line-height:1.72;
font-weight:700;
font-weight:bold;
color:#fff;
padding:1em 0.2em;
	position: relative;
	z-index:100;
}
header #mv_area dl.mv dd{
	position:absolute;
	z-index:500;
	top:-89px;
	left: auto;
	width: 100%;
	display:block;
	text-align:left;
}
header #mv_area dl.mv dd img{
    max-width: 249px;
}


@media screen and (max-width: 750px) {
header #mv_area dl.mv dt{
/*font-size:26px;*/
font-size:3.4vw;
}
header #mv_area dl.mv dd{
/*	top:-89px;*/
	top:-11.86vw;
}
header #mv_area dl.mv dd img{
/*width: 249px;*/
width: 33.2vw;
}

}


/*#top #header ,*/
#contents ,
footer{
	display:block;
	margin: 0 auto;
	width: 100%;
	line-height:0;
}

#contents {
	position:relative;
	margin-bottom:1em;
}
#contents section,
#contents aside {
	display:block;
	width: 100%;
	line-height:1.6;
}
#contents section {
	display:block;
	text-align:left;
	margin:0 auto;
    width: 100%;
	max-width: 750px;
}

#contents section.obj01 {
	padding:3.75em 0 2.5em;
	max-width: 680px;
}

.obj01 h1{
	color:#1a8bc6;
	font-weight:bold;
	font-weight:900;
/*	font-size:44pt; ×0.65*/
	font-size:2.86em;
	text-align:center;
	padding-bottom:0.5em;
}
.obj01 p{
	font-size:1.69rem;
}
.obj01 .kakomi01{
	border:0.65rem #f6eaef solid;
	border-radius:2em;
	padding:1.95em;
	margin:2.5rem auto 2rem;
}
.obj01 .kakomi01 h2{
	text-align:center;
}
#top .obj01 .kakomi01 h2 img{
	max-width:368px;
	width:49%;
}
.obj01 .kakomi01 ul{
	font-size:2.08em;
	margin:0 auto;
	display:table;
 }
 .obj01 .kakomi01 ul li{
	font-weight:bold;
	min-height:3.5em;
	margin-top:0.1em;
	vertical-align:middle;
	width:100%;
	display: flex ;
	align-items: center ;
	line-height:1.5;
}
 .obj01 .kakomi01 ul li:before{
	 content:"";
	 width:3.5em;
	 height:2.6em;
	 display: inline-block;
	background-image:url(../../img/sec01_img01.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size: contain;
	vertical-align:middle;
 }
.obj01 .kakomi01 ul em{
	font-style:normal;
	font-weight: inherit;
	color:#d9344c;
	background-color:#f7f5e6;
}

#contents section.obj02 {
	padding:0 0 1.0em;
}
.obj02 h2{
	padding-bottom:1em;
}
.obj02 p ,
.obj02 ul{
	max-width:675px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.5em;
}
.obj02 p {
	font-size:1.58em;
	line-height:1.7;
}
.obj02 ul li{
	font-size:1.83em;
	font-weight:bold;
	font-weight:700;
	line-height:1.5;
    padding-left:1em;
    text-indent:-1.1em;
}
.obj02 ul li:before{
    content: "●\a0";
}


.obj02 strong{
font-style: normal;
	font-weight:bold;
	font-weight:700;
color: #333;
background-color: #f7f5e6;
}
.obj02 em{
font-style: normal;
	font-weight:bold;
	font-weight:700;
	font-weight: inherit;
	color:#d9344c;
}


#contents section.obj03 {
	padding:0;
}
#contents section.obj04 {
	padding:3.75em 0 2.5em;
	max-width: 680px;
}
.obj04 h2{
	font-weight:bold;
	font-weight:700;
/*	font-size:42pt; ×0.65*/
	font-size:2.73em;
	text-align:center;
	padding-bottom:0.5em;
}
.obj04 h3{
	text-align:center;
	position:relative;
}
#top .obj04 h3 img{
	max-width:150px;
	width:20vw;
	margin-top:-9.5em;
}
.hyoka{
	border:#e4f1f6 solid 6px;
	border-radius:1.5em;
	padding:20px;
	margin-top:9.5em;

}
.hyoka dl{
	text-align:center;
	margin:0.5em auto 1.5em;
}
.hyoka dt{
/*	font-size:52pt; ×0.65*/
	font-size:3.38em;
	font-weight:bold;
	font-weight:700;
}
.hyoka dd{
/*	font-size:30pt; ×0.65*/
	font-size:1.95em;
}
.obj04 p {
	font-size:1.58em;
	line-height:1.7;
}
.obj04 p.hyoka_img04 {
	text-align:center;
	position:relative;
	padding-top:1.5em;
}
#top .obj04 p.hyoka_img04 img{
	max-width:409px;
	width:54.5vw;
}

/* 上向き */
.balloon-top {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: 100%;
/*  min-width: 150px;
  height: 40px;*/
  line-height: 32px;
  border: 6px solid #f0f0f0;
  z-index: 0;
  border-radius: 0.8em;
}
.balloon-top:before {
  border-style: solid;
  border-width: 0 10px 25px 10px;
  border-color: transparent transparent #fff transparent;
  content: "";
  position: absolute;
  top: -18px;
  left: 15%;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  z-index: 0;
}
.balloon-top:after {
  border-style: solid;
  border-width: 0 11px 26px 11px;
  border-color: transparent transparent #f0f0f0 transparent;
  content: "";
  position: absolute;
  top: -30px;
  left: 15%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  z-index: -1;
}	

.balloon-top ul{
	margin:1.5em 0.5em 1.3em 0;
}
.balloon-top ul li{
	font-size:1.69em;
	line-height:1.5;
    padding-left:1em;
    text-indent:-0.55em;
	padding-bottom:0.2em;
}
.balloon-top ul li:before{
    content: "\002022\a0"; 
}
.go_link01{
	text-align:center;
	padding-top:1.7em;
	margin-bottom:0.5em;
} 
.go_link01 a{
	display:block;
	text-decoration:none;
	text-align:center;
	max-width:572px;
	width:76.2vw;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-weight:bold;
	font-weight:700;
	border-radius:0.3em;
/*	font-size:46pt; ×0.65*/
	font-size:2.99em;
	padding:0.7em 0;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff870a+0,f47f00+50,e27500+100 */
background: #ff870a; /* Old browsers */
background: -moz-linear-gradient(top,  #ff870a 0%, #f47f00 50%, #e27500 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff870a 0%,#f47f00 50%,#e27500 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff870a 0%,#f47f00 50%,#e27500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff870a', endColorstr='#e27500',GradientType=0 ); /* IE6-9 */
	
}
#hyoka03 .go_link01 a{
	font-size:2.3em;
}
#contents section.obj05 {
	padding:3.75em 0 2.5em;
	max-width: 680px;
}

.obj05 h2{
	text-align:center;
	position:relative;
}
#top .obj05 h2 img{
	max-width:302px;
	width:40.2vw;
}
.obj05 dl{
/*	font-size:26pt; ×0.65*/
	font-size:1.69em;
	margin-top:1em;
}
.obj05 dt strong,
.obj05 dd strong{
	font-size:125%;
	font-weight:bold;
	font-weight:700;
}
.obj05 dt{
	color:#d9344c;
	border-bottom:#dddddd solid 2px;
}
.obj05 dt,
.obj05 dd{
	padding-left:3.25em;
/*	text-indent:-3em;*/
	padding-bottom:1.5em;
	padding-top:1.2em;
	line-height:1.5;
	min-height:4.5em;
}
.obj05 dt:before,
.obj05 dd:before{
	content:"\a0";
	display: inline-block;
	width:2.92em;
	height:2.92em;
	vertical-align:middle;
	margin-left:-3.25em;
	margin-top:-0.5em;
	padding-right:0.35em;
	background-repeat:no-repeat;
	background-position:left top;
	background-size: contain;
	position:absolute;
}
.obj05 dt:before{
	background-image:url(../../img/sec05_img01q.png); 
}
.obj05 dd:before{
	background-image:url(../../img/sec05_img02a.png); 
}
.obj05 dt p,
.obj05 dd p{
	line-height:1.5;
	padding-top:0.2em;
}

#contents section.obj06 {
	padding:3.75em 0 1em;
	max-width: 680px;
	text-align:center;
/*	font-size:30pt; ×0.65*/
	font-size:1.95em;
}
.obj06 h2{
	text-align:center;
	position:relative;
	padding-bottom:2em;
}
#top .obj06 h2 img{
	max-width:392px;
	width:52.2vw;
}
.obj06 p {
	font-size:100%;
	padding-bottom:1.5em;
}

@media screen and (max-width: 750px) {
#contents section.obj01 {
	padding:2.25em 1em 2.5em;
}
.obj01 h1{
/*	font-size:2.86rem;*/
	font-size:6.1vw;
}
.obj01 p{
/*	font-size:1.69rem;*/
	font-size:3.5vw;
}
#top .obj01 .kakomi01 h2 img{
	width:49vw;
}
.obj01 .kakomi01{
	padding:1.5em 0.5em;
}
.obj01 .kakomi01 ul{
/*	font-size:2.08rem;*/
	font-size:4.2vw;
}
.obj02 p {
/*	font-size:1.58em; ×2.15 */
	font-size:3.3vw;
}
.obj02 ul li{
/*	font-size:1.83em; ×2.15 */
	font-size:3.84vw;
}
#contents section.obj04 {
	padding:2.5em 1em 1em;
	font-size:3.44vw;
}
.obj04 h2{
/*	font-size:2.73em; ×2.15 */
	font-size:5.87vw;
}
.hyoka dt{
/*	font-size:3.38em; ×2.15 */
	font-size:7.26vw;
}
.hyoka dd{
/*	font-size:1.95em; ×2.15 */
	font-size:4.19vw;
}
.obj04 p {
/*	font-size:1.58em;*/
	font-size:3.3vw;
}
.balloon-top ul li{
/*	font-size:1.69em; ×2.15 */
	font-size:3.63vw;
}
.go_link01 a{
/*	font-size:2.99em; ×2.15 */
	font-size:6.42vw;
}
#hyoka03 .go_link01 a{
/*	font-size:2.3em; ×2.15 */
	font-size:4.94vw;
}
#contents section.obj05 {
	padding:2.5em 1em 1em;
/*	font-size:1.69em; ×2.15 */
	font-size:3.38vw;
}
.obj05 dl{
/*	font-size:1.69em; ×2.15 */
	font-size:3.63vw;
}
#contents section.obj06 {
	padding:2.5em 1em 1em;
/*	font-size:1.95em; ×2.15 */
	font-size:4.19vw;
}
}


#footer {
    background-color: #162a87;
	line-height:1.5;
	padding-bottom:1em;
}
#footer dl{
	text-align:center;
/*	font-size:26pt; ×0.65*/
	font-size:1.69em;
}
#footer dt{
	padding-top:1.5em;
}

#footer dt img{
	max-width: 600px;
	width: 80vw;
	margin-left:auto;
	margin-right:auto;
}
#footer dd{
	font-size:100%;
	padding-top:0.15em;
	padding-bottom:1.2em;
}
#footer dd label{
	color:#fff ;
}

#footer p{
/*	font-size:20pt; ×0.65*/
	font-size:1.3em;
	text-align:center;
    color:#fff;
	font-weight: normal;
	font-weight: 400;
}
@media screen and (max-width: 750px) {
#footer dl{
/*	font-size:1.69em; ×2.15 */
	font-size:3.63vw;
}
#footer p{
/*	font-size:1.3em; ×2.15 */
	font-size:2.79vw;
}

}



.page-top{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	margin-bottom: 0;
}
#top .page-top img{
		width: 80px;
}
.page-top a img {
	opacity:0.5;
}
.page-top a:hover img {
	opacity:1;
}


/*--------------------------------------------------------
解像度736px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 736px){
#top .page-top img{
		width: 40px;
	}
#top #header ,
#contents ,
footer{
	border-style: none;
	border-width:0 0;
}
}

