@charset "UTF-8";

/* Theme Name: 自動車登録OSSセンター */

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

    Structure Module

    767pxまではモバイル
    768px〜979pxまではタブレット
    980px以上はデスクトップ

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

html {
	font-size: 62.5%;/*ベース10px=1rem*/
	-ms-text-size-adjust: 100%;/* ランドスケープ時の自動文字サイズ調整を防ぐ */
	-webkit-text-size-adjust: 100%;}

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:#ff9913;text-decoration: underline}

.bold { font-weight: bold; }
.red {color: red;}
.blue {color: blue;}
.orange {color: #ff9913;}
.theme {color: #275ea8;}

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

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

span.pc { display: none;}
span.sp { display: inline;}

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

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

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

    Layout

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

body.home {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


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

    Header

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

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

div#header-inner_title {
   position: relative;
	font-family:  "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

div#header-inner_title img {
    width: 42px;
    position: absolute;
    top: 17px;
    left: 12px;
}

/*
svg#logo_header {
   position: absolute;
   width: 44px;
	height: 44px;
   top: 17px;
   left: 8px;
}

g.logo_header01 {
	fill: #222;
}
g.logo_header02 {
	fill: #8a8a8a;
}
g.logo_header03 {
	fill: #8a8a8a;
}
*/

p.title_name {
    font-size: 1.3rem;
    font-weight: bold;
    color: #222;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 56px;
}

div#header-inner_title h1 {
    font-size: 2.4rem;
    color: #222;
    display: inline-block;
    position: absolute;
    top: 36px;
    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 a:last-child {
    border-bottom: none;
}


.slicknav_nav a:hover {
    border-radius: 0 !important;
    background: transparent !important;
    color: #ff9913 !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 {
    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: 3rem;
    line-height: 1.3;
    text-shadow: 0 2px 6px #333;
    font-weight: bold;
    width: 80%;
}

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

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

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

    main

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

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

    top page

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

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

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;
	 position: relative;
	 top: 0px;
    left: 0px;
}

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

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

section#dashborad a {
    color: #ff9913;
    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: 90%;
    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;
}

div#about-oss_text_inner {
	text-align: left;
}

/*--about-oss_img--*/

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

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

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

section#merit {
    background-color: #e1effb;
    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.8);
    border: 4px solid #275ea8;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 10px 20px 20px;
	box-shadow: 1px 1px 1px 0 #aaa;
}

.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: #ff9913;
    border-bottom: 2px dotted #275ea8;
    margin-bottom: 8px;
    padding: 8px 0;
	font-size: 2.2rem;
}

div.merit_box p {
   font-size: 1.6rem;
	line-height: 1.7;
	margin-bottom: 0;
}



/*--merit_inner_woman--*/

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

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

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

section#service {
   background-color: #63b9ef;
	padding: 40px 0;
}

/*--service_inner--*/

div#service_inner {
    width: 95%;
    margin:0 auto;
    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;
	box-shadow: 0 1px 1px #aaa;
}

div.card_last {
    margin-bottom: 0;
}

div.card p {
   font-weight: bold;
   font-size: 2.8rem;
   line-height: 1.2;
	text-shadow: 0 1px 3px #eee;
	 color: #4fb0ec;
}

g.card_icon {
    fill: #4fb0ec;
}

div.card_btn a {
	background-color: #4fb0ec;
	border-bottom: 2px solid #2790d2;
	display: block;
   margin: 22px auto 0;
   padding: 12px 8px;
   width: 56%;
   font-size: 1.7rem;
   color: #fff;
}

div.card_btn a:hover {
	margin-top: 23px;
	border-bottom: 1px solid #59a6d6;
	text-decoration: none;
}

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

section#info {
    background-color: #eee;
    padding: 32px 0;
}

/*--info_box--*/

div#info_box {
	background-color: #fff;
	width: 90%;
	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: #ff9913;
}

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

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

/*--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;
    }

/* subarea
=======================================*/

section#subarea {
	width: 100%;
	height: auto;
	padding: 40px 0;
	background: repeating-linear-gradient(
			135deg,
			#3d61a5,
			#3F66AC 3px,
			#3F66AC 3px,
			#3F66AC 6px
	);
}

div#wrap_sabarea {
	width: 90%;
	margin: 0 auto;
}

div#wrap_subarea p {
	color: #fff;
}

div#wrap_sabarea a:hover {
    text-decoration: none;
}

/*--ビッグボタン--*/

div#question_bigbtn,
div#doc_bigbtn {
	width: 100%;
	background: #e4e3e2;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d3cecd));
	background: -moz-linear-gradient(top,  #fff,  #d3cecd);
	background: -o-linear-gradient(top,  #fff,  #d3cecd);
	background: -ms-linear-gradient(top,  #fff,  #d3cecd);
	background: linear-gradient(top,  #fff,  #d3cecd);
	border-radius: 4px;
	color: #222;
	font-weight: bold;
	box-sizing: border-box;
	padding: 16px;
	margin-bottom: 8px;
    box-shadow: 0 0 1px #3c3c3c;
    margin-top: -1px;
    border-bottom: 1px solid #3c3c3c;
}

div#question_bigbtn:hover,
div#doc_bigbtn:hover {
    box-shadow: 0 0 0 transparent;
    margin-top: 0;
    border-bottom: none;
    color: #3f64ab;
}

div#question_bigbtn p,
div#doc_bigbtn p {
    margin: 0;
}

div#question_bigbtn p span,
div#doc_bigbtn p span {
	font-size: 1.3rem;
	vertical-align: bottom;
}

div#question_bigbtn p span {
	color: #275ea8;
}

div#doc_bigbtn p span {
	color: #275ea8;
}

/*--電話番号＆フォームエリア--*/

div#contact-area {
   text-align: center;
	padding: 24px 0 16px;
    clear: both;
}

div#contact-area > p {
	font-weight: normal;
	font-size: 1.8rem;
	color: #fff;
}

div#contact-area_wrap_number p {
	font-weight: bold;
	font-size: 3.2rem;
	color: #fff;
}

div#contact-area_wrap_number p:first-chirld {
		margin-bottom: 24px;
}

div#contact-area p i {
	margin-right: 4px;
}

strong.contact_area_number {
   font-size: 1.6rem;
   background: #fff;
   color: #3f64aa;
   padding: 2px 0;
   border-radius: 16px;
   display: block;
	margin: 0 auto 14px;
   width: 90%;
}

div#contact-area p a {/*スマホ時の番号リンクスタイル*/
	font-weight: bold;
	font-size: 3.2rem;
	color: #fff;
}

div#contact-link {
	text-align: center;
	clear: both;
}

div#contact-link p {
	color: #fff;
	margin-bottom: 1.4rem;
}

p#contact-link_btn {
    background-color: #fff;
    width: 140px;
    margin: -1px auto !important;
    padding: 8px;
    font-weight: bold;
    color: #3f65ac !important;
    box-shadow: 0 0 1px #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
}

p#contact-link_btn:hover {
    margin-top: 0 !important;
    border-bottom: none;
    box-shadow: none;
}

p#contact-link_btn i {
    margin-right: 4px;
}


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

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

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

div#adress_hamada table caption,
div#adress_hachinohe table caption {
    font-weight: bold;
    font-size: 3.2rem;
    border-bottom: 1px solid #222;
    padding: 0 0 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_hachinohe table tbody {
    line-height: 1.2;
}

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: 8% 5% 8% 4%;
}

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

/*--adress内gmap--*/

div#map_hamada > iframe,
div#map_hachinohe > iframe {
	margin-bottom:-1px;
}

/* 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: #88d2ff;
}

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: 24px;
    vertical-align: bottom;
}


/*
svg#logo_footer {
   fill: #fff;
   width: 24px;
	height: 24px;
	margin-right: -4px;
	margin-bottom: 1px;
   vertical-align: sub;
}
*/

div#footer_inner ul {
   list-style: none;
   font-size: 1.6rem;
	border-bottom: 2px dotted #fff;
}

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: #ff9913;
}

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

/* service-area
===============================*/

div#service-area {
   background-color: #88d2ff;
	color: #fff;
}

div#service-area_inner {
   width: 90%;
	margin: 0 auto;
	padding: 48px 0;
}

div#service-area_inner h3 {
    text-align: center;
    margin-bottom: 18px;
}

div#service-area_inner h3 i {
    margin-right: 5px;
	color: orange;
}

ul#service-area_list {
	font-size: 1.6rem;
}

ul#service-area_list li {
	display: inline-block;
	padding: 12px 12px 12px 0;
}

/* 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;
    overflow: hidden;
}

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

div#main_contents_header {
    position: relative;
    height: auto;
    text-align: center;
}

div#main_contents_header img {
    min-width: 390px;
}

div#main_contents_header h2 {
    width: 100%;
    font-size: 2.4rem;
    color: #fff;
     position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}

div#main_contents_header h2:before {
content: '';
position: absolute;
bottom: -22px;
display: inline-block;
width: 8%;
height: 4px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #fff;
}

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

div#main_contents_body {
    padding: 6%;
}

div#main_contents_body a {
    color: #275ea8;
}

div#main_contents_body a:hover {
    color: #ff9913;
}

div#main_contents_body h2 {
    color: #275ea8;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

div#main_contents_body h3{
    color: #275ea8;
    border-bottom: 3px solid #275ea8;
    margin-bottom: 1rem;
    position: relative;
    padding: 0 0 0.8rem 2.8rem;
    font-size: 2.2rem;
	margin-top: 5rem;
}

div#main_contents_body h3:first-child {
	margin-top: 0;
}

div#main_contents_body h3::before,
div#main_contents_body h3::after {
  position: absolute;
  content: '';
  border-radius: 100%
}

div#main_contents_body h3::before {
    top: 0.1rem;
    left: 0;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: rgba(0, 94, 220, 0.82);
}

div#main_contents_body h3::after {
    top: 0.8rem;
    left: 1rem;
    width: 14px;
    height: 14px;
    background: rgba(157, 99, 228, 0.83);
}

div#main_contents_body h3 a {
    color: #275ea8;
}

div#main_contents_body h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
}

div#main_contents_body h5 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.6rem;
}

div#main_contents_body h6 {
    font-size: 1.7rem;
    font-weight: bold;
}

div#main_contents_body ul,
div#main_contents_body ol {
    padding: 18px;
}

div#main_contents_body li {
    line-height: 1.5;
}

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

    新着情報TOP スタイル(index.php)

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

section.post {
    box-sizing: border-box;
    padding-bottom: 18px !important;
}

section.post h2 {
    font-size: 3.2rem;
    padding-bottom: 8px;
    border-bottom: 3px solid #275ea8;
    color: #275ea8;
}

section.post h2 a {
    color: #275ea8;
}

section.post h2 a:hover {
    color: #ff9913;
    text-decoration: none;
}

section.post p.post_date {
    padding-top: 8px;
    font-size: 1.5rem;
}

section.post p.ar {
    text-align: right;
}

section.post p.ar a {
    color: #ff9913;
    text-decoration: underline;
}

section.post p.ar a:hover {
    text-decoration: none;
}

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

    ページネーションスタイル

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

/*  wp-pagenavi
=======================================*/

.wp-pagenavi {
    text-align: center;
    font-size: 1.5rem;
    margin: 6% 0 4%;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    padding: 6px 8px;
    margin: 2px;
    background-color: #275ea8;
    color: #fff;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #275ea8;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

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

    single.php（投稿ページ）

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

/* ページネーション（ページ次前）
=========================================*/

div#main_contents_body p.state {
    text-align: right;
    padding-top: 56px;
}

div#main_contents_body p.state a {
    color: #ff9913;
}

div#main_contents_body p.state a:hover {

}

ul#page_pre_next {
    list-style-type: none;
    max-width: 980px;
    width: 94%;
    margin: 0 auto;
    padding: 5% 0 2%;
    line-height: 1.6;
}

ul#page_pre_next li.next,
ul#page_pre_next li.pre {
    display: inline-block;
}

ul#page_pre_next li.next {
    float: left;
    padding: 0 0 18px;
    margin-right: 1%;
}

ul#page_pre_next li.pre {
    float: right;
    padding: 0 0 18px;
}

ul#page_pre_next li.next a,
ul#page_pre_next li.pre a {
    color: #275ea8;
    text-decoration: underline;
}

ul#page_pre_next li.next a:hover,
ul#page_pre_next li.pre a:hover {
    color: #ff9913;
}

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

    テーブルデザイン

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

/* 法人概要テーブル
=======================================*/

table.guide_adress{
    font-size: 1.6rem;
    width: 100%;
	line-height: 1.2;
}

table.guide_adress tbody tr {
    border-bottom: 1px solid #fff;
}

table.guide_adress tbody th {
    background-color: #275ea8;
    color: #fff;
        padding: 16px;
}

table.guide_adress tbody td {
    background-color: #efefef;
    padding: 16px;
    text-align: center;
}

div#main_contents_body p > iframe {
    margin-bottom: -25px;
}

/* -------------------------------------------- */
/* ▼タブレット用デザイン（768px以上） */
/* -------------------------------------------- */
@media screen and (min-width:768px) {

h2 { font-size: 3.2rem;}

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

span.pc { display: inline;}
span.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: 42px;
    top: 8px;
    left: 12px;
}

	
/*
svg#logo_header {
    width: 47px;
    height: 47px;
    top: 7px;
    left: 8px;
}
*/
	
p.title_name {
    font-size: 1.4rem;
    top: 5px;
    left: 58px;
}

div#header-inner_title h1 {
    font-size: 2.5rem;
    top: 28px;
    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;
}

.slicknav_nav a:hover {
    color: #275ea8 !important;
    background-color: #fff !important;
}

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

nav#gnavi ul {
	width: 100%;
	font-size: 1.5rem;
	display: table;
	border-top: 1px solid #275ea8;
	border-bottom: 1px solid #275ea8;
}

nav#gnavi ul a {
	display: table-cell;
	border-right: 1px solid #fff;
	color: #fff;
}

nav#gnavi ul a:hover {
    font-weight: bold;
}

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

nav#gnavi ul a:hover {
	color: #275ea8;
	background-color: #fff;
   text-decoration: none;
}

nav#gnavi li {
	text-align: center;
   list-style: none;
	padding: 18px 0;
}

nav#gnavi li i {
	margin-right: 4px;
}

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

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

.Opening ul li{
    height: 350px;
}

.Opening ul li p.Opening__text {
    font-size: 4.6rem;
    line-height: 1.3;
    width: 90%;
    top: 46%;
}

.Opening ul li p.slide-text_01 {
    text-align: right;
}

.Opening ul li p.slide-text_02 {
    text-align: left;
}

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

    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: 48%;
    padding: 26px 0;
}


/*merit768
=======================================*/

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: 30%;
    margin: 0px auto -21%;
}

/*service768
=======================================*/

section#service {
	padding: 50px 0;
}

/*--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 {
    width: 64%;
    font-size: 1.7rem;
}

/* info768
=======================================*/
section#info {
    padding: 40px 0;
}

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;
}

/* subarea768
=======================================*/

section#subarea {
	padding: 50px 0;
}

/*--ビッグボタン--*/

div#question_bigbtn,
div#doc_bigbtn {
	width: 49.4%;
	padding: 40px 0;
	text-align: center;
}

div#question_bigbtn {
	float: left;
}

div#doc_bigbtn {
	float: right;
}

div#question_bigbtn p,
div#doc_bigbtn p {
	font-size: 2.4rem;
}

div#contact-area {
    padding: 32px 0 16px;
}

strong.contact_area_number {
	display: inline;
   padding: 8px 16px;
   vertical-align: bottom;
   margin-right: 14px;
}

div#contact-area > p {
   font-size: 2rem;
   margin-bottom: 24px;
}

div#contact-area_wrap_number p {
	font-size: 3.8rem;
    margin-bottom: 24px;
}

div#contact-link p {
    margin-bottom: 1.6rem;
}

p#contact-link_btn {
    padding: 10px 14px;
}


/* adress768
=======================================*/

section#adress {
	background-color: #f8f8f8;
	padding: 48px 4%;
}

div#wrap_hamada,
div#wrap_hachinohe {
}

div.inner_address {
	background-color: #fff;
	margin-bottom: 24px;
    box-shadow: 0 1px 3px #dedede;
}

div#adress_hamada,
div#adress_hachinohe {
    width: 50%;
    float: left;
    max-height: 400px;
    padding: 50px 24px 0;
}

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

div#adress_hamada table tbody tr th,
div#adress_hachinohe table tbody tr th {
    padding: 8% 5% 8% 0;
    width: 36px;
}

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

div#map_hamada,
div#map_hachinohe {
    float: right;
    width: 50%;
    box-sizing: border-box;
}

div#adress_hachinohe {
    float: right;
}

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

     footer768

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

/* service-area
===============================*/

div#service-area_inner {
   width: 95%;
}

div#service-area_inner h3 {
   margin-bottom: 24px;
}

/* 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 i,
nav ol#breadcrumbs li a {
    color: #275ea8;
}

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

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

    main Contents

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

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

div#main_contents_header h2 {
	font-size: 3.6rem;
}

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

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


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

    single.php（投稿ページ）

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

/* ページネーション（ページ次前）
=========================================*/

ul#page_pre_next {
    list-style-type: none;
    max-width: 980px;
    width: 94%;
    margin: 0 auto;
    padding: 4% 0 0;
    line-height: 1.6;
}

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

    ページネーションスタイル

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

/*  wp-pagenavi
=======================================*/

.wp-pagenavi {
    font-size: 1.6rem;
    margin: 3.6% 0 0;
}

}/*--/min-width:768px--*/

/* -------------------------------------------- */
/* ▼デスクトップ用デザイン（980px以上すべて） */
/* -------------------------------------------- */
@media screen and (min-width: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: 52px;
    top: 8px;
    left: 0px;
}

/*
svg#logo_header {
    width: 53px;
    height: 53px;
    top: 8px;
    left: 0px;
}
*/
	
p.title_name {
    font-size: 1.4rem;
    top: 5px;
    left: 57px;
}

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

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;
}

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

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

.Opening ul li{
    height: 450px;
}

.Opening ul li p.Opening__text {
    width: 980px;
    font-size: 5rem;
}


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

    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: 72%;
    padding: 44px 0 14px;
    margin-right: 16px;
    }

/*merit980
=======================================*/

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

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

/*--merit_inner_point--*/

div#merit_inner_point {
   float: right;
   width: 70%;
   margin-top: 40px;
	z-index: 100;
   position: relative;
}

/*--merit_inner_woman--*/

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

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

/* service980
=======================================*/

section#service {
    padding: 56px 0;
}

/*--service_inner--*/

div#service_inner {
    width: 980px;
}

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;
}

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


/* info980
=======================================*/

section#info {
    padding: 56px 0;
}

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

/* subarea980
=======================================*/

section#subarea {
    padding: 64px 0;
}

div#wrap_sabarea {
	width: 980px;
}

div#contact-area {
    padding: 42px 0 20px;
}

div#contact-area > p {
    font-size: 2.6rem;
    margin-bottom: 32px;
}


div#contact-area_wrap_number {
	margin: 0 auto;
	width: 86%;
	display: inline-block;
}

div#contact-area_wrap_number p {
    font-size: 4rem;
}

div#contact-area_wrap_number p:first-child {
    float: left;
}

div#contact-area_wrap_number p {
	float: right;
}


div#contact-link p {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
}

p#contact-link_btn {
    padding: 12px 16px;
}

/* adress980
=======================================*/

section#adress {
    padding: 56px 0;
}

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

div#adress_hamada,
div#adress_hachinohe {
    padding: 54px 0;
	}

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

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

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

     footer980

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

div#footer_inner {
    padding: 60px 0px 0;
    width: 980px;
    margin: 0 auto;
    box-sizing: border-box;
}
	
div#footer_inner h2 {
    text-align: left;
}
	
ul#footer_list {
    padding-bottom: 12px;
}

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

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

/* service-area
===============================*/

div#service-area_inner {
   width: 980px;
	padding: 46px 0 60px;
   box-sizing: border-box;
}

div#service-area_inner h3 {
   text-align: left;
}

/* 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
=========================================*/



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

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

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

div#main_contents_body h3::before {
    top: 0.3rem;
    left: 0;
    width: 20px;
    height: 20px;
}

div#main_contents_body h3::after {
    top: 1rem;
    left: 1rem;
    width: 16px;
    height: 16px;
}

}/*--/min-width:980px--*/


/* -------------------------------------------- */
/* ▼例外用デザイン（399px以下） */
/* -------------------------------------------- */
@media screen and (max-width:399px) {

br.sp_s {display: block;}

div#header-inner_title {
}
	
div#header-inner_title img {
    width: 35px;
    position: absolute;
    top: 13px;
    left: 9px;
}

/*
svg#logo_header {
    width: 39px;
    height: 39px;
    top: 13px;
    left: 6px;
}
*/
	
p.title_name {
    font-size: 1.2rem;
    top: 8px;
    left: 48px;
}

div#header-inner_title h1 {
    font-size: 1.86rem;
    top: 30px;
    left: 46px;
}

.slicknav_btn {
    margin: 8px  8px !important;
}

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

.Opening ul li span img.Opening__img{
	left: -50%;
   transform: translate(-50%, -50%);
   -webkit-transform:translate(-50%, -50%);
}

/* card
-----------------------------------------*/

div.card {
    padding: 26px 0;
}

/* adress399
-----------------------------------------*/

div#adress_hamada table tbody tr,
div#adress_hachinohe table tbody tr {
    line-height: 1.4;
}

div#adress_hamada table tbody tr th,
div#adress_hachinohe table tbody tr th {
    padding: 6% 0 6% 0;
    font-weight: bold;
}

div#adress_hamada table tbody tr td,
div#adress_hachinohe table tbody tr td {
    padding: 0;
    text-align: center;
}

}/*--/max-width:399px--*/

/*	コンタクトフォーム
-------------------------------------------*/

div#mw_wp_form_mw-wp-form-48 {
	background-color: #f3f3f3;
	padding: 32px;
}

table#mwwp_form {
	width: 100%;
	font-size: 1.6rem;
}

 #mwwp_form tbody,
 #mwwp_form tr {
    display: block;
    width: 100%;
}

 #mwwp_form tr {
	margin-bottom: 32px;
}

 #mwwp_form th{
	font-weight:bold;
	display: block;
   margin-bottom: 12px;
   float: left;
}

 #mwwp_form td{
  display: inline-block;
  width: 100%;
}

span.required{
	padding: 5px;
	background: #DE8686;
	color: #fff;
	border-radius: 3px;
	margin-right: 3px;
	font-size: 1.4rem;
	box-sizing: border-box;
	font-weight: normal;
}

 #mwwp_form input,
 #mwwp_form textarea{
	width: 100%;
	padding: 8px;
}

.mwform-tel-field input {
	width: 28% !important;
}

input.customer_code {
    width: 42% !important;
}

input.confirm_btn,
input.back {
	display: block;
   margin: 0 auto;
	padding: 12px 24px;
   color: #fff;
   background: #275ea8;
   border: 0;
}

input.confirm_btn:hover{
   transition: all 0.5s;
   background: #ff9931;
}

 /*--確認画面()--*/

.mw_wp_form_confirm td {
    background: #fff;
    padding: 12px;
    box-sizing: border-box;
}

span.caution {
    font-weight: normal;
    font-size: 1.5rem;
}

span.error {
    color: red;
    display: inline-block;
    padding: 10px 0;
}

 /*--送信完了(completed)--*/

pre.codes {
    font-size: 1.6rem;
    line-height: 1.6;
}


