@charset 'utf-8';

/* ------------------------------
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:2010-09-17
Author:Richard Clark - http://richclarkdesign.com
Twitter:@rich_clark
------------------------------ */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    max-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border: 0;
    outline: 0;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:hover {
    text-decoration: none;
}

ins {
    color: #000;
    text-decoration: none;
    background-color: #ff9;
}

mark {
    color: #000;
    font-weight: bold;
    font-style: italic;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

input,
select {
    vertical-align: middle;
}


/* ------------------------------
 共通設定
------------------------------ */


/* body */

body {
    color: #363636;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    background-color: #fff;
    -webkit-text-size-adjust: none;
}


/* clearfix */

.cf::before,
.cf::after {
    display: table;
    content: "";
}

.cf::after {
    clear: both;
}


/* ヘッダ */

#header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
}

#logo {
    width: 242px;
}

#header .box {
    width: 432px;
    padding: 10px 0 15px;
}

#header_link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 22px;
    color: #555;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
}

#header_link dt {
    padding-left: 50px;
    background: url(../img/cmn/header_vision.png) no-repeat left center;
}

#header_link dd {
    margin-left: 10px;
    padding-left: 9px;
    background: url(../img/cmn/header_ar.png) no-repeat left center;
}

#hd_nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 432px;
}

#hd_nav li:nth-of-type(1) {
    width: 220px;
}

#hd_nav li:nth-of-type(2) {
    width: 200px;
}

#hd_nav .tel_txt {
    margin-top: 10px;
    text-align: center;
}

#hd_nav .num {
    color: #d00e10;
    font-size: 34px;
    font-weight: bold;
}


/* クロージング */

.closing {
    padding-bottom: 30px;
    background-color: #fffef1;
    border-bottom: 1px solid #244c97;
}

.t_closing {
    padding: 15px 0 17px;
    background-color: #244c97;
}

.closing ul {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

.closing li {
    float: left;
    box-sizing: border-box;
    width: 480px;
}

.closing li:nth-of-type(1) {
    padding-left: 50px;
}

.closing li:nth-of-type(1) {
    padding-left: 28px;
}


/* 段落 */

.marker {
    background: -webkit-linear-gradient(transparent 60%, #feff9b 60%);
    background: linear-gradient(transparent 60%, #feff9b 60%);
}

.bold {
    font-weight: bold;
}

.red {
    color: #d00;
}

.ex {
    color: #666;
}

.indent {
    margin-left: 1em;
    text-indent: -1em;
}

.fs16 {
    font-size: 16px;
    line-height: 1.5;
}

.fs18 {
    font-size: 18px;
    line-height: 1.5;
}

.fs20 {
    font-size: 20px;
    line-height: 1.5;
}

.fs22 {
    font-size: 22px;
    line-height: 1.5;
}

.fs24 {
    font-size: 24px;
    line-height: 1.5;
}

.fs26 {
    font-size: 26px;
    line-height: 40px;
}

.fs28 {
    font-size: 28px;
    line-height: 1.5;
}

.fs30 {
    font-size: 30px;
    line-height: 1.5;
}

.fs32 {
    font-size: 32px;
    line-height: 1.5;
}

.mb {
    margin-bottom: 1em;
}

.mb10 {
    margin-bottom: 10px;
}

.mrl18 {
    margin-right: 18px;
    margin-left: 18px;
}

.mrl20 {
    margin-right: 20px;
    margin-left: 20px;
}

.mrl40 {
    margin-right: 40px;
    margin-left: 40px;
}

.pt20 {
    padding-top: 20px;
}

.ptb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.prl30 {
    padding-right: 30px;
    padding-left: 30px;
}

.prl40 {
    padding-right: 40px;
    padding-left: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.auto {
    margin-right: auto;
    margin-left: auto;
}

.contents {
    margin: 0 20px 40px;
}

.white {
    background-color: #fff;
}

.contents_inner {
    padding: 20px 20px 40px;
}


/* フッタ */

footer {
    margin-top: 80px;
}

footer .inbox {
    display: flex;
    flex-flow: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 880px;
    margin: 0 auto;
}


/* 会社概要・プライバシーポリシー */

#links li {
    display: inline-block;
}

#links li:not(:last-of-type) {
    margin-right: 10px;
}

#links li a {
    display: block;
    padding-left: 10px;
    color: #555;
    font-size: 12px;
    line-height: 1;
    background: url(../img/cmn/header_ar.png) no-repeat left center;
}


/* ソーシャルボタン */

#sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sns li:not(:last-of-type) {
    margin-right: 10px;
}


/* コピーライト */

#copyright {
    margin-top: 8px;
    padding: 8px 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    background-color: #b4b4b4;
}


/* 汎用クラス */

.txt {
    font-size: 18px;
    line-height: 1.5;
}

.justify {
    text-align: justify;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.link {
    display: block;
    padding: 20px;
    color: #00f;
    font-weight: bold;
    line-height: 1.4;
}


/* 電話番号のテキスト */

.tel_num {
    color: #d00e10;
    font-size: 66px;
    font-weight: bold;
}

.tel_header_num {
    color: #d00e10;
    font-size: 35px;
    font-weight: bold;
}


/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/