@charset "utf-8";
/*for SCREEN*/
/* Reset */
*{
	margin:0;
	padding:0;
}

html{
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}



h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font-weight: normal;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	margin: 0;
	font-weight: normal;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
input,textarea,select {
	*font-size: 100%;
}

/* Base  Style */
body {
	color: #444;
	font: 0.8125em/16px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #FFFFFF;
	letter-spacing: 0.04em;
	line-height: 1;
	font-weight: normal;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:link {
	color: #1C3682;
	text-decoration: none;
}
a:visited {
	color: #1C3682;
	text-decoration: none;
}
a:hover {
	color: #3C64D8;
	text-decoration: underline;
}
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 1;
	zoom: 1;
	text-align: center;
	padding-top: 0px;
}

ol.bxslider li h2{
	display: block;
	position: absolute;
	left: 7%;
	top: 12%;
	font-family: 'Oswald', sans-serif;
	font-weight: regular;
	font-size: 24px;
	font-size: 4vw;
	max-width:50%;
	line-height:1.3;
}
ol.bxslider li h3{
	display: block;
	position: absolute;
	right: 7%;
	top: 12%;
	font-family: 'Oswald', sans-serif;
	font-weight: regular;
	font-size: 24px;
	font-size: 4vw;
	text-align: right;
	max-width:50%;
	line-height:1.3;
}
/* Tag */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
fieldset,img {
	border: 0;
}
li {
	list-style: none;
	padding: 0px;
	margin: 0;
}
caption,th {
	text-align: left;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
td{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

.dotomasu{
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: center center;
	background-size: contain;
}
.dotomasu p{
	background-color: #fff;
	padding-right: 1em;
	display: inline-block;
}
td.mei{padding-left:1em;text-align: right;}
.extxt{
	color: #666;
	font-size: 90%;
	background-image: inherit;
	background-image: inherit;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	font-variant: normal;
	border: 0;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin: 5px 0;
	padding-right: 3px;
}
legend {
	color: #000;
}

hr {
	color:#ECECEC;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*Clearfix */
.Clear{
	display: block;
	font-size:0px;
	height: 0;
	clear: both;
}
.Clearmargin{
	display: block;
	font-size: 0px;
	height: 60px;
	clear: both;
	width: 100%;
}
.Cleararrow{
	display: block;
	font-size: 0px;
	height: 50px;
	clear: both;
	width: 100%;
	background: url(images/arrow.png) no-repeat center center;
	background-size:auto;
}
.Clearline{
	display: block;
	width: 100%;
	font-size: 0px;
	height: 1px;
	clear: both;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
.Clearborder{
	display: block;
	width: 100%;
	font-size: 0px;
	height: 1px;
	clear: both;
	padding-bottom: 30px;
	border-top: 1px solid #D6D6D6;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*Framework*/
#MV{
	width: 100%;
	border-bottom: 1px solid #eee;
	z-index: 100;
}
#MV h1,#CV h1
{text-indent:-9999px;}
#MV{position: relative;}

#MV:before {
	content: "";
	display: block;
	padding-top: 60%; /* 高さを幅の60%に固定 */
}
#content {
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 0;
	overflow: hidden;
	left: 0px;
}
#CV{
	width: 100%;
	border-bottom: 1px solid #eee;
	z-index: 100;
	height: 28vw;/*30vw*/
}

#Wrap{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	display: block;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 100px;
	background-color: #FFFFFF;
}

#Wrap h1{
	font-size: 40px;
	color: #1F2774;
	line-height: 1.2;
}

#Wrap h2{
	font-size: 24px;
		color: #1F2774;

}
#Wrap h3{
	font-size: 20px;
		color: #1F2774;

}
#Wrap h4{
	font-size: 1.1em;
	color: #0075C1;
	margin-top: 1.6em;
	margin-bottom: 0.8em;
}
#Wrap p{
	font-size: 1em;
	line-height: 1.4;
	hyphens: auto;
}
p.txt{

		text-align: justify;
   text-justify: inter-ideograph;
}
p.signhead{
	text-align: right;
	font-size: 0.8em;
	font-family: "Times New Roman", Times, "serif";
	line-height: 1 !important;
}
p.sign{
	text-align: right;
	font-size: 1.8em !important;
	line-height: 1.2 !important;
	font-family: "Times New Roman", Times, "serif";
}
.signimg{
	width: 200px;
	height: auto;
	margin-bottom: 1em;
}
.bluesmall{
	color: #0075C1 !important;
		font-family: 'Oswald', sans-serif;

}
.flowstep{
	padding: 1em;
	font-size: 140% !important;
	text-align: center;
	background-color: #00A0D4;
	color: #ffffff;
			font-family: 'Oswald', sans-serif;

}

img.fullimg{width:100%;height:auto;display: block;}

.ttl{
	font-family: 'Oswald', sans-serif;
	font-weight: regular;
	text-align: center;
	margin-top: 1em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1.5em !important;
}
.subttl{
	font-family: 'Oswald', sans-serif;
	font-weight: regular;
	margin: 0 0 1em;
}
.prdttl{
	font-family: 'Oswald', sans-serif;
	font-weight: regular;
	margin: 0 0 1em;
	font-size: 24px !important;
	color: #0075C1 !important;
}
#Wrap p.read{
	text-align: left;
	line-height: 1.4;
	font-size: 1.2em;
	margin-bottom: 3em;
	text-align: justify;
   text-justify: inter-ideograph;
}

ul.inst{
	margin-bottom: 2em;
	font-size: 120%;
	margin-top: 1em;
	padding-left: 1em;
}
ul.inst li{
	list-style-position: outside !important;
	list-style: circle;
	color: #333;
	padding-left: 0.8em;
	padding-bottom: 0.3em;
}
#Header{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	background-color: #ffffff;	
}
#Header h1{
	padding-top: 30px;
	padding-bottom: 30px;
}

#Header h1 span{display :none;}
#Header h1 img{
	width: auto;
	margin: 0 auto;
	height: 110px;
	display: block;
	padding-top: 0px;
}
#Header #logo{
	display: inline;
	float: left;
}
#Header.top{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
}

/*GNAVI*/
#navband{
	width: 100%;
	background-color: #9CD9DD;
	display: block;
	height: auto;
}


ul.naver{
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 960px;
}
ul.naver li{width:20%;float: left;text-align:center;font-family: 'Oswald', sans-serif;
	font-weight: regular;}


ul#Nav {
	margin: 0 auto;
	width: 960px;
}
ul#Nav li{
	position: relative;
	float: left;
	text-align: center;
	margin: 0px;
	font-size: 14px;
	white-space: nowrap;
	width: 20%;
	border-left: 1px solid #D9CDB5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Oswald', sans-serif;
	font-weight: regular;
}

#Nav li a {
	width: 100%;
	padding: 14px;
	background: #444;
	display: block;
}
#Nav li a:hover {
  background: #f2f2ee;
}


/*/TOPPAGE/*/
#Wrap.toppage h2{
	color: #BF000F;
	font-family: Futura,Trebuchet MS,Arial,sans-serif;
	font-size: 16px;
	font-weight: lighter;
	padding-bottom: 16px;
}
#Wrap.toppage ol{
}
#Wrap.toppage ol li{
	width: 240px;
	text-align: center;
	font-size: 85%;
}
#Wrap.toppage ol.bana li{
	float: left;
	width: 230px;
	padding-right:10px;
}
#Wrap.toppage ol.bana li img,
#Wrap.toppage ol li img{
	width:100%;height:auto;display:block;
}
#Wrap.toppage ul{
	border-top: 5px solid #D0D0D0;
	padding-top: 15px;
}

.clm_L{
	width: 48%;
	display: block;
	padding: 0px;
	background-color: #FFF;
	margin-right: 2%;
	float: left;
}
.clm_R{
	display: block;
	width: 48%;
	margin-top: 0px;
	float: right;
}


.clm_L6{
	width: 58%;
	display: block;
	padding: 0px;
	background-color: #FFF;
	margin-right: 4%;
	float: left;
}
.clm_R4{
	display: block;
	width: 38%;
	margin-top: 0px;
	float: right;
}




.vbox{position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;}
.vbox iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
	

p.catch{
	font-size: 1.3em;
	line-height: 1.8em;
	margin-bottom: 0.8em;
}
p.small{
	font-size: 90%;
}

p.payment{
	border: 1px solid #6AB216;
	padding: 15px;
	background-color: #fffffa;
	border-radius: 5px;
}



dl,
dt,
dd {
  box-sizing: border-box;
}

dl {
	width: auto;
	font-size: 110%;
	line-height: 1.6;
}
dl#outline{}
dl#outline dt{
	float: left;
	width: 25%;
	clear: left;
}

dl#outline dd{
margin-left:-25%;
padding-left:25%;
	float: left;
	width: 100%;
	word-wrap: break-word;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #88B0B2;
}

dl#staff{}
dl#staff dt{
	float: left;
	width: 10%;
	clear: left;
}

dl#staff dd{
margin-left:-10%;
padding-left:10%;
	float: left;
	width: 100%;
	word-wrap: break-word;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #88B0B2;
}


/*2カラム*/

ul.clm_two{
}
ul.clm_two li{
	width: 47%;
	margin-right: 6%;
	margin-bottom: 2em;
	margin-top:0.5em;
	display: inline-block;
	vertical-align: top;
}
ul.clm_two li img,
ul.clm_three li img{
	width: 100%;
	height: auto;
	margin-bottom:0.3em;
}
ul.clm_three li.last{
	margin-right: 0px;
}

ul.clm_two li:nth-child(2n) {
	margin-right: 0px;
}

/*3カラム*/

ul.clm_three{
}
ul.clm_three li{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 2em;
	background-color: aqua;
	display: inline-block;
}
ul.clm_three li img{
	width: 100%;
	height: auto;
}
ul.clm_three li.last{
	margin-right: 0px;
}

ul.clm_three li:nth-child(3n) {
	margin-right: 0px;
}

/*4カラム*/
ul.clm_four{
width:100%;}
ul.clm_four li{
	float: left;
	width: 24%;
	margin-right: 1.33%;
	margin-bottom: 24px;
	line-heihgt: 1.8;
	color: #6F644E;
	font-size: 90%;
}
ul.clm_four li img{
	width: 100%;
	height: auto;
	margin-bottom: 6px;
}
ul.clm_four li.last{
	margin-right: 0px;
}

ul.clm_four li:nth-child(4n) {
	margin-right: 0px;
}


.column_singlepanel{
	width: 300px;
	display: block;
	margin-bottom: 20px;
	float: left;
	margin-right: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.column_singlepanel.last{
	margin-right: 0px;
}
.column_singlepanel h3{
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	font-weight: 400;
}
.column_singlepanel a{
	text-decoration: none;
	color: #FFF;
}
.column_singlepanel p{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: normal;
	padding-top: 20px;
	min-height: 3em;
}



/*ブレッド*/
#bread {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
	color: #999;
	text-align: right;
	height: 1.4em;
}
#bread a{
	margin-right: 0.5em;
}
/*ビジュアル*/
#mediabox{
	background-color: #F9F9F9;
	width: 100%;
	margin-bottom: 20px;
	height: 210px;
	background-image: url(../../news/images/media_bg.jpg);
	display: block;
	margin-top: 10px;
	background-position: 0 0%;
	background-repeat: repeat-x;
}
#cv{
	background-color: #FFFFFF;
	width: 100%;
	margin-bottom: 20px;
}
#whiteblock{
	background-color: #FFFFFF;
	height: 50px;
	width: 100%;
}
/*タイトル・リスト*/


p.attent{
	font-size: 0.9em;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C30;
}
ul.enq{
}
ul.enq li{
	float: left;
	margin-right: 10px;
	color: #FFF;
	background-color: #690;
	padding-right: 1em;
	padding-left: 1em;
	margin-bottom: 10px;
	line-height: 2em;
	letter-spacing: normal;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	font-size: 0.9em;
}
ul.enq li a{color:#fff !important;}
ul.taio{}
ul.taio li{
	float: left;
	margin-right: 10px;
	padding-right: 1em;
	padding-left: 1em;
	border: 1px solid #D6D6D6;
	font-size: 0.9em;
	margin-bottom: 10px;
	line-height: 2em;
	letter-spacing: normal;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
}
ol.inq{
	padding: 20px;
	background-color: #F0F0F0;
	margin-top: 20px;
}
ol.inq li{
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 1.4em;
	margin-bottom: 0.8em;
	margin-left: 20px;
	font-size: 90%;
}

#mapwrap,
#mapwrap2{
    position: relative;
    width: 100%;
}
#mapwrap:before,
#mapwrap2:before {
    content:"";
    display: block;
    padding-top: 68%;
}

#map,
#map2{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, 
.embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#Pageup{
	text-align: right;
	display: block;
	font-size: 10px;
	float: right;
	width: 240px;
	height: 30px;
	padding-top: 35px;
}
.pagetop{cursor:pointer}



#footer{
	width: 100%;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #9BD9DD;
	border-top: 1px solid #A4DFE2;
}

#footer .ftwrap{
}
#footer .ftwrap h3{
	font-size: 12px;
	font-weight: bold;
	float: left;
	white-space: nowrap;
	margin-right: 20px;
	margin-top: 10px;
	margin-left: 40px;
}

#footer .ftwrap address{
	float: left;
	font-size: 11px;
	color: #555555;
	margin-top: 10px;
}
#footer .ftwrap p{
	color: #FFFFFF;
	float: right;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	margin-top: 15px;
}



/* Align */

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.fl_right{float: right;}
.fl_left{float: left;}
.fl_Center {
	margin: 0 auto;
}

.fl_left h3{font-size:1.4em}


/*pading*/
.pdL20{
	padding-left: 20px;
}
.pdR20{
	padding-right: 20px;
}


/* Width */
.wd60{
	width: 60px;
}
.wd80{
	width: 80px;
}
.wd100{
	width: 100px;
}
.wd180{
	width: 180px;
}
.wd200{
	width: 200px;
}
.wd250{
	width: 250px;
}
.wd300{
	width: 300px;
}
.wd350{
	width: 350px;
}
.wd400{
	width: 400px;
}

/*margin*/
.mgtop20{
	margin-top: 20px;
}
.mgbtm20{
	margin-bottom: 20px;
}
.mgbtm40{
	margin-bottom: 40px;
}



/* Scrooll to Top */

#back-top {
	position: fixed;
	bottom: 25px;
	right: 5px;
	z-index: 10000;
}
#back-top a {
    width: 45px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}
#back-top a:hover {
	color: #FFFFFF;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 26px;
	display: block;
	margin-bottom: 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #45A7B3;
	font-size: 24px;
	padding-top: 10px;
	line-height: 0.5;
	background-color: #E9E9E9;
}
#back-top a:hover span {
	background-color: #9BD9DD;
	color: #FFFFFF;
}

img.prd{
	width: 300px;
	height: auto;
	border: 1px solid #eaeaea;
	display: block;
}



#canvas-holder{
				width:100%;
}

table #pj {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}


table#pj td {
	padding: 0;
	margin: 0;
	border: none;
	line-height: 1;
}

.inline_content {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



@media screen and (max-width: 768px) {
p.sign {
	text-align: right;
	font-size: 1.4em !important;
}
p.signhead {
	font-size: 1em !important;
}
.signimg {
	width: 150px;
	margin-bottom: 5px;
}
#MV:before {
	content: "";
	display: block;
	padding-top: 130%; /* 高さを幅の75%に固定 */
}
.inline_content {
				position: static;
    margin-top: 25%;}
    

body{
	box-sizing: border-box;
	padding: 0
}

#Header{
	width: 100%;
	height: auto;
}
#Header h1{
	float: none;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: center;
}
#Header h1 img{
	height: 70px;
}

#Header .NAVI{ float: none;width:100%}

ul#Nav {display:none;}
ul#Nav li{
	display: block;
	float: none;
	text-align: left;
	margin: 0px;
	white-space: nowrap;
	letter-spacing: normal;
	width: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: none;
	background-color: #eaeaea;
}
#footer{
	width: 100%;
	height: auto;
	padding-top: 10px;
}

#footer .ftwrap{
	margin-left: 20px;
	margin-right: 20px;
}
#footer .ftwrap h3{ float:none;padding:0 0 5px 0;margin-left:0;}
#footer .ftwrap p {float:none;margin:5px 0 0 0;font-size:10px;}
#footer .ftwrap address{
	font-size: 10px;
	line-height: 14px;
	float:none;
}

#bread{margin-bottom:10px;}

#Wrap{
	width: 100%;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fl_left,.fl_right{
	float: none;
}

div.topLfull{
	width: 100%;
}

#Wrap.toppage ol li{
	float: none;
	width: 100%;
}

#Wrap.toppage ol.bana li{
	float: none;
	width: 100%;
	padding-right:0px;
	margin-bottom:20px;
}


#Wrap.toppage ul{width:100%;}
ul.news li{font-size:90%;line-height:1.4;margin-right:0;}
ul.topbana{width: 100%;box-sizing: border-box;}
ul.topbana li,ul.topbana li.last{float: none;width: 300px;margin: 15px auto;}
.top_clmR{width: 100%;}
.top_clmR ul.bana li{text-align: center;padding:5px 0;background-color:#fafafa;}
.top_clmL{width: 100%;}
.infoblock{ padding:8px;}
ul#newslist li{font-size:0.8em;letter-spacing:normal;}
ul#newslist li img{width:40px;}
ul#newslist li a{font-size:1.4em;letter-spacing:normal;}

p.allview{display:none;}


#article{width:100%;}
#article h1,#article h3{margin-left:0px;}
#article p{
	padding:0 0px;
}
#article p.catego{width:100%;box-sizing: border-box;}
div.imgboxL{width:100%;float:none;}
div.imgboxL img{box-sizing: border-box;width:100%;height:auto;}

div.imgboxS,div.imgboxS last{width:100%;float:none;text-align:center;}
div.imgboxS img,div.imgboxS last img{box-sizing: border-box;width:100%; height:auto;}











.clm_L{float:none; width: auto;margin-right: 0px;}
.clm_R{
	float: none;
	width: 100%;
	margin-right: 0px;
}


h3.ttl {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.5em;
	font-weight: bold;
	letter-spacing: normal;
}



#Nav {
 display:none;
}
.slicknav_menu {
 display:block;
}
#canvas-holder{
				width:50%;
}
.slnk{
	background-image: url(images/arow_r.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px !important;
	text-align: left;
	margin-bottom: 10px;
	min-height: 20px;
	padding-top: 2px;
}

#CV {
	height: 20vh;
}
/* Tag */
table {
	width: 90%;
}
p.sign {
	text-align: right;
	font-size: 1.4em !important;
}
dl {
	font-size: 100%;
}
dl#outline dt,
dl#staff dt{
	width: 100%;
	float: none;
	font-weight: bold;
}
dl#outline dd,
dl#staff dd{
	float: none;
	width: 100%;
	word-wrap: break-word;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #88B0B2;
	padding-left: 0px;
	margin-left: 0px;
}

}

@media screen and (max-width: 480px) {
.clm_L,.clm_L6,.clm_R,.clm_R4{float:none;width:100%;}
#mapwrap:before,
#mapwrap2:before {
    padding-top: 99%;
}
#MV:before {
	content: "";
	display: block;
	padding-top: 80vh; /* 高さを幅の75%に固定 */
}
ul.naver{widht:100%;}
ul.naver li{
	width: 100%;
	float: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wd400{
	width: 100%;
}
.req{
	border-left: 5px solid #CC3333;
	padding-left: 5px;
	padding-right: 10px;
}
.addr{
	border-left: 5px solid #F0F0F0;
	padding-left: 5px;
	padding-right: 10px;
}
#Wrap.landing {
	line-height: 1;
	background-color: #000;
	padding-bottom: 60px;
	padding-left: 0px;
	padding-right: 0px;
}
#Header h1 img {
	width: auto;
	margin: 0 auto;
	height: 40px;
	display: block;
	padding-top: 0px;
}
#Wrap h1 {
	font-size: 8vw;
	margin: 0.5em 0;
}
#Wrap p.read {
	font-size: 0.9em;
}
ul.clm_three li {
	width: 100%;
	margin-bottom: 1em;
	background-color: aqua;
	display: block;
}

p.sign {
	text-align: right;
	font-size: 1.2em !important;
}
p.signhead {
	font-size: 0.8em !important;
}
.signimg {
	width: 120px;
}
.flowstep {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 120% !important;
	background-color: #00A0D4;
	margin-bottom: 0.3em;
}
.prdttl{

	font-size: 20px !important;
}

}
