.mobile{
    display: none !important;
}
body{
    background-color: #fff;
}
div#headerWrapper{
    width:100%;
    min-width: 1080px;
    background:url("../images/back_yellow.png") repeat-x;
    height: 212px;
    box-shadow: 0 3px 9px rgba(0,0,0,0.35);
    z-index: 10;
    position: absolute;
    top:0;
}
div#header{
    width:1080px;
    height: 212px;
    margin:auto;
    position: relative;
}
div#header h1{
    background:url("../images/logo.png") center center no-repeat;
    width:204px;
    height: 98px;
    background-size:204px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
p.address{
    position: absolute;
    top:5px;
    left:10px;
}
ul.link{
    text-align: right;
    position: absolute;
    top:5px;
    right:10px;
}
ul.link li{
    display: inline-block;
    background:url("../images/icon_dot.svg") left center no-repeat;
    background-size:10px;
    padding-left:15px;
    margin-right: 10px;
}
section.yellow{
    background:url("../images/back_yellow.png");
    overflow: hidden;
}
section.blue{
    background:url("../images/back_blue.png");
    overflow: hidden;
}
ul#nav{
}
ul#nav li.parent{
    width:130px;
    height: 120px;
    position: absolute;
    top:50px
}
ul#nav li.parent.m01{
    left:10px;
}
ul#nav li.parent.m02{
    left:140px;
}
ul#nav li.parent.m03{
    left:280px;
}
ul#nav li.parent.m04{
    right:10px;
}
ul#nav li.parent.m05{
    right:140px;
}
ul#nav li.parent.m06{
    right:280px;
}
ul#nav li.active,
ul#nav li:hover{

}
ul#nav li.parent a{
    color:#000;
    display: block;
    width:100%;
    height: 10px;
    padding-top:110px;
    background-position: center center;
    background-repeat:no-repeat;
    text-align: center;
}
ul#nav li.parent a::after{
    content: "";
    position: absolute;
    width:3px;
    height: 3px;
    background:#0068B7;
    right:0;
    left:0;
    bottom:-20px;
    margin:auto;
    transition: all 0.3s;
}
li.parent a.m01{
    background-image:url("../images/m01.svg");
}
li.parent a.m02{
    background-image:url("../images/m02.svg");
}
li.parent a.m03{
    background-image:url("../images/m03.svg");
}
li.parent a.m04{
    background-image:url("../images/m04.svg");
}
li.parent a.m05{
    background-image:url("../images/m05.svg");
}
li.parent a.m06{
    background-image:url("../images/m06.svg");
}
ul#nav li.active a::after,
ul#nav li:hover a::after{
    width:80px;
    transition: all 0.3s;
}

ul.child{
    position: absolute;
    top:212px;
    background:#0068B7;
    display: block;
    text-align: center;
}
ul.child li{
    display: inline;
}
ul.child li a{
    color:#fff;
    display: block;
    width:100%;
    height: 100%;
}
ul.child li:hover{
    background:#efefef !important;
}
ul.child li:hover a{
    color:#145096 !important;
}
div#topSlide{
    width:100%;
    height: calc(100vh - 212px);
    position: relative;
    margin-top:212px;
}
.slides{
    width:100%;
    height: 100vh;
}
.slides img{
    width:100%;
    height: calc(100vh - 212px);
    object-fit: cover;
}
p.catch{
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    position: absolute;
    z-index: 20;
    background: url("../images/toptitle.svg") no-repeat;
    width:995px;
    height: 104px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
p.next {
    background: url(../images/downArrow.svg) no-repeat;
    width: 30px;
    height: 60px;
    background-size: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    animation-name: downArrow;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes downArrow {
    0% {
        background-position:center top;
		opacity: 0;
    }
    100% {
        background-position:center bottom;
		opacity: 1;
    }
}
div.contentsWrapper{
    width:100%;
    min-width: 960px;
}
div.contents{
    width: 960px;
    margin:100px auto;
    overflow: hidden;
    /*box-shadow: 3px 3px 9px rgba(0,0,0,0.35);*/
}
div.contents.event{
    background-image:
        url("../images/flag_left.svg"),
        url("../images/flag_right.svg");
    background-repeat: no-repeat;
    background-position: 
        left top,
        right top;
    background-size:350px;
}
div.contentsWrapper.second{
    padding-top:150px;
}
h2.blue{
    color:#0068b7;
    font-size:36px;
    font-weight: bold;
    text-align: center;
    margin:30px auto;
}
h2.centerBorder {
    position: relative;
}
h2.centerBorder::after{
    content: '';
    border-top: 2px solid #00428b;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}
h2.centerBorder span{
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    
}
div.secondBannar,
div.infoWrapper{
    padding:20px;
    display: flex;
    justify-content: space-between
}
div.featureWrapper{
    padding:10px;
    display: flex;
    justify-content: space-between
}
div.feature{
    background:#efefef;
    margin:10px;
    width:300px;
}
div.feature h2{
    line-height: 4em !important; 
    text-align: center !important; 
    font-size: 20px !important;
    font-weight: bold !important;
    color:#fff !important;
    height: auto !important;
}１
div.feature h2.col1{
    background:#4FC4CF;
}
div.feature h2.col2{
    background:#994ff3;
}
div.feature h2.col3{
    background:#CF9145;
}
div.feature p{
    text-align: justify;
    padding:10px;
}
div.info{
    width:450px;
    background:#efefef;
}
div.h2Wrapper {
    width: 100%;
    height: 48px;
    color: #fff;
    overflow: hidden;
}
div.h2Wrapper h2 {
    width: 60% !important;
    height: 48px !important;
    line-height: 48px !important;
    font-size: 18px !important;
    text-indent: 20px !important;
    float: left !important;
    position: relative !important;
    background:#145096 !important;
}
div.h2Wrapper h2::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color:#145096 transparent transparent transparent;
    border-width: 48px 32px 0 0;
    position: absolute;
    top: 0;
    right: -32px;
}
div.h2Wrapper span.title {
    display: block;
    width: calc(40% - 15px);
    height: 48px;
    line-height: 48px;
    padding-right: 15px;
    text-align: right;
    float: right;
    background:#ccc;
    color:#145096;
}
div.info ul{
    margin:20px;
}
div.info ul li{
    margin-bottom: 10px;
    border-left:4px solid #145096;
    padding-left:10px;
}
div.info ul span.date{
    display: block;
    font-size:12px;
}
section.design00 h2{
    width:100%;
    height: 60px;
    line-height: 60px;
    background:#145096;
    font-size:22px;
    text-align: center;
    font-weight: bold;
    color:#fff;
}
section.design00 h3{
    width:calc(100% - 20px);
	margin:20px auto;
    height: 60px;
    line-height: 60px;
    border-bottom:2px solid #145096;
    font-size:22px;
    text-align: left;
	text-indent:20px;
    font-weight: bold;
    color:#145096;
}
div.snsWrapper{
    padding:0 20px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.snsWrapper img{
    margin:20px auto 0;
}

div#footerWrapper{
    width:100%;
    min-width:1080px;
    background:#7ecef4
}

div#footer{
    width:1080px;
    margin:auto;
    overflow: hidden;
}
div#footer h2{
    font-size:32px;
    font-weight: bold;
    text-align: center;
    margin:50px auto;
    color:#fff;
}
div#footer ul {
    display: flex;
    justify-content: space-between;
    margin-bottom:50px;
}
div#footer ul ul{
    display: block;
    margin-left:1em;
    margin-top:10px;
}
div#footer ul ul li{
    list-style: disc;
    color:#fff;
}
div#footer ul a{
    color:#fff;
}
p.copy{
    text-align: center;
    font-size:12px;
    margin:10px auto;
    color:#fff;
}
p.totop{
    width:50px;
    height: 50px;
    background-image:url("../images/icon_totop.svg");
    background-size:50px;
    background-position: center top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: fixed;
    right:30px;
    bottom:50px;
}
p.totop a{
    display: block;
    width:100%;
    height: 100%;
}
p.totop:hover{
    background-position: center bottom;
}
div.inquiry {
    margin:20px;
}
p.inquiry{
    text-align: center;
    margin:50px auto;
}
div.inquiry form{
    overflow: hidden;
}
dl.general{
    margin:50px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
dl.general dt,
dl.general dd{
    padding:20px 10px;
    border-top:1px solid #ccc;
    overflow: hidden;
}
dl.general dt{
    width:calc(30% - 20px);
    float: left;
    clear: both;
}
dl.general dd{
    width:calc(70% - 20px);
    float: right;
}
dl.general dt.must{
    background:url("../images/icon_must.svg") right 5px top 10px no-repeat;
    background-size:35px;
}
dl.general strong{
    font-weight: bold;
}
div#map{
    padding-bottom:25px;
}
dl.general li{
    margin-left:20px;
    list-style: disc;
}
input[type=text]{
    width:calc(100% - 20px);
    padding:0 10px;
    background:#efefef;
    line-height: 2em;
}
textarea{
    width:calc(100% - 20px);
    padding:10px;
    height: 300px;
    background:#efefef;
}
select{
    padding:0 40px 0 10px;
    line-height: 2.5em;
    background:url("../images/icon_arrow_down.svg") right 10px center no-repeat #efefef;
    background-size:13px;
    cursor: pointer;
}
select:hover{
    background-color:#ccc;
}
div.submit{
    margin:50px 100px;
    display: flex;
    justify-content: space-around;
}
input[type=submit]{
    width:200px;
    height: 60px;
    line-height: 60px;
    background:#0071BC;
    font-size: 24px;
    color:#fff;
    cursor: pointer;
}
input[type=submit]:hover{
    background:#28A745;
}
input[type=button]{
    width:200px;
    height: 60px;
    line-height: 60px;
    background:gray;
    font-size: 24px;
    color:#fff;
    cursor: pointer;
    border-radius: 30px;
}
input[type=button]:hover{
    background:#333;
}
input[type=radio]{
    width:16px;
    height: 16px;
    border-radius: 8px;
    border:2px solid #145096;
    cursor: pointer;
    vertical-align: middle;
}
input[type=radio]:checked{
    background-color: #145096;
}
input[type=radio] + label{
    margin-left:10px;
    margin-right:30px;
    cursor: pointer;
}
div.policycheck{
    width:50%;
    border:10px solid #ccc;
    margin:20px auto;
    padding:20px;
    position: relative;
}
input[type=checkbox]{
    width:20px;
    height: 20px;
    border:2px solid #145096;
    cursor: pointer;
    vertical-align: middle;
}
input[type=checkbox]:checked{
    background-color: #145096;
}
input[type=checkbox] + label{
    margin-left:20px;
    cursor: pointer;
}


p.topMessage {
    font-size:20px;
    line-height: 2em;
}
p.sign{
    margin:20px;
    text-align: right;
}
p.pageLink a {
    width:224px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background-color:#0068b7;
    display: block;
    margin:30px auto;
    text-align: center;
    color:#fff;
}
p.pageLink a:hover{
    background-color:#00b549;
}

div.binderWrapper {
    width:960px;
    display: flex;
    justify-content: space-between;
}
div.binder{
    width:460px;
    background-size:460px;
    background-repeat:no-repeat;
    height: 620px;
}
div.binder.green{
    background-image:url("../images/binder01.svg");
}
div.binder.pink{
    background-image:url("../images/binder02.svg");
}
div.binder h2{
    font-size:36px;
    text-align: center;
    color:#0068b7;
    font-weight: bold;
    margin-top:80px;
}
div.binder ul{
    margin:20px 40px
}
div.binder ul li{
    border-left:4px solid #4ecdc4;
    padding-left:12px;
    margin-bottom: 10px;
}
div.binder ul li span.date{
    color:#0068b7;
    display: block;
    font-size:14px;
}


div.photoWrapper {
    width:360px;
    margin-left:43px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.photoWrapper img{
    width:160px;
    height: 160px;
    object-fit: cover;
    padding:5px;
    background:#fff;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.35);
    margin-bottom:10px;
}
div.photoWrapper img:hover{
    opacity: 0.8;
}
div.eventPhotoWrapper {
    width:100%;
    display: flex;
    justify-content: space-between;
    margin:30px auto;
}
div.eventPhoto{
    width:200px;
}
div.eventPhoto p{
    text-align: center;
    margin-top:20px;
}
div.eventPhoto img{
    width:190px;
    height: 150px;
    padding:5px;
    background:#fff;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.35);
}
div.eventPhoto img.img1{
    transform: rotate(-3deg);
}
div.eventPhoto img.img2{
    transform: rotate(2deg);
}
div.eventPhoto img.img3{
    transform: rotate(-3deg);
}
div.eventPhoto img.img4{
    transform: rotate(2deg);
}



p.footerAddress {
    margin-bottom:40px;
    margin-top:50px;
    margin-left:250px;
    color:#333;
}

ul#footerNav {
    border-top:1px solid #fff;
    padding-top:15px;
    clear: both;
}
ul#footerNav li a{
    color:#333 !important;
}

#footer h2{
    background:url("../images/logo.png");
    width:204px;
    height: 98px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}
#footer h2 a{
    display: block;
    width:100%;
    height: 100%;
}

div.blogMain,
div.blogSide{
    padding:20px;
    margin-top:20px;
    background:#fff;
    border-radius: 10px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
    border:5px solid #7ECEF4;
}
div.blogMain {
width:580px;
float: left;
}
div.blogSide{
    width:240px;
    float: right;
}
div.blogBody p{
    margin-bottom:10px;
}
div.blogBody ul,
div.blogBody ol{
    margin:10px 20px;
}
div.blogBody ul li{
    list-style: disc;
}
div.blogMain h3,
div.blogSide h3{
    font-size:24px;
    border-bottom:2px solid #0068b7;
    margin-bottom: 30px;;
    color:#0068b7;
}
div.blogSide ul{
    margin-bottom:20px;
}

div.blogSide li{
    list-style: disc;
    margin-left:15px;
}
div.blogWrapper {
    display: flex;
    justify-content: space-between;
    padding:10px 10px 30px;
}
div.blogArchive li{
    border-left:4px solid #7ECEF4;
    padding-left:15px;
    margin-bottom:15px;
    }
    div.blogArchive span{
        font-size:12px;
        display: block;
    }