@charset "UTF-8";

html { font-size: 62.5%;/*ベース10px=1rem*/}

body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1;
    color: #222;
    overflow-x: hidden;
    min-width: 320px;
}

h1 { font-size: 4rem; font-weight: bold;}
h2 { font-size: 2.7rem; font-weight: bold;}
h3 { font-size: 2.2rem; font-weight: bold;}
p { font-size: 1.6rem; line-height: 2.6rem; margin-bottom: 1.8rem;}
a { color: #222;}
a:hover { color:#ff8b21;text-decoration: underline}

.bold { font-weight: bold; }
.red {color: red;}
.blue {color: blue;}
.orange{color: #ff8b21;}

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

br.pc { display: none;}
br.sp { display: block;}

.cf:before
.cf:after {
  content:"";
  display: table;
}
.cf:after{ clear: both;}
.cf {zoom: 1;}

submit{　-webkit-appearance: none;}/*iPhoneのsubmitボタンのスタイル変更不能状態を無効*/

.gm-style img { max-width: none !important;}/*印刷時のGmap非表示を解除*/

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

    Layout

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


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

    Header

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

header {
    background-color: #fff;
    border-top: 10px solid #275ea8;
    width: 100%;
    height: auto;
}

div#header-inner_title {
    position: relative;
}


div#header-inner_title img {
    position: absolute;
    width:  48px;
    top: 16px;
    left: 6px;
}

p.title_name {
    font-size: 1.3rem;
    font-weight: bold;
    color: #275ea8;
    text-shadow: 0 1px 1px #ccc;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 56px;
}

div#header-inner_title h1 {
    font-size: 2.4rem;
    color: #275ea8;
    text-shadow: 0 1px 1px #ccc;
    display: inline-block;
    position: absolute;
    top: 34px;
    left: 54px;
}

div#header-inner_contact {
    display: none;
}

/* Gnavi
=======================================*/

nav#gnavi { display: none; }

/*--SlickNav--*/

.slicknav_menu {
    display:block;
    padding: 0 !important;
    width: 100%;
}

.slicknav_menu .slicknav_icon {
    font-size: 2.4rem;
}

.slicknav_btn {
    padding: 5px !important;
    margin: 14px  8px !important;
    background-color: #275fa8 !important;
}

 .slicknav_icon {
    margin: 5px 10px !important;
    position: relative !important;
}

.slicknav_nav {
    width: 100% !important;
    background-color: #275fa8 !important;
}

.slicknav_nav a {
    color: #fff !important;
    font-size: 2rem;
    border-bottom: 1px solid #fff;
    padding: 24px 10px !important;
    margin:  0 8px !important;
}

.slicknav_nav li:last-child a {
    border-bottom: none;
}

.slicknav_nav a:hover {
    color: #ff8b21 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.slicknav_menutxt {
    font-size: 11px;
    text-shadow: none !important;
    line-height: 1rem !important;
}

.slicknav_nav li i,
nav#gnavi li a i {
    padding-right: 3px;
    font-size: 1.8rem !important;
    vertical-align: bottom;
}

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

    slider

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

div#slider {
    width: ;
    border-bottom: 8px solid #ccc;
}

/* Opening
-----------------------------------------*/

.Opening {
    position:relative;
    background-color: #FFF;
}

.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 350px;

}

.Opening ul {
    list-style: none;
    font-size: 0;
}

.Opening ul li{
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.Opening ul li p.Opening__text{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    z-index: 9;
    color: #fff;
    font-size: 5rem;
    text-shadow: 0 1px 1px #333;
    font-weight: bold;
    width: 90%;
    line-height: 1.2;
}

.Opening ul li span {
    height: 350px;
}

.Opening ul li span img.Opening__img{
    max-width: inherit;
    width: 100%;
    min-width: 768px;
}

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

    main

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

main {
}

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

    top page

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

/*dashborad
=======================================*/

/* section#dashborad p {
    position: relative;
    line-height: 1.6;
    padding: 0 0 0 20px;
    font-size: 1.6rem;
    border: 4px solid #325A8C;
    border-radius: 4px;
}
section#dashborad p::before{
    content: attr(title);
    position: absolute;
    left: 0;
    top: 0;
    padding:20px 60px;
    font-size:1.4rem;
    background: #325A8C;
    color: #fff;
}
 */





section#dashborad {
    margin: 16px auto 0;
    height: auto;
    width: 95%;
    border-radius: 4px;
    border: 4px solid #275ea8;
    box-sizing: border-box;
    box-shadow: 0 1px 3px #bdbdbd;
    position: relative;
}

section#dashborad h2 {
    color: #fff;
    background-color:#275ea8;
    font-size: 1.7rem;
    font-weight: normal;
    text-align: center;
    padding: 16px 0;
}

section#dashborad h2 i {
    margin-right: 3px;
}

section#dashborad p {
    color: #275ea8;
    padding: 3% 4% 0%;
}

section#dashborad a {
    color: #ff8b21;
    font-weight: bold;
    text-decoration: underline;
}

section#dashborad a:hover {
    text-decoration: none;
}

section#dashborad:after {
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #275fa8 transparent transparent transparent;
    content: "";
    position: absolute;
    top: 45px;
    left: 47%;
    width: 0px;
    height: 0px;
    z-index: -1;
}


/*about-oss
=======================================*/

section#about-oss {
    margin-top: 36px;
}

div#about-oss_inner {
    width: 95%;
    margin: 0 auto 36px;
}

/*--about-oss_text--*/

div#about-oss_text {
    text-align: center;
}

div#about-oss_text h2 {
    color: #275ea8;
    border-bottom: 3px solid #275ea8;
    padding-bottom: 6px;
    margin-bottom: 16px;
    display: inline-block;
}

div#about-oss_text h2 i {
    margin-right: 4px;
}

/*--about-oss_img--*/

div#about-oss_img {
    width: 95%;
    margin: 0 auto;
}

div#about-oss_img img {
    display: block;
    width: 70%;
    margin: 10px auto;
    padding: 14px 0;
    }

/*merit
=======================================*/


section#merit {
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
    padding-bottom: 30%;
}

div#merit_inner {
    width: 95%;
    margin: 0 auto;
    padding: 42px 0 0;
}

div#merit_inner h2 {
    color: #275ea8;
    text-align: center;
    line-height: 1.2;
}

div#merit_inner h2 img {
    width: 26px;
    margin-right: 3px;
    vertical-align: text-bottom;
}

/*--merit_inner_point--*/

div#merit_inner_point {
    width: 95%;
    margin: 16px auto 0;
}

div.merit_box {
    background-color: rgba(255, 255, 255, 0.86);
    border: 4px solid #275ea8;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 12px 20px;
}

.numbering {
    counter-reset: h3;
}

.numbering h3:before {
    counter-increment: h3;
    content: counter(h3,decimal);
    margin: 0 3px 2px 0;
    color: #fff;
    background-color: #275ea8;
    padding: 4px 8px;
    font-size: 1.5rem;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
}

div.merit_box h3 {
    text-align: center;
    color: #ff8b21;
    border-bottom: 3px dotted #275ea8;
    margin-bottom: 8px;
    padding: 8px 0;
}

/*--merit_inner_woman--*/

div#merit_inner_woman {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto -37%;
}

div#merit_inner_woman img {
    display: block;
    min-width: 134px;
}



/*service
=======================================*/

section#service {
    background-color: #275ea8;
}

/*--service_inner--*/

div#service_inner {
    width: 95%;
    margin:0 auto;
    padding: 50px 0;
    text-align: center;
}

/*--card--*/

div.card {
    background-color: #fff;
    border-radius: 5px;
    width: 95%;
    height: auto;
    margin: 0 auto 16px;
    padding: 26px 34px;
    box-sizing: border-box;
}

div.card p {
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #275ea8;
}

div.card img {
    width: 154px;
}

div.card_btn a {
    display: block;
    margin: 22px auto 0;
    padding: 12px 8px;
    background: #275ea8;
    width: 56%;
    border-bottom: 3px solid #063677;
    color: #fff;
    font-size: 1.7rem;
}

/*--documents-download--*/

div#documents-download {
    width: 95%;
    margin: 0 auto;
}

div#documents-download a {
    display: block;
    background-color: #fff;
    color: #275ea8;
    box-shadow: 0 1px 3px #073777;
    border-radius: 4px;
    font-size: 2rem;
    font-weight: bold;
    padding: 18px;
}

div#documents-download a:hover {
    color: #ff8b21;
}

div#documents-download a i {
    margin-right:4px;
}

/*info
=======================================*/

section#info {
    background-color: #eee;
    padding: 4%;
}

/*--info_box--*/

div#info_box {
  background-color: #fff;
  max-width: 980px;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5%;
}

div#info_box h2 {
    color: #275ea8;
    text-align: center;
    margin-bottom: 1rem;
    margin-left: -2rem;
}

div#info_box h2 i {
    margin-right: 6px;
}

div#info_box ul {
    list-style: none;
}

div#info_box ul li {
    padding: 14px 0;
    color: #222;
    border-bottom: 1px solid #222;
}

div#info_box ul li span.date {
    display: inline-block;
    background-color: #275ea8;
    padding: 6px;
    color: #fff;
    font-size: 1.4rem;
}

div#info_box ul li a {
    display: block;
    line-height: 1.4;
    margin-top: 10px;
    color: #ff8b21;
}

div#info_box p {
    text-align: right;
    padding-top: 18px;
    margin-bottom: 0;
}

div#info_box p a {
    color: #ff8b21;
}

/*--foldtl--*/

.foldtl {
  position: relative;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);;
}

.foldtl:before{
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-top: 52px solid #eee;
    border-left: 52px solid #adadad;
    -webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.3);
    }

.foldtl:after{
    content: "";
    position: absolute;
    top: -1px;
    right: -3px;
    width: 0px;
    height: 3px;
    border-right: 53px solid #eeeeee;
    border-bottom: 53px solid transparent;
    }


/*adress
=======================================*/

div#adress_hamada,
div#adress_hachinohe {
    padding: 7% 0;
    width: 100%;
    box-sizing: border-box;
}

div#adress_hamada table,
div#adress_hachinohe table {
    font-size: 1.6rem;
    margin: 0 auto 24px;
    width: 95%;
    max-width: 380px;
}

div#adress_hamada table caption,
div#adress_hachinohe table caption {
    font-weight: bold;
    font-size: 3rem;
    border-bottom: 2px solid #222;
    padding: 14px;
}

div#adress_hamada table caption:first-letter,
div#adress_hachinohe table caption:first-letter {
    font-size: 4rem;
    color: #275ea8;
}

div#adress_hamada table tbody {

}

div#adress_hamada table tbody tr,
div#adress_hachinohe table tbody tr {
    border-bottom: 1px solid #222;
}

div#adress_hamada table tbody tr th,
div#adress_hachinohe table tbody tr th {
    padding: 6% 5% 6% 4%;
}

div#adress_hamada table tbody tr td,
div#adress_hachinohe table tbody tr td {
    padding: 6% 4% 6% 0;
}

/* top-roll
=======================================*/

div#top-roll {
    background-color: #9a9a9a;
    color: #fff;
    text-align: center;
    padding: 24px 0;
    cursor : pointer;
}

div#top-roll span {
    font-size: 1.6rem;
}

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

     footer

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

footer {
    background-color: #275ea8;
}

div#footer_inner {å
    margin: 0 auto;
    padding: 50px 0 0;
    color: #fff;
}

div#footer_inner h2 {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 40px;
}

div#footer_inner h2 img {
    width: 26px;
    vertical-align: sub;
    margin-right: 3px;
}

div#footer_inner ul {
    list-style: none;
    font-size: 1.6rem;
}

div#footer_inner ul li {
    border-top: 1px solid #fff;
    box-sizing: border-box;
        display: block;
}

div#footer_inner ul li a {
    color: #fff;
    padding: 24px;
    display: block;
}

div#footer_inner ul li a:hover {
    color: #ff8b21;
}

div#footer_inner li a i {
    margin-right: 4px;
}

/* copyright
===================================*/

footer #wrap_small {
    background-color: #000;
}

footer small {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 32px;
    text-align: center;
}

footer small img {
    width: 18px;
    margin-right: 3px;
    vertical-align: bottom;
}

footer small span {
    display: block;
    padding: 8px 0 0;
    font-size: 1.6rem;
    font-weight: normal;
}

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

    Sub Page Layout

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

div#wrap_contents {
    background-color: #f5f5f5;
    padding: 3% 0;
}

/* breadcrumbs
=========================================*/

nav#wrap_breadcrumbs {
    display: none;
}

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

    main Contents

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

div#main_contents {
    width: 95%;
    height: auto;
    margin: 0 auto;
    background-color: #fff
}

/* main_contents_header
=========================================*/

div#main_contents_header {
    background-color: #275ea8;
    padding: 5% 0;
}

div#main_contents_header img {
    display: block;
    width: 20%;
    margin: 0 auto;
}

div#main_contents_header h2 {
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    margin-top: 2%;
}

/* main_contents_body
=========================================*/

div#main_contents_body {
    padding: 6%;
}

div#main_contents_body h3{
    color: #275ea8;
    padding-bottom: 1rem;
    border-bottom: 3px solid #275ea8;
    margin-bottom: 1rem;
}

div#main_contents_body p {

}




/* -------------------------------------------- */
/* ▼タブレット用デザイン（768px以上） */
/* -------------------------------------------- */


h2 { font-size: 3.2rem;}

br.pc {display: block;}
br.sp {display: none;}

span.tbNone {display: none}

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

    Header

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

div#header-inner {
    margin: 24px 0;
}

div#header-inner_title {
    box-sizing: border-box;
    width: 44%;
    height: 40px;
    float: left;
}


div#header-inner_title img {
    width: 48px;
    top: 8px;
    left: 6px;
}

p.title_name {
    font-size: 1.4rem;
    top: 2px;
    left: 58px;
}

div#header-inner_title h1 {
    font-size: 2.5rem;
    top: 26px;
    left: 56px;
}

div#header-inner_contact {
    box-sizing: border-box;
    display: block;
    float: right;
    width: 55%;
    padding: 10px 0;
}

div#header-inner_contact img {
    width: 200px;
    float: right;
    margin-right: 10px;
}

/* Gnavi
=======================================*/

.slicknav_menu {
    display: none;
}

nav#gnavi {
    display: inline-block;
    background-color: #275ea8;
    width: 100%;
}

nav#gnavi ul {
    font-size: 1.5rem;
}

nav#gnavi li {
    display: inline-block;
    border-right: 1px solid #fff;
    text-align: center;
    list-style: none;
    width: 19.4%;
}

nav#gnavi li:last-child {
    border-right: none;
}

nav#gnavi li a {
    color: #fff;
    display: block;
    padding: 18px 0;
}

nav#gnavi li a:hover {
    color: #ff8b21;
    text-decoration: none;
}


nav#gnavi li a i {
    vertical-align: top;
}

/* Opening
-----------------------------------------*/

.ratio-1_1:before {
    padding-top: 350px;
}

.Opening ul li{
    height: 350px;
}

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

    main

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

/*dashborad
=======================================*/

section#dashborad:after {
    border-width: 20px 0px 20px 20px;
    border-color: transparent transparent transparent #275ea8;
    top: 37px;
    left: 145px;
}

section#dashborad h2{
    float: left;
        padding: 48px 30px;
}

section#dashborad p{
    padding: 16px 16px 0 180px;
}


/*about-oss
=======================================*/

/*--about-oss_img--*/

div#about-oss_img {
    width: 95%;
    margin: 0 auto;
}

div#about-oss_img img {
    width: 54%;
    padding: 26px 0;
    }


/*merit
=======================================*/

div#merit_inner h2 img {
    width: 30px;
}

/*--merit_inner_point--*/

div#merit_inner_point {
    width: 80%;
    margin: 30px auto 0;
}

/*--merit_inner_woman--*/

div#merit_inner_woman {
    width: 35%;
    margin: 0px auto -29%;
}

/*service
=======================================*/

/*--service_inner--*/

div#service_inner {
    width: 756px;
}

/*--card--*/

div.card {
    width: 32.5%;
    max-width: 280px;
    margin: 0 1% 0 0;
    padding: 26px 0;
    float: left;
}

div.card_last {
    margin-right: 0;
}


div.card p {
    font-size: 2.8rem;
    line-height: 1.2;
}

div.card img {
    width: 154px;
}

div.card_btn a {
    display: block;
    padding: 12px 8px;
    background: #275ea8;
    width: 64%;
    border-bottom: 3px solid #063677;
    color: #fff;
    font-size: 1.7rem;
}

div.card_btn a:hover {
    color: #ff8b21;
}

/*--documents-download--*/

div#documents-download {
    clear: both;
    max-width: 600px;
    padding-top: 24px;
}

div#documents-download a {
    font-size: 2rem;
}


/* info
=======================================*/

div#info_box h2 i {
    margin-right: 8px;
}

div#info_box ul li span.date {
    font-size: 1.4rem;
    margin-right: 16px;
}

div#info_box ul li a {
    display: inline-block;
    font-size: 1.6rem;
}

/* adress
=======================================*/

div#adress_hamada {
    width: 50%;
    float: left;
    max-height: 400px;
}

div#map_hamada {
    float: right;
    width: 50%;
}

div#adress_hachinohe {
    width: 50%;
    float: right;
    max-height: 400px;
}

div#map_hachinohe {
    width: 50%;
    float: left;
}

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

     footer

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



/* copyright
===================================*/

footer small {
    text-align: left;
}

footer small span {
    display: inline-block;
    padding: 0;
    float: right;
}

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

    Sub Page Layout

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

div#wrap_contents {
    background-color: #f5f5f5;
    padding: 0 4% 6%;
}

/* breadcrumbs
=========================================*/

nav#wrap_breadcrumbs {
    display: block;
    background-color: #f5f5f5;
    font-size: 1.6rem;
    color: #222;
    padding: 3% 3%;
}

nav ol#breadcrumbs {
    list-style-type: none;
}

nav ol#breadcrumbs li {

    display: inline-block;
}

nav ol#breadcrumbs li a {
    color: #275ea8;
}

nav ol#breadcrumbs li a:hover {
    color: #ff8b21;
}

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

    main Contents

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

/* main_contents_header
=========================================*/

div#main_contents_header {
    padding: 3% 0;
}

div#main_contents_header img {
    width: 16%;
}

/* main_contents_body
=========================================*/

div#main_contents_body {
    padding: 6% 8%;
}


/* -------------------------------------------- */
/* ▼デスクトップ用デザイン（980px以上すべて） */
/* -------------------------------------------- */


h2 { font-size: 4rem;}
h3 { font-size: 2.4rem;}

span.tbNone{display: inline;}

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

    Header

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

div#header-inner {
    width: 980px;
    margin: 32px auto;
}

div#header-inner_title img {
    width: 50px;
    top: 8px;
    left: 0px;
}

p.title_name {
    font-size: 1.4rem;
    top: 1px;
    left: 54px;
}

div#header-inner_title h1 {
    font-size: 3.3rem;
    top: 24px;
    left: 51px;
}

div#header-inner_contact {
    box-sizing: border-box;
    display: block;
    float: right;
    width: 55%;
    padding: 10px 0;
    border-left: 1px solid #cacaca;
}

div#header-inner_contact img {
    width: 243px;
    float: right;
    margin-left: 24px;
    margin-right: 0;
}


/* Gnavi
=======================================*/

nav#gnavi ul {
    font-size: 1.6rem;
    width: 980px;
    margin: 0 auto;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

nav#gnavi li {
    width: auto;
}

nav#gnavi li a {
    padding: 18px 33px;
}

/* Opening
-----------------------------------------*/

.ratio-1_1:before {
    padding-top: 450px;
}

.Opening ul li{
    height: 450px;
}


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

    main

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

main {
    width: 100%;
}

/*dashborad
=======================================*/

section#dashborad {
    margin: 30px auto 0;
    width: 980px;
}

section#dashborad:after {
    top: 25px;
}

section#dashborad h2 {
    padding: 36px 30px;
}


/*about-oss
=======================================*/

section#about-oss {
    margin-top: 50px;
}

div#about-oss_inner {
    width: 980px;
    margin: 0 auto 70px;
}

/*--about-oss_text--*/

div#about-oss_text {
    float: left;
    width: 55%;
}

div#about-oss_text h2 {
}

div#about-oss_text h2 i {
}

/*--about-oss_img--*/

div#about-oss_img {
    float: right;
    width: 45%;
    margin: 0 auto;
    text-align: right;
}

div#about-oss_img img {
    display: inline-block;
    width: 80%;
    padding: 14px 0;
    margin-right: 16px;
    }

    /*merit
=======================================*/

section#merit {
    padding-bottom: 18px;
}

div#merit_inner {
    width: 980px;
    padding-top: 50px;
}


/*--merit_inner_point--*/

div#merit_inner_point {
    float: right;
    width: 52%;
    margin-top: 40px;
    margin-right: 30px;
}

/*--merit_inner_woman--*/

div#merit_inner_woman {
    float: left;
    width: 49%;
    margin: 0;
}

div#merit_inner_woman img {
    max-width: 390px;
    position: absolute;
    bottom: 0;
    right: 70px;
}

/* service
=======================================*/

/*--service_inner--*/

div#service_inner {
    width: 980px;
    padding: 72px 0 64px;
}

div.card {
    max-width: 300px;
    height: 390px;
    margin-right: 40px;
}

div.card_last {
    margin-right: 0;
}

div.card p {
    margin-bottom: 30px;
}

div.card_btn a {
    margin-top: 32px;
}

/*--documents-download--*/

div#documents-download {
    max-width: 600px;
    padding-top: 40px;
}

/* info
=======================================*/

div#info_box h2 {
    margin-bottom: 1.2rem;
}

/* adress
=======================================*/

div#wrap_hamada,
div#wrap_hachinohe {
    width: 980px;
    margin: 0 auto;
}

div#wrap_hamada table caption,
div#wrap_hachinohe  table caption {
    text-align: left;
}

div#map_hamada {
    width: 100%;
    margin-right: -50%;
}

div#map_hachinohe {
    width: 100%;
    margin-left: -50%;
}

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

     footer

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

div#footer_inner {
    padding: 70px 40px 30px;
    width: 980px;
    margin: 0 auto;
}

div#footer_inner h2 {
    text-align: left;
}

div#footer_inner ul li {
    border-top: none;
    display: inline-block;
    padding: 0 0px 40px 0;
    width: 240px;
}

div#footer_inner ul li a {
    padding: 0;
    display: inline;
}

/* copyright
===================================*/

footer small {
    width: 980px;
    margin: 0 auto;
    padding: 32px 0;
}

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

    main Contents

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

div#main_contents {
    max-width: 980px;
}

div#wrap_contents {
    padding: 0 0 72px;
}

/* breadcrumbs
=========================================*/

nav#wrap_breadcrumbs {
    width: 980px;
    margin: 0 auto;
    padding: 2.6% 3%;
}

/* main_contents_header
=========================================*/

div#main_contents_header img {
    width: 14%;
}

/* main_contents_body
=========================================*/

div#main_contents_body {
    padding: 6% 14%;
}

div#main_contents_body h3 {
    font-size: 2.8rem;
    padding-bottom: 1.4rem;
    margin-bottom: 1.6rem;
}








