@charset "utf-8";

body{
    font: 16px/2 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
    font-family: "游明朝", "YuMincho", serif;
    margin:0;
    color:#333;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.clearfix:before,
.clearfix:after,
.container:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
p {
    margin-bottom: 1em;
    word-wrap: break-word;
}
a {
    color:#333;
    text-decoration: underline #999;
}
ol {
	margin-left: 24px;
	}

a:hover {
    color: #333;
    text-decoration: underline;
}
a img:hover {
    opacity: 0.6 ;
    transition: 0.3s ;
}
address {
    font-style: normal;
}
h1 {
    font-size: 80%;
    font-weight: normal;
    text-align: center;
}
    @media screen and (min-width:480px) {
    h1 {
        width: 1024px;
        text-align: left;
    }
}
h2 {
    font-size: 160%;
    margin: 1em 0 0 0;
    font-weight: bold;
}
    @media screen and (min-width:480px) {
    h2 {
      font-size: 200%;
    }
}
h3 {
    font-size: 120%;
    border-bottom: 3px solid #f99;
    margin-top: 2em;
}
    @media screen and (min-width:480px) {
    h3 {
      font-size: 160%;
    }
}
h4 {
    font-size: 120%;
    border-left: 4px solid #f99;
    padding-left: 8px;
    margin-top: 1.5em;
}
.under_xs {
    display: block;}
    @media screen and (min-width: 480px) {.under_xs {display: none;}}
.over_md {
    display: none;}
    @media screen and (min-width: 480px) {.over_md {display: block;}}
.under_md {
    display: block;}
    @media screen and (min-width: 780px) {.under_md {display: none;}}
.over_lg {
    display: none;}
    @media screen and (min-width: 780px) {.over_lg {display: block;}}
/* --- ヘッダー --- */
#logo img {
    display: block;
    margin: 0 auto 1em;
    width: 320px;
}
#info img {
    display: block;
    width: 100%;
}
/* --- グローバルナビ --- */
#nav_md ul {
    width: 100%;
}
#nav_md li {
    float: left;
    text-align: center;
    width: 33%;
    list-style: none;
}
#nav_md li a {
    display: block;
    line-height: 56px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}
#nav_md li:nth-child(odd) {
    border-right: 1px solid #eee;
}
/* --- ヒーローイメージ --- */
#header_img {
	background-image: url(../img/common/header03.png);
	background-position:center;
	background-size: cover;
	height: 160px;
}
/* --- ボトム --- */
#bottom_info {
    position: fixed; z-index: 1;
    bottom: 10px;
    right: 10px;
    opacity: 0.7;
}

#bottom_info li {
    list-style: none;
    float: left;
    margin-left: 2px;
}

#bottom_info img {
    width: auto;
    height: 50px;
}
/* --- パンくず --- */
#breadcrumb {
    font-size: 80%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 16px;
}
#breadcrumb li {
    display: inline-block;
    padding: 0px 8px 0px 0px;
}
#breadcrumb li:after {
    content: ">";
    padding-left: 8px;
}
#breadcrumb li:last-child:after {
    content: none;
}

/* --- コンテンツ --- */
#contents {
    padding: 0px 8px;
}
.imgbox_1 {                  /* 画像1024px  1枚 */
    margin: 8px 0px;
}
.imgbox_1 img {
    display: block;
    width: 100%;
    height: auto;
}
.imgbox_2 img {              /* 画像480px  2枚 */
    display: block;
    width: 100%;
    height: auto;
    float: left;
    margin: 8px 0px;
}
.imgbox_2:after {
    display: block;
    content: "";
    clear: both;
}
.imgbox_left_l {              /* 左画像  大  480px  1枚 + 文字（sp縦並び、tb pc画像←→文字） */
    margin: 8px 0px;
}
.imgbox_left_l img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px;
}
.imgbox_left_s {              /* 左画像  小  480px  1枚 + 文字（画像←→文字） */
    margin: 8px 0px;
}
.imgbox_left_s img {
    width: 45%;
    height: auto;
    display: block;
    margin: 0px 8px 8px 0px;
    float: left;
}
.imgbox_left_s:after {
    display: block;
    content: "";
    clear: both;
}
.imgbox_right_l {              /* 右画像  大  480px  1枚 + 文字（sp縦並び、tb pc文字←→画像） */
    margin: 8px 0px;
}
.imgbox_right_l img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px;
}
.imgbox_right_s {              /* 右画像  小  480px  1枚 + 文字（文字←→画像） */
    margin: 8px 0px;
}
.imgbox_right_s img {
    width: 45%;
    height: auto;
    display: block;
    margin: 0px 8px 8px 0px;
    float: right;
}
.imgbox_right_s:after {
    display: block;
    content: "";
    clear: both;
}
.imgbox_3 {                    /* 画像480px  3枚 + 文字 */
    margin: 8px 0px;
}
.imgbox_3 img {
    width: 45%;
    height: auto;
    float: left;
    margin-right: 8px;
}
.imgbox_3:after {
    display: block;
    content: "";
    clear: both;
}
.imgbox_3wrap:after {
    display: block;
    content: "";
    clear: both;
}
.orange-line {
	background: linear-gradient(transparent 60%, #FC6 0%);
}
#flow ol {
	margin-bottom: 2em;
}
#flow ol li {
	padding-left: 0.5em;
}
#risk ol li {
	margin: 1em 0px;
	padding-left: 0.5em;
}

.ysm {
	width: 100%;
	border: 3px solid #eee;
}
.ysm td {
	border: 2px solid #eee;
	width: 13%;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
}
.ysm th {
	border: 2px solid #eee;
	text-align: center;
	vertical-align: middle;
}


/* --- フッター --- */
.bg_1 {
    background-color: #eee;
    margin-top: 32px;
}
.bg_2 {
    background-color: #ddd;
}
.bg_2 p {
    padding-top: 16px;
}
.bg_3 {
    background-color: #ccc;
    padding-bottom: 72px;
    font-size: 80%;
}
#contact {
    padding-top: 40px;
    padding-bottom: 40px;
}
#contact p {
    text-align: center;
}
#google_maps {
    position: relative;
    padding-bottom: 400px;
    height: 0;
    overflow: hidden;
}
#google_maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
}
#site_map li {
    float: left;
    text-align: center;
    width: 33%;
    list-style: none;
    margin-top: 16px;
}
#copyright {
    text-align: center;
    margin-top: 16px;
}

/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media screen and (min-width:480px) {

/* --- ヘッダー --- */
#logo img {
    width: 60%;
    max-width: 320px;/* --- 画像サイズ --- */
    float: left;
}
#info img {
    width: 40%;
    max-width: 240px;/* --- 画像サイズ --- */
    float: right;
}
/* --- パンくず --- */

/* --- コンテンツ --- */
.imgbox_2 img {              /* 画像480px  2枚 */
    width: 49%;
    height: auto;
}
.imgbox_2 img:first-child {
    margin-right: 2%;
}
.imgbox_left_l img {         /* 左画像  大  480px  1枚 + 文字（sp縦並び、tb pc画像←→文字） */
    width: 49%;
    height: auto;
    margin: 0px 8px 0px 0px;
    float: left;
}
.imgbox_left_l:after {
    display: block;
    content: "";
    clear: both;
}
.imgbox_left_s img {         /* 左画像  小  480px  1枚 + 文字（画像←→文字） */
    width: 33%;
    margin: 0px 8px 8px 0px;
}
.imgbox_right_l img {        /* 右画像  大  480px  1枚 + 文字（sp縦並び、tb pc文字←→画像） */
    width: 49%;
    height: auto;
    margin: 0px 0px 0px 8px;
    float: right;
}
.imgbox_right_l:after {
    display: block;
    content: "";
    clear: both;
}
.imgbox_right_s img {        /* 右画像  小  480px  1枚 + 文字（文字←→画像） */
    width: 33%;
    margin: 0px 0px 8px 10px;
}
.imgbox_3 {                  /* 画像480px  3枚 + 文字 */
    width: 32%;
    float: left;
    margin-right: 2%;
}
.imgbox_3wrap .imgbox_3:last-child {
    margin-right: 0px;
}
.imgbox_3 img {
    width: 100%;
    height: auto;
    float: none;
    margin: 0px 0px 8px;
}
/* --- フッター --- */
#site_map li {
    width: 25%;
}
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media screen and (min-width:780px) {
/* --- ヘッダー --- */
header {
    width: 1024px;
    margin: 0 auto;
}
#logo img {
    float: left;
}
#info img {
    float: right;
}
/* --- グローバルナビ --- */
#nav_lg ul {
    width: 100%;
}
#nav_lg li {
    float: left;
    text-align: center;
    width: 25%;
    list-style: none;
}
#nav_lg li a {
    display: block;
    padding: 16px 0px;
    text-decoration: none;
    position: relative;
}
#nav_lg li a:after {
    content: "";
    background-color: #f99;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 0%;
    height: 1px;
    transition: all 500ms cubic-bezier(0.820, 0.085, 0.175, 0.930);
}
#nav_lg li a:hover:after {
    width: 100%;
    left: 0px;
    transition-timing-function: cubic-bezier(0.820, 0.085, 0.175, 0.930);
}
#nav_lg {
    font-size: 14px;
}
#nav_lg .en {
    font-size: 18px;
    font-weight: bold;
}
/* --- パンくず --- */
#breadcrumb {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
/* --- コンテンツ --- */
#contents {
    width: 1024px;
    margin: 0 auto;
}
/* --- フッター --- */
.bg_2 p {
    width: 1024px;
    margin: 0 auto;
}
#contact {
    width: 1024px;
    margin: 0 auto;
}
#google_maps {
    width: 1024px;
    margin: 0 auto;
}
#site_map {
    width: 1024px;
    margin: 0 auto;
}
#site_map li {
    width: 12.5%;
}
}


/* --- ▲▲▲▲ --- */
/*

@media screen and (min-width:480px) {}

*/
