@charset "utf-8";


/* ************************************************ 
*	基本設定
* ************************************************ */	

body {
font-family: 'M PLUS 1p','Roboto','Sawarabi Gothic','Noto Sans JP',sans-serif;
font-size: 15px;
background:#fff;
color: #333;
line-height: 180%;
overflow-x: hidden;
}

/* リンク */
a{
	color: #1462be;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

a:hover{
color:#ccc;
}

a:active, a:focus {
outline: 0;
}


/* 画像 */
img{
border:0;
padding:0px;
margin:0px
vertical-align: bottom;
}

img a{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}


/* フロート */
.right{ float: right; }
.left{ float: left; }
.clear{ clear:both; }


/* リスト */
ol{
margin: 0 0 0 5px;
padding: 0 0 0 0;
list-style: decimal;
}

ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

li{
margin: 0 0 10px 15px;
padding: 0 0 0 0;
}

li a{
color:#444;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

li a:hover{
color:#03335d;
}

#topcontrol{
z-index:99999;
}

ruby {
color: #fff;
}




/* ************************************************ 
*	全体Wrapper
* ************************************************ */	

.wrapper {
margin: 0px auto 0px auto; 
width: 90%;
padding: 120px 0px 0px 0px;
}


/* ************************************************ 
*	ヘッダー
* ************************************************ */
#header {
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 200px;
	margin: 0;
position:fixed;
top:0;
left:0;
z-index:9999;
display:block;
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-ms-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

.header-inner {
overflow: hidden;
margin: 0 auto;
padding: 45px 0 0 0;
max-width: 960px;
_width: 960px;
}

#header h1 {
margin: 0 0 0 0;	
}

.logo {
	text-align: center;
	margin: 0;
	padding: 0;
}
.logo img{
	width:135px;
}


/* ************************************************ 
*	スライド
* ************************************************ */	
#top-slide{
width:100%;
padding: 0px;
margin: 200px auto 0px auto;
position:relative;
z-index: 0;
}

.cycle-slideshow{
overflow: hidden;
width: 100%;
margin: auto;
text-align: center;
height: auto;
}

.cycle-slideshow img{
width: 100%;
height: auto;
}


/* スライドショーpager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 40px; width: 16px; height: 16px; margin: 0 3px;
    display: inline-block; color: #efefef; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #1EAA39;}
.cycle-pager > * { cursor: pointer;}


.main-text-box {
position: absolute;
top:195px;
z-index:999;
width: 100%;
}
.main-text-box img{
width: 1030px;
position: absolute;
bottom:0;
left: 0;
right: 0;
margin: auto;
}


/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */	
#main {
margin:0 0 0 0;
padding: 0 0 0 0;
word-break:break-all;
}

.clear	{ clear: both; } 

/* 記事部分 */	
p {
padding: 10px 0px 10px 0px;
}

p a {
color:#1462be;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

p a:hover {
color:#ccc;
}

p a:active, a:focus {
outline: 0;
}


/* ************************************************ 
*	会社ボックス
* ************************************************ */	
.title {
margin: 40px auto 0px auto;
padding: 0 0 0 0;
font-size: 21px;
text-align:center;
font-weight:bold;
height: 50px;
overflow: hidden;
}
.title a{
color: #333;
}
.title a:hover{
color: #999;
}
.company-textbox {
margin: 0;
padding: 0;
height: 80px;
overflow: hidden;
}
.company-graybox {
margin: 40px auto 80px auto;
padding: 15px;
background-color: #efefef;
}
.company-title {
margin: 0 0 10px 0;
padding: 0;
font-size: 16px;
font-weight:bold;
}
.border {
margin: 10px 0 20px 0;
padding: 0;
border-bottom: 1px solid #333;
}


/* ************************************************ 
*	フッターエリア
* ************************************************ */	
#footer {
clear:both;
width:100%;
font-size: 100%;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
background-color:#333;
}
.copyright {
color:#fff;
margin: 0px auto 0px auto;
padding: 20px 0 20px 0;
text-align:center;
font-size: 80%;
width: 960px;
}


/* ************************************************ 
*	角丸
* ************************************************ */
.border-radius{
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}



/* ************************************************ 
*	ボックスシャドウ・テキストシャドウ
* ************************************************ */
.box-shadow{
box-shadow: 2px 2px 3px #ccc; /* CSS3 */
 -webkit-box-shadow: 2px 2px 3px #ccc; /* Safari,Chrome */
 -moz-box-shadow: 2px 2px 3px #ccc; /* Firefox */
}
.text-shadow{
text-shadow: 1px 1px 3px #DEDEDE; /* CSS3 */
 -webkit-text-shadow: 1px 1px 3px #DEDEDE; /* Safari,Chrome */
 -moz-text-shadow: 1px 1px 3px #DEDEDE; /* Firefox */
}



/* ************************************************ 
*	CSS3ボタン
* ************************************************ */
.bt-more a {
font-size: 9px;
font-weight: normal;
color: #333;
text-align: center;
text-decoration: none;
text-shadow: 0px -1px 0px #fff;
width: 50px;
float: left;
display: block;
padding: 0 0 0 0;
margin: 10px 0 0 0;
border: 1px solid #ccc;
border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
background-color: #eee;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd),color-stop(.75, #eee),color-stop(1, #ddd));
background: -moz-linear-gradient(#ddd, #eee 75%, #ddd);
}

.bt-more a:hover {
background-color: #fff;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(.75, #fff),color-stop(1, #eee));
background: -moz-linear-gradient(#eee, #fff 75%, #eee);
}

.bt-more a:active {
background-color: #999;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #999),color-stop(.75, #ccc),color-stop(1, #999));
background: -moz-linear-gradient(#999, #ccc 75%, #999);
}

.bt-order a{
font-size: 14px;
color:#fff;
display: block;
text-align:center;
background-color: #999;
margin: 20px 0 20px 0 ;
padding: 10px 15px;
border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
}

.bt-order a:hover{
color:#867888;
background: #ddd;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}




/* ************************************************ 
*   レスポンシブ
* ************************************************ */
/* PC 画面の横幅が960px以上 */
@media only screen and (min-width: 960px){
 iframe {
    width: 100%;
    height:100%;
}
.show_sp { display: none; }
}

/* Tablet (Portrait) 画面の横幅が768px〜959pxまで */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.wrapper { width: 728px;}
.wrapper-top { width:calc(728px - 40px); padding: 50px 20px;}
#header { height: 150px; }
.header-inner {
width: 728px;
margin: 0px auto 0px auto;
padding: 30px 0 10px 0;
}
.logo img{ width:100px; }
#top-slide{ margin: 150px auto 50px auto; }
.main-text-box {
top:135px;
}
.main-text-box img{
width: 700px;
}

.title {
margin: 30px auto 0px auto;
font-size: 18px;
height: 50px;
}
.company-textbox {
height: 110px;
}
.footer-inner { width: 728px;}
.copyright { width: 728px;}
iframe { width: 100%; height:100%; max-width: 728px; }
.show_sp { display: none; }
}


/* Mobile (Portrait) 画面の横幅が767pxまで */
@media only screen and (max-width: 767px) {
.wrapper { width: 90%; margin: 15px auto 0px auto; padding: 0px 0px 0px 0px;}
.wrapper-top { width:calc(90% - 40px); padding: 50px 20px 80px 20px;}
#header { height: 130px;}
.header-inner { width: 90%; margin:auto; padding: 25px 0 0 0;}
.logo img{
	width: 100px;
}

#top-slide{ margin: 130px auto 50px auto; }
.cycle-pager { display: none; }
.main-text-box {
top:85px;
}
.main-text-box img{
width: 90%;
}

.title {
margin: 30px auto 20px auto;
font-size: 18px;
height: auto;
}
.company-textbox {
height: auto;
}

iframe { width: 100%; height:100%; }
.copyright {
width:100%;
}
.show_pc { display: none; }
}


/* Mobile (Landscape) 画面の横幅が480px〜767pxまで */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.wrapper { width: 90%; }
.header-inner { width: 90%; margin:auto;}
.footer-inner { width: 90%;}
.copyright { width: 90%;}
iframe { width:100%; height:100%; }
}
