@charset "UTF-8";

/* message
===================================*/

#message {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

#message p.read{
	text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4;
    position: relative;
    padding-bottom: 90px;
}

#message p:before{
  content: '';
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 1px;
  height: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0065b2;
}


/*bnr_pht*/

.adv_pht{
    position: relative;
    margin: 3em  auto;
    text-align: center;
}

.adv_pht img{
	max-width: 100%;
    height: auto;
}

.adv_pht p.catch{
	position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 3;
    color: #FFFFFF;
    text-align: left;
    font-size: 4.6rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.1rem;
}


/* advantage
===================================*/

#advantage {
	width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

#advantage p.read{
	font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 3em;
    text-align: center;
	}

.adv_L{
    float: left;
    /*width: 680px;*/
    width: 100%;
    margin-right: -360px;
    padding-right: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adv_L dl{
    width: 100%;
    margin-bottom: 40px;
}

.adv_L dl:last-child{
    margin-bottom: 0px;
}

.adv_L dt{
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    padding: 10px 15px;
    border-left: 5px solid #0065b2;
    border-top: 1px solid #0065b2;
    border-bottom: 1px solid #0065b2;
    border-right: 1px solid #0065b2;
    /*display: inline-block;*/
    margin-bottom: 10px;
    color: #222222;
}

.adv_L dd{
    text-align: justify;
}

.adv_R{
    float: right;
    width: 320px;
}

.adv_R ul{
    text-align: center;
}

.adv_R li{
    width: 100%;
    margin-bottom: 10px;
}

.adv_R li:last-child{
    margin-bottom: 0px;
}

/* works
===================================*/

#works {
	width: 100%;
    overflow: hidden;
    background-color: #efeee8;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.works_L{
    float: left;
    width: 260px;
}

.works_R{
    float: right;
    /*width: 630px;*/
    width: 100%;
    margin-left: -300px;
    padding-left: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.works_R h4{
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #222222;
    margin-bottom: 10px;
    color: #222222;
}

.works_R p{
    text-align: justify;
}



/* ==============================================================================

[Media Queries] smart phone : Landscape

============================================================================== */

@media only screen and (min-width:1px) and (max-width:740px) {

} /*@mediaEnd*/


s
/* ==============================================================================

[Media Queries] smart phone : Portrait

============================================================================== */

@media only screen and (min-width:1px) and (max-width:480px){
    
} /*@mediaEnd*/

