<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */
.contents .wrap{
	margin-top: 70px;
}

section{
    width: 1100px;
    margin:0 auto 110px;	
}
section:last-child{
    margin:0 auto 90px;	
}

.scenery {
    background-image: url(../img/scenery_bg.jpg);
}

.office h2{
	margin-bottom: 50px;
}
.contents .namibg {
    background: #f6f6f6;
    padding: 25px 0 30px;
	position: relative;
	width: 100%;
}
.contents .namibg .inner {
	width: 1100px;
	margin: 0 auto;	
}
.contents .namibg:before,
.contents .namibg:after{
    content: "";
    display: block;
    height: 44px;
    position: absolute;
    width: 100%;
}
.contents .namibg:before{
    background: url(../../assets/img/nami_bg01.png);
    top: -44px;
}
.contents .namibg:after{
    background: url(../../assets/img/nami_bg02.png);
    bottom: -44px;
}

/* ----------------------------------------------------------------
riyoubox
---------------------------------------------------------------- */
.riyoubox {
	overflow: hidden;
}
.riyoubox .box {
    width: 528px;
    border: solid 2px #ffe960;
    border-radius: 10px;
    float: left;
    margin-right: 36px;
    box-sizing: border-box;
}
.riyoubox .hituyou {
    border: solid 2px #ffd0a5;
}
.riyoubox .box:last-child {
	margin-right: 0;
}
.riyoubox .box h3 {
    color: #666666;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    background: #ffe960;
    border-radius: 8px 8px 0 0 / 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
}
.riyoubox .hituyou h3 {
    background: #ffd0a5;
}
.riyoubox .box .inner {
    padding: 10px 20px 20px;
	    box-sizing: border-box;
}
.riyoubox .box .inner ul {
	overflow: hidden;
}
.riyoubox .box .inner li {
   font-size: 17px;
    line-height: 2;
	  padding-left: 1em;
  text-indent: -1em;
}
.riyoubox .taisyou .inner li {
    float: left;
    width: 144px;
}
.riyoubox .taisyou .inner .txt {
    text-align: left;
    font-size: 17px;
    padding-left: 1em;
    margin-bottom: 0;
    margin-top: 7px;
}
/* ----------------------------------------------------------------
use_flow
---------------------------------------------------------------- */
.contents .use_flow .inner {
    width: 830px;
    margin: 0 auto;
}
.use_flow h2{
	background: url(../img/h2_img11.png) no-repeat top center;
	padding-top: 70px;
}
.use_flow ul {
    overflow: hidden;
}
.use_flow ul li {
    width: 370px;
    float: left;
	margin-right: 90px;
	    margin-bottom: 30px;
}
.use_flow ul li:nth-child(even) {
    margin-right: 0px;
}
.use_flow ul li dt {
width: 361px;
    text-align: center;
    font-size: 18px;
    color: #4d4d4d;
    background: #ffd0a5;
    padding: 6px 0px;
    border-radius: 5px;
    margin-left: auto;
    margin-bottom: 10px;
}
.use_flow ul li dl {
    margin: 15px 0;
}
.use_flow ul li dd {
    margin-left: 0;
    font-size: 15px;
    line-height: 1.4;
	    width: 361px;
    margin-left: auto;
}
.use_flow ul li dd a{
text-decoration: underline;
    color: #ff921e;
}
.use_flow ul li dd a:hover{
	opacity: 0.6;
}

/* ----------------------------------------------------------------
レスポンシブ
---------------------------------------------------------------- */
@media screen and (max-width: 767px) {
/*　共通　 スマホ*/
section {
    margin: 0 auto 60px;
}
section:last-child{
    margin: 0 auto 40px;
}
.scenery {
    background-image: url(../img/scenery_bg_s.jpg);
}
.contents .namibg:before, .contents .namibg:after {
    height: 21px;
    background-size:47px;
}
.contents .namibg:before {
    top: -21px;
}
.contents .namibg:after {
    bottom: -21px;
}
.contents .wrap {
    margin-top: 30px;
}
.contents section h2 {
    background-size: 45px;
    margin-bottom: 20px;
}
.contents .riyoubox{
    width: 95%;
}
.contents .namibg {
    padding: 20px 0 20px;
}
.contents .namibg .inner {
    width: 95%;
	}	
	
/*　riyoubox　 スマホ*/	
.riyoubox .box {
    width: 100%;
    border-radius: 10px;
    float: none;
    margin-right: 0;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.riyoubox .box:last-child {
    margin-bottom: 0;
}
.riyoubox .box h3 {
    font-size: 17px;
    padding: 6px 0;
}
.riyoubox .box .inner {
    padding: 7px 10px 10px;
}
.riyoubox .taisyou .inner li {
    width: 44%;
}
.riyoubox .box .inner li {
    font-size: 15px;
}
.riyoubox .taisyou .inner .txt {
    font-size: 15px;
    padding-left: 1em;
    margin-top: 3px;
	text-align: left;
}
.riyoubox .inner li .note {
    padding-left: 0em;
}
	
/*　use_flow　 スマホ*/	
.contents .use_flow {
    margin-bottom: 60px;
}
.contents .use_flow h2 {
    background-size: 55px;
    padding-top: 50px;
}
.use_flow ul li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
}
.use_flow ul li:last-child,
.use_flow ul li:last-child dl,
.use_flow ul li:last-child dl .note{
    margin-bottom: 0px;
}
.use_flow ul li img{
    width: 100%;
}
.use_flow ul li dl {
    margin-top: 10px;
}
.use_flow ul li dt {
    width: 100%;
    font-size: 16px;
    padding: 5px 0px;
    margin-bottom: 10px;
}
.use_flow ul li dd {
    width: 100%;
}
#use_flow_top{
padding-top: 200px;
margin-top: -200px;
}
}</pre></body></html>