@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}
.smp{
		display:none !important;
	}
	.pc{
		display: block !important;
	}
.smp780{
		display:none !important;
	}
	.pc780{
		display: block !important;
	}
.pc1024{
		display: block !important;
	}
	.smp1024{
		display: none !important;
	}
.mc{
	margin:auto !important;
	display:block !important;
}
.mtb30{
	margin-top:30px !important;
	margin-bottom:30px !important;
}
#menu01,#menu02,#menu04,#menu05,#menu03,#info,#moushikomi{
		margin-top:-70px;
		padding-top:70px;
	}
html { scroll-behavior: smooth;}
/*トップへ戻るボタン*/
.page_top_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  text-align: center;
  background: #00b4ed;
  color: #fff !important;
  transition: 0.3s;
	border:1px solid #fff;
	border-radius: 100px;
	width:60px;
	height: 60px;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

/* マウスオーバー時 */
.page_top_btn:hover {

}
/*トップへ戻るボタンおわり*/
a{
	color:red;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: none;
}
a:hover{
	opacity: 0.6;
}
a:active, a:focus,input:active, input:focus{outline:0;}

.al-center{
	text-align: center !important;
}
/* header**/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
    height:568px;
}
#header.mainimg{
	height: auto;
	padding-top:60px;
	padding-bottom:20px;
	position: relative;
}
.mainimg{
	/*background:#457cbf;*/
}
#header img{
    /*position:absolute;
    left:50%;
    width:1280px;
    height:568px;
    margin-left:-640px;*/
	width:100%;
	height: 100%;
	object-fit: cover;
}
#header.mainimg img{
	object-fit: contain;
	max-width:100%;
	margin:auto;
}
#topmain{
	position: absolute;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	margin-right:15px;
}

#topmain h1{
	font-size: 30px;
	font-family: 'Pacifico', cursive;
	margin-bottom: 20px;
	font-weight:bold;
	color:#f19ec2;
}
#topmain h1 span{
	font-size:70%;
}
#topmain h2{
	font-size: 20px;
	font-weight:normal;
	color:#fff;
}
#topmain h2 span{
	color:red;
	font-size:30px;
	font-weight: 500;
}
#topmain > p{
	color:#fff;
	margin-top:30px;
}
#topmain ul{
	margin-top:20px;
	display:flex;
	width:100%;
}
#topmain ul li{
	text-align: center;
	width:32%;
	margin:0 0.5%;
	display: flex;
	flex-direction: column;
	padding:0 ;
	position: relative;
	background: rgba(255,255,255,0.7);
	z-index: -2;
}
#topmain ul li p{
	text-align: center;
	font-weight: 500;
	color:#000;
}
#topmain ul li:first-child p{
		font-weight: bold;
	font-size:30px;
	}
#topmain ul li h3{
	text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    line-height: 1.5;
	background:#f19ec2;
	position:relative;
	margin-bottom: 20px;
}
#topmain ul li h3:after{
	content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(2deg);
    transform-origin: bottom left;
  z-index: -1;
  width:100%;
  height:100%;
  background:#f19ec2;
}
/* footer**/
#footer{
	clear: both;
	text-align: center;
	font-size: 6px;
	background:#fff;
	color:#4f5874;
    margin-top: -2px;
	padding: 30px 0;
}
#footer a{
	color:#4f5874;
}

/* contents**/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

img{
	width: 100%;
	height: auto;
}
sub,sup,small{
	font-size:80%;
}
.content-inner{
	width:980px;
	max-width:95%;
	margin:auto;
}
section{
	clear:both;
}

section h2{
	font-size: 25px;
	font-weight:normal;
	text-align: left;
}
.ampm{
	padding-bottom:65px;
}
.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}
#menu01 h3:not(.event-txt){
	text-align: center;
	padding-top: 40px;
	font-size:18px;
}
header h2.heading10, h2.news-heading {
	position: relative;
	padding-top: 70px !important;
	padding-bottom: 2%;
	/*margin-top:100px;*/
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#menu02 .heading10{
	padding-top:0 !important;
	color:#fff;
}
#menu04 > p{
	margin-bottom:20px;
	text-align: center;
}
h2.heading10 span, h2.news-heading span {
	position: relative;
	z-index: 2;
	font-weight: normal;
}
h2.heading10::before, h2.news-heading::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
    color: rgba(35,134,245,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}
h2.news-heading {
    margin-bottom: 1.5em;
}
h2.oshirase-title{
	font-size:25px;
	color:#666;
	position: relative;
	padding-top: 30px !important;
	padding-bottom: 0;
	font-weight: bold;
	text-align: center;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
/*EVENT**/
.event{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 40px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.event img{
	width:700px;
	max-width:100%;
	margin:auto;
}
.event span{
	font-size:100px;
	color:#f19ec2;
	font-weight: bolder;
	padding:0 10px 0 0;
	margin-top:-30px;
}
.block .event-ul{
	width:750px;
	max-width:95%;
	margin:0 auto 15px;
}
.block .event-ul li{
	list-style: disc;
	font-size:14px;
	color:#231815;
	margin-left:1.5em;
}
.block .event-txt{
	width:750px;
	color:#231815;
	max-width:95%;
	box-sizing: border-box;
	border-radius: 5px;
	margin:0 auto;
	font-size:14px;
	padding:10px;
	border:1px solid #231815;
}
#menu01 p.indent{
	width:650px;
	max-width:90%;
	margin: 50px auto 0;
}
p.indent{
	padding-left: 1em;
	text-indent: -1em;
}
.event-txt01{
	border:1px solid #f19ec2;
	padding:15px;
	border-radius: 5px;
	margin-bottom:10px;
}
.event-txt02{
	background:#f19ec2;
	padding:15px;
	border-radius: 5px;
	margin-bottom:10px;
	color:#fff;
}
.block > h3{
	position: relative;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto 40px auto;
    font-size: 16px;
	font-weight: bold;
    color: #000;
    justify-content: center;
    border-radius: 5px;
}
.block > h3 span{
	font-size: 70%;
}
.block > h3:before,.block > h3:after { 
  content:'';
  width: 15px;
  height: 15px;
  position: absolute;
  display: none;
}

.block > h3:before {
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top:0;
  left: 0;
}

.block > h3:after {
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom:0;
  right: 0;
}
.bg-yellow{
	padding: 20px;
	font-size:15px;
	font-weight: bold;
	width:550px;
	max-width: 90%;
	margin: auto;
	display: flex;
    justify-content: center;
	background:#fff100;
	box-sizing: border-box;
	border-radius: 5px;
}
.small-text{
	width:550px;
	max-width: 90%;
	margin: auto;
}
.yellow{
	background:#C2CDE9;
	padding:3% 0;
}
#event02{
	display:flex;
	flex-direction: column-reverse;
}
.wrap{
	clear: both;
	width: 100%;
	background: #f6f6f6;
}

.bg{
	line-height: 0;
}

.txt h2{
	padding: 0 0 20px !important;
}
.col3 li{
	margin-bottom: 50px;
}
.col3 img{
	max-width: 288px;
	display: block;
	margin: -5px auto 20px;
}
#map{
	height: 450px;
	position: relative;
}
#map iframe{
	width:100%;
	height:450px;
}
p.map-name{
	margin-top: -30px;
    text-align: center;
    z-index: 333;
    position: relative;
    font-weight: bold;
}
.info-banner{
	display:block;
	width:980px;
	max-width:95%;
	margin:auto;
}
.self-pr{
	width:980px;
	max-width:90%;
	margin:0 auto 40px;
}
.self-pr a{
	color:#fff;
	font-weight: bold;
	font-size:15px;
	padding: 0 0 0 10px;
	border-radius: 5px;
	display:flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	max-width: 100%;
	margin:0 auto 10px auto;
	box-sizing: border-box;
	line-height:1.8;
	background: #eb6ea5;
}
.application{
		margin-bottom:20px !important;
	}
.self-pr .dl1{
	background:#fff;
	/*border:1px solid #f19ec2;*/
	color:#231815;
	margin-bottom:20px !important;
	width:90%;
}
.dl1 p{
	background:#457CBF;
	border-radius:0 5px 5px 0;
	padding:5px 15px;
	display: flex;
    align-items: center;
}
.dl1 p span{
	background:#231815;
	width:30px;
	height:30px;
	border-radius:50%;
	text-align: center;
    padding: 5px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#fff;
}
.self-pr .dl2{
	background:#457CBF;
	width:90%;
	cursor: pointer;
}
.dl2 p{
	background:#fff;
	border-radius:0 5px 5px 0;
	padding:5px 15px;
	display: flex;
    align-items: center;
}
.dl2 p span{
	background:#231815;
	width:30px;
	height:30px;
	border-radius:50%;
	text-align: center;
    padding: 5px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.corporate-sub{
	width:180px;
	max-width:40%;
	display: flex;
    justify-content: flex-end;
}
.corporate-sub > li{
	display: inline-block;
	margin-right: 10px;
    font-size: 13px;
	margin-left:15px;
	background:#231815;
	color:#fff;
	font-weight: 500;
	padding: 2px 5px;
	width:100%;
}
/**アコーディオン**/
.method-ac{
	margin:0px 0 20px 0;
}
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 980px;
	max-width:90%;
	margin: 0 auto 20px auto;
	color: #4f5864;
}
.method-ac .cp_actab h3{
	font-size:16px;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #fff;
	font-size: 20px;
	border:2px solid #4f5864;
	border-radius: 5px;
	height: 50px;
    display: flex;
    align-items: center;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #000;
	/*background: rgba(35,134,245,0.3);*/
}
.corporate .cp_actab-content > ol > li{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.corporate .cp_actab-content > ol > li > div > a{
	width: max-content;
	max-width: 20%;
    background: #fff;
    border: 1px solid #54c3f1;
    color: #54c3f1;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 100%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
	display: flex;
	display: none;
}
.cp_actab .cp_actab-content p {
	/*margin: 1em 1em 0 15px;*/
	background:#43bbc0;
	padding:3px 0;
	color:#fff;
	font-weight: 500;
	font-size: 12px;
	width: 70px;
	border-radius: 5px;
	text-align: center;
}
.cp_actab-content > p.al-center{
	font-size:20px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom:10px;
}
.cp_actab-content > p.al-center span{
	color:#f19ec2;
	font-size:70%;
}
.ac-3 ol li .ac-flex .ac-le p,.ac-4 ol li .ac-flex .ac-le p{
	margin:0;
	font-size: 100%;
    font-weight: bold;
}
.cp_actab .cp_actab-content > ol{
	padding:0;
}
.cp_actab .cp_actab-content ol > li{
	/*padding:1em 2em;*/
}
.method-ac .cp_actab ol li{
	border-bottom:1px solid #fff;
	padding:1em;
}
.corporate .cp_actab-content > ol{
	counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.corporate .cp_actab-content > ol > li{
  /*text-indent: -1.3em;*/
	position: relative;
	border-bottom:1px solid #231815;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.corporate .cp_actab-content > ol > li a{
	padding: 1em 5px 1em 5px !important;
	flex: 1;
}
.tab1 ul li,.tab2 ul li{
	background: #fff;
	padding: 1em 1em 1em 5px !important;
}
.cp_actab > a.tab-list{
	border:2px solid #457CBF;
	color:#457CBF;
	border-radius: 100px;
	padding:10px 20px;
	display: block;
    width:max-content;
    box-sizing: border-box;
    text-align: center;
    margin: 15px auto;
    font-size: 14px;
	font-weight: bold;
}
.cp_actab > a.tab-list span{
	margin-left:15px;
}
.corporate .cp_actab h3{
	color: #000000;
    padding-left: 0;
    border-left: 5px solid #f19ec2;
    line-height: 1.5;
    margin-bottom: 10px;
}
.corporate .cp_actab h3 a{
	display: block;
}
.corporate .cp_actab h3 a:not(.archive){
	color: #f19ec2;
	/*width:85%;*/
}
.corporate .ac-1 h3 a{
	color:#005bac !important;
}
.corporate .ac-2 h3 a{
	color:#327bad !important;
}
.corporate .cp_actab.ac-3 h3 a,.corporate .cp_actab.ac-4 h3 a:not(.archive){
	display: block;
}
.corporate .cp_actab h3 a:hover{
	color:#666;
}
.method-ac .cp_actab h3{
	margin-left:20px;
}
.corporate .cp_actab li h3{
	border-left:none;
	margin-left:15px;
	margin-bottom:0;
	font-size:15px;
	color:#231815;
	width:auto;
	flex: 1;
}
.corporate .cp_actab:not(.ac-3) h4{
	background:#fff;
	color:#fff;
    padding: 2px 20px 2px 20px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
	margin-top: 15px;
    display: inline-block;
	vertical-align: middle;
	background:#000;
	display:none;
}
.corporate .ac-1 ol li  h3,.corporate .ac-2 ol li h3,.corporate .ac-3 .ac-le h3,.corporate .ac-4 .ac-le h3{
	margin-left: 0;
}
/*.corporate .ac-1 ol li  h3,.corporate .ac-2 ol li h3{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}*/
.corporate .ac-4 .ac-le h3{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
.corporate .ac-1 ol li  h3 span,.corporate .ac-2 ol li h3 span{
	background: #e95098;
	color:#fff;
	border-radius: 5px;
	padding:2px 5px;
	text-align: center;
	font-size:70%;
	width: 15%;
}
.corporate .ac-4 .ac-le h3 a:not(.archive){
	width:70%;
}
.corporate .ac-4 .ac-le h3 span{
	width: 12%;
	font-size:12px;
	background:#fff;
	color:#f19ec2;
	text-align: center;
	border-radius: 5px;
	border:1px solid #00b9ef;
	margin-right:0px;
	padding:2px 10px;
	box-sizing: border-box;
}
.corporate .ac-4 .ac-le h3 span a.archive{
	color:#f19ec2;
}
.corporate .ac-3 h4,.corporate .ac-4 h4{
	background:#fff;
	color:#f19ec2;
	border-radius: 5px;
    padding: 2px 10px 2px 10px;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
    display: inline-block;
	vertical-align: middle;
	border: 1px solid rgba(35,134,245,0.3);
	line-height: 24px;
}
.corporate .ac-3 p,.corporate .ac-4 p{
	display: flex;
    align-items: center;
    margin-bottom: 10px !important;
	font-weight: normal !important;
	background: #fff;
    padding: 0;
    line-height: 24px;
	border-radius: 5px;
}
.corporate .ac-3 p span,.corporate .ac-4 .ac-le span{
	background:#fff;
	color:#f19ec2;
	font-size:13px;
	text-align: center;
	border-radius: 5px;
	margin-right:0px;
	padding:2px 10px;
}
#method01 li{
	display:flex;
	align-items: flex-start;
	justify-content: center;
    box-sizing: border-box;
}
#method01 li > div{
	width:830px;
	max-width: 85%;
}
#method01 li img{
	max-width: 15%;
	width:120px;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 100vh;
	overflow-y: auto;
}
/* Icon */
.cp_actab.ac-1 label{
	background:#43bbc0;
}
.cp_actab.ac-2 label{
	background:#8aced1;
}
.cp_actab.ac-1 label,.cp_actab.ac-2 label{
	color:#fff;
	display: flex;
	padding:0;
	border:none;
	font-size: 12px;
}
.cp_actab.ac-4 label{
	background:#4f5864;
}
.cp_actab.ac-1 label span,.cp_actab.ac-2 label span{
	background:#4D5863;
	padding:0 10px;
	border-radius: 5px 0 0 5px;
	margin-right:20px;
	height: 100%;
	display: flex;
    align-items: center;
}
.cp_actab.ac-1 label span{
	background:#8aced1;
	padding:0 20px;
}
.cp_actab.ac-2 label span{
	background:#43bbc0;
	padding:0 20px;
}
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	bottom:0;
	margin:auto;
	right: 10px;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '';
	width:30px;
	height:30px;
	background:url(../images/open4.png)no-repeat;
	background-position:right center;
	background-size: 30px auto;
}
.cp_actab.ac-1 input[type=checkbox] + label::after,.cp_actab.ac-2 input[type=checkbox] + label::after{
	background:url(../images/open2.png)no-repeat;
	background-position:right center;
	background-size: 30px auto;
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(180deg);
}
.ac-flex{
	display: flex;
	align-items: flex-start;
}
.ac-le{
width:100%;
	padding-right:10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.ac-le h4{
	margin-right:10px;
}
.ac-le h3{
	width:100%;
}
.ac-le p{
	display:flex;
	justify-content: space-between;
	width: 100%;
}
.ac-ri{
	text-align: center;
	padding:7px;
	border-radius: 5px;
	color:#f19ec2;
	border:1px solid #f19ec2;
	background:#fff;
	font-size: 13px;
}
/**アコーディオンおわり**/
/*続きを見るボタン**/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 90px; /* グラデーションの高さ 140px*/
	cursor: pointer;
	text-align: center;
	background:#fff9a7;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	/*background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);*/
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width:180px;
	height:40px;
	font-family: FontAwesome;
	content:'';
	transform: translate(-50%, 0);
	/*letter-spacing: 0.05em;
	color: #000;
	border-radius: 5px;
	background-color: #fff;*/
	background-image:url("../images/open6.png");
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: 95% center;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 270px; /* 開く前に見えている部分の高さ 250px*/
	transition: all 0.8s;
	padding-bottom:90px;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content:'';
	background-image:url(../images/open7.png);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: 95% center;
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.8s;
}
/*続きを見るボタンおわり**/
#menu05{
	padding-top:130px;
	position: relative;
}
.qa-list{
	background:#fff100;
	padding-bottom:30px;
	margin-top: 100px;
}
.qa-title{
	width:200px;
	display: block;
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
}
.qa dl dt{
	background-color:#595757;
	color:#fff;
	padding:10px 10px 10px 50px;
	line-height:1.8;
	background-image: url("../images/Q.png");
	background-repeat: no-repeat;
	background-size:35px auto;
	background-position: 5px 5px;
}
.qa dl dd{
	background:#fff;
	color:#000;
	padding:15px 10px 30px 50px;
	background-image: url("../images/A.png");
	background-repeat: no-repeat;
	background-size:35px auto;
	background-position: 5px 5px;
	margin-bottom:20px;
}
.koyoutaisaku{
	border-radius: 100px;
	width:max-content;
	padding:15px 20px;
	color:#327bad;
	text-align: center;
	font-size:20px;
	margin:10% auto 5%;
	display: block;
	background:#fff;
	font-weight: bold;
}
.form-txt{
	margin-top:30px;
}
.tel-number{
	background:#595757;
	padding:40px 10px 20px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.tel-number h2{
	padding-top:0;
	text-align: center;
	color:#fff;
}
#info a{
	display:block;
	text-align:center;
	color:#fff;
	font-size: 30px;
	font-weight: bold;
}
#info a span{
	font-size:60%;
}
#info p{
	text-align: center;
	color:#fff;
}
#info p.info-p1{
	margin-bottom:40px;
}
#info p.info-p2{
	font-size:14px;
}
.blue-bg{
	background:#43bbc0;
	margin-top: 150px;
	padding-bottom: 20px;
}
.application{
	background:#fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:1000px;
	max-width:98%;
	margin:auto;
	border-radius: 5px;
	margin-bottom:30px;
}
.application h3{
	color:#fff;
	font-size: 23px;
	padding:0 10px 0 0;
	display: flex;
    flex-direction: column;
	margin: auto;
}
.application h3 span{
	background:#fff;
	color:#000;
	font-size:12px;
	padding:0px 5px;
	border-radius: 5px;
	margin-bottom: 5px;
}
.application p{
	background:#fff;
	color:#eb6ea5;
	font-size: 16px;
	padding:33px 10px;
	border-radius: 0 5px 5px 0;
}
#menu01 h3#hybrid {
    background-color: #f19ec2;
    max-width: 320px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.5em;
}
ul.news-list{
	width:750px;
	max-width:96%;
	margin:40px auto 0;
}
ul.news-list li{
	display:flex;
	flex-direction: column;
	padding:15px 0;
	border-top:dotted 1px #000;
}
ul.news-list li:last-child{
	border-bottom:dotted 1px #000;
}
ul.news-list li span{
	color:#666;
	font-size:14px;
	margin-right:15px;
}
ul.news-list li h3{
	font-size:14px;
}
#header.news-header {
    padding-bottom: 0;
}
#header.news-header img {
    width: 850px;
    padding-top: 10px;
}
#header.news-header h1 {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-size: 45px;
    color: #fff;
    top: 55%;
}
section.news-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1em;
    max-width: 850px;
    margin: 4em auto;
}
section.news-content p {
    margin-bottom: 1em;
}
.news-list li a {
    display: flex;
    color: #000;
}
.mainimg-img {
    position: relative;
    width: 34%;
    max-width: 500px;
    float: left;
    padding: 5px 0 0 10px;
}
.koyo-hub_bnr{
	width:340px;
	display: block;
	margin:0 auto;
	max-width:80%;
}
#header .main-day-flex{
		display:flex;
	}
/*#header.mainimg .main-bg{
	background: #00b4ed;
}*/
#header.mainimg img{
		/*width:600px !important;*/
	/*padding-top: 10px;*/
	margin: 0 auto;
	}
#header.mainimg img.main-img{
	width: 100% !important;
	max-width:100%;
    /*padding-top: 10px;*/
    margin: 0 auto;
}
#header.mainimg img.main-img.smp1024{
	/*padding-top:30px;*/
}
#header.mainimg img.main-news{
	/*padding-top:30px;*/
	width:100%;
	max-width:100%;
}
#header.news-header img.main-news2{
	width: 100%;
        max-width: 100%;
        padding: 0;
}
#header.mainimg .img02{
	width:750px !important;
	max-width:100%;
	padding-top:0;
	margin: 0 auto;
}
.smp1024 .main-bg{
	position: relative;
}
#header.mainimg .smp-img01{
	width: 200px;
    max-width: 20%;
	position: absolute;
	right:10px;
	top:-50%;
}
#header.mainimg .smp-img02{
	max-width:60%;
	margin-left:70px;
}
#header.mainimg .main-day-flex img{
	width: 49% !important;
}
.schedule ul{
	width:550px;
	max-width:95%;
	margin:0 auto;
}
.schedule ul li{
	border-radius: 100px;
	border:2px solid #000;
	color:#000;
	line-height: 65px;
	font-size:35px;
	font-weight: bold;
}
.schedule ul li:not(.irekae){
	display: flex;
}
.schedule ul li .bg-aka,.schedule ul li .bg-sky{
	color:#fff;
	font-weight: bold;
	border-radius: 100px 0 0 100px;
	width:30%;
	text-align: center;
	padding:0 10px;
	box-sizing: border-box;
	margin-right:10%;
}
.schedule ul li.first-last{
	font-size:28px;
	background:none;
	justify-content: center;
	border: none;
}
.schedule ul li.first-last span{
	background:#fff;
	border:2px solid #000;
	padding:7px 15px;
	border-radius: 100px;
	margin-left:5px;
}
.schedule ul li.irekae{
	font-size:23px;
	text-align: center;
	border:none;
	line-height: 50px;
}
.schedule ul li:first-child{
	margin-bottom:20px;
}
.schedule ul li:last-child{
	margin-top:20px;
}
.schedule img.sankaku{
	width:25px;
	display: block;
	margin:-5px auto 0;
}
.bg-sky{
	background:#457CBF;
}
.bg-aka{
	background:#eb6ea5;
}
.chizu iframe{
	display:none;
}
.map-img{
	width:700px;
	max-width:90%;
	margin:0 auto;
	display: block;
}
header .shisetsu40{
	color:#fff;
	width:550px;
	max-width:90%;
	margin:50px auto 30px;
	border:2px solid #eb6ea5;
	border-radius: 5px;
	text-align: center;
	padding: 20px 5px;
	box-sizing: border-box;
	font-size: 28px;
	font-weight: bold;
}
.koutaisei-txt{
	width:550px;
	max-width:90%;
	margin:0 auto;
	border:2px solid #000;
	border-radius: 5px;
	text-align: center;
	padding: 20px 5px;
	box-sizing: border-box;
}
.koutaisei-txt h3{
	padding-top:0 !important;
}
.gift-wrap .gift-img{
	display: block;
	width:60px;
	margin:30px auto 10px;
}
.gift-wrap > .gift-text{
	text-align: center;
	color: #000;
}
@media only screen and (min-width: 370px){
	header .shisetsu40{
		font-size:35px;
	}
}
@media only screen and (min-width: 481px){
	.cp_actab-content > a.tab-list{
		width:27em;
		margin:15px 0;
	}
	.cp_actab.ac-1 label,.cp_actab.ac-2 label{
		font-size:14px;
	}
	.cp_actab .cp_actab-content p{
		font-size:14px;
	}
}
@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
	#info a{
		font-size:50px;
	}
	.gift-wrap > .gift-text{
		font-size:20px;
		font-weight: bold;
	}
}
@media only screen and (min-width: 768px){
	.cp_actab-content > a.tab-list{
		font-size: 16px;
    font-weight: bold;
	}
	.cp_actab .cp_actab-content p{
		width:100px;
	}
	header .shisetsu40{
		max-width:100%;
		font-size:55px;
		width: 650px;
	}
}
@media only screen and (min-width: 800px){
	body{
		font-size:16px;
	}
  #mainnav a{
		color: #000;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}
	#menu02 .heading10{
	font-size: 38px;
}
	.gift-wrap > .gift-text{
		font-size:25px;
	}

	/* MESSAGE**/
.wrap{
	display:flex;
}
	#event02{
		flex-direction: row;
	}
	.txt, .bg{
		width: 50%;
		/*float: left;*/
		display: table;
	background: #f6f6f6;
	}

	#sec02_02 .txt, #event02 .bg{
		/*float: right;*/
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	
	/* SERVICE MESSAGE STORY**/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 30%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	/*PROFILE**/
	#sec05{
		padding-top: 120px;
	}
	
  #footer{
	}
	.cp_actab label{
		font-size: 18px;
		display: flex;
    /*justify-content: space-between;*/
    width: 100%;
    box-sizing: border-box;
		height: 70px;
    align-items: center;
	}
	.cp_actab label span{
		padding-right:50px;
	}
	#info a{
		pointer-events: none;
	}
	.cp_actab.ac-3 label span,.cp_actab.ac-4 label span{
	width:85%;
}
	.corporate .ac-1 ol li h3 span, .corporate .ac-2 ol li h3 span{
		width:10%;
	}
	ul.news-list li{
		flex-direction: row;
	}
	.self-pr a{
		/*height: 70px;*/
    align-items: center;
	}
	.dl1 p span,.dl2 p span{
		width: 50px;
    height: 50px;
	}
}
@media only screen and (min-width: 1024px){
	.gift-wrap .gift-img{
		width:100px;
	}
	.gift-wrap > .gift-text{
		font-size:35px;
	}
}
@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		margin: auto;
    display: block;
	}
	.dl1,.dl2{
		line-height:40px;
	}
}

@media only screen and (max-width: 800px){
	.page_top_btn{
		display:none;
	}
	#header img{
		height:100%;
		object-fit: cover;
	}
	#topmain h1{
		font-size: 31px;
	}

	#topmain h2{
		font-size: 16px;
	}
#mainnav.changeNav {
    background: rgba(255,255,255,.9);
    border-bottom: 1px solid #d1d1d1;
}
	#topmain{
	position: absolute;
  top: 70%;
	width: 100%;
	-webkit-transform: translate(0, -70%);
  transform: translate(0, -70%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}
	.col3 li{
		margin: 0 auto;
		display: block;
	max-width: 288px;
	}
	p.map-name{
	font-size: 12px;
}
}
@media only screen and (min-width: 801px){
#topmain {
    position: absolute;
    top: 60%;
    width: 70%;
    -webkit-transform: translate(0, -60%);
    transform: translate(0, -60%);
    color: #fff;
    line-height: 1.2;
    text-align: center;
    right: 0;
}
#topmain h1{
	font-size: 35px;
	margin-bottom: 20px;
	font-weight:bold;
}

#topmain h2{
	font-size: 20px;
	color:#000;
}
#topmain h2 span{
	color:red;
	font-size:30px;
	font-weight: 500;
}
	#topmain p{
		color:#000;
	}
#topmain ul{
	margin-top:20px;
}
#topmain ul li{
	text-align: left;
	color:#000;
		font-size:25px;
	margin-bottom:5px;
	line-height:1.8;
}
.method-ac .cp_actab h3{
	font-size:20px;
}
	.cp_box .cp_container{
		height:auto;
		padding-bottom: 0;
	}
	.cp_box label{
		display:none;
	}
	.corporate .cp_actab-content > ol > li:before{
		font-size: 16px;
	}
.self-pr a{
	font-size:18px;
}
	.cp_actab-content > a.tab-list{
		width:27em;
	}
	.cp_actab.ac-1 label, .cp_actab.ac-2 label, .cp_actab.ac-3 label,.cp_actab.ac-4 label {
		font-size:20px;
		padding-right: 50px;
	}
	.bg-yellow{
		font-size:20px;
		width:750px;
		box-sizing: border-box;
		max-width:95%;
		text-align: center;
		letter-spacing: -1px;
	}
	.small-text{
	width:750px;
	max-width: 95%;
}
	.event-txt dd {
    font-size: 16px;
}
	.application{
	width:1000px;
	max-width:98%;
}
.application h3{
	font-size: 30px;
	padding:20px 20px;
	flex-direction: row;
	align-items: center;
}
.application h3 span{
	font-size:18px;
	padding:3px 5px;
	margin-left: 15px;
}
.application p{
	font-size: 25px;
	padding:25px;
}
	.cp_actab > a.tab-list{
		font-size:23px;
		width: 500px;
		max-width:100%;
	}
	header .shisetsu40{
	width:750px;
	max-width:95%;
	margin:70px auto 30px;
	font-size: 65px;
}
.koutaisei-txt{
	width:750px;
	max-width:95%;
	margin:0 auto;
}
}
@media only screen and (min-width: 1024px){
	#header.mainimg img.main-img{
		width:100% !important;
	}
	#header .pc1024 .main-bg{
		display: flex;
	}
	#header .pc1024 .main-bg .pc1-wrap{
		max-width:57%;
		width:1094px;
		background: #63c5f2;
	}
	#header .pc1024 .main-bg .pc2-wrap{
		max-width:43%;
		width:826px;
		flex: 1;
	}
	#header .pc1024 .main-bg img{
		width:100%;
		max-width:100%;
		height: auto;
	}
	#header.mainimg img.main-news{
		/*margin: 40px 8% 0 auto;*/
	}
	#header .main-day-flex img{
		max-width:49%;
		margin:0 0.5%;
	}
	#mainnav li{
		padding: 20px 10px 20px;
		font-weight: 500;
	}
	.self-pr{
		/*display: flex;
		align-items: center;
		justify-content: space-between;*/
	}
	.self-pr a{
		width: 980px;
    margin: 0 auto!important;
    font-size: 20px;
    align-items: center;
    max-width: 100%;
	}
	.self-pr .dl1,.self-pr .dl2{
		width: 910px;
	}
	.self-pr .application,.self-pr .dl1{
		margin-bottom:30px !important;
	}
	.cp_actab.ac-1 label, .cp_actab.ac-2 label, .cp_actab.ac-3 label,.cp_actab.ac-4 label {
		font-size:25px;
	}
	.corporate .cp_actab li h3{
		font-size:20px;
	}
	#menu01 h3:not(.event-txt){
	font-size: 32px;
}
	.block .event-txt{
		padding:15px;
	}
	#header.news-header h1{
		top:48%;
	}
	header .shisetsu40{
		width: 900px;
        max-width: 100%;
		font-size: 75px;
	}
	.application h3{
		font-size:35px;
	}
	.application p{
		padding:30px 20px;
	}
}
@media only screen and (min-width: 1025px){
	 a#menu{
		display:none;
	}	

	.nav-menu{
		display:block !important;
	}
	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 20px 10px 20px;
		font-size: 14px;
		font-weight: 500;
	}
	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}
	#topmain h1 {
    font-size: 45px;
	}
}
@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 120px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
	#topmain{
		width:50%;
		margin-top: 30px;
	}
	#topmain h1 {
    font-size: 60px;
	}
	#topmain p{
		font-size: 20px;
	}
	#topmain ul li:first-child p{
		font-size: 50px;
	}
	header .shisetsu40{
		font-size: 85px;
	}
}
@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#menu01 h2{
		/*padding: 70px 0 20px;*/
	}
	.vMid{
		padding: 0 20px;
	}
}
@media only screen and (max-width: 1024px){
	#menu01,#menu02{
		margin-top:-70px;
		padding-top:70px;
	}
	.nav-menu{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}
	a#menu{
  	display: inline-block;
  	position: relative;
  	width: 50px;
  	height: 50px;
		left:0;
  	margin: 10px;
		background:#4f5864;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 40%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}
	#mainnav{
		/*position: absolute;*/
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		text-align: left;
		z-index:500;
	}
	.me-nu{
		font-size: 12px;
		color:#fff;
		position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
		text-align: center;
	}
	#mainnav ul{
		border-bottom: 1px solid #929292;
		background: #ffdf00;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #929292;
		color: #000;
		font-weight: 400;
		background:#ffdf00;
	}

	/*#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #f19ec2;
		border-right: solid 2px #f19ec2;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}*/
	.mainimg-img {
	display: none !important;
	}
	.corporate .ac-4 .ac-le h3 span{
		width:15%;
	}
	.mainimg {
	    background: none;
	}
}
@media only screen and (max-width: 1023px){
.pc1024{
		display: none !important;
	}
	.smp1024{
		display: block !important;
	}
}
@media only screen and (max-width: 780px){
	.smp780{
		display:block !important;
	}
	.pc780{
		display: none !important;
	}
	.corporate .ac-4 .ac-le h3 span{
		width:18%;
	}
	.schedule ul li{
		font-size: 20px;
	}
	.schedule ul li.first-last,.schedule ul li.irekae{
		font-size: 16px;
	}
	#header.news-header h1{
		font-size:20px;
	}
	.corporate .cp_actab-content > ol > li > div > a{
		font-size: 12px;
	}
	
}
@media only screen and (max-width: 480px){
	.smp{
		display:block !important;
	}
	.pc{
		display: none !important;
	}
	header h2#menu03{
		padding-top: 70px !important;
	}
	#topmain ul{
		flex-direction: column;
	}
	#topmain ul li{
		flex-direction: row;
		align-items: center;
		width:100%;
		margin-bottom:5px;
	}
	#topmain ul li h3{
		margin-bottom:0;
		margin-right:15px;
		font-size:15px;
	}
	#topmain ul li h3:after{
		display:none;
	}
	#topmain ul li p br{
		display: none;
	}
	header h2.heading10, h2.news-heading {
		font-size:25px;
	}
	header h2.heading10::before, h2.news-heading::before {
		font-size:35px;
	}
	.application h3 span{
		margin-left:0;
	}
	.cp_actab-content > a.tab-list{
		padding: 10px 0px;
	}
	.page_top_btn{
		display:none;
	}
#menu01 h3#hybrid {
    max-width: 260px;
    font-size: 24px;
}
	.corporate .ac-4 .ac-le h3 span{
		width:30%;
	}
	.koyoutaisaku{
		font-size: 14px;
		padding: 15px 10px;
		box-sizing: border-box;
	}
	.cp_actab > a.tab-list{
		padding: 10px 10px;
	}
}
@media only screen and (max-width: 320px){
	.corporate .cp_actab h3 a{
		width:81%
	}
	.corporate .ac-1 ol li h3 span, .corporate .ac-2 ol li h3 span{
		width:18%;
	}
	.application p{
		font-size:12px;
	}
	.event-txt dt {
    width: 25%;
}
	.event-txt dd{
		width:75%;
	}
	.cp_actab-content > a.tab-list{
		font-size:12px;
	}
	.corporate .cp_actab:not(.ac-3) h4{
		font-size:14px;
	}
}