@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/* common
------------------------------------------------------------------*/

body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color:#333;
	font-size: 14px;
    min-width: 320px;
}
a {
	color: #333;
	transition: 0.3s;
	text-decoration: none;
}
a:hover {
	color: #1c6e5d;
	text-decoration: underline;
}
.ghost {
	display: none;
}
ul,ol {
	list-style: none;	
}
.txta-L {
	text-align: left;
}
.txta-R {
	text-align: right;
}
.txta-C {
	text-align: center;
}
.fl-R {
    float: right;
}
.fl-L {
    float: left;
}

.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt70 {
	margin-top: 70px;
}
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:30px;
}
.mr40 {
	margin-right:40px;
}
.mr50 {
	margin-right:50px;
}
.ml10 {
	margin-left:10px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.ml40 {
	margin-left:40px;
}
.ml50 {
	margin-left:50px;
}
.mb20 {
	margin-bottom:20px;
}
.memo {
	font-size: 11px;
}
.caution {
	color: #ff0000;
	line-height: 1.6em;
	font-size: 12px;
}
.alert {
	color: #ff0000;
}
#contents .cap {
	line-height: 1.6em;
	font-size: 12px;
	text-align: justify;
}
.sp-show,.sp,.spi,.spf{
    display: none !important;
}
.pc{
	display: block!important;
}
.pci{
	display: inline!important;
}
.pcf{
	display: flex!important;
}
h2 img{
	display: none;
}
@media only screen and (max-width: 768px){
    .sp-show{
        display:inherit !important;
    }
    .pc-show{
        display:none !important;
    }
    .fl-R, .fl-L {
        float: none;
    }
    .mt10, .mt20, .mt30, .mt35, .mt40, .mt50, .mt70 {
        margin-top: 0;
    }
	.sp{
		display: block!important;
	}
	.spi{
		display: inline!important;
	}
	.spf{
		display: flex!important;
	}
	.pc,.pci,.pcf{
		display: none!important;
	}
	h2 img{
		display: block;
		width: 100%;
	}
}

/* title */
.titTypeA {
	background: url(../img/common/titA_bg.gif) bottom left no-repeat;
	text-align: left;
	color: #1c6e5d;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 15px;
}
.titTypeB {
	text-align: left;
	color: #1c6e5d;
	font-size: 15px;
	font-weight: normal;
}
.titTypeC {
	text-align: left;
	color: #1c6e5d;
	font-size: 15px;
	font-weight: normal;
	padding-left: 30px;
	margin-bottom: 20px;
	background: url(../img/common/ico02.gif) left center no-repeat;
	letter-spacing: 0.2em;
	background-size: 14px 14px;
}


/* table */

.tableTypeA {
	border-right: solid 1px #ccc;
	width: 100%;
    margin: 10px 0 20px 0;
}
.tableTypeA th , .tableTypeA td {
	border-bottom: solid 1px #ccc;
	font-size: 13px;
	text-align: left;
	padding: 12px 20px 10px;
	line-height: 1.4em;
}
.tableTypeA tr.top th , .tableTypeA tr.top td {
	border-top: solid 1px #ccc;
}
.tableTypeA th {
	border-left: solid 1px #ccc;
	background: #f2f2f2;
	font-weight: normal;
	vertical-align: middle;
        width: 130px;
}
a.greenBtn {
	background: rgba(28,110,93,1);
	padding: 10px;
	text-align: center;
	color: #fff;
	display: block;
	font-size: 13px;
}
a.greenBtn:hover {
	background: rgba(28,110,93,0.7);
	text-decoration: none;
}
.pdfLink {
	background: url(../img/common/ico_pdfLink.gif) left center no-repeat;
	padding-left: 50px;
}

/* -------------------------------------------------
header
------------------------------------------------- */
#header {}
#header>.inner {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
#header h1 {
    position: absolute;
    left: 0;
    top: 31px;
    width: 236px;
    height: 44px;
}
#header h1 img{
	display: block;
	width: 100%;
}
/* lang */

#header .noDisp {
	display : none;
}

#lang {
	position: absolute;
	right: 0;
	top: 15px;
}
#lang a {
	-webkit-transition: all 0.3s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
	   -moz-transition: all 0.3s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
	    -ms-transition: all 0.3s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
	     -o-transition: all 0.3s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
	        transition: all 0.3s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
}
#lang a:hover {
	opacity: 0.7;
}

/* gNav */

#gNav {
	position: absolute;
	right: 0;
	line-height: 100%;
	font-style: 14px;
	top: 52px;
}
#gNav li {
	float: left;
	margin-right: 40px;
}
#gNav li:last-child {
	margin-right: 0;
}
#gNav li.btn06 {
}
#gNav li.on {
	font-size: 0;
	height: 23px;
	border-bottom: solid 2px #1c6e5d;
}
#gNav li a {
	display: block;
	height: 23px;
	font-size: 0;
}
#gNav li a:hover {
	border-bottom: solid 2px #ff7538;
}
#gNav li.btn01 {
	width: 85px;
	background: url(../img/common/gNav01.gif) top center no-repeat;
}
#gNav li.btn01 a {
	font-size: 0;
	background: url(../img/common/gNav01.gif) bottom center no-repeat;
}
#gNav li.btn01 a:hover {
	background-position: top center;
}
#gNav li.btn02 {
	width: 59px;
	background: url(../img/common/gNav02.gif) top center no-repeat;
}
#gNav li.btn02 a {
	background: url(../img/common/gNav02.gif) bottom center no-repeat;
}
#gNav li.btn02 a:hover {
	background-position: top center;
}
#gNav li.btn03 {
	width: 117px;
	background: url(../img/common/gNav03.gif) top center no-repeat;
}
#gNav li.btn03 a {
	background: url(../img/common/gNav03.gif) bottom center no-repeat;
}
#gNav li.btn03 a:hover {
	background-position: top center;
}
#gNav li.btn04 {
	width: 45px;
	background: url(../img/common/gNav04.gif) top center no-repeat;
}
#gNav li.btn04 a {
	background: url(../img/common/gNav04.gif) bottom center no-repeat;
}
#gNav li.btn04 a:hover {
	background-position: top center;
}
#gNav li.btn05 {
	width: 28px;
	background: url(../img/common/gNav05.gif) top center no-repeat;
}
#gNav li.btn05 a {
	background: url(../img/common/gNav05.gif) bottom center no-repeat;
}
#gNav li.btn05 a:hover {
	background-position: top center;
}
#gNav li.btn06 {
	width: 60px;
	background: url(../img/common/gNav06.gif) top center no-repeat;
}
#gNav li.btn06 a {
	background: url(../img/common/gNav06.gif) bottom center no-repeat;
}
#gNav li.btn06 a:hover {
	background-position: top center;
}

/* subNav */

#subNav {
	padding: 30px 0;
	background: url(../img/common/subNav_bg.gif) bottom center repeat-x;
}
#subNav ul {
	text-align: center;
	font-size: 14px;
	position: relative;
	letter-spacing: 0.1em;
}
#subNav li {
	display:inline-block;
	padding: 0 10px;
}
#subNav li a {
	color: #333;
	background: rgba(28,110,93,0);
	padding: 10px 10px;
	background: url(../img/common/subNavArrow.gif) center -100px no-repeat;
	-webkit-transition: all 0.7s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
	   -moz-transition: all 0.7s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
	    -ms-transition: all 0.7s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
	     -o-transition: all 0.7s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
	        transition: all 0.7s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
}
#subNav li a:hover {
	background: url(../img/common/subNavArrow.gif) top center no-repeat;
	text-decoration: none;
	padding: 15px 10px 0;
	color: #ff7538;
}
#subNav li.on span {
	color: #ff7538;
	background: url(../img/common/subNav_on.gif) bottom center no-repeat;
	padding: 0 10px 30px;
    background-size: 50px;
}

.sp-show-menu,
.sp-show-lang,
.sp-menu,
.sp-contact{
    display: none;
}


@media only screen and (max-width: 768px){
    #wrap{
        padding-top:54px;
    }
        body.fixed{
            overflow: hidden;
        }
        #header {
            min-width: 320px;
            width: 100%;
            box-sizing: border-box;
            position: absolute;
            z-index: 9999;
            top:0;
            left: 0;
        }
        #header>.inner {
            width: auto;
            height: auto;
            position: relative;
            padding: 12px 5% 10px;
        }
        #header h1 {
            position: relative;
            left: 0;
            top: 0;
            line-height: 1;
        }
        #header h1 img{
            height: 30px;
            width: auto;
        }
        /* lang */

        #lang {
            display: none;
        }
        #lang a {
            -webkit-transition: all 0.3s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
               -moz-transition: all 0.3s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
                -ms-transition: all 0.3s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
                 -o-transition: all 0.3s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
                    transition: all 0.3s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
        }
        #lang a:hover {
            opacity: 0.7;
        }

        /* gNav */
        #gNav {
            position: absolute;
            right: auto;
            left: 0;
            top: 52px;
            z-index: 9999;
            background: rgba(255,255,255,.95);
            width: 100%;
            box-sizing: border-box;
            padding: 0;
            box-shadow: 0 5px 10px rgba(0,0,0,.1);
            display: none;
            z-index: 9999
        }
        body.fixed #header{
                overflow-y: scroll;
                height: 100%;
        }
    
    .sp-menu.opened+#gNav{
            display: block;        
    }
        #gNav li.on {
            height: auto;
            border-bottom: none;
        }
        #gNav li a:hover {
            border-bottom: none;
        }
        #gNav li {
            width: auto !important;
            background:none !important;
            float:none;
            margin-right: 0;
            text-align: center;
            font-size: 16px;
        }
        #gNav li a {
            display: block;
            font-size: 16px !important;
            background: none !important;
            height: auto;
            padding: 18px 5%;
            border-bottom:1px solid #ccc;
        }
        #gNav li a:hover{
            text-decoration: none;
            border-bottom:1px solid #ccc;
        }
        #gNav .sp-show-menu{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 0 5%;
            align-items: center;
            margin: 30px 0;
        }
        #gNav .sp-show-menu li{
            width: 33% !important;
            text-align: center;
            font-size: 13px;
            border-top:none !important;
            box-sizing: border-box;            
        }
        #gNav .sp-show-menu li+li{
            border-left:1px solid #ccc;

        }    
        #gNav .sp-show-menu li a{
            display: inline;
            font-size: 13px !important;
            border: none
        }
        #gNav .sp-contact{
				display: block;
                padding: 0 5%;
        }
        #gNav .sp-contact a{
            padding: 16px 0;
            letter-spacing: .1em;
            background: rgba(28,110,93,1);
            color: #fff;
            display: block;
            text-align: center;
        }
        #gNav .sp-show-lang{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 0;
            align-items: center;
            margin: 30px 0 0;
            background: rgba(28,110,93,1);            
        }
        #gNav .sp-show-lang li{
            width: 50% !important;
            text-align: center;
            border-top:none !important;
            box-sizing: border-box;
        }
    #gNav .sp-show-lang li+li a{
        border-left:1px solid #ccc;
    }    
        #gNav .sp-show-lang li a{
            color: #fff;
            border:none;
            font-size: 13px !important;
            padding: 18px 0;
        }
    
    .sp-menu{
        width: 54px;
        height: 54px;
        position: absolute;
        z-index: 100;
        right: 0;
        top: 0;            
    }
    .sp-menu,  .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .sp-menu {
        position: absolute;
        width: 54px;
        height: 54px;
        right:0;
        top:0;
        z-index: 100;
        cursor: pointer;
        transition: .3s all ease;
    }
    .sp-menu span {
        position: absolute;
        left: 12px;
        width: 30px;
        height: 2px;
        background-color: #1e7f85;
        border-radius: 3px;
        transition: .3s all ease;        
    }
    .sp-menu span:nth-of-type(1) {
        top: 16px;
    }
    .sp-menu span:nth-of-type(2) {
        top: 50%;
        margin-top:-1px;
    }
    .sp-menu span:nth-of-type(3) {
        bottom: 16px;
    }
    .sp-menu.opened span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    .sp-menu.opened span:nth-of-type(2) {
        opacity: 0;
    }
    .sp-menu.opened span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }
    
    
    /* subNav */
        #subNav {
            padding: 30px 0;
            background: url(../img/common/subNav_bg.gif) bottom center repeat-x;
        }
        #subNav ul {
            text-align: center;
            font-size: 14px;
            position: relative;
            letter-spacing: 0.1em;
        }
        #subNav li {
            display:inline-block;
            padding: 0 10px;
        }
        #subNav li a {
            color: #333;
            background: rgba(28,110,93,0);
            padding: 10px 10px;
            -webkit-transition: all 0.7s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
               -moz-transition: all 0.7s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
                -ms-transition: all 0.7s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
                 -o-transition: all 0.7s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
                    transition: all 0.7s ease|linear|ease-in|ease-out|ease-in-out|cubic-bezier(<number>,<number>,<number>,<number>);
        }
        #subNav li a:hover {
            text-decoration: none;
            padding: 15px 10px 0;
            color: #ff7538;
        }
        #subNav li.on span {
            color: #ff7538;
            padding: 0 10px 30px;
        }
}

#pk {
	padding: 20px 0 0;
}
#pk ul {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
}
#pk li {
	display: inline;
}
#pk li a {
	display: inline-block;
	background: url(../img/common/pkArrow.png) right center no-repeat;
	padding-right: 35px;
    background-size: 19px;
}
@media only screen and (max-width: 768px){
    #pk {
        display: none;
    }
}



/* -------------------------------------------------
contents
------------------------------------------------- */
/* contactBox（sub only） */
#contents.sub #contactBox {
	border: solid #1c6e5d 1px;
	width: 860px;
	margin: 70px auto 0;
	padding: 30px 50px;
}
#contents.sub #contactBox h3 {
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.3em;
	color: #1c6e5d;
}
#contents.sub #contactBox p {
	margin-top: 30px;
	text-align: center;
}
#contents.sub #contactBox ul {
	text-align: center;
	width: 700px;
	margin: 30px auto 0;
}
#contents.sub #contactBox li a {
	display: block;
	background: rgba(28,110,93,1);
	color: #fff;
	padding: 10px 0;
	letter-spacing: 0.2em;
}
#contents.sub #contactBox li a:hover {
	text-decoration: none;
	background: rgba(28,110,93,0.7);
}
#contents.sub #contactBox dl {
	margin-top: 30px;
	width: 700px;
	margin: 30px auto 0;
	background: url(../img/common/contact_bg.gif) bottom right no-repeat;
}
#contents.sub #contactBox dt {
	font-weight: bold;
	margin-top: 20px;
}
#contents.sub #contactBox dd {
	line-height: 1.4em;
	font-size: 12px;
	margin-top: 10px;
}

@media only screen and (max-width: 768px){
    #contents.sub #contactBox {
        border: solid #1c6e5d 1px;
        width: auto;
        margin: 50px 5% 0;
        padding: 24px;
    }
    #contents.sub #contactBox h3 {
        font-size: 18px;
        letter-spacing: .1em;
    }
    #contents.sub #contactBox p {
        margin-top: 20px;
        text-align: left;
        line-height: 1.5
    }
    #contents.sub #contactBox ul {
        text-align: center;
        width: auto;
        margin: 16px auto 0;
    }
    #contents.sub #contactBox li a {
        padding: 16px 0;
        letter-spacing: .1em;
    }
    #contents.sub #contactBox li a:hover {
        text-decoration: none;
        background: rgba(28,110,93,0.7);
    }
    #contents.sub #contactBox dl {
        margin-top: 30px;
        width: auto;
        margin: 24px auto 0;
        /*background: url(../img/common/contact_bg.gif) 0 0 no-repeat;
        background-size: 50px auto; */
        background: none;
    }
    #contents.sub #contactBox dt {
        font-weight: bold;
        margin-top: 20px;
    }
    #contents.sub #contactBox dd {
        line-height: 1.4em;
        font-size: 12px;
        margin-top: 10px;
    }
}


/* -------------------------------------------------
#footer
------------------------------------------------- */
#footer {
	background: #1c6e5d;
	font-size: 10px;
	color: #fff;
	height: 30px;
}
#footer>.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#footer ul {
	position: absolute;
	left: 0;
	top: 10px;
}
#footer ul li {
	float: left;
	margin-right: 20px;
}
#footer ul li a {
	color: #fff;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer p {
	position: absolute;
	right: 0;
	top: 10px;
}

@media only screen and (max-width: 768px){
    #footer {
        background: #1c6e5d;
        font-size: 10px;
        color: #fff;
        height: auto;
    }
    #footer>.inner {
        min-width: 320px;
        width: auto;
        margin: 0 auto;
        padding: 15px 5%;
        position: relative;
    }
    #footer ul {
        position: inherit;
        left: 0;
        top: 0;
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
        margin-bottom:20px;
    }
    #footer ul li {
        width: 50%;
        margin-right:0;
        box-sizing: border-box;
    }
    #footer ul li:nth-child(2n){
        border-left:1px solid #195043;
    }
    #footer ul li:nth-child(n + 3){
        border-top:1px solid #195043;
    }

    #footer ul li a {
        display: block;
        color: #fff;
        padding: 15px 0;
        text-align: center;
    }
    #footer ul li a:hover {
        text-decoration: underline;
    }
    #footer p {
        position: inherit;
        right: auto;
        top: 0;
        text-align: center;
    }
}


/**/

#page-top {
    position: fixed;
    bottom: 35px;
    right: 20px;
    font-size: 77%;
	z-index: 20;
}
#page-top a {
    background: url(../img/common/btnPagetop.png) center center no-repeat;
    text-decoration: none;
    color: #1c6e5d;
    width: 55px;
    height: 25px;
    text-align: center;
    display: block;
    font-size: 0;
    padding: 10px;
    background-size: 55px;
}
#page-top a:hover {
    text-decoration: none;
    /*background: #999;*/
}

/* clearfix 
------------------------------------------------------------------*/

.clear{
	clear:both !important;
	float:none !important;
	font-size:0% !important;
	height:0px !important;
	line-height:0% !important;
	margin:0px !important;
	padding:0px !important;
	width:0px !important;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix{
    clear: both;
}
#contents #mv h2{
	display: none;
}

@media only screen and (max-width: 768px){
	.clearfix:after{
		display: none;
	}
	#contents #mv{
		height: auto!important;
	}
	#contents #mv h2 {
		display: block!important;
	}
	#contents #mv h2 img {
		width: 100%;
		height: auto;
		display: block;
	}
	
    #contents #mv .menu {
        position: inherit;
        /* background: #296e5d; */
        background: rgba(255,255,255,.95);
        bottom: 0;
        height: auto;
        width: 94%;
        margin: -20px 3% 0;
        position: relative;
        box-shadow: 0 3px 10px rgba(0,0,0,.2);
    }
    #contents #mv .menu ul {
        width: auto;
        height: auto;
    }
    #contents #mv .menu li {
        float: none;
        width: auto;
        text-align: center;
        background: #f1f1f1;
        position: relative;
    }
    #contents #mv .menu li+li{
        border-top:1px solid #ccc;
        display: none;
    }
    #contents #mv .menu.opened li+li{
        display: block;
        transition: .3s all ease;        
    }

    #contents #mv .menu li a {
        display: block;
        height: auto;
        font-size: 15px;
        color: #000;
        padding: 15px 5px;
    }
    #contents #mv .menu li span {
        display: block;
        height: auto;
        font-size: 15px;
        padding: 15px 5px;
        color: #fdbf00;
    }
    #contents #mv .menu li a:after,
    #contents #mv .menu li span:after{
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        transform: rotate(-45deg);
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        position: absolute;
        z-index: 10;
        right: 20px;
        top: 50%;
        margin-top:-5px;
    }
    #contents #mv .menu li a:hover{
        text-decoration: none
    }
    #contents #mv .menu li.sp-toggle{
        display: block;
        border-bottom:1px solid #ccc;
        background: rgba(9,40,50,.9);
        cursor: pointer;
    }
    #contents #mv .menu li.sp-toggle span{
        color: #eee;
        background: none
    }
    #contents #mv .menu li.sp-toggle span:after{
        transform: rotate(45deg);
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-top:-7px;
    }
    #contents #mv .menu.opened li.sp-toggle span:after{
        transform: rotate(225deg);        
        margin-top:-1px;
        transition: .3s all ease;
    }    
    
    #contents #mv .menu li.btn01 a, 
    #contents #mv .menu li.btn02 a, 
    #contents #mv .menu li.btn03 a, 
    #contents #mv .menu li.btn04 a,
    #contents #mv .menu li.btn05 a {
        background: none;
    }
    #contents #mv .menu li.btn01 span,
    #contents #mv .menu li.btn02 span,
    #contents #mv .menu li.btn03 span,
    #contents #mv .menu li.btn04 span,
    #contents #mv .menu li.btn05 span {
        background: #ddd;
        color: #296e5d;
        font-weight: bold;
    }    
    #contents .inbox {
        width: auto;
        margin: 0 auto;
        padding: 0 5%;
    }
    #contents .gbox {
        padding: 48px 0; 
    }
    #contents .photoBox {}
    #contents .photoBox dd {
        margin-top: 10px;
        line-height: 1.6em;
        font-size: 12px;
        text-align: justify;
    }
    #contents .inbox h3 {
        font-size: 22px;
        letter-spacing: .05em;
        padding: 0 0 0 16px ;
        border-left: 7px solid #1c6e5d;
    }
    #contents .lead {
        font-size: 1rem;
        line-height: 1.6em;
        letter-spacing: .1em;
        border-bottom: 1px solid #1c6e5d;
        padding-bottom:20px;
    }
    #contents .lead br {
        display: none; 
    }    
    #contents .txt {
        line-height: 1.8em;
        text-align: justify;
        margin-top:20px;
    }
}
