/* CSS Document */

* {
/*margin: 0px;*/
/*padding: 0px;*/
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
html {
height: 100%;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
/*body {
color: #555;
font-size: 12px;
font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
height: 100%;
width: 100%;
letter-spacing: 0.05em;
font-feature-settings: "palt" 1;
font-kerning: auto;
-webkit-text-size-adjust: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}*/

/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; overflow: hidden; }

/*img {
width:100%;
height: auto;
vertical-align:bottom;
}*/

.iframe-content {
position: relative;
width: 100%;
}
.iframe-content iframe {
width: 100%;
height: 100%;
}

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

a { color: rgba(17,116,179,1.00); }
a:hover { color:rgba(15,22,67,1.00); }


/*--------------------------------------------------------------------
General settings
--------------------------------------------------------------------*/ 

/* Font 
--------------------------------------------------------------------*/

.fs_min { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important; }
.fs_en { font-family: 'Lato', sans-serif; }


/* Color settings 
--------------------------------------------------------------------*/

/*body { background-color:rgba(0,26,113,1.00); }*/
#wrapper { background-color: #fff; }

#msp h2.h2toptxt { color:rgba(0,26,113,1.00); }
#msp h3.h3nom1 { color:rgba(0,26,113,1.00); }
#msp h3.h3nom2 { color:rgba(0,26,113,1.00); }
#msp h4.h4nom1 { color:rgba(0,26,113,1.00); border-bottom:1px solid #0095d9; }
#msp h4.h4nom2 { color:#0095d9; }
#msp h5.h5nom1 { background-color: rgba(0,26,113,1.00); color:#fff; }

form input#submit {
background-color: rgba(0,26,113,1.00);
color:#fff;
}

a.txtbn {
background-color: rgba(0,26,113,1.00);
color:#fff;
}
a.txtbn:hover {
background-color: #222;
color:#fff;
}
p.listtxtbn {
border: 1px solid #d5d5d5!important;
color:#666!important;
}


/* BG Color Styles
--------------------------------------------------------------------*/
.bgcl_fff { background-color:#fff; }
.bgcl_f5 { background-color:#f5f5f5;	}
.bgcl_f0 {	background-color:#f0f0f0;	}

.bgcl_000 {	background-color:#000; }
.bgcl_111 {	background-color:#111; }
.bgcl_222 {	background-color:#222; }
.bgcl_333 {	background-color:#333; }
.bgcl_444 {	background-color:#444; }
.bgcl_555 {	background-color:#555; }
.bgcl_666 {	background-color:#666; }
.bgcl_777 {	background-color:#777; }
.bgcl_888 {	background-color:#888; }

/* Font Color Styles
--------------------------------------------------------------------*/
.fcl_fff {	color:#fff; }
.fcl_f5 {	color:#f5f5f5; }
.fcl_f0 {	color:#f0f0f0; }

.fcl_000 {	color:#000; }
.fcl_111 {	color:#111; }
.fcl_222 {	color:#222; }
.fcl_333 {	color:#333; }
.fcl_444 {	color:#444; }
.fcl_555 {	color:#555; }
.fcl_666 {	color:#666; }
.fcl_777 {	color:#777; }
.fcl_888 {	color:#888; }



/*--------------------------------------------------------------------
/* Border Bottom Style
--------------------------------------------------------------------*/

.border-b{
	border-bottom: 1px solid #666; padding-bottom: 30px;
}










/*.img-wrap{

padding-top:75%;
position: relative;
}
.img-inner{
	
align-items: center;
bottom: 0;
display: flex;
justify-content: center;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;	
	
}*/





/*--------------------------------------------------------------------
Style for PC
--------------------------------------------------------------------*/

@media screen and (min-width: 1024px) {
img {
-ms-interpolation-mode: bicubic;
}
.pc {
display:block;
}
.phone {
display:none;
}

/* Padding all styles
--------------------------------------------------------------------*/
.p5 { padding:5px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }
.p25 { padding:25px; }
.p30 { padding:30px; }
.p35 { padding:35px; }
.p40 { padding:40px; }

/* Padding bottom styles
--------------------------------------------------------------------*/
.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb25 { padding-bottom:25px; }
.pb30 { padding-bottom:30px; }
.pb35 { padding-bottom:35px; }
.pb40 { padding-bottom:40px; }
.pb45 { padding-bottom:45px; }
.pb50 { padding-bottom:50px; }
.pb55 { padding-bottom:55px; }
.pb60 { padding-bottom:60px; }

/* Margin  bottom styles
--------------------------------------------------------------------*/
.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb45 { margin-bottom:45px!important; }
.mb50 { margin-bottom:50px!important; }
.mb55 { margin-bottom:55px!important; }
.mb60 { margin-bottom:60px!important; }

/* Center box
--------------------------------------------------------------------*/
.wd20 { width:20%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd30 { width:30%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd40 { width:40%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd50 { width:50%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd60 { width:60%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd70 { width:70%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd80 { width:80%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd90 { width:90%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd100 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }

/*Column
--------------------------------------------------------------------*/
.col2 {
width:49%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col3 {
width:29.3333333333%;
height:auto; display:block; float:left;
margin:0 2%;
}
.col4 {
width:24%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col5 {
width:19%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col6 {
width:15.6666667%;
height:auto; display:block; float:left;
margin:0.5%;
}

/* Box left
--------------------------------------------------------------------*/
.box15mleft { width:14%; height:auto; display:block; float:left; }
.box20mleft { width:18%; height:auto; display:block; float:left; }
.box30mleft { width:28%; height:auto; display:block; float:left; }
.box40mleft { width:38%; height:auto; display:block; float:left; }
.box50mleft { width:48%; height:auto; display:block; float:left; }
.box60mleft { width:58%; height:auto; display:block; float:left; }
.box70mleft { width:68%; height:auto; display:block; float:left; }
.box80mleft { width:78%; height:auto; display:block; float:left; }


/* Box right
--------------------------------------------------------------------*/
.box20mright { width:18%; height:auto; display:block; float:right; }
.box30mright { width:28%; height:auto; display:block; float:right; }
.box40mright { width:38%; height:auto; display:block; float:right; }
.box50mright { width:48%; height:auto; display:block; float:right; }
.box60mright { width:58%; height:auto; display:block; float:right; }
.box70mright { width:68%; height:auto; display:block; float:right; }
.box80mright { width:78%; height:auto; display:block; float:right; }
.box85mright { width:84%; height:auto; display:block; float:right; }


/* Flexbox
--------------------------------------------------------------------*/
.flbox {
width:100%;
height: auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.flbox .flb2 {
width:48.92%;
height: auto;
display: block;
margin: 0.5%;
}
.flbox .flb3 {
width:31.2033333333333333333%;
height: auto;
display: block;
margin: 0.5%;
}
.flbox .flb4 {
width:20.8%;
height: auto;
display: block;
margin: 2% 2% 30px;
}


/* Contents Styles
--------------------------------------------------------------------*/

#msp {
width: 100%;
height: auto;
display: block;
}

.mmbody {
width: 100%;
max-width: 1400px;
height: auto;
margin: 0 auto;
padding: 60px 5%;
}


/* Align
--------------------------------------------------------------------*/
.tac { text-align: center; }
.tar { text-align: right; }


/* Font Styles
--------------------------------------------------------------------*/
#msp p {
font-size: 12px;
line-height: 2em;
margin-bottom: 3em;
}
#msp p.pnom {
margin-bottom: 0!important;
}
#msp p.pnom05 {
margin-bottom: 0.5em!important;
}
#msp p.pnom1 {
margin-bottom: 1em!important;
}
#msp h2.h2toptxt {
font-size: 36px;
font-weight: 700;
line-height: 1.25em;
letter-spacing: -1px!important;
margin-bottom: 15px;
}
#msp h3.h3nom1 {
font-size: 22px;
font-weight: 200;
margin-bottom: 15px;
letter-spacing: -0.5px;
}
#msp h3.h3nom2 {
font-size: 26px;
font-weight: 200;
line-height: 1.25em;
margin-bottom: 8px;
letter-spacing: -0.5px;
}
#msp h4.h4nom1 {
font-size: 14px;
font-weight: 700;
padding-bottom: 8px;
margin-bottom: 10px;
letter-spacing: -0.5px;
}
#msp h4.h4nom2 {
font-size: 0.7em;
font-weight: 400;
line-height: 1.25em;
margin-bottom: 25px;
letter-spacing: -0.5px;
}
#msp h5.h5nom1 {
font-size: 14px;
font-weight: 700;
padding:5px;
letter-spacing: -0.5px;
margin-bottom: 5px;
}


/* text bottom
--------------------------------------------------------------------*/
a.txtbn {
width: 60%;
height: 50px;
display: block;
font-size: 14px;
font-weight: 400;
line-height: 50px;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
}

p.listtxtbn {
width: 60%;
height: 24px;
display: block;
font-size: 0.8em!important;
font-weight: 400;
letter-spacing: 0px;
line-height: 22px!important;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px!important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
}


/* List Styles
--------------------------------------------------------------------*/
#msp ul.ulnom {
margin: 0 0 3em 1em;
}
#msp ul.ulnom li {
font-size: 12px;
line-height: 1.6em;
margin: 0 0 0.5em 1em;
list-style-image: url(../img/lidot.png);
}

#msp ul.ulnom0 {
margin: 0 0 0em 1em;
}
#msp ul.ulnom0 li {
font-size: 12px;
line-height: 1.6em;
margin: 0 0 0.5em 1em;
list-style-image: url(../img/lidot.png);
}

#msp ol.olnom {
margin:0 0 3em 1em;
}
#msp ol.olnom li {
margin:0 0 0.5em 1em;
font-size:12px;
line-height:1.5em;
list-style:decimal;
}

#msp ol.olnom0 {
margin:0 0 0em 1em;
}
#msp ol.olnom0 li {
margin:0 0 0.5em 1em;
font-size:12px;
line-height:1.5em;
list-style:decimal;
}


/* table Styles
--------------------------------------------------------------------*/
table.ts01 {
width: 100%;
margin-left: auto;
margin-right: auto;
}

table.ts01 tr th {
font-size: 12px;
line-height: 1.5em;
font-weight: 700;
text-align: left;
padding:15px 10px;
width: 23%;
border-bottom: 1px solid rgba(0,26,113,1.00);
}

table.ts01 tr td {
font-size: 12px;
line-height: 1.5em;
text-align: left;
vertical-align: top;
padding:15px 10px;
width: auto;
border-bottom: 1px dotted #d5d5d5;
}

.tablescn {
}

table.ts_v {
width: 100%;
height: auto;
border-collapse: collapse;
table-layout: fixed;
}
table.ts_v th {
width:auto;
height:auto;
border:1px solid #e0e0e0;
padding:10px;
text-align:left;
font-size:12px;
line-height:1.4em;
font-weight:normal;
color:#fff;
background-color:#001A71;
}
table.ts_v td {
width:auto;
height:auto;
border:1px solid #e0e0e0;
padding:10px;
font-size:12px;
line-height:1.4em;
background-color: #fff;
}


/* Form
-----------------------------------------------------------*/

.formbox250 {
background-color: #f3f3f3;
padding: 5px;
width: 40%;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999;
border-right-color: #fafafa;
border-bottom-color: #fafafa;
border-left-color: #999;
}

.formbox150 {
background-color: #f3f3f3;
padding: 5px;
width: 30%;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999;
border-right-color: #fafafa;
border-bottom-color: #fafafa;
border-left-color: #999;
}

.formbox100 {
background-color: #f3f3f3;
padding: 5px;
width: 15%;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999;
border-right-color: #fafafa;
border-bottom-color: #fafafa;
border-left-color: #999;
}

.formbox750 {
background-color: #f3f3f3;
padding: 5px;
width: 100%;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999;
border-right-color: #fafafa;
border-bottom-color: #fafafa;
border-left-color: #999;
}

form input#submit {
font-size: 14px;
line-height: 50px;
font-weight: 700;
height: 50px;
width: 40%;
margin-right: auto;
margin-left: auto;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}

/* Google Maps
-----------------------------------------------------------*/
#map_canvas_01 {
width: 100%;
height: 500px;
display: block;
}
#map_canvas_01 iframe {
width: 100%;
height: 500px;
display: block;
}


/* Carousel
-----------------------------------------------------------*/
.imageslider {
width:100%;
height:auto;
display:block;
}
/* Container DIV */
.imageslider .simply-scroll { 
width: 100%;
height: 300px;
}
/* Clip DIV */
.imageslider .simply-scroll .simply-scroll-clip {
width: 100%;
height: 300px;
}
/* Explicitly set height/width of each list item */	
.imageslider .simply-scroll .simply-scroll-list li { float: left; /* Horizontal scroll only */ width: 480px!important; height: 300px; 
}
.imageslider .simply-scroll .simply-scroll-list li img {
width:100%;
height:auto;
display:block;
}

}

/*--------------------------------------------------------------------
Style for PC/Tablet
--------------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1024px) {
img {
-ms-interpolation-mode: bicubic;
}
.pc {
display:block;
}
.phone {
display:none;
}

/* Padding all styles
--------------------------------------------------------------------*/
.p5 { padding:5px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }
.p25 { padding:25px; }
.p30 { padding:30px; }
.p35 { padding:35px; }
.p40 { padding:40px; }

/* Padding bottom styles
--------------------------------------------------------------------*/
.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb25 { padding-bottom:25px; }
.pb30 { padding-bottom:30px; }
.pb35 { padding-bottom:35px; }
.pb40 { padding-bottom:40px; }
.pb45 { padding-bottom:45px; }
.pb50 { padding-bottom:50px; }
.pb55 { padding-bottom:55px; }
.pb60 { padding-bottom:60px; }

/* Margin  bottom styles
--------------------------------------------------------------------*/
.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb45 { margin-bottom:45px!important; }
.mb50 { margin-bottom:50px!important; }
.mb55 { margin-bottom:55px!important; }
.mb60 { margin-bottom:60px!important; }

/* Center box
--------------------------------------------------------------------*/
.wd20 { width:20%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd30 { width:30%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd40 { width:40%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd50 { width:50%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd60 { width:60%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd70 { width:70%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd80 { width:80%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd90 { width:90%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd100 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }

/*Column
--------------------------------------------------------------------*/
.col2 {
width:49%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col3 {
width:29.3333333333%;
height:auto; display:block; float:left;
margin:0 2%;
}
.col4 {
width:24%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col5 {
width:19%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col6 {
width:15.6666667%;
height:auto; display:block; float:left;
margin:0.5%;
}

/* Box left
--------------------------------------------------------------------*/
.box15mleft { width:100%; height:auto; display:block; }
.box20mleft { width:18%; height:auto; display:block; float:left; }
.box30mleft { width:28%; height:auto; display:block; float:left; }
.box40mleft { width:38%; height:auto; display:block; float:left; }
.box50mleft { width:48%; height:auto; display:block; float:left; }
.box60mleft { width:58%; height:auto; display:block; float:left; }
.box70mleft { width:68%; height:auto; display:block; float:left; }
.box80mleft { width:78%; height:auto; display:block; float:left; }


/* Box right
--------------------------------------------------------------------*/
.box20mright { width:18%; height:auto; display:block; float:right; }
.box30mright { width:28%; height:auto; display:block; float:right; }
.box40mright { width:38%; height:auto; display:block; float:right; }
.box50mright { width:48%; height:auto; display:block; float:right; }
.box60mright { width:58%; height:auto; display:block; float:right; }
.box70mright { width:68%; height:auto; display:block; float:right; }
.box80mright { width:78%; height:auto; display:block; float:right; }
.box85mright { width:100%; height:auto; display:block; }


/* Flexbox
--------------------------------------------------------------------*/
.flbox {
width:100%;
height: auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.flbox .flb2 {
width:48.92%;
height: auto;
display: block;
margin: 0.5%;
}
.flbox .flb3 {
width:31.2033333333333333333%;
height: auto;
display: block;
margin: 0.5%;
}
.flbox .flb4 {
width:23.92%;
height: auto;
display: block;
margin: 0.5%;
}


/* Contents Styles
--------------------------------------------------------------------*/

#msp {
width: 100%;
height: auto;
}

.mmbody {
width: 100%;
max-width: 1400px;
height: auto;
margin: 0 auto;
padding: 50px 4%;
}


/* Align
--------------------------------------------------------------------*/
.tac { text-align: center; }
.tar { text-align: right; }


/* Font Styles
--------------------------------------------------------------------*/
#msp p {
font-size: 12px;
line-height: 2em;
margin-bottom: 3em;
}
#msp p.pnom {
margin-bottom: 0!important;
}
#msp p.pnom05 {
margin-bottom: 0.5em!important;
}
#msp p.pnom1 {
margin-bottom: 1em!important;
}
#msp h2.h2toptxt {
font-size: 34px;
font-weight: 200;
line-height: 1.25em;
margin-bottom: 20px;
}
#msp h3.h3nom1 {
font-size: 20px;
font-weight: 700;
margin-bottom: 15px;
}
#msp h3.h3nom2 {
font-size: 22px;
font-weight: 700;
margin-bottom: 13px;
}
#msp h4.h4nom1 {
font-size: 16px;
font-weight: 700;
padding-bottom: 5px;
margin-bottom: 15px;
}
#msp h4.h4nom2 {
font-size: 0.8em;
font-weight: 400;
margin-bottom: 15px;
}
#msp h5.h5nom1 {
font-size: 14px;
font-weight: 700;
padding:5px;
margin-bottom: 15px;
}


/* text bottom
--------------------------------------------------------------------*/
a.txtbn {
width: 90%;
height: 40px;
display: block;
font-size: 14px;
font-weight: 400;
line-height: 40px;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
}
p.listtxtbn {
width: 70%;
height: 24px;
display: block;
font-size: 0.8em!important;
font-weight: 400;
letter-spacing: 0px;
line-height: 22px!important;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px!important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
}


/* List Styles
--------------------------------------------------------------------*/
#msp ul.ulnom {
margin: 0 0 3em 1em;
}
#msp ul.ulnom li {
font-size: 12px;
line-height: 1.6em;
margin: 0 0 0.5em 1em;
list-style-image: url(../img/lidot.png);
}

#msp ul.ulnom0 {
margin: 0 0 0em 1em;
}
#msp ul.ulnom0 li {
font-size: 12px;
line-height: 1.6em;
margin: 0 0 0.5em 1em;
list-style-image: url(../img/lidot.png);
}

#msp ol.olnom {
margin:0 0 3em 1em;
}
#msp ol.olnom li {
margin:0 0 0.5em 1em;
font-size:12px;
line-height:1.5em;
list-style:decimal;
}

#msp ol.olnom0 {
margin:0 0 0em 1em;
}
#msp ol.olnom0 li {
margin:0 0 0.5em 1em;
font-size:12px;
line-height:1.5em;
list-style:decimal;
}


/* table Styles
--------------------------------------------------------------------*/
table.ts01 {
width: 100%;
margin-left: auto;
margin-right: auto;
}

table.ts01 tr th {
font-size: 12px;
line-height: 1.5em;
font-weight: 700;
text-align: left;
padding:15px 10px;
width: 22%;
border-bottom: 1px solid rgba(0,26,113,1.00);
}

table.ts01 tr td {
font-size: 12px;
line-height: 1.5em;
text-align: left;
vertical-align: top;
padding:15px 10px;
width: auto;
border-bottom:1px dotted #d5d5d5;
}

.tablescn {
}

table.ts_v {
width: 100%;
height: auto;
border-collapse: collapse;
table-layout: fixed;
}
table.ts_v th {
width:auto;
height:auto;
border:1px solid #e0e0e0;
padding:10px;
text-align:center;
font-size:12px;
line-height:1.4em;
font-weight:normal;
background-color:#f0f0f0;
}
table.ts_v td {
width:auto;
height:auto;
border:1px solid #e0e0e0;
padding:10px;
font-size:12px;
line-height:1.4em;
background-color: #fff;
}


/* Form
-----------------------------------------------------------*/

.formbox250 {
background-color: #f3f3f3;
padding: 5px;
width: 40%;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999;
border-right-color: #fafafa;
border-bottom-color: #fafafa;
border-left-color: #999;
}

.formbox150 {
background-color: #f3f3f3;
padding: 5px;
width: 30%;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999;
border-right-color: #fafafa;
border-bottom-color: #fafafa;
border-left-color: #999;
}

.formbox100 {
background-color: #f3f3f3;
padding: 5px;
width: 15%;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999;
border-right-color: #fafafa;
border-bottom-color: #fafafa;
border-left-color: #999;
}

.formbox750 {
background-color: #f3f3f3;
padding: 5px;
width: 100%;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999;
border-right-color: #fafafa;
border-bottom-color: #fafafa;
border-left-color: #999;
}

form input#submit {
font-size: 14px;
line-height: 50px;
font-weight: 700;
height: 50px;
width: 40%;
margin-right: auto;
margin-left: auto;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}

/* Google Maps
-----------------------------------------------------------*/
#map_canvas_01 {
width: 100%;
height: 500px;
display: block;
}


/* Carousel
-----------------------------------------------------------*/
.imageslider {
width:100%;
height:auto;
display:block;
}
/* Container DIV */
.imageslider .simply-scroll { 
width: 100%;
height: 300px;
}
/* Clip DIV */
.imageslider .simply-scroll .simply-scroll-clip {
width: 100%;
height: 300px;
}
/* Explicitly set height/width of each list item */	
.imageslider .simply-scroll .simply-scroll-list li { float: left; /* Horizontal scroll only */ width: 480px!important; height: 300px; 
}
.imageslider .simply-scroll .simply-scroll-list li img {
width:100%;
height:auto;
display:block;
}

}


/*--------------------------------------------------------------------
Style for iPad and Smartphones
--------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
#wrapper {
width:100%;
font-size:14px;
line-height:150%;
min-width:320px;
}
img,object,embed {
/*max-width:100%;
height:auto;*/
}
img {
-ms-interpolation-mode: bicubic;
}
.pc {
display:none;
}
.phone {
display:block;
}


/* Padding all styles
--------------------------------------------------------------------*/
.p5 { padding:5px; }
.p10 { padding:5px; }
.p15 { padding:10px; }
.p20 { padding:16px; }
.p25 { padding:20px; }
.p30 { padding:25px; }
.p35 { padding:30px; }
.p40 { padding:30px; }

/* Padding bottom styles
--------------------------------------------------------------------*/
.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb25 { padding-bottom:25px; }
.pb30 { padding-bottom:30px; }
.pb35 { padding-bottom:35px; }
.pb40 { padding-bottom:40px; }
.pb45 { padding-bottom:45px; }
.pb50 { padding-bottom:50px; }
.pb55 { padding-bottom:55px; }
.pb60 { padding-bottom:60px; }

/* Margin  bottom styles
--------------------------------------------------------------------*/
.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb45 { margin-bottom:45px!important; }
.mb50 { margin-bottom:50px!important; }
.mb55 { margin-bottom:55px!important; }
.mb60 { margin-bottom:60px!important; }

/* Center box
--------------------------------------------------------------------*/
.wd20 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd30 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd40 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd50 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd60 { width:60%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd70 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd80 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd90 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }
.wd100 { width:100%; height:auto; display:block; margin-left:auto; margin-right:auto; }

/*Column
--------------------------------------------------------------------*/
.col2 {
width:100%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col3 {
width:100%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col4 {
width:100%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col5 {
width:100%;
height:auto; display:block; float:left;
margin:0.5%;
}
.col6 {
width:100%;
height:auto; display:block; float:left;
margin:0.5%;
}


/* Flexbox
--------------------------------------------------------------------*/
.flbox {
width:100%;
height: auto;
display: block;
}
.flbox .flb2 {
width:100%;
height: auto;
display: block;
}
.flbox .flb3 {
width:100%;
height: auto;
display: block;
}
.flbox .flb4 {
width:100%;
height: auto;
display: block;
margin-bottom: 30px;
}


/* Box left
--------------------------------------------------------------------*/
.box15mleft { width:100%; height:auto; display:block; }
.box20mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box30mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box40mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box50mleft { width:100%; height:auto; display:block; margin-bottom: 10px; }
.box60mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box70mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box80mleft { width:100%; height:auto; display:block; margin-bottom: 20px; }


/* Box right
--------------------------------------------------------------------*/
.box20mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box30mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box40mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box50mright { width:100%; height:auto; display:block; margin-bottom: 10px; }
.box60mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box70mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box80mright { width:100%; height:auto; display:block; margin-bottom: 20px; }
.box85mright { width:100%; height:auto; display:block; }


/* Contents Styles
--------------------------------------------------------------------*/

#msp {
width: 100%;
height: auto;
}

.mmbody {
width: 100%;
height: auto;
margin: 0 auto;
padding: 50px 5%;
}


/* Align
--------------------------------------------------------------------*/
.tac { text-align: center; }
.tar { text-align: right; }



/* Font Styles
--------------------------------------------------------------------*/
#msp p {
font-size: 14px;
line-height: 2em;
margin-bottom: 3em;
}
#msp p.pnom {
margin-bottom: 0!important;
}
#msp p.pnom05 {
margin-bottom: 0.5em!important;
}
#msp p.pnom1 {
margin-bottom: 1em!important;
}
#msp h2.h2toptxt {
font-size: 24px;
font-weight: 200;
line-height: 1.4em;
margin-bottom: 15px;
}
#msp h3.h3nom1 {
font-size: 18px;
font-weight: 700;
margin-bottom: 15px;
}
#msp h4.h4nom1 {
font-size: 14px;
font-weight: 700;
padding-bottom: 5px;
margin-bottom: 0.5em;
border-bottom: 1px solid #ccc;
}
#msp h5.h5nom1 {
font-size: 14px;
font-weight: 700;
padding:5px;
margin-bottom: 15px;
}


/* text bottom
--------------------------------------------------------------------*/
a.txtbn {
width: 100%;
height: 40px;
display: block;
font-size: 14px;
font-weight: 400;
line-height: 40px;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
}
p.listtxtbn {
width: 80%;
height: 24px;
display: block;
font-size: 0.8em!important;
font-weight: 400;
letter-spacing: 0px;
line-height: 22px!important;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px!important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
}


/* List Styles
--------------------------------------------------------------------*/
#msp ul.ulnom {
margin: 0 0 3em 1em;
}
#msp ul.ulnom li {
font-size: 12px;
line-height: 1.6em;
margin: 0 0 0.5em 1em;
list-style-image: url(../img/lidot.png);
}

#msp ul.ulnom0 {
margin: 0 0 0em 1em;
}
#msp ul.ulnom0 li {
font-size: 12px;
line-height: 1.6em;
margin: 0 0 0.5em 1em;
list-style-image: url(../img/lidot.png);
}

#msp ol.olnom {
margin:0 0 3em 1em;
}
#msp ol.olnom li {
margin:0 0 0.5em 1em;
font-size:12px;
line-height:1.5em;
list-style:decimal;
}

#msp ol.olnom0 {
margin:0 0 0em 1em;
}
#msp ol.olnom0 li {
margin:0 0 0.5em 1em;
font-size:12px;
line-height:1.5em;
list-style:decimal;
}


/* table Styles
--------------------------------------------------------------------*/
table.ts01 {
width: 100%;
margin-left: auto;
margin-right: auto;
}

table.ts01 tr th {
width:100%;
height: auto;
display: block;
font-weight: 400;
font-size: 14px;
line-height: 1.4em;
padding:0px 5px 8px 5px;
border-bottom: 1px solid rgba(0,26,113,1.00);
color:#333;
text-align: left;
}

table.ts01 tr td {
width:100%;
height: auto;
display: block;
font-size: 14px;
line-height: 1.4em;
padding:8px 5px 25px 5px;
}

.tablescn {
box-sizing: border-box;
border-right: 1px solid #222;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
}

table.ts_v {
width: 100%;
height: auto;
border-collapse: collapse;
table-layout: fixed;
}
table.ts_v th {
width:auto;
height:auto;
border:1px solid #e0e0e0;
padding:10px;
text-align:left;
font-size:12px;
line-height:1.4em;
font-weight:normal;
background-color:#f0f0f0;
}
table.ts_v td {
width:auto;
height:auto;
border:1px solid #e0e0e0;
padding:10px;
font-size:12px;
line-height:1.4em;
background-color: #fff;
}


/* Form
-----------------------------------------------------------*/

.formbox250 {
background-color: #f3f3f3;
padding: 5px;
width: 100%;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999;
border-right-color: #fafafa;
border-bottom-color: #fafafa;
border-left-color: #999;
}

.formbox150 {
background-color: #f3f3f3;
padding: 5px;
width: 50%;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999;
border-right-color: #fafafa;
border-bottom-color: #fafafa;
border-left-color: #999;
}

.formbox100 {
background-color: #f3f3f3;
padding: 5px;
width: 30%;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999;
border-right-color: #fafafa;
border-bottom-color: #fafafa;
border-left-color: #999;
}

.formbox750 {
background-color: #f3f3f3;
padding: 5px;
width: 100%;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999;
border-right-color: #fafafa;
border-bottom-color: #fafafa;
border-left-color: #999;
}

form input#submit {
font-size: 14px;
line-height: 50px;
font-weight: 700;
height: 50px;
width: 100%;
margin-right: auto;
margin-left: auto;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}

/* Google Maps
-----------------------------------------------------------*/
#map_canvas_01 {
width: 100%;
height: 500px;
display: block;
}

/* Carousel
-----------------------------------------------------------*/

/* Image slide */
.imageslider {
width:100%;
height:auto;
display:block;
}
/* Container DIV */
.imageslider .simply-scroll { 
width: 100%;
height: 200px;
}
/* Clip DIV */
.imageslider .simply-scroll .simply-scroll-clip {
width: 100%;
height: 200px;
}
/* Explicitly set height/width of each list item */	
.imageslider .simply-scroll .simply-scroll-list li { float: left; /* Horizontal scroll only */ width: 340px; height: 200px; 
}
.imageslider .simply-scroll .simply-scroll-list li img {
width:100%;
height:auto;
display:block;
}


}