@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:bottom;
    background:transparent;
}
body {
    line-height:1;
}
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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* 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, textarea, button {
    vertical-align:middle;
    border: none;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
}
input:focus, textarea:focus{
    outline:0;
}
/* 構造設定 */
html {
    font-size: 16px;
    line-height: 1.5;
    color: #554433;
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.wrap_inner {
    max-width: 1000px;
    margin: 0 auto;
}
/* 共通設定 */
a {
    color: #554433;
    text-decoration: none;
}
a:hover {
    opacity: 0.55;
}
img {
    width: 100%;
    max-width: 1000px;
}
.txt_frm p {
    line-height: 1.7;
    padding: 0 2% 2rem;
}
.fl_box {
    clear: both;
    overflow: hidden;
}
.fl_r {
    float: right;
}
.fl_l {
    float: left;
}
.flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.box_3clm, .box30, .box50, .box40, .box60, .box70 {
    width: 96%;
    margin: 0 2% 1rem;
}
.txt_c {
    text-align: center;
}
.txt_r {
    text-align: right;
}
.txt_small {
    font-size: 1rem;
    margin-bottom: 1rem;
}
small {
    line-height: 0.88;
    font-size: 0.88rem;
    opacity: 0.55;
}

header h1 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background: url(../images/u_main_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 96px 2%;
    line-height: 1;
    font-size: 2rem;
    color: #968e5d;
}
section h2 {
    color: #fff;
    font-size: 1.2rem;
    padding: 20px;
    margin-bottom: 1rem;
    background: #968e5d;
}
section h3 {
    color: #968e5d;
    font-size: 1rem;
    padding: 20px 0;
    margin-bottom: 1rem;
    border-bottom: #968e5d 2px solid;
}
section p {
    margin-bottom: 1rem;
    line-height: 1.5;
}
.content {
    padding: 3rem 2%;
}
section table {
    margin-bottom: 1rem;
}
section table th, table td {
    border: solid 1px #dcdcdc;
    padding: 10px 2%;
    line-height: 1.5;
    vertical-align: middle;
}
section table th {
    width: 33%;
    background: #f8f8f8;
    color: #968e5d;
}
section ul {
    list-style: disc;
    padding-left: 4%;
    margin-bottom: 1rem;
}
section li {
    line-height: 1.2;
    margin-bottom: 10px;
}
footer {
    background: #d8d5c3;
    padding: 1rem 0;
}
.footer_menu {
    font-size: 0.8rem;
    padding: 0 2% 10px;
}
.footer_menu .flex_box {
    justify-content: center;
}

@media screen and (min-width: 600px) {
.flex_box {
    flex-wrap: nowrap;
}
.box_3clm {
    width: 31.3333%;
    margin: 0 1% 1rem;
}
.box30 {
    width: 28%;
    margin: 0 1% 1rem;
}
.box40 {
    width: 38%;
    margin: 0 1% 1rem;
}
.box50 {
    width: 48%;
    margin: 0 1% 1rem;
}
.box60 {
    width: 58%;
    margin: 0 1% 1rem;
}
.box70 {
    width: 68%;
    margin: 0 1% 1rem;
}

h1 {
    background: url(../images/u_main_bg.jpg) no-repeat;
    background-position: right;
}
}

@media screen and (min-width: 1000px) {
html {
    font-size: 1.5rem;
}
.txt_small {
    font-size: 0.8rem;
}
.box_3clm {
    width: 32.3333%;
    margin: 0;
}
.box30 {
    width: 29%;
    margin: 0;
}
.box40 {
    width: 39%;
    margin: 0;
}
.box50 {
    width: 49%;
    margin: 0;
}
.box60 {
    width: 59%;
    margin: 0;
}
.box70 {
    width: 69%;
    margin: 0;
}
.fl_r {
    float: right;
    margin: 0 10px 1rem 2%;
}
.fl_l {
    float: left;
    margin: 0 2% 1rem 10px;
}
}

