﻿
.maindesign{
	width:860px;
	max-width:860px;
	margin: auto;
	font-family: "Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	}



.maindesign p.description {
	margin: 20px 10px!important;
}

.maindesign p.description strong{
	font-weight: bold;
	font-size: 1.1em
}
.maindesign .bigHeading{
	font-size:1.6em;
	font-weight:bold;
	background-color:#e9f6fd;
	padding:25px;
}


#main .maindesign h2.headingMiddle{
	margin: 40px 0 30px 0
}
#main .maindesign h3{
	font-weight:bold;
	/*
	color:#19A2DC;
	border-bottom:solid 2px #19A2DC;*/
	/*color:#E5002D;
	border-bottom:solid 1px #ccc;
	padding-bottom:0.5em;*/
	/*background-color:#E5002D;*/
	background-color:#e9f6fd;
	color:#05497b;
	margin-bottom:5px;
	padding:0.6em 1.6em;
	font-size:1.1em;
	border-radius:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:20px;
	display:inline-block;
	margin-top:10px;
	background-image:none;
	line-height:1.4;
}

.maindesign h4{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:0.5em;
	border-left:solid 4px #0769b2;
	padding:0.3em 0.5em;
}

.maindesign img.bg{

/*	width: 100%;
	height: 100%;
	max-height: 200px*/
}
.maindesign p.imgCenter{
	text-align: center
}
.maindesign .youtube {
    width: 580px;
    height: 326px;
    margin: 20px auto;
}
.maindesign .frames{
	width:100%;
	max-width:900px;
	margin:auto;
	/*background-color: #c0c0c0;
	border: 1px solid #c0c0c0;*/
	}
.maindesign .videos{
    width: 100%;
	height:100%;	
	}
.maindesign .imgArea{
	width: 35%
}
.maindesign .txtArea{
/*	width: 55%*/
}
.maindesign p.imgCol{
	text-align: center;
	margin-bottom: 10px
}
.maindesign .txtCenter{
	text-align: center
}
.maindesign .txtArea p{
	line-height: 1.6
}
.maindesign .flexList{display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;}
.maindesign .mb30{
	margin-bottom: 30px
}
.maindesign img{
	/*background-color: #828282*/
}

.maindesign p.txtArea2{
	margin: 20px auto;
	line-height: 1.7
}
.maindesign p.orderBtn{
	text-align: center;
	margin: 30px auto
}
.maindesign .pitamat h3{
	font-weight: bold;
	margin: 0.8em 0;
	font-size: 1.1em
}
.maindesign .pitamat ul {
	margin-left: 1em
}
.maindesign .pitamat ul li{
	margin-bottom: 0.6em;
	list-style-type: disc;

 }
.maindesign .pitamat p{
	line-height: 1.7
}
.maindesign .flexList.half50 p{

	margin-top: 20px
}
.maindesign .flexList.half50 p.leftw{
	width: 59%
}
.maindesign .flexList.half50 p.leftw img{
	width: 100%
}
.maindesign .flexList.half50 p.rightw{
	width: 39%
}
.maindesign .flexList.half50 p.rightw img{
	width: 100%
}
.maindesign span.small{font-size: 0.8em; /*padding-left: 1.0em*/ }
.maindesign .w600{
	width: 600px
}
.maindesign .backBtn{
	text-align: right;
	margin-top: 40px
}
.maindesign a.btnRadius {
	border-radius: 50px;}
.maindesign .slider03{

}
.bx-viewport{
	width: 600px !important;
	margin: 0 auto
}
.maindesign .slider03 li{
	text-align: center;
	width: 600px
}
.maindesign .bx-pager{
	margin-top: 20px
}
.maindesign .slide{
	background-color: #eefbd6
}

.maindesign span.redTxt {
    color: #FF0004;
    font-size: 1em;
    padding-left: 0;
}





/*tableStyle*/
.tableBox{
	margin-top:20px;
}
.tableBox,
.tableBox th,
.tableBox td{
	border:solid 1px #ccc;
	border-collapse:collapse;
	padding:1%;
	text-align:center;
}
.tableBox th{
	background-color:#eee;	
}
.tableBox th,
.tableBox td{
	vertical-align:middle;
	width:20%;
}


/*btnStyle*/
.maindesign ul.itemBtn{
	overflow:hidden;
	margin-bottom:50px;
	list-style:none;
	margin:0;
	padding:0;
	margin-top:10px;
}
.maindesign ul.itemBtn li a{
	position:relative;
	display:block;
	width:49%;
	height:5.0em;
	margin:5px 0;
	float:left;
	border:solid 1px #ccc;
	background-image:url(/include_html/koukoku/18_window/img/2006/arrow_b.png);
	background-repeat:no-repeat;
	background-position-x:20px;
	background-position-y:center;
	background-size:16px;
	box-sizing: border-box;
	border:solid 2px #0769b2;
	padding-left:50px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
    transition: 0.4s;
	opacity: 1;

}
.maindesign ul.itemBtn li:nth-child(odd) a{
	margin-right:1%;
}
.maindesign ul.itemBtn li:nth-child(even) a{
	margin-left:1%;
}
.maindesign ul.itemBtn li span.txt{
	display:block;
	position:absolute;
	top: 50%;
	font-size:0.9em;
	float:left;
	/*width: 100%;*/
	line-height:1.4em;
	color:#333333;
	/*text-align:center;*/
	font-weight:bold;
	padding-left:0 !important;
	transform: translateY(-50%);
}
.maindesign ul.itemBtn li span.txt2{
	font-weight:normal;
	display:block;
}

.maindesign ul.itemBtn a span.row01{
	line-height: 1.4em;
}
.maindesign ul.itemBtn a span.row02{
	line-height: 1.4em;
}
.maindesign ul.itemBtn a span.row03{
	line-height: 1.4em;
}
.maindesign ul.itemBtn a:hover {
	background-color:#eaf3fd;
	border:solid 2px #2466b2;
}
.maindesign ul.itemBtn a:hover{
	background-color:#0769b2;
	color: #fff;
	background-image:url(/include_html/koukoku/18_window/img/2006/arrow_w.png);
}
.maindesign ul.itemBtn a:hover span.txt{
	color: #fff;
}



/*---------------------------------------*/

.maindesign .itemBtn_t a {
	display:block;
	padding:15px 0;
    text-decoration: none;
    text-align: left;
    padding-left: 50px;
    color: #333;
    font-weight: bold;
    border: solid 2px #0769b2;
    background-color: #fff;
    background-image: url(/include_html/koukoku/18_window/img/2001/arrow_b.png);
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: center;
    position: relative;
    border-radius: 10px;
    transition: 0.4s;
	opacity: 1;
}


.maindesign .itemBtn_t a:hover {
    background-color: #0769b2;
    color: #fff;
    background-image: url(/include_html/koukoku/18_window/img/2001/arrow_w.png);
}

.maindesign ul{
	padding:0;
	list-style:none;
}
.maindesign .w300px {
    width: 300px;
}

.maindesign .wmax {
    width: calc(100% - 54px);
}

.maindesign .four {
	margin:30px 0;
	display:flex;
	flex-wrap:wrap;
}

.maindesign .four a{
	width:calc(25% - 62px);
	margin-right:10px;
	margin-bottom:10px;
}

.maindesign .four a:nth-child(4n){
	margin-right:0;
}

.maindesign .mA{
	margin: 0 auto;
}

.maindesign .sasshi{
	margin-bottom:30px!important;
}

.maindesign .sasshi table th,
.maindesign .sasshi table td{
	border:1px solid #000;
	border-collapse:collapse;
	text-align:center;
	padding:5px;
}

.maindesign .sasshi table th{
	background-color:#ddd;
}

.maindesign .shikaku{
	text-align:left;
	font-size:20px;
	font-weight:bold;
	margin-top:20px!important;
}




.maindesign .tableBox2{
	width:100%;
}
.maindesign .tableBox2,
.maindesign .tableBox2 th,
.maindesign .tableBox2 td{
	border:solid 1px #333;
	border-collapse:collapse;
	padding:5px 2px;
	text-align:center;
	font-size:0.9em;
	line-height:1.2;
}
.maindesign .tableBox2 th{
	background-color:#eee;	
}
.maindesign .tableBox2 th,
.maindesign .tableBox2 td{
	vertical-align:middle;
}
.maindesign .tableBox2 .bgOrange{
	background-color:#ace;
}
.maindesign .tableBox2 .bgGreen{
	background-color:#9FC;
}


.maindesign h2.headingMiddle {
    position: relative;
    padding-bottom: 0.8em;
    border-bottom: 3px solid #DDD;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 40px;
	margin-top: 50px;
    text-align: left;
}

.maindesign h2.headingMiddle::after {
    position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 6.5%;
    display: block;
}


.maindesign .txtR{
	color:#ff0000;
}

.maindesign ul.wBox02{
	margin-top:30px;
}
.maindesign ul.wBox02 li{
	margin:auto;
	width:50%;
}

/*---------------------------------------*/


/**/
ul.wBox{
	overflow:hidden;
	margin-top:30px;
}
ul.wBox li{
	float:left;
	width:48%;
}
ul.wBox li:nth-child(odd){
	margin-right:2%;
}
ul.wBox li:nth-child(even){
	margin-left:2%;
}
ul.wBox li img{
	width:100%;
	height:auto;
}
ul.wBox2{
	overflow:hidden;
	margin-top:30px;
}
ul.wBox2 li{
	float:left;
	width:48%;
}
ul.wBox2 li:nth-child(odd){
	margin-right:2%;
}
ul.wBox2 li:nth-child(even){
	margin-left:2%;
}
ul.wBox2 li img{
	width:100%;
	height:auto;
}
ul.wBox3{
	overflow:hidden;
	margin-top:30px;
}
ul.wBox3 li.left{
	float:left;
	width:63%;
}
ul.wBox3 li.right{
	float:left;
	width:33%;
}
ul.wBox3 li.left{
	margin-right:2%;
}
ul.wBox3 li.right{
	margin-left:2%;
}
ul.wBox3 li img{
	width:100%;
	height:auto;
}


ul.listBox li{
	text-indent:-1.0em;
	padding-left:1.0em;
	margin:0.4em 0;
	line-height:1.4;
	font-size:0.9em;
}

.bold{
	font-weight:bold;	
}
/*-- text-align --*/
.txt-left { text-align: left   !important; }
.txt-right { text-align: right  !important; }
.txt-center { text-align: center !important; }

/*-- margin-top --*/
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

/*-- margin-right --*/
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
 
 /*-- margin-bottom --*/
.mb00 { margin-bottom:  0px !important; }
.mb05 { 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; }
 
 /*-- margin-left --*/
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }



.pc-only{
	display: block
}
.sp-only{
	display: none
}







/*  230323  */
.maindesign h1{
	position: relative;
}
.maindesign img{
	width: 100%;
	height: auto;
	display: block;
}
#main .breadcrumb {
    box-sizing: border-box;
    color: #83838f;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875em;
    line-height: 1.5;
}

#main .breadcrumb a{
	color: #83838f !important;
}


.maindesign .argongas{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.maindesign .argongas .images{
	width: 49%;
}
.maindesign .argongas .images img{
	width: 100%;
}
.maindesign .argongas .text-area{
	width: 49%;
}
.maindesign .argongas .text-area p{
	line-height: 1.3;
}
.maindesign .argongas .text-area .name{
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}
.maindesign .argongas .text-area .star{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}



.maindesign.table-page {
	
}
.maindesign.table-page .tableBox2 a{
	margin:0.5rem !important;
	
}
	@media screen and (max-width: 767px){
.maindesign.table-page .tableBox2 a{
	margin:0 !important;
	
	}
	}
.maindesign.table-page .tableBox2 div a{
	/*color:#005FC3 !important;*/
	text-decoration:none !important;	
}
.maindesign.table-page .tableBox2 .bgBlue{
	background-color:#ace;
}
.maindesign.table-page .tableBox2 .bgBlue2{
	background-color:#def;
}
.maindesign.table-page .bgBlue.ofx.tb01{
		width: 5%;
}
.maindesign.table-page .bgBlue.tb01{
		width: 5%;
}
.maindesign.table-page .bgBlue.tb02{
		width: 16%;
}
.maindesign.table-page .bgBlue.tb03{
		width: 20%;
}
.maindesign.table-page .bgBlue.tb04{
		width: 15%;
}
.maindesign.table-page .bgBlue.tb05{
		width: 10%;
}
.maindesign.table-page .bgBlue.tb06{
		width: 7%;
}
.maindesign.table-page .maindesign h1{
	position: relative;
}
div#main .maindesign.table-page  p.tableChui{
	margin: 0;
	line-height: 1.2;
    }
div#main .maindesign.table-page  table.tableBox2{
	margin: 0;
    }
div#main .maindesign.table-page  .tableSpace{
	margin: 1em 0;
	font-feature-settings: 'palt' 1;
    }

.maindesign.table-page .tableBox2.sticky_table{
    width: 1600px;
}
    
.maindesign.table-page .tableBox2.sticky_table td.stickyh01 {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    top:0;
    width: 60px;
    border: solid 1px #333;
    border-collapse: collapse;
    background-color: #ace;
    z-index: 1;
    box-sizing: border-box;
}
.maindesign.table-page .tableBox2.sticky_table td.stickyh01::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 61px;
    height: calc(100% + 2px);
    border: solid 1px #333;
    border-collapse: collapse;
}
.maindesign.table-page .tableBox2.sticky_table td.stickyh02 {
    position: sticky;
    position: -webkit-sticky;
    left: 60px;
    top:0;
    width: 60px;
    border: solid 1px #333;
    border-collapse: collapse;
    background-color: #ace;
    z-index: 1;
    box-sizing: border-box;
}
.maindesign.table-page .tableBox2.sticky_table td.stickyh02::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 61px;
    height: calc(100% + 2px);
    border: solid 1px #333;
    border-collapse: collapse;
}
.maindesign.table-page .tableBox2.sticky_table td.stickyw01 {
    position: sticky;
    position: -webkit-sticky;
    top:0;
    border: solid 1px #333;
    border-collapse: collapse;
    background-color: #ace;
    z-index: 1;
    box-sizing: border-box;
    color: #ace;
}
.maindesign.table-page .tableBox2.sticky_table td.stickyw01::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: solid 1px #333;
    border-collapse: collapse;
}
.maindesign.table-page .tableBox2.sticky_table td.stickyw02 {
    position: sticky;
    position: -webkit-sticky;
    top:27px;
    border: solid 1px #333;
    border-collapse: collapse;
    background-color: #ace;
    z-index: 1;
    box-sizing: border-box;
}
.maindesign.table-page .tableBox2.sticky_table td.stickyw02::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: solid 1px #333;
    border-collapse: collapse;
}
.maindesign.table-page .tableBox2.sticky_table td.stickyh01.head,.maindesign.table-page .tableBox2.sticky_table td.stickyh02.head {
    z-index: 2;
}
.maindesign.table-page .tableBox2.sticky_table td.stickyh02.bgBlue2{
    background-color: #def;
}
.maindesign.table-page .slideTable td.stickyh02.head.stickeyTxtBlock::after {
    content: "Ｗ幅（ｍｍ）";
    position: absolute;
    width: 120px;
    left: 300px;
    top: 4px;
    font-size: 1em;
    transform: translateX(50%);
    z-index: 2;
}
    @media screen and (max-width:768px){
.maindesign.table-page .slideTable td.stickyh02.head.stickeyTxtBlock::after {
    width: 70px;
    left: 130px;
}     
.maindesign.table-page .tableBox2.sticky_table td.stickyw02 {
    top:21px;
}
    }
.maindesign.table-page .slideTable {
    width: 100%;
    height: 400px;
    position: relative;
    overflow-x: scroll;
    -ms-overflow-x: scroll;
    -moz-overflow-x: scroll;
    -webkit-overflow-x: scroll;
	margin-bottom: 20px;
}
#main .maindesign.table-page  p.scrolltxt {
color: #E00012;
font-weight: bold;
margin: 15px 0 20px 0;
text-align: left;
}

#main .maindesign.table-page  p.scrolltxt span {
/* background-color: #FAE2DE; */
padding: 8px 6px;
font-size: 0.95em;
border: 2px solid #E00012;
box-sizing: border-box;
}   


/*  230323  */




.maindesign .l-title {
	position: relative;
	margin-bottom: 30px;
}
.maindesign .l-title--inner {
	position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 5%;
        font-feature-settings: "palt" 1;
        font-size: 4.0rem;
        font-weight: bold;
        text-shadow: 2px 2px 2px rgba(10, 10, 10, 0.7);
        color: #FFF;
}

/*  260226  */
.maindesign .webfont.description-bg {
        margin: 20px 10px;
	    font-size: 1em;
        background: #cfcfcf;
        line-height: 1.6;
        padding: 10px 20px;
        text-align: justify;
    }
.maindesign .heading-container {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	border-radius: 2px;
	background: #0967ad;
	padding: 5px 15px 5px;
	align-items: center;
	font-size: 2rem;
	font-feature-settings: "palt";
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	margin-bottom: 15px;
}
#main .maindesign .explanation-container .heading-container h3.explanation-heading {
    padding: 0;
    line-height: 1;
    background: none;
    color: #fff;
	margin: 0;
	font-size: 2rem;
}
div#main .maindesign .explanation-container p {
	margin: 0;
}
.maindesign p.heading-box {
	font-weight: bold;
    background: #fff;
    padding:5px 10px 8px;
    border-radius: 10px;
	color: #333;
}
.maindesign .explanation-list-box {
	display: flex;
    flex-wrap: wrap; 
}
div#main .maindesign .explanation-list p {
	font-size: 1.5rem;
    font-weight: bold;
	margin-bottom: 10px;
}
.maindesign .explanation-list p.right-text span {
	 margin-top: 5px;
     display: inline-block;
}
.maindesign .explanation-container {
	margin-bottom: 20px;
}
.maindesign .liner {
background: linear-gradient(to right, #d8af5d 0%, #d8af5d 78%, #d6d6d5 50%, #d6d6d5 100%);
}
.maindesign .table-screenwidth {
	width: 100% !important;
}
.maindesign.table-page .tableBox2.table-screenwidth.sticky_table td.stickyw01::before {
	width: 100%;
}
.maindesign.table-page .tableBox2.table-screenwidth.sticky_table td.stickyw02::before {
	width: 100%;
}








