@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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/* chtml5doctorから変更
--------------------------------------*/
ol li, ul li{
    list-style-type: none;
}
a {
    color: #333;
}
a:hover {
	color: #333;
    text-decoration: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* clerfix
--------------------------------------*/
.clear:after {
  content: "";
  clear: both;
  display: block;
}


/*--------------------------------------

 共通のスタイル

--------------------------------------*/
html {
    font-size: 62.5%;
}
body.doui {
    margin: 0px;
    padding: 0px;
    width: 100%;
	min-height: 100%;
    color: #333;
    line-height: 1.7;
    font-size: 1.6em;/* 16px*/
    font-family: "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight:500;
	position: relative;
    -webkit-text-size-adjust: 100%;

}
_:-ms-lang(x)::-ms-backdrop, body {/*IE11のみ*/
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
div.navi-hidden {
    height: 0pt;
    overflow: hidden;
    position: absolute;
    width: 0pt;
}

/* 全体のレイアウト
--------------------------------------*/
body.doui{
    background red;
    }
.doui .content{
    padding: 0 20px 180px 10px;
}


/*--------------------------------------
 注釈関連
--------------------------------------*/
.note-01 > li{/*　文字ひとつ分の何か（※や①など）のとき　*/
    padding-left: 1.7em;
    position: relative;
}
.note-02 > li{/*　複数文字分の数字にあたるもの（(1)、など）のとき　*/
    padding-left: 2.7em;
    position: relative;
}
.note-03 > li{/*　複数文字分の数字にあたるもの（(※1　注1)、など）のとき */
    padding-left: 3.7em;
    position: relative;
}
.note-01 span:not(.no-style),
.note-02 span:not(.no-style),
.note-03 span:not(.no-style){
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
}
dl.note-04 > dt,
dl.note-04 > dd{/*dlで（1）を使う場合*/
    padding-left: 2.7em;
    position: relative;
}
dl.note-05 > dt,
dl.note-05 > dd{/*ddで1.を使う場合*/
	padding-left: 2em;
    position: relative;
}
dl.note-04 span:not(.no-style),
dl.note-05 span:not(.no-style){
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
}

/*--------------------------------------
 テキスト装飾関連
--------------------------------------*/
strong{/* 重要な事 */
	color: #680101;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #E9DADA 10%);
}
em{/* 強調 */
	color: #014DA0;
    font-weight: bold;
    font-style: normal;
    background: linear-gradient(transparent 70%, #DAE5F1 30%);
}

/* テキスト装飾
--------------------------------------*/
.text-deco-bold {
    font-weight: bold;
}

.text-deco-normal {
    font-weight: normal;
}
.text-deco-normal-font {
    font-weight: normal;
    font-size: 1.6rem;
    color: #333;
}

.text-deco-uline {
    text-decoration: underline;
}
.text-deco-uline-dot {
	border-bottom: 1px dotted #333;
}
.text-deco-black {
    color: #333;
}
.text-deco-blue {
    color: #014DA0;
}
.text-deco-green {
    color: #019D4A;
}
.text-deco-red {
    color: #C1000E;
}
.text-deco-gray {
    color: #9AA1AA;
}
.text-small {
    font-size: 1.3rem;
}
.text-smaller {
    font-size: 1rem;
    font-weight: normal;
}
.text-big {
    font-size: 2.2rem;
}
.text-bigger {
    font-size: 2.8rem;
}
.text-box {
    display: block;
}
.text-deco-frame{
	padding: 3px 5px 0;
	margin: 0 2px 3px;
	color: #014DA0;
	border: 1px solid #014DA0;
	display: inline-block;
}

/*--------------------------------------
 p,ul,ol 基本設定
--------------------------------------*/
.content p,
.content ul,
.content ol,
.content dl{
    margin: 0 0 3rem;
}
.content ul li,
.content ol li{
    margin-bottom: 3rem;
}
.content ul.bottom-reset-li li,
.content ol.bottom-reset-li li,
.inquire-wrap ul.bottom-reset-li li{
    margin-bottom: 0;
}
ul.normal > li{
    position: relative;
    margin: 0 0 1.5rem 0;
    padding-left: 1.6rem;
    
}
ul.normal-big > li{
    position: relative;
    margin: 0 0 2rem 0;
    padding-left: 2.1rem;
    
}
ul.normal > li:before{
    position: absolute;
    left: 0;
    top: 1rem;
    content: "";
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    vertical-align: middle;
    background: #019D4A;
    border-radius: 8px;
}
ul.normal > li.blank:before{
    background: none;
}
@media screen and (max-width: 767px) {
    ul.normal > li.blank{
        display: none;
    }
}
ul.normal-big > li:before{
    position: absolute;
    left: 0;
    top: 1rem;
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    background: #014DA0;
    border-radius: 8px;
}
ol.normal > li{
    margin: 0 0 1.5rem 2rem;
    padding-left: 1rem;
    list-style-type: decimal;
}
ul.reset > li{
    all: initial;
}
ol.reset > li{
    list-style-type: none;
}
ul.inline li,
ol.inline li{
    padding-right: 30px;
    float: left;
    list-style-position: outside;
}
.content .reset{
    margin: 0;
}
.content .top-reset{
    margin-top: 0;
}
.content .bottom-reset{
    margin-bottom: 0;
}
.content .bottom-reset li:last-child{
    margin-bottom: 0;
}
.content .rightleft-reset{
    margin-right: 0;
    margin-left: 0;
}
.content .indent-reset{
    text-indent: 0;
}
.content .topbottom-space-01{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; 
}
.content .topbottom-space-02{
    margin-top: 3rem;
    margin-bottom: 3rem; 
}
.content .topbottom-space-03{
    margin-top: 1.5rem;
    margin-bottom: 6rem; 
}
.content .bottom-space-01,
.inquire-wrap .bottom-space-01{
    margin-bottom: 1.5rem;
}
.content .bottom-space-02,
.inquire-wrap .bottom-space-02{
    margin-bottom: 3rem;
}
.content .bottom-space-03,
.inquire-wrap .bottom-space-03{
    margin-bottom: 6rem;
}
.content .top-space-01{
    margin-top: 1.5rem;
}
.content .top-space-02{
    margin-top: 3rem;
}
.content .top-space-03{
    margin-top: 6rem;
}

/*--------------------------------------
 リンク　関連
--------------------------------------*/
/*リンクのリスト 
--------------------------------------*/
.content ul.link-list li,
.content ol.link-list li{
    margin-bottom: 0.5em;
    list-style-type: none;
}
/*リンク矢印 
--------------------------------------*/
a.more{
    display: block;
    background-image:url(../img/icon_arrow.svg);
    background-size: 9px 16px;
    background-position: 6px center;
    background-repeat:no-repeat;
    padding:0 0 0 26px;
    text-decoration: none;
}
a.more-noblock{
    display: inline;
    color: #019D4A;
    border-bottom: 1px solid #019D4A;
}
a.more:hover{
    color: #019D4A;
    text-decoration: underline;
    background-color: #DAF1E4;
}
a.more-noblock:hover{
    text-decoration: none;
}
/*ファイルリンク
--------------------------------------*/
a.pdf{
    display: block;
    background-image:url(../img/icon_pdf.svg);
    background-size: 16px 16px;
    background-position:left center;
    background-repeat:no-repeat;
    padding:0 0 0 26px;
    text-decoration: none;
}
_:-ms-lang(x)::-ms-backdrop, a.pdf {/*IE11のみ*/
    background-size: 20px 20px;
}
a.pdf:hover{
    color: #019D4A;
    text-decoration: underline;
    background-color: #DAF1E4;
}
a.blank{
    display: block;
    background-image: url(../img/icon_blank.svg);
    background-size: 16px 16px;
    background-position:left center;
    background-repeat:no-repeat;
    padding:0 0 0 26px;
    text-decoration: none;
}
a.blank-noblock{
    display: inline;
    color: #019D4A;
    border-bottom: 1px solid #019D4A;
}
a.blank:hover{
    color: #019D4A;
    text-decoration: underline;
    background-color: #DAF1E4;
}

/*--------------------------------------
 注釈関連
--------------------------------------*/
.note-01 > li{/*　文字ひとつ分の何か（※や①など）のとき　*/
    padding-left: 1.7em;
    position: relative;
}
.note-02 > li{/*　複数文字分の数字にあたるもの（(1)、など）のとき　*/
    padding-left: 2.7em;
    position: relative;
}
.note-03 > li{/*　複数文字分の数字にあたるもの（(※1　注1)、など）のとき */
    padding-left: 3.7em;
    position: relative;
}
.note-01 span:not(.no-style),
.note-02 span:not(.no-style),
.note-03 span:not(.no-style){
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
}
dl.note-04 > dt,
dl.note-04 > dd{/*dlで（1）を使う場合*/
    padding-left: 2.7em;
    position: relative;
}
dl.note-05 > dt,
dl.note-05 > dd{/*ddで1.を使う場合*/
	padding-left: 2em;
    position: relative;
}
dl.note-04 span:not(.no-style),
dl.note-05 span:not(.no-style){
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
}




