﻿.maindesign {
margin:3em auto;
	width:100%;
max-width:1200px;
font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
@media screen and (max-width: 767px){
.maindesign {
	width:100%;
}
}
.maindesign img {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.mask01:hover {
opacity: 0.6;
filter: alpha(opacity=40);
-ms-filter: "alpha( opacity=40 )";
background: #FFF;
}
.maindesign .h2comment {
    margin-bottom: 30px;
    overflow-wrap: break-word;
    word-wrap: break-word;
	line-height: 1.2;
}
.maindesign .webfont {
font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
.maindesign h2.headingMiddle {
    position: relative;
    padding-bottom: 0.8em;
    border-bottom: 3px solid #DDD;
    font-size: 1.25em;
    font-weight: bold;
    margin: 40px 0 30px 0;
    text-align: left;
}
.maindesign h2.headingMiddle::after {
    position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 6.5%;
    display: block;
    left:0;
}
.maindesign a.btnRadius01 {
    border-radius: 40px;
    font-weight: bold;
    color: #000;
    /* padding: 15px; */
    display: flex;
    border: 1px solid;
    box-sizing: border-box;
    text-align: center;
    opacity: 1.0;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.maindesign  a.btnRadius01:hover {
    border-color: #E5002D;
    transition: 0.6s;
}
.maindesign a.btnRadius02 {
    border-radius: 40px;
    font-weight: bold;
    width: auto;
    height: 100%;
    margin: 0;
    color: #FFF;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.maindesign .listHead34 {
    font-size: 1.2em;
font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin: 30px 0 10px;
}
.maindesign .fsMedium {
    font-size: 1.0em;
    padding: 0.75em 1.0em;
}
.maindesign .fsSmall {
    font-size: 0.8em;
    padding: 0.75em 0;
}

.maindesign .botton_box2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
}
.maindesign .botton_box2 li {
    width: calc(33.33% - 7px);
    margin-right: calc(21px / 2);
    margin-bottom: 10px;
    text-align: center;
}
.maindesign .botton_box2 li:nth-child(3n) {
    margin-right: 0px;
}
@media screen and (max-width: 767px){
.maindesign .botton_box2 li {
    width: 100%;
    margin-right: 0px;
}

}
.maindesign a.btnRadius02 {
    border-radius: 40px;
    font-weight: bold;
    width: auto;
    height: 100%;
    margin: 0;
    color: #FFF;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.maindesign a.orangeBtn {
    background: #EA6D0D;
}

.maindesign .cover-btn {
    width: 50%;
    margin: 30px auto 30px;
}
@media screen and (max-width: 767px){
.maindesign .cover-btn {
    width: 100%;
}
}
.maindesign .cover-btn a{
	height:auto;
	text-decoration:none;
}
.maindesign ul{
	padding:0;
	list-style:none;
}
.maindesign .listHead34 span, .maindesign .h2comment span {
    color: #f00;
    font-weight: bold;
}
.maindesign .kome {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    color: #000!important;
    font-weight: normal!important;
	margin:0 0 20px 0;
	text-align: right;
}
@media screen and (max-width: 767px){
.maindesign .kome {
	text-align: left;
}
}




.maindesign .osusume{
	display: flex;
	margin-bottom: 30px;
	align-items: center;
}
.maindesign .osusume--img{
	width: 200px;
	margin-right: 10px;
}
.maindesign .osusume--txt{
	width: 100%;
}
.maindesign .osusume--txt h2{
	font-size: 2.6em;
	margin: 0;
	line-height: 1.5;
	font-weight: bold;
}
@media screen and (max-width: 767px){
.maindesign .osusume--img{
	width: 30%;
	max-width: 200px;
}
.maindesign .osusume--txt{
	width: 100%;
}
.maindesign .osusume--txt h2{
	font-size: 5vw;
	margin: 0;
	line-height: 1.5;
}
}

.maindesign .structure{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	align-items: center;
}
.maindesign .structure--img{
	width: calc(50% - 10px);
	margin-right: 20px;
}
.maindesign .structure--txt{
	width: calc(50% - 10px);
	line-height: 1.2;
}
@media screen and (max-width: 767px){
.maindesign .structure--img{
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.maindesign .structure--txt{
	width: 100%;
}
}

.maindesign .bottoms{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	align-items: center;
}
.maindesign .bottoms--img{
	width: calc(50% - 10px);
	margin-right: 20px;
}
.maindesign .bottoms--txt{
	width: calc(50% - 10px);
	line-height: 1.2;
}
@media screen and (max-width: 767px){
.maindesign .bottoms--img{
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.maindesign .bottoms--txt{
	width: 100%;
}
}

.maindesign .images{
	width: 100%;
    max-width: 800px;
    margin: 0 auto 20px;
}

.maindesign .expansion{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	align-items: center;
}

.maindesign .expansion--bucket{
	width: calc(25% - 10px);
	margin-right: calc(40px / 3);
}
.maindesign .expansion--bucket:nth-child(4n){
	margin-right: 0;
}
.maindesign .expansion--bucket p {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
	line-height: 1.2;
}
@media screen and (max-width: 767px){
.maindesign .expansion--bucket{
	width: calc(50% - 5px);
	margin-right: 10px;
	margin-top: 10px;
}
.maindesign .expansion--bucket:nth-child(2n){
	margin-right: 0;
}
.maindesign .expansion--bucket p {
    font-size: 3.5vw;
}
}

.maindesign .sideways{
	width: 100%;
	overflow-x: scroll;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc; 
}

.maindesign .sideways .size-table{
	border-collapse: collapse;
	table-layout: fixed;
}

.maindesign .sideways .size-table th,
.maindesign .sideways .size-table td{
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding:10px 5px;
	line-height: 1.2;
}
.maindesign .sideways .size-table th {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    background: #fff;
    border-right: none;
    border-left: none;
	width: 100px;
}
/*.maindesign .sideways .size-table th::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    width: calc(100% + -1px);
    height: 100%;
    border: 1px solid #ccc;
}*/
.maindesign .sideways .size-table td:last-child {
    border-right: none;
}


.maindesign .sideways .size-table .cover-btn{
	width: 100%;
	margin: 0;
}

.maindesign .repletion{
	line-height: 1.2;
	margin-bottom: 20px;
}


@media screen and (min-width: 767px){
.maindesign .sideways.gd{
	overflow-x: inherit;
}
}

@media screen and (max-width: 767px){
.maindesign .sideways .size-table th,
.maindesign .sideways .size-table td{
	font-size: 0.9em;
}
.maindesign .sideways .size-table th {
	width: 80px;
}
.maindesign .sideways.gd table{
	width: 800px;
}
}










/*---ここから .mp4 --*/
.maindesign .frames{
	width:100%;
	max-width:1200px;
	margin:auto;
	/*background-color: #c0c0c0;
	border: 1px solid #c0c0c0;*/
	}
.maindesign .videos{
    width: 100%;
	height:100%;	
	}
/*---ここまで .mp4 --*/



.maindesign .relation {
    display: flex;
    flex-wrap: wrap;
}
.maindesign a.feature {
    display: block;
    color: #000000;
    text-decoration: none;
	width: calc(50% - 7px);
    height: auto;
    min-height: 75px;
    margin-right:10px;
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px solid #ccc;
    position: relative;
    transition: 0.6s;
    text-align: justify;
}
.maindesign .feature:nth-child(2n) {
    margin-right: 0;
}
.maindesign .feature img {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20%;
    transform: translateY(-50%);
    transition: 0.6s;
	max-width:100px;
}
.maindesign .feature .feat_title {
    font-size: 1.2em;
    width: calc(80% - 30px);
    padding-left: 10px;
    font-weight: bold;
    margin: 0;
}
.maindesign .feature .feat_title.h_center{
	display: flex;
    align-items: center;
    height: 100%;
}
.maindesign .feature .feat_text {
    font-size: 0.8em;
    width: calc(80% - 30px);
    padding-left: 10px;
    line-height: 1.2;
    margin: 10px 0 0 0;
}


@media screen and (max-width: 767px) {
.maindesign .feature .feat_title {
    width: calc(80% - 80px);
}
.maindesign .feature .feat_text {
    width: calc(80% - 80px);
}
.maindesign a.feature {
	width:100%;
	margin-right:0;
	min-height:80px;
	/*display: flex;
    align-items: center;*/
}
.maindesign .feature img{
	height: 80px;
    width: 93px;
}
.maindesign .feature:nth-child(3n) {
    margin-right: 0;
}
.maindesign .feature:nth-child(2n) {
    margin-right: 0;
}

}
.maindesign .t_on_i{
	margin-bottom:30px;
}
.maindesign .t_on_i p{
	margin-bottom:10px;
}

.maindesign .flex-box{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:30px;
}
.maindesign .flex-box .t_on_i{
	width:calc(50% - 10px);
	margin-right:20px;
	margin-bottom:0;
}
.maindesign .flex-box .t_on_i:nth-child(2n){
	margin-right:0;
}
@media screen and (max-width: 767px) {
.maindesign .flex-box .t_on_i{
	width:100%;
	margin-right:0;
	margin-bottom:0;
}
}
.maindesign .flex-box .flex-img{
	width:calc(50% - 10px);
	
}
.maindesign .flex-box .flex-text{
	width:calc(50% - 10px);
	margin-left:20px;
}
.maindesign .pillow-flex .flex-s p {
    height: 3.0em;
}
.maindesign .flex-box .flex-text .cover-btn{
	margin-top:40px;
}
@media screen and (max-width: 767px) {
.maindesign .flex-box .flex-img{
	width:100%;
}
.maindesign .flex-box .flex-text{
	width:100%;
	margin-left:0;
}
}

.maindesign span.point01,
.maindesign span.point02,
.maindesign span.point03,
.maindesign span.point04,
.maindesign span.point05 {
    display: inline-block;
    margin-right: 10px;
	padding:5px;
	background-repeat: no-repeat;
	background-position:center;
	background-size: 80px;
	background-color: #a41f1f;
	width: 80px;
    height: 35px;

}
.maindesign span.point01{
	background-image: url("../img/point01.png");
}
.maindesign span.point02{
	background-image: url("../img/point02.png");
}
.maindesign span.point03{
	background-image: url("../img/point03.png");
}
.maindesign span.point04{
	background-image: url("../img/point04.png");
}
.maindesign span.point05{
	background-image: url("../img/point05.png");
}

.maindesign span.point01.brown,
.maindesign span.point02.brown,
.maindesign span.point03.brown,
.maindesign span.point04.brown,
.maindesign span.point05.brown {
    background-color: #702a06;
}

.maindesign h2.headingMiddle{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.maindesign h2.headingMiddle b{
	width:calc(100% - 100px);
}

@media screen and (max-width: 767px) {
.maindesign #h01,
.maindesign #h02,
.maindesign #h03,
.maindesign #h04{
    padding-top: 150px;
    margin-top: -120px;
    z-index: -1;
}
}

.maindesign .gotop {
    margin: 30px 0;
    text-align: right;
}


.maindesign a:hover img {
	opacity:0.7 !important;
	filter: alpha(opacity=70) !important;
	-ms-filter: "alpha( opacity=70 )" !important;
	/*background: #fff !important;}*/
}

.maindesign .function th,
.maindesign .function td{
	border: 1px solid #999;
    padding: 5px;
    font-size: 0.9em;
    line-height: 3;
}
.maindesign .function th{
    vertical-align: middle;
	background-color: #ccc;
	width: 20%;
}
@media screen and (max-width:767px){
.maindesign .function th,
.maindesign .function td{
	border: 1px solid #999;
    padding: 5px;
    font-size: 0.9em;
    line-height: 1.2;
}
.maindesign .function th{
    vertical-align: middle;
	background-color: #ccc;
	width: 30%;
}
}




/*-----------------------------------------------------------
		common
-----------------------------------------------------------*/
/*-- text-align --*/
.txt-left { text-align: left   !important; }
.txt-right { text-align: right  !important; }
.txt-center { text-align: center !important; }

/*-- float --*/
.right { float: right !important; }
.left { float: left  !important; }
.clear { clear: both !important; }

/*-- font-size --*/
.fs08em { font-size: 0.8em !important; }
.fs10em { font-size: 1.0em !important; }
.fs15em { font-size: 1.5em !important; }
.fs20em { font-size: 2.0em !important; }
.fs25em { font-size: 2.5em !important; }
.fs30em { font-size: 3.0em !important; }
.fs35em { font-size: 3.5em !important; }
.fs40em { font-size: 4.0em !important; }
.fs45em { font-size: 4.5em !important; }
.fs50em { font-size: 5.0em !important; }

/*-- letter-spacing --*/
.ls00em{ letter-spacing:0.0em !important; }
.ls01em{ letter-spacing:0.1em !important; }
.ls02em{ letter-spacing:0.2em !important; }
.ls03em{ letter-spacing:0.3em !important; }
.ls04em{ letter-spacing:0.4em !important; }
.ls05em{ letter-spacing:0.5em !important; }
.ls06em{ letter-spacing:0.6em !important; }
.ls07em{ letter-spacing:0.7em !important; }
.ls08em{ letter-spacing:0.8em !important; }
.ls09em{ letter-spacing:0.9em !important; }
.ls10em{ letter-spacing:1.0em !important; }

/*-- font-weight --*/
.bold { font-weight:bold !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; }

/*-- padding-top --*/
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }

/*-- padding-right --*/
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }

/*-- padding-bottom --*/
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }

/*-- padding-left --*/
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }