﻿@import url("style.css");

@media print, screen and (max-width: 1024px) {
/*LINK*/
a {
    line-height: 160%;
    color: #00468C;
    text-decoration: none
}
a:link {
    color: #00468C;
}
a:visited {
    color: #00468C;
}
a:hover {
    color: #00468C;
    text-decoration: none;
}
a.blacker:link {
    text-decoration : none;
    color : #000;
}
a.blacker:visited {
    text-decoration : none;
    color : #000;
}
a.blacker_bold:link {
    text-decoration : none;
    color : #000;
    font-weight: bold;
}
a.blacker_bold:visited {
    text-decoration : none;
    color : #000;
    font-weight: bold;
}
.red {
    color: #FF0000;
    font-size: 15px;
}
.blue {
    color: #09F
}
.green {
    color: #9C0;
    font-size: 12px;
}
.yellow {
    color: #FC0;
    font-size: 15px;
}
.bu {
    color: #09F;
    font-size: 18px;
}
.text01 a {
    line-height: 140%;
    color: #000;
}
.text01 a:link {
    color: #000
}
.text01 a:visited {
    color: #000;
}
.text01 a:hover {
    color: #000;
    text-decoration: none;
}
.text02 a {
    line-height: 140%;
    color: #FFF;
    font-size: 14px;
}
.text02 a:link {
    color: #FFF;
}
.text02 a:visited {
    color: #FFF;
}
.text02 a:hover {
    color: #CCC;
    text-decoration: underline;
}
.text03 a {
    line-height: 236%;
    color: #000;
    font-size: 0.9em;
}
.text03 a:link {
    color: #000;
}
.text03 a:visited {
    color: #000;
}
.text03 a:hover {
    color: #666;
    text-decoration: underline;
}
.text04 a {
    line-height: 140%;
    color: #000;
    font-size: 0.9em;
}
.text04 a:link {
    color: #FFF;
}
.text04 a:visited {
    color: #FFF;
}
.text04 a:hover {
    color: #CCC;
    text-decoration: underline;
}
.tex18 {
    font-size: 18px
}
/*****OTHER PARTS*****/

.sp5 {
    height: 5px;
}
.sp10 {
    height: 10px;
}
.sp15 {
    height: 15px;
}
.sp20 {
    height: 20px;
}
.sp25 {
    height: 25px;
}
.sp30 {
    height: 30px;
}
.sp35 {
    height: 35px;
}
.sp40 {
    height: 40px;
}
.sp50 {
    height: 50px;
}
.sp0_5em {
    height: 0.5em;
}
.sp1em {
    height: 1em;
}
.sp1_5em {
    height: 1.5em;
}
.sp2em {
    height: 2em;
}
.sp2_5em {
    height: 2.5em;
}
.sp3em {
    height: 3em;
}
.sp3_5em {
    height: 3.5em;
}
.sp4em {
    height: 4em;
}
.sp5em {
    height: 5em;
}
.sp6em {
    height: 6em;
}
.sp7em {
    height: 7em;
}
.sp8em {
    height: 8em;
}
.border01 {
    width: 98%;
    border-bottom: #CCC solid 1px;
    clear: both;
    margin: 5px 5px 5px 5px;
}
.border02 {
    display: none;
}
.border03 {
    width: 100%;
    border-bottom: #00185B solid 1px;
    clear: both;
    margin: 5px 0px 0px 0px;
}
/******ALL LAYOUTS*****/


.wrapper {
    width: 100%;
    display: block;
    min-width: 320px;
}
.main {
    margin: 0 auto;
	padding: 0 1em;
}
#wrap {
    /*position:relative;
    min-height:100%;
    _height:100%;*/
    overflow: hidden;
}
#headerMenu {
    display: none;
}
#hamburger {
    position: fixed;
    top: -2%;
    left: 0%;
    width: 100%;
    z-index: 6000;
}
#menubar01 {
  display: none;
}
ul.dl-menu {
    padding: 0px;
    margin: 0px 0 0 0;
    width: 100%;
    height: 100%;
}
ul.dl-menu li {
    list-style-type: none;
    /*float: left;*/
    width: 95%;
    border-bottom: dotted 1px #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 20px;
}
ul.dl-menu li {
    margin-top: 10px;
}
ul.dl-menu li {
    margin-right: 8px;
    border-left : solid #FFF 3px;
    margin-left: 8px;
    padding: 0.1em;
}
/*ul.dl-menu li:last-child{
	width: 80%;
	background-color: #fff;
	text-align: center;
	border: none;
	margin-top: 10px;
	margin-left: 12%;
  height: 50px;
	padding-top: 10.25px;
 
}*/

/*
ul.dl-menu li:first-child{
	margin-top: 10px;
}

ul.dl-menu li:nth-child(2){
	margin-top: 10px;
}

ul.dl-menu li:nth-child(odd){
	margin-right: 8px;
	border-left :solid #428400 3px;
	margin-left: 8px;
}

ul.dl-menu li:nth-child(even){
	border-left: solid #007EA8 3px;
}



ul.dl-menu li:last-child{
	width: 80%;
	background-color: #fff;
	text-align: center;
	border: none;
	margin-top: 10px;
	margin-left: 12%;
  height: 50px;
	padding-top: 10.25px;
 
}
*/



.inmenu input {
    display: none;
}
button {
    border: none;
    background: none;
    outline: none;
}
a:hover,  a img:hover,  label img:hover {
    opacity: 0.8;
}
/*ハンバーガーメニュー*/
.inmenu,  .inmenu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.inmenu {
    position: fixed;
    top: 34px;
    right: 12px;
    width: 45px;
    height: 18px;
    z-index: 10;
}
.inmenu span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,0.7);
    z-index: 10;
}
.inmenu span:nth-of-type(1) {
  top: -5px;
  background-color: #000;
}
.inmenu span:nth-of-type(2) {
  top: 8px;
  background-color: #000;
}
.inmenu span:nth-of-type(3) {
  bottom: -2px;
  background-color: #000;
}
.inmenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.inmenu.active span:nth-of-type(2) {
  opacity: 0;
}
.inmenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
#nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: rgba(0,0,0,0.7);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}
#nav.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}
#nav ul {
    margin: 20px 0;
    padding: 20px 0;
}
#nav ul li {
    list-style-type: none;
}
#nav ul li a {
    display: block;
    padding: 0.2em;
    transition: all 0.2s ease-in-out;
    text-align: left;
    text-decoration: none;
    color: #FFF;
    list-style-type: none;
    font-size: 15px;
}
#nav ul li a:hover {
    color: #f65d5d;
}
.accbox {
    margin: 0;
    padding: 0.5em;
    /*max-width: 400px;/*最大幅*/
    width: 100%;
}
/*ラベル*/
.accbox label {
    padding : 0.3em;
    color : #FFFFFF;
    cursor : pointer;
    transition: all 0.5s;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    display: block;
}
/*ラベルホバー時*/
.accbox label:hover {
    background-color: #333
}
/*チェックは隠す*/
.accbox input {
    display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
    background-color: #3F3F3F;
}
#sample01 {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}
#sample01 p {
    text-align: left;
    font-size: 15px;
    color: #fff;
    margin: 2px 0;
    border-left: solid #333 5px;
}
#sample01 a {
    list-style-type: none;
    width: 100%;
    margin: 5px 0;
    padding: 2px 0;
    border-left: none;
    font-size: 14px;
}
#sample01 p:nth-child(2) {
    margin: 2px
}
.nonavy_bg01 {
    background-color: #FFF;
    padding: 1em;
}
.locked {
    overflow-y: hidden;
}
.foot_bg {
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    /*padding:1em;*/
    margin: 0 auto;
    width: 90%;
    border-top: solid #449CEF 7px;
	padding: 1em;
}
.foot_ttl {
    color: #FFF;
    font-size: 1.3em;
    text-align: center;
}
.foot_wh {
    color: #FFF;
    text-align: center;
}
.foot_tex {
    font-size: 12px;
    color: #FFF;
    text-align: center;
}
.foot_l_text {
    font-size: 14px;
    color: #000;
    text-align: center;
}
.copy {
    font-size: 14px;
    color: #000;
    text-align: center;
}
.nonavy_bg {
    background-color: #FFF;
    padding: 1em;
}
.top_main {
    /*padding-top: 1em;*/
    width: 100%;
    background-color: #27274D;
    padding-bottom: 3em;
}
.top_box {
    margin: 0 auto;
    text-align: center;
    padding: 1em;
}
.in_headline {
    padding-top: 15%;
    background: url(../img/inner_haedline.jpg) no-repeat top center;
    background-size: cover;
    margin: 50px 0 0 0px;
    width: 100%;
}
.list_imgbox {
    /*border: solid 1px #CCC;*/
    width: 30%;
    padding: 0.5em 0.5em 0.5em 0em;
    float: left;
    word-break : break-all;
    font-size: 16px;
}
.list_box {
    /*border: solid 1px #CCC;*/
    width: 70%;
    padding: 0.5em 0.5em 0.5em 0.5em;
    float: left;
    word-break : break-all;
    font-size: 14px;
    text-align: left;
}
.limark01 {
    list-style-type: disc;
    margin: 0 0 0 1em;
    text-align: left;
    line-height: 180%;
    color: #000;
    font-size: 15px;
}
.float01 {
    /*border: solid 1px #CCC;*/
    width: 100%;
    /*float:left;*/
    margin: 10px 0 0 0px;
    word-break : break-all;
}
.float02 {
    /*border: solid 1px #CCC;*/
    width: 100%;
    /*float:right;*/
    margin: 10px 0 0 0px;
    word-break : break-all;
    font-size: 16px;
}
.inline_btn {
    display: inline-block;
    width: 100%;
    max-width: 30%;
}
.news {
    border: solid 1px #CCC;
    width: 100%;
    height: auto;
    padding: 0em 0em 0em 0em;
    overflow: auto;
    background-color: #FFF;
    margin: 0 auto;/*border:#3EA8F4 solid 1px;*/
}
.btn {
    width: 100%;
    padding: 0.7em;
    font-weight：400;
    display: inline-block;
    text-decoration: none !important;
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    text-align: center;
    border-radius: 5px;
}
.btn01 {
    background-color: #174675;
    color: #fff !important;
    margin: 0.5em;
}
.btn:hover {
    opacity: 1.0;
}
.morebtn {
    width: 95%;
    text-align: center;
    margin: 1em 0 0 0;
}
.ttl_wh {
    font-size: 18px;
    color: #FFF;
    border-left: solid 5px #009FE8;
    padding: 0 0px 0 10px;
    font-weight: 500;
}
.ttl_bk {
    font-size: 17px;
    color: #004C66;
    border-left: solid 2px #004C66;
    padding: 0 0px 0 10px;
    font-weight: 400;
}
.ttl_kon {
    width: 100%;
    height: 50px;
    background-color: #DDDDDD;
    margin: 0 auto;
    padding: 3px 0 0 20px;
    display: flex;
    align-items: center;
    color: #222;
    text-align: left;
    font-size: 0.9em;
}
.ttl_wh {
    color: #FFF;
    font-size: 20px;
    text-align: left;
}
.image_box {
    width: 100%;
    height: auto;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}
.lay_block01 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
.lay_block02 {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 0 auto;
}
.img_box01 {
    margin: 0 auto;
}
.p_text01 {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    text-align: left;
    max-width: 700px;
    line-height: 170%;
    padding: 0 0 0 0em;
}
.p_text02 {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    text-align: left;
    max-width: 1100px;
    line-height: 170%;
    padding: 0 0em 0 0em;
}
.p_text_colormate {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 180%;
    padding: 0 0em 0 0em;
}
.img_cover {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-width: 350px;
    /*height: 200px;*/
  /*background-color: #ccc;*/
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: top;
}
.book_btnimg {
    margin: 0 auto;
    width: 45%;
}
.img_nocover {
    object-fit: cover;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 800px;
    /*height: 200px;*/
  /*background-color: #ccc;*/
    border: 1px solid #ccc;
    vertical-align: top;
}
video {
/*    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -1000;
    overflow: hidden;
position: absolute;*/
}
.spheight {
    padding-top: 0%;
}
/*******OTHER TEXT********/
h1 {
    font-size: 0.6em;
    color: #222;
    font-weight: 300;
    text-align: left;
    padding: 1em;
}
h2 {
    color: #FFF;
    font-size: 1.5em;
    text-align: left;
    font-family: "Josefin Sans", sans-serif;
    padding: 0 0 0.2em 0;
}
h3 {
    color: #000;
    /*color:#a80000;*/
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 2em;
}
h4 {
    font-size: 1.2em;
    line-height: 140%;
    color: #172A88;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.topttl {
    color: #FFF;
    font-size: 2em;
    text-align: left;
    font-family: "Josefin Sans", sans-serif;
    border-bottom: #89898A solid 1px;
    padding: 0 0 0.2em 0;
}
.top_sub_ttl_wh {
    font-size: 1em;
    line-height: 120%;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    margin: -1em 0 0 0;
}
.br::before {
    content: "\A";
    white-space: pre;
}
strong {
    font-size: 16px;
    line-height: 160%;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
}
p {
    font-size: 15px;
    text-align: left;
    line-height: 170%;
}
table.table-0 {
    width: 100%;
    /*border: 1px #009B83 solid;*/
    margin: 0px auto;
    border-collapse: separate;
    border-spacing: 10px;
}
table.table-0 th {
    padding: 1.7em 0px 1.7em 0px;
    border: 1px #003366 solid;
    border-width: 0 0px 1px 0px;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    /*background-color:#F4F4EA;*/
	/*background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;*/
    color: #000;
    font-size: 0.9em;
    width: 37%;
}
table.table-0 td {
    padding: 1.7em 0px 1.7em 0px;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 0px;
    line-height: 180%;
    text-align: left;
    vertical-align: middle;
    background-color: #FFF;/*font-size:12px;*/
}
table.table-1 {
    width: 100%;
    /*border: 1px #009B83 solid;*/
    margin: 0px auto;
    border-collapse: separate;
    border-spacing: 10px;
}
table.table-1 th {
    padding: 1.7em 0px 1.7em 0px;
    border: 1px #003366 solid;
    border-width: 0 0px 1px 0px;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    /*background-color:#F4F4EA;*/
	/*background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;*/
    color: #000;
    font-size: 0.9em;
    width: 37%;
}
table.table-1 td {
    padding: 1.7em 0px 1.7em 0px;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 0px;
    line-height: 180%;
    text-align: left;
    vertical-align: middle;
    background-color: #FFF;/*font-size:12px;*/
}
.news table.table-1 tr:nth-child(n+3) {
    display: none;
}
/*
.news table.table-1 tr th td :nth-child(n + 2){
	display:none;
}
*/

table.table-net2 {
    width: 100%;
    /*border: 1px #E3E3E3 solid;*/
    
    margin: 0px auto;
}
table.table-net2 th {
    padding: 5px;
    font-weight: bold;
    color: #000;
    line-height: 120%;
    text-align: left;
    font-size: 15px;
    margin: 0px 0 5px 0px;
    vertical-align: top;
    /*background-color:#F7ECFF;*/
    border: 2px #CCC solid;
    border-width: 0 0px 1px 5px;
    width: 18%;
}
table.table-net2 td {
    padding: 1em;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 1px;
    line-height: 130%;
    text-align: left;
    vertical-align: top;
    font-size: 13px;/*background-color:#F7ECFF;*/
}
table.table-gold {
    width: 100%;
    /*border: 1px #009B83 solid;*/
    margin: 0px auto;
    font-size: 15px;
}
table.table-gold th {
    padding: 10px;
    border: 1px #0085B2 dotted;
    border-width: 0 0px 1px 0px;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    background-color: #F4F4EA;
    width: 33%;
}
table.table-gold td {
    padding: 10px;
    border: 1px #0085B2 dotted;
    border-width: 0 0px 1px 0px;
    line-height: 180%;
    text-align: left;
    vertical-align: top;/*font-size:12px;*/
}
table.table-form {
    width: 100%;
    /*border: 1px #009B83 solid;*/
    margin: 0px auto;
    border-collapse: separate;
    border-spacing: 10px;
}
table.table-form th {
display: block;
    padding: 1em;
    border: 1px #003366 solid;
    border-width: 0 0px 1px 0px;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    /*background-color:#F4F4EA;*/
	/*background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;*/
    color: #000;
    font-size: 0.9em;
    width: 100%;
}
table.table-form td {
display: block;
    padding: 1em;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 0px;
    line-height: 180%;
    text-align: left;
    vertical-align: middle;
    background-color: #FFF;/*font-size:12px;*/
}
table.table_footer {
    width: 30%;
    /*border: 1px #009B83 solid;*/
    text-align: center;/*border-collapse: separate; border-spacing: 10px; 
	background-color:#FFF;*/
}
table.table_footer th {
    padding: 1em 0px 1em 0px;
    /* border: 1px #003366 solid;
    border-width: 0 0px 1px 0px;*/
    line-height: 180%;
    text-align: center;
    vertical-align: top;
    /*background-color:#F4F4EA;*/
	/*background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;*/
    color: #000;
    font-size: 1rem;
    width: 20%;
}
table.table_footer td {
    padding: 1em;
    /* border: 1px #CCC solid;
    border-width: 0 0px 1px 0px;*/
    line-height: 180%;
    text-align: center;
    vertical-align: middle;
    word-break : break-all;/*font-size:12px;*/
}
/*フォーム関係*/

textarea, input, select {
    scrollbar-3dlight-color: #f5f5f5;
    scrollbar-arrow-color: #92a1ba;
    scrollbar-track-color: #ffffff;
    scrollbar-darkshadow-color: #f5f5f5;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #f5f5f5;
    scrollbar-shadow-color: #92a1ba;
    border: solid 1px #CCC;
    background-color: #FFFFFF;
    color: #333333;
    padding: 0.5em;
    margin: 0.5em;
    font-size: 14px;
}
select {
    height: 3em;
}
/*****inner******/

#header {
	width: 100%;
	display: flex;
	justify-content: flex-start;
    /*background:rgba(157,157,207,0.6);*/
	background: #FFFFFF;
	z-index: 4000;
	position: fixed;
	padding-top:5px;
	height: 90px;
}

	
	
#header2 {
    width: 100%;
    display: flex;
    background-color: #9D9DCF;
    height: 90px;
    margin: 0 0 0 0;
    position: fixed;
    z-index: 5000;
    padding-top: 3px;
}
	
	
	

	
	
.head_logo {
    width: 20%;
    height: 69px;
    z-index: 1100;
    position: absolute;
    left: 3%;
    right: 0%;
    top: 12%;
}
.head_info {
    display: none;
}
.head_border_top {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    border-top: 10px solid #00185B;
    z-index: 101;
}
.head_border_bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    border-bottom: 10px solid rgba(250,250,250,0.5);
    z-index: 100;
}
.main_title {
    width: 100%;
    /*max-width:1400px;*/
    margin: 0 auto;
    text-align: center;
    padding: 3em 0 3em 0;
    border-bottom: solid 1px #CDCACA;
    margin-top: 3em;
}
.main_title h2 {
    position: absolute;/*絶対配置*/
    color: #27274D;/*文字は白に*/
    font-size: 30px;
    font-family: "Sawarabi Mincho", serif;
    font-weight: 100;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /****斜めにする記述***/
    -webkit-transform: skewX(-150deg);
    -moz-transform: skewX(-150deg);
    transform: skewX(-150deg);
    /*********/

    line-height: 80%;
}

.inbox {
    width: 100%;
    /*max-width: 1400px;*/
    margin: 0 auto;
	padding: 1em;
	}
	
	
.text_box04 {
    /*max-width: 1200px;*/
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 1em;
    margin: 0 auto;
}	
	
.btn-square-shadow {
    display: block;
    padding: 0.5em;
    /*text-decoration: none;*/
    background: #0d86cb;/*ボタン色*/
    color: #ffffff !important;
    box-shadow: 1px 5px 7px rgba(0,0,0,0.4);
    /*border-bottom: solid 4px #627295;*/
    border-radius: 3px;
    text-align: center;
}
	
	
.btn-square-shadow a {
    display: block;
    padding: 0.5em;
    /*text-decoration: none;*/
    background: #0d86cb;/*ボタン色*/
    color: #ffffff !important;
    box-shadow: 1px 5px 7px rgba(0,0,0,0.4);
    /*border-bottom: solid 4px #627295;*/
    border-radius: 3px;
    text-align: center;
}


/****ウィンドウ幅が最大767pxまでの場合に適用【スマホ用】****/
@media screen and (max-width: 767px) {
.main_title h2 {
position: absolute;/*絶対配置*/
color: #27274D;/*文字は白に*/
font-size: 20px;
font-family: "Sawarabi Mincho", serif;
font-weight: 100;
top: 30%;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);

/****斜めにする記述***/
-webkit-transform: skewX(-150deg);
-moz-transform: skewX(-150deg);
transform: skewX(-150deg);
/*********/

line-height: 80%;
}
}
h2 .sub_title {
    font-size: 14px;
    width: 100%;
    text-align: center;
}
div.ttl {
    text-align: center;
    position: relative;
    left: 12.5%;
}
div .sen {
    /****斜めにする記述***/
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
    /*************/
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: 75%;
    height: 15vh;
}
.top_inner_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
	padding:1em 0 0 0;
}
.inner_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 16% 1% 0 1%;
}
.dmenu {
    display: none;
}
.img_box01 {
    width: 100%;
    margin: 0 auto;
}
.img_box02 {
    width: 90%;
    margin: 0 auto;
}
.main_box_area {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.copy {
    font-size: 12px;
    text-align: center;
    padding: 0 0 4em 0;
    color: #FFF
}
.hissu {
    text-align: center;
    font-size: 12px;
    /*font-weight:bold;*/
	/*border-bottom:solid 2px #0059B2;*/
    line-height: 140%;
    color: #FFF;
    background-color: #D8070B;
    display: inline-block;
    padding: 5px;
    margin: 0px 0 0 10px;
}
.news_t {
    max-width: 1100px;
    width: 98%;
    height: auto;
    margin: 0 auto;
}
.titl_news {
    text-align: center;
}
.titl_news1 {
    font-size: 34px;
}
.titl_news2 {
    font-size: 14px;
}
.list01 {
    /*display:flex;
flex-wrap: wrap;*/
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
}
.listbox_01 {
    width: 90%;
    margin: 0 auto;
    background-color: #eee;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 1px;
    padding: 1em;
    text-align: left;
    line-height: 170%;
    font-size: 14px;
    margin-bottom: 1em;
}
.listbox_02 {
    /*max-width:550px;*/
 /*width: 49%;*/
    margin: 1em 0 1em 0;
    background-color: #000;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 1px;
    padding: 1em;
    text-align: left;
    line-height: 170%;
    font-size: 14px;
    color: #807F7F;
}
.listbox_03 {
    /*max-width:550px;*/
 /*width: 49%;*/
    margin: 0 0 3em 0;
    background-color: #eee;
    /*border: 1px #CCC solid;
 border-width: 0 0px 1px 1px;*/
    padding: 1em;
    text-align: left;
    line-height: 170%;
    font-size: 14px;
    word-wrap: break-word;
}
.news_main_1 {
    width: 97%;
    margin: 1.5%;
    background-color: #F8F8F8;
    height: 164px;
    text-align: left;
    padding: 0.5em;
}
.listbox03_none {
    width: 100%;
    margin: 0.5%;
    /*background-color: #eee;*/
 /*border: 1px #11AEBF solid;*/
 /*border-width: 0 1px 0px 0px;*/
    padding: 0.5em;
    text-align: left;
    line-height: 170%;
    font-size: 15px;
}
.line_m {
    width: 100%;
    height: 10px;
    background-color: #ECC615;
}
.main_p {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #113961;
    padding: 1em;
}
.titl_news1_01 {
    font-size: 34px;
    color: #FFFFFF;
}
.titl_news2_01 {
    font-size: 14px;
    color: #fff;
}
.main_p_phot {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #9FA0A0 0%, #9FA0A0 76%, #000 76%, #000 100%);
    margin: 12px auto;
}
.main_p_phot img {
    padding-top: 30px;
}
.product_text {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 12%;
}
.link_m {
    width: 100%;
    height: auto;
    background-color: #5A5858;
    padding: 1em;
}
.main_p_02 {
    max-width: 1100px;
    width: 98%;
    margin: 0 auto;
}
.linl_phot img {
    margin-bottom: 10px;
}
.foot_main {
    width: 100%;
    margin: 0 auto;
}
.foot_l_li {
    list-style: none;
    padding: 10px;
    color: #000000;
}
.foot_l {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    color: #000;
}
.foot_l_li a:link {
    color: #000;
}
.foot_l_li a:visited {
    color: #000;
}
.foot_l_li a:hover {
    color: #fff;
}
.foot_l_li a:active {
    color: #fff;
}
#bg-video {
    object-fit: cover;
    /*position:fixed;*/
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    top: 10%;
    z-index: -100;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: 100%;
    margin: 0 auto;
}
.pc_video {
    padding-top: 5.8em;
    margin-bottom: -2.5em;
    
    width: 100%;
    padding-bottom: 0%;
}
#sp-video {
    padding-top: 5em;
    margin-bottom: -2.5em;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
#sp-video video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inbox {
    width: 90%;
    /*max-width: 1400px;*/
    margin: 0 auto;
	padding: 1em;
	
	
	
}
	
	
	
	
	
	
.text_box03 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-top: 2em;
    padding: 1em;
}
.text_box04 {
    /*max-width: 1200px;*/
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 1em;
    margin: 0 auto;
}
.inbox_fx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;
    padding: 1em;
    width: 90%;
    /*max-width:1400px;*/
    margin: 0 auto;
}
.text_box05 {
    /*max-width: 1200px;*/
    width: 50%;
    padding: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
}
.text_box05 img {
    width: 100%;
    margin: 0 auto;
}
.rental_01 {
    font-size: 16px;
    font-weight: bold;
    color: #0d86cb;
    text-align: center;
    margin-top: 0.5em;
}
.btn-square-shadow {
    display: block;
    padding: 0.5em;
    /*text-decoration: none;*/
    background: #0d86cb;/*ボタン色*/
    color: #ffffff !important;
    box-shadow: 1px 5px 7px rgba(0,0,0,0.4);
    /*border-bottom: solid 4px #627295;*/
    border-radius: 3px;
    text-align: center;
}
	
	
.btn-square-shadow a {
    display: block;
    padding: 0.5em;
    /*text-decoration: none;*/
    background: #0d86cb;/*ボタン色*/
    color: #ffffff !important;
    box-shadow: 1px 5px 7px rgba(0,0,0,0.4);
    /*border-bottom: solid 4px #627295;*/
    border-radius: 3px;
    text-align: center;
}
		
	
	
	
	
	
	
	
	
	
	
.not_br {
}
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
}
.googlemaps iframe, .googlemaps object, .googlemaps embed {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
	
	
.head_tel{
position: absolute;
top:20%;
right:8%;
	
}
	
.head_tel span{
font-size: 1.6em;
font-weight: bold;
	
}	


.head_tel a {
 font-weight: 700;
 font-size: 1.2em;	
 color: #000000;	
}

/*-----20200203----*/
	
table.table-qa {
    width: 90%;
    /*border: 1px #E3E3E3 solid;*/
	margin:0px auto;

	}
	



table.table-qa th {
    padding: 1em;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:center;
	vertical-align:middle;
	font-weight:600;
	/*background-color:#F4F4EA;*/
	font-size:1.5em;
	width:10%;
	}
table.table-qa td {
	padding: 1em;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:middle;
	background-color:#FFF;
	/*font-size:12px;*/
	}


table.table-qa tr:nth-child(2n+1){ background:#E1E1E1E1;}
table.table-qa tr:nth-child(2n){ background:#F4F4EA;}	
	
	
.flex_btn{
	display: flex;
	width: 100%;
    flex-wrap: wrap;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
}	
	
	
	
}

/****ウィンドウ幅が最大414pxまでの場合に適用【スマホ用】****/
@media screen and (max-width: 414px) { 
	
#header {
	width: 100%;
	display: flex;
	justify-content: flex-start;
    /*background:rgba(157,157,207,0.6);*/
	background: #FFFFFF;
	z-index: 4000;
	position: fixed;
	padding-top:5px;
	height: 50px;
}

	
	
#header2 {
    width: 100%;
    display: flex;
    background-color: #9D9DCF;
    height: 50px;
    margin: 0 0 0 0;
    position: fixed;
    z-index: 5000;
    padding-top: 3px;
}
	
#bg-video {
    object-fit: cover;
    /*position:fixed;*/
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    top: 0%;
    z-index: -100;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: 100%;
    margin: 0 auto;
}
	
.pc_video {
    padding-top: 3.4em;
    margin-bottom: -2.5em;
    
    width: 100%;
    padding-bottom: 0%;
}	
	

	
	

.head_info {
    display: none;
}



.head_tel{
position: absolute;
top:20%;
right:12%;
	
}
	
.head_tel span{
font-size: 1.2em;
font-weight: bold;
	
}	


.head_tel a {
 font-weight: 700;
 font-size: 1.2em;	
 color: #000000;	
}

#hamburger {
    position: fixed;
    top: -2%;
    left: 0%;
    width: 100%;
    z-index: 6000;
}
/*ハンバーガーメニュー*/
.inmenu, .inmenu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.inmenu {
    position: fixed;
    top: 20px;
    right: 3px;
    width: 30px;
    height: 18px;
    z-index: 10;
}
.inmenu span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,0.7);
    z-index: 10;
}
.inmenu span:nth-of-type(1) {
    top: 0px;
    background-color: #000;
height: 2px;
}
.inmenu span:nth-of-type(2) {
    top: 8px;
    background-color: #000;
height: 2px;
}
.inmenu span:nth-of-type(3) {
    bottom: 0px;
    background-color: #000;
height: 2px;
}
.inmenu.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
.inmenu.active span:nth-of-type(2) {
    opacity: 0;
}
.inmenu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
	
	
	



.head_tel a{
 font-weight: 500;
 font-size: 11px;	
 color: #000000;	
}
	
table.table-form {
    width: 95%;
    /*border: 1px #009B83 solid;*/
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 10px;
}
table.table-form th {
    padding: 1em;
    border: 1px #003366 solid;
    border-width: 0 0px 1px 0px;
    line-height: 180%;
    text-align: left;
    vertical-align: top;
    /*background-color:#F4F4EA;*/
	/*background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;*/
    color: #000;
    font-size: 0.9em;
}
table.table-form td {
    padding: 1em;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 0px;
    line-height: 180%;
    text-align: left;
    vertical-align: middle;
    background-color: #FFF;/*font-size:12px;*/
	width: 90%;
}
	
	
/*-----20200203----*/
	
table.table-qa {
    width: 90%;
    /*border: 1px #E3E3E3 solid;*/
	margin:0px auto;

	}
	



table.table-qa th {
    padding: 1em;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:center;
	vertical-align:middle;
	font-weight:600;
	/*background-color:#F4F4EA;*/
	font-size:1.5em;
	width:10%;
	}
table.table-qa td {
	padding: 1em;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:middle;
	background-color:#FFF;
	/*font-size:12px;*/
	}


table.table-qa tr:nth-child(2n+1){ background:#E1E1E1E1;}
table.table-qa tr:nth-child(2n){ background:#F4F4EA;}	
	
	
.flex_btn{
	display: flex;
	width: 100%;
    flex-wrap: wrap;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
}	
	
	

	
	
	
	
	
}
