@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.slideBlock{
    background-image: url("images/header00.png");
    background-position: center;
    height: calc(100vw * 0.5) ;
    background-size: cover;
    padding-top: calc(100vw * 0.5 * 0.1) ;    
}
.slider{
}
.slideBlock h1{
    text-shadow:10px 10px 20px #655D5D, -10px -10px 20px #655D5D, -10px 10px 20px #655D5D, 10px -10px 20px #655D5D;
    line-height: 170%;
    margin: 0;
    color:#fff;
    letter-spacing: 0.6em
}
.slideBlock h1 span{
    font-size: 50px;
}
.serviceList{
    
}
.serviceList .item{
    display: inline-block;
    border-style: solid;
    border-width: 6px ;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;
    width: 95%;
    margin: 1%;
}
.serviceList .item:nth-child(even){
    border-color: #51EEB1;
}
.serviceList .item:nth-child(odd){
    border-color: #45C4F6;
}
.serviceList .item p{
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    line-height: 1.5em;
    padding: 0.2em 0;
    font-size: 19px;
    font-weight: bold;
        
}
.serviceList .x2{
    padding: 1em 0 !important;
}
.pointList .item{
    margin: 30px 0;
}
.pointList .item .imageBox{
    display: inline-block;
    width: 150px;
    vertical-align: middle;
}
.pointList .item .textBox{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.ribon{
    background-color: #28CE9E;
    padding: 10px 0 ;
}
.ribon > div{
    width: 80% ;
    max-width: 866px;
    margin: 0 auto;
}
.ribon h2{
    margin: 0;
}
.menuBox .imageBox{
    display: inline-block;
    float: none;
    width: 100%;
}
.menuBox .imageBox img{
    max-width: 359px;
    width: 100%;
}
.menuBox .textBox{
    display: inline-block;
    width: 100% ;
}
.menuBox .textBox ol{
    position: relative;
    margin: 0;
    padding: 0 ;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 15px;
    letter-spacing: 0.1em;
	line-height: 160%;
}
.menuBox .textBox ol li  {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding-left: 1.25em
}
.menuBox .textBox ol li span {
    position: absolute;
    left: 0;
    margin: 0
}
.flowList .item{
    margin: 30px 0
}
.flowList .item .imageBox{
    display: inline-block;
    width:162px;
    height: 162px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}
.flowList .item .imageBox p{
    margin-top: calc((150px - 1em) / 2);
    
}
.flowList .item .textBox{
    display: inline-block;
    width: 100% ;
    vertical-align: middle;
}
.flowList .item .textBox p{
    font-size: 14px;
}
.flowList .item .textBox p span{
    font-size: 17px;
    font-weight: bold;
}
.outlineBox .imageBox{
    display: inline-block;
    width: 190px;
    float: none;
}
.outlineBox .textBox{
    display: inline-block;
    width: 100% ;
}
.outlineBox .textBox table{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 15px;
    letter-spacing: 0.1em;
	line-height: 180%;
    text-align: left;
}
.outlineBox .textBox th{
    width: 5.5em;
    vertical-align: top;
    white-space: nowrap;
}
.box{
    border-style: solid;
    border-width: thin;
    border-color: #000;
    padding: 1em;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
.serviceList .item{
    width: 44%;
    margin: 1%;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only print {
.slideBlock{
    height: calc(100vw * 236 / 1080) ;
    padding-top: calc(100vw * 236 / 1080 * 0.2) ;    
}
.serviceList .item{
    width: 28%;
    margin: 1%;
}
.pointList .item .imageBox{
    width: 150px;
}
.pointList .item .textBox{
    width: calc(95% - 150px);
}
.menuBox .imageBox{
    width: 365px;
    float: right;
}
.menuBox .textBox{
    width: calc(100% - 380px) ;
}
.flowList .item .textBox{
    width: calc(100% - 190px) ;
}
.outlineBox .imageBox{
    width: 190px;
    float: right;
}
.outlineBox .textBox{
    width: calc(100% - 200px) ;
}

}