<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------
		ヘッダー
-----------------------------------------------------------*/
#header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	background-color: rgba(255,255,255,0.95);
	z-index:9998;
	box-shadow:0px 0px 4px 1px rgba(0,0,0,0.2);
}
#large-stock{
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 0;
}
.search_container{
  position: relative;
  box-sizing: border-box;
  border: 2px solid #3879D9;
  display: block;
  padding: 3px 10px;
  border-radius: 3px;
  height: 2.3em;
  width: 650px;
  overflow: hidden;
  margin-top:6px;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #3879D9;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3.0em;
  right:0px;
  top: -5px;
  outline : none;
}

@media only screen and (max-width: 768px) {
#header{
	height:180px;
}
.sns{
	padding:0 !important;
}
#large-stock{
	margin:140px auto 0;
}
}
/*-- ロゴ --*/
#header-logo{
	float:left;
	height:47px;
	margin-top:10px;
	margin-left:26px;
	margin-right:24px;
}
.logo_komeri01{
	position:absolute;
}
@media only screen and (max-width: 768px) {
#header-logo{
	margin-left:12px;
}
.top-icon{
    right: 51px;
    position: fixed;
}
}
/*-- アイコン --*/
#header-icon{
	 position:fixed; 
	/*float:right;*/
	top:10px;
	left:240px;
}
	
.totop{
	margin-top:10px;
	margin-right:4px;
}


@media only screen and (max-width: 768px) {
#header-icon{
	right:110px;
	position:fixed;
}
.totop{
	margin-right:55px;
}
}
@media only screen and (max-width: 1120px) {
#header-icon{
	display:none;
	/*display:block;*/
	width: 50px;
}
/*#header-icon2{
	display:none;
	display:block;
	margin-top:5px;
}*/
}
@media only screen and (max-width: 360px) {
#header-logo{
	height:0;
	}
}
#header-icon ul{
	float:left;
	margin-right:10px;
}
#header-icon li{
	float:left;
}
#header-icon li a{
	display:block;
	width:40px;
	height:50px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 24px 24px;
}
#header-icon li.twitter a{
	background-image:url(../img/common/tw.png);
}
#header-icon li.youtube a{
	background-image:url(../img/common/yt.png);
}
#header-icon li.facebook a{
	background-image:url(../img/common/fb.png);
}
/*.shopping-icon {
	float:left;
}
.shopping-icon a{
	display:block;
	height:50px;
	line-height:50px;
	background-color: #1e2875;
	color:#fff;
	padding:0 20px;
	padding-left:64px;
	background-image:url(/contents/howto/html_new/img/common/shopping-icon.png);
	background-repeat:no-repeat;
	background-position:left 20px center;
	background-size: 24px 24px;
}
@media only screen and (max-width: 768px) {
.shopping-icon a{
	width:50px;
	margin-right:1px;
	padding:0;
	padding-left:0;
	background-position:center center;
	text-indent:-9999px;
}
}*/

.shopping-icon {
	float:right;
	margin-top:10px;
}
.top-icon {
	float:right;
	margin-top:10px;
	display:none;
}
.shopping-icon a{
	display:block;
	height:50px;
	line-height:50px;
	background-color: #e00012;
	color:#fff;
	padding:0 20px;
	padding-left:64px;
	background-image:url(/contents/howto/html_new/img/common/shopping-icon.png);
	background-repeat:no-repeat;
	background-position:left 20px center;
	background-size: 24px 24px;
}
.top-icon a{
	display:block;
	height:50px;
	line-height:50px;
	background-color: #297bc4;
	color:#fff;
	padding:0 20px;
	padding-left:64px;
	background-image:url(/contents/howto/html_new/img/common/home.png);
	background-repeat:no-repeat;
	background-position:left 20px center;
	background-size: 24px 24px;
}
.corporate-icon {
	float:left;
}
.corporate-icon a{
	display:block;
	height:50px;
	line-height:50px;
	background-color: #e00012;
	color:#fff;
	padding:0 20px;
	padding-left:64px;
	background-image:url(../img/common/corporate-icon.png);
	background-repeat:no-repeat;
	background-position:left 20px center;
	background-size: 24px 24px;
}
@media only screen and (max-width: 768px) {
.shopping-icon a{
	width:50px;
	margin-right:1px;
	padding:0;
	padding-left:0;
	background-position:center center;
	text-indent:-9999px;
}
.top-icon {
	display:block;
}
.top-icon a{
	width:50px;
	margin-right:1px;
	padding:0;
	padding-left:0;
	background-position:center center;
	text-indent:-9999px;
}
.corporate-icon a{
	width:50px;
	padding:0;
	padding-left:0;
	background-position:center center;
	text-indent:-9999px;
}
}
#header-icon a{
	display:block;
	color:#fff;
}
#header-icon a:hover{
	color:#fff;
}
#header-icon a:link {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}
#header-icon a:visited {
	color:#fff;
}
.shopping-icon a:link {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}
.top-icon a:link {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}
/*-----------------------------------------------------------
		グローバルナビゲーション
-----------------------------------------------------------*/
#header-nav{
	/*float:none;
	width:100%;
	display:block;
	list-style:none;
	overflow:hidden;
}
@media only screen and (min-width: 1320px) {
#header-nav{*/
	float:left;
	margin-left:10px;
	margin-top:3px;
	/*width:840px;*/
	clear:both;
}
/*}*/
#header-nav ul{
	margin: 0 auto;
	/*width:840px;*/
	overflow:hidden;
}
#naviArea{
	display:none;
}
@media only screen and (max-width: 768px) {
#header-nav{
	display:none;
}
#naviArea{
	display:block;
}
}
#header-nav li{
	float:left;
}

#header-nav li a {
	height:36px;
	line-height:36px;
	display:block;
	text-align:center;
	font-size:14px;
	padding:5px 1.3em;
	background-repeat:no-repeat;
	background-position:left center;
}
/*@media only screen and (min-width: 1080px) {
#header-nav li a {
	padding:5px 1.6em;
}
}*/
#header-nav li:last-child a{

	background-position:left center, right center;
}

#header-nav li a:hover{
}
#header-nav li a:link {
	color:#333;
	text-decoration: none;
	font-weight:bold;
}
#header-nav li a:visited {
	color:#333;
}

.floatR {
    float: right;
}
.wide375 {
    width: 375px;
	margin-top:10px;
}
.wide375s {
	display:none
}
/*.wide375 img{
	padding:10px;
}*/
.floatL {
    float: left;
}

@media only screen and (max-width: 768px) {
.wide375 {
	margin-top:20px;
}
}

@media only screen and (max-width: 650px) {

.wide375 {
	display:none;
}
.wide375s {
	display:block;
	/*margin:5px;*/
	margin-top:10px;
}

}

@media only screen and (max-width: 345px) {

.totop {
	margin-top:0;
	}


}
.snsbotan{
	height: 36px;
    line-height: 36px;
    display: block;
    padding: 5px 1.3em;

    background-repeat: no-repeat;
    background-position: left center;
}
@media only screen and (max-width: 768px) {

.snsbotan{
	background-image:none;

}
    }

@charset "UTF-8";
    /* CSS Document */
.mgt10{
    margin-top: 10px;
}
.mgt20{
    margin-top: 20px;
}
.mgt30{
    margin-top: 30px;
}
.mgt40{
    margin-top: 40px;
}
.mgb10{
    margin-bottom: 10px;
}
.mgb20{
    margin-bottom: 20px;
}
.mgb30{
    margin-bottom: 30px;
}
.mgb40{
    margin-bottom: 40px;
}
.mgb60{
    margin-bottom: 60px;
}
.mgb100{
    margin-bottom: 100px;
}
    body {
    margin: 0px;
    font-size: 100%;
    font-family:"ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
    color: #333333;
    }
    .webfont{
    font-family: "Noto Sans JP","游ゴシック", "Yu Gothic",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,Osaka,Sans-Serif;
    }
	
    #wrapper {
        padding-top: 200px;
    }
    #wrapper img{

    height: auto;
    } 
	#wrapper ul {
	list-style: none;
	}

    #large-stock {
        margin: -110px auto 0px;
       padding-top: 75px;
    }

    #wrapper .h3-anchor{
    margin-top: -16vh;
    padding-top: 100px;
	}

    #wrapper .inner{
        padding: 0 10px!important;
    }
    #wrapper .feature-hdg1{
    position: relative;
    }

    #wrapper .feature-hdg1 .sub_title {
    color: #fff;
    text-shadow:1px 1px 2px rgba(10,10,10,0.7);
    text-align: center;
    font-weight: bold;
    font-size: 70px; 
    margin-left: 0;
	padding: 10px;
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
    line-height:1.1;
    width: 70%;
    letter-spacing: 0.05em; 
	font-feature-settings: "palt" 1;
	background-color: rgba(0,0,0,0.2);
    }

    #wrapper .feature-hdg1 .sub_title-secondary{
    font-size: 0.75em;
    display: block;
    margin-top: 1.25rem;
    }
    #wrapper .description{
    background: #cfcfcf;
    text-align:left;
    line-height: 1.6;
    padding: 10px 20px;
    margin: 0;
    margin-bottom: 30px;
	font-size: 14px;
    }
    #wrapper .breadcrumb2 {
        margin-bottom: 0.6em;
        color: #83838f;
    }
    #wrapper .breadcrumb2 .breadcrumbs {
        padding-left: 10px;
        margin-top: 0;
        margin-bottom: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        font-size: 0.8rem;
        line-height: 1.5;
    }
    #wrapper .breadcrumb2 li::before {
        content: '\FF1E';
        width: 1em;
        height: 1em;
        line-height: 1;
        text-align: center;
        font-size: 1em;
        color: inherit;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #wrapper .breadcrumb2 li:last-child::before {
        content: ' ';

    }
    #wrapper .breadcrumb2 a {
        text-decoration: none;
        color: #83838f;
    }
    #wrapper .breadcrumb2 li:last-child {
        margin-right: 0;
        padding-right: 0;
    }
    #wrapper .breadcrumb2 li {
        display: inline-block;
        position: relative;
        padding-right: calc(12px + 4px);
        margin-right: 8px;
        color: #83838f;
    }
    #wrapper .feature-hdg2 {
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.2; 
	padding-top: 80px;
	margin-top: -30px;
    }
    #wrapper .feature-hdg2::after {
    position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 8%;
    display: block;
    }
    #wrapper .lead-text {
    font-size: 18.4px;
    line-height: 1.5;
	padding-top: 10px;
    }
	#wrapper .c-text {
	margin: 0 auto; 
	width: 50%;
	}
    #wrapper .feature-hdg3 {
    margin-top: calc(50px - 0.6rem); 
    margin-bottom:calc(30px - 0.75rem); 
    line-height: 1.3;  
    border-left: 4px solid #E5002D;
    padding: 0 0.5rem;
	font-size: 1.3em;
    }
    #wrapper .flatbtn {
    box-sizing: border-box;
    text-align: center;
    border-radius: 25px;
    color: #333; 
    display: flex;
    opacity: 1.0;
    width: auto; 
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    z-index: 1;
    }
    #wrapper .flatbtn:hover,
    #wrapper .flatbtn:focus {
    text-decoration: none;
    opacity: 0.75;
    transition: 0.6s; 
    }
    #wrapper .flatbtn:active,
    #wrapper .flatbtn.active {
    outline: 0;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
    }
    #wrapper .flatbtn.disabled,
    #wrapper .flatbtn[disabled],
    #wrapper .flatbtn.disabled:hover,
    #wrapper .flatbtn[disabled]:hover,
    #wrapper .flatbtn.disabled:active,
    #wrapper .flatbtn[disabled]:active {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none !important;
    }
    #wrapper .default-btn{
    background:#979797;
    }
    #wrapper .orange-btn{
    background:#EA6D0D;
    }
    #wrapper .red-btn{
    background:#E50012;
    }
    #wrapper .blue-btn{
    background:#19499c;
    }
    #wrapper .mustard-btn{
    background:#d7ab1a
    }
    #wrapper .default-btn,#wrapper .orange-btn,#wrapper .red-btn,#wrapper .blue-btn,#wrapper .mustard-btn {
    color: #fff; 
    }
    #wrapper .border-btn {
    border: 1px solid #B6B6B6;
    }
    #wrapper .border-btn:hover{
    border-color: #E5002D;
    }
    #wrapper .border-btn.selected {
    border-color: #d4122c;
    }
    #wrapper .border-btn-orange {
    border: 1px solid #EA6D0D;
    color: #EA6D0D;
    }
    #wrapper .arrow-r,#wrapper .arrow-d {
    position: relative
    }
    #wrapper .arrow-r::after {
    content: "";
    position: absolute;
    right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    }
    #wrapper .arrow-r-orange::after {
    border-color: #EA6D0D;
    }
    #wrapper .arrow-r-red::after {
    border-color: #E5002D;
    }

    #wrapper .arrow-d::after {
    content: "";
    position: absolute;
    right: 15px;
    border-top: 2px solid #B6B6B6;
    border-right: 2px solid #B6B6B6;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate( 135deg);
    transform: rotate( 135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    }
    #wrapper .arrow-d-red::after {
    border-color: #E5002D;
    }
    #wrapper .arrow-d-orange::after {
    border-color: #EA6D0D;
    }
    #wrapper .mwbtn{
    max-width: 480px;
    margin: 0 auto
    }
    #wrapper .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
    #wrapper .fs-medium { font-size: 1.0em; padding: 0.8rem 0.2rem; }
    #wrapper .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
    #pageTop {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 9999;
        width: 80px;
        height: 80px;
    }
    #pageTop img {
        width: 100%;
        height: auto;
    }

    #wrapper .modal{
        display: none;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }
    #wrapper .modal__bg{
        background: rgba(0,0,0,0.5);
        height: 100vh;
        position: absolute;
        width: 100%;
    }
    #wrapper .modal__content{
        background: #fff;
        left: 50%;
        padding: 40px;
        position: absolute;
        top: 58%;
        transform: translate(-50%,-50%);
        width: 60%;
    }
#wrapper .modal_txtbox{
    max-width: 350px;
    margin: 0 auto;
}
#wrapper .item-name{
    font-size: 1.2rem;
    font-weight: bold;
}
#wrapper .modal_imgbox{
    max-width: 350px;
    margin: 0 auto;
}
#wrapper .close-right{
    display: flex;
    justify-content: flex-end;
}

    #wrapper .tab-menu-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
	margin: 0 auto;
    }
    #wrapper .tab-menu-nav .fs-medium {
    padding: 0.5rem 2rem 0.5rem 1rem;
    font-feature-settings: "palt";
    min-height: 3rem;
    line-height: 1.3; 
    }
    #wrapper .tab-menu-nav li {
    width: calc(25% - 15px);
    margin-bottom: 1.25em;
    font-size: 14px;
    }
    /* ---- ボタンメニュー ---- */
    #wrapper .menu-btn-list {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0 0; 
    } 
    #wrapper .menu-btn-list li { 
    width: 100%;
    margin-bottom: 1em; 
    line-height: 1.2;  
    }
    #wrapper .menu-btn-list li:last-child {
    margin-bottom: 0 
    } 
    #wrapper .menu-btn-list .fs-large {
    padding: 0.5rem 2rem 0.5rem 1rem;
    font-feature-settings: "palt";
    min-height: 3rem;
    font-size: 1em;
    }
    /* -- ボタンメニュー end --  */

    #wrapper table{
        width: 100%;
        border-collapse: collapse;
		font-size: 18.4px;
    }
    #wrapper table th, table td{
        border: solid 1px #333333;
        padding: 10px 5px;
		vertical-align: middle;
    }
    #wrapper table th{
        background: #eaffd8;
    }
    #wrapper .img-box01{
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
    }
#wrapper .howto-2col{
    display: flex;
}
#wrapper .howto-2col .txtbox-01{
    width: 70%;

}
#wrapper .howto-2col .imgbox-01{
    width: 30%;

}
#wrapper .howto-3col{
    display: flex;
}
#wrapper .howto-3col .imgbox-01{
    width: 30%;

}
#wrapper .howto-5col{
    display: flex;
}
#wrapper .howto-5col .imgbox-01{
    width: 30%;

}
#wrapper .feature-hdg4 {
    font-size: 1.15rem;
    margin-top: calc(30px - 0.6rem);
    margin-bottom: calc(20px - 0.75rem);
    padding-bottom: 0.5rem;
    line-height: 1.3;
}
#wrapper .howto-2col .imgbox-01 img{
    object-fit: cover;
    max-width: 450px;
}
#wrapper .howto-3col .imgbox-01 img{
    object-fit: cover;
}
#wrapper .howto-5col .imgbox-01 img{
    object-fit: cover;
}
#wrapper .goods {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
#wrapper .border_radiuse li ,.border_radiuse-supervision{
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
#wrapper .links {
	display: flex;
}
#wrapper .col-2 {
	display: flex;
	flex-direction: row;
}
#wrapper .col-2 li {
	width: 50%;
	margin-right: calc(10px / 1);
	}	
#wrapper .links li {
    width: calc(25% - 10px);
    margin-right: calc(10px / 1);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
#wrapper .links li a {
    width: 100%;
	text-decoration: none;
}
#wrapper .links li img {
    //margin-top: auto;
    width: 100%;
}
#wrapper .links li .fs-medium {
    padding: 0.5rem 2rem 0.5rem 1rem;
    font-feature-settings: "palt";
    min-height: 3rem;
    line-height: 1.3;
    font-size: 0.85rem;
}

#wrapper .supervision {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

#wrapper .supervition_img {
	flex-basis: 35%;
}

#wrapper .supervision img {
	width: 100%;
	height: auto;
}

#wrapper .supervision_text {
	flex-basis: 65%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-right: 5px;
}
#wrapper #supervision_red {
		color: red;
		margin: 30px 0;
	}

#wrapper .supervision_text &gt; h4 {
	font-weight: bold;
}

#wrapper .text-box {
	color: black;
}
@media only screen and (min-width: 767px) {

#wrapper .menu-btn-list.col-1 li {
    width: calc( 60% - 10px);
}
#wrapper .maindesign .menu-btn-list .fs-large {
    font-feature-settings: "palt";
    min-height: 3rem;
    font-size: 1.5em;
}
#wrapper .maindesign .menu-btn-list.col-1 .flatbtn {
    border-radius: 60px;
}
#wrapper .howto-3col .imgbox-01 img{
    max-width: 200px;
}
#wrapper .howto-5col .imgbox-01 img{
    max-width: 200px;
}
#wrapper .org-type img{
	width: 120px;
	height: 90px;
}
}

@media only screen and (max-width: 768px) {
	#wrapper .feature-hdg1 .sub_title {
		//font-size: 25px;
	}
	#wrapper .description {
		font-size: 13px;
	}
	#wrapper .tab-menu-nav {
		width: 100%;
		justify-content: space-between;
	}
	#wrapper .tab-menu-nav li {
		width: calc(50% - 0.5rem);
		font-size: 12px;
	}
	#wrapper table {
		font-size: 12.8px;
	}
	#wrapper .lead-text {
		font-size: 15.2px;
	}
	#wrapper .h3-anchor {
		font-size: 16px;
	}
	#wrapper .feature-hdg2 {
		font-size: 24px;
		padding-top: 130px;
		margin-top: -80px;
	}
	#wrapper .feature-hdg3 {
		margin: 5px 0;
		font-size: 20px;
	}
	#wrapper .h3-anchor {
		padding-top: 5px;
	}
	#wrapper .howto-2col {
		flex-direction: column;
	}
	#wrapper .howto-2col .txtbox-01{
    	width: 100%;
	}
	#wrapper .howto-2col .imgbox-01{
   		width: 100%;
		text-align: center;
	}
	#wrapper .howto-3col {
		flex-direction: column;
	}
	#wrapper .howto-3col .imgbox-01{
   		width: 95%;
		text-align: center;
	}

	#wrapper .links li {
		width: calc(50% - 10px);
	}
	#wrapper .links  {
		margin: 30px 0;
	}

    #wrapper .pc-only{
    display: none;
    }
    #pageTop {
        bottom: 25px;
        right: 15px;
        width: 42px;
        height: 42px;}

#wrapper .maindesign .menu-btn-list .fs-large {
    padding: 0.5rem 2rem 0.5rem 1rem;
    font-feature-settings: "palt";
    min-height: 3rem;
    font-size: 1em;
}

#wrapper .howto-4col{
    display: flex;
}
#wrapper .howto-4col .imgbox-01{
    width: 30%;
}
#wrapper .howto-4col .imgbox-01 img{
    object-fit: cover;
}
#wrapper .howto-4col .imgbox-01 img{
    max-width: 200px;
}

#wrapper .howto-6col{
    display: flex;
}
#wrapper .howto-6col .imgbox-01{
    width: 30%;
}
#wrapper .howto-6col .imgbox-01 img{
    object-fit: cover;
}
#wrapper .howto-6col .imgbox-01 img{
    max-width: 200px;
}
}
#wrapper .top_down img {
	padding: 0px 100px 0px 0px;
    margin-bottom: 0;
}

#wrapper .right_left {
    margin-bottom: 0;
	display: flex;
	align-items: center;
}
	
#wrapper .right_left p {
	margin-left: 25px;
}

#wrapper .kanren-item {
	background-color: #EDECEC;
	margin-top: 20px;
	padding: 20px 20px;
}

#wrapper .kanren-item p {
	font-size: bold;
}

#wrapper .kanren-item p:first-child {
	margin-bottom: 10px;
	padding: 0;
}

/*#wrapper h4 {
	text-decoration: #297bc4 solid underline;
}*/

#wrapper .tab-menu-nav::before {
    order: 1;
}

#wrapper .tab-menu-nav::before, #wrapper .tab-menu-nav::after {
    content: "";
    display: block;
    width: calc(25% - 15px);
    height: 0;
}

.kanren ul li {
    list-style-type: none;
    background: url(../../image/common/icon4.gif) no-repeat 0 0.2em;
    padding-left: 22px;
}

a:link {
    text-decoration: none;
    color: #0099CC;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wrapper img {
	width:100%;
}

#wrapper .img-box {
	width:30%;
	
}

#wrapper .img-box-75 {
	width: 75%;
}

#wrapper .img-box-35 {
	width: 35%;
}

#wrapper .img-box-36 {
	width: 36%;
}

#wrapper .img-box-60 {
	width: 60%;
}
#wrapper .img-box-65 {
	width: 65%;
}

#wrapper .img-box-30 {
	width: 30%;
}

#wrapper .kanren-item:first-child {
	margin-top: 20px;
}

@media only screen and (max-width: 768px) {
	#wrapper .right_left {
	display: block;
}
	#wrapper .top_down img {
	padding: 0;
    margin-bottom: 0;
	}
	
	#wrapper .right_left {
		padding: 0;	
}
	#wrapper .feature-hdg1 .sub_title {
    font-size: 30px;
}
	#wrapper .lead-text {
	margin: 20px 0;
	}
	
	#wrapper .feature-hdg3 {
	margin-top: 35px;
	}
		
	#wrapper .right_left p {
	margin: 0;
	}
		
	#wrapper .img-box {
	width: 100%;		
		}
	#wrapper .lead-text {
    margin: 0;
}	
	#wrapper .kanren-item {
    background-color: #EDECEC;
    margin-bottom: 20px;
    padding: 10px 10px;
}
	#wrapper .img-box-75 {
	width: 100%;
}

    #wrapper .img-box-35 {
	width: 100%;
}

    #wrapper .img-box-60 {
	width: 100%;
}
    #wrapper .img-box-65 {
	width: 100%;
}

    #wrapper .img-box-30 {
	width: 100%;
}
	#wrapper .img-box-36 {
    width: 100%;
}
#wrapper .org-type img{
	width: 100px;
	height: 75px;
}
}	

#wrapper .maindesign .menu-btn-list .fs-large {
    padding: 0.5rem 2rem 0.5rem 1rem;
    font-feature-settings: "palt";
    min-height: 3rem;
    font-size: 1em;
}

.faq dt{
	margin-bottom: 0.5em;
	padding: 3px 0 3px 30px;
	font-weight: bold;
	line-height: 150%;
	color:#cc0000;
	background: url(../../image/common/faq01.gif) no-repeat 0 0;
}
.faq dd{
	margin-bottom: 1.5em;
	padding: 0 0 15px 30px;
	line-height: 150%;
	background: url(../../image/common/faq02.gif) no-repeat 0 0;
	border-bottom: 1px dotted #CCC;
}
.Tbl01{
	border-collapse:collapse;
	border-spacing: 0;
	margin:0 auto 20px;
	font-size:100%;
	line-height:160%;
}

.Tbl01 th, .Tbl01 td{
	padding:5px 5px 10px;
	margin: 0;
	vertical-align:top;
	font-size: 90%;
}
.Tbl03b{
	margin:0 auto 20px;
	border-collapse: collapse;
}

.Tbl03b th, .Tbl03b td{
	padding: 7px;
	font-size: 90%;
	line-height: 140%;
	vertical-align: top;
	border:1px solid #CCC;
}
}




</pre></body></html>