/* =Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    color: #000;
}

html {
    overflow-y: scroll;
    /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

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

ol,
ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: bold;
}

th,
td {
    border: 1px solid #EAEAEA;
    /*padding: 6px 10px;*/
}

caption,
th,
td {
    text-align: left;
}

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

blockquote,
q {
    quotes: """";
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}

a img {
    border: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

/* =GLOBAL
----------------------------------------------- */
body,
button,
input,
select,
textarea {
    color: #444444;
    font: 16px 'Open Sans', serif;
    line-height: 1.6;
    word-wrap: break-word;
}

body {

    font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka;


}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 0px;
    color: #333333;
    font-weight: normal;

}

h1 {
    font-size: 42px;
    line-height: 1.2;
}

h2 {
    font-size: 38px;
    line-height: 1.2;
}

h3 {
    font-size: 34px;
    line-height: 1.2;
}

h4 {
    font-size: 30px;
    line-height: 1.2;
}

h5 {
    font-size: 26px;
    line-height: 1.2;
}

h6 {
    font-size: 22px;
    line-height: 1.2;
}

hr {
    border-color: #EAEAEA;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
    margin: 30px 0;
}

/* =TEXT ELEMENTS
----------------------------------------------- */
p {
    line-height: 1.6;
    margin-bottom: 0px;
    font-size: 15px;
}

strong {
    font-weight: bold;
}

cite,
em,
i {
    font-style: italic;
}

pre {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px;
    border: 1px solid #EAEAEA;
}

pre,
code,
kbd,
var,
samp,
tt {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 14px;
    line-height: 1.4;
    white-space: pre-wrap;
}

abbr,
acronym,
dfn {
    border-bottom: 1px dotted #777777;
    cursor: help;
}

address {
    display: block;
    font-style: italic;
    margin: 0 0 15px;
}

ins {
    background: #F8F8F8;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

body a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all .2s ease-in;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.totop a {
    display: block;
    text-decoration: none;
}

.totop img {
    background: #204D85;
}

.totop img:hover {
    background: #2F72C4;
}


/* =SUPERCRIPT AND SUBSCRIPT
----------------------------------------------- */
sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
    font-size: 20px;
}

dt {
    font-weight: bold;
    margin-bottom: 5px;
}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    list-style: none;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin: 0 0 0 10px;
}

font {
    color: inherit;
}

/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
    padding: 30px 30px 20px 45px;
    margin-bottom: 20px;
    background-color: #289dcc;
    color: #FFFFFF;
    border-radius: 5px;
}

blockquote p {
    font-size: 20px;
    font-family: 'Open Sans', serif;
    line-height: 1.4;
    position: relative;
    padding-top: 13px;
    padding-left: 40px;
}

blockquote p:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFFFFF;
    font-size: 60px;
    position: absolute;
    top: -27px;
    left: -27px;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote cite {
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    float: right;
}



/* =LINKS
----------------------------------------------- */
a {
    color: #289dcc;
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    text-decoration: none;
}

/* =IMAGES
----------------------------------------------- */
figure {
    margin: 0;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {}

img.size-full,
img.size-large {
    max-width: 100%;
    height: auto;
}

.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1.625em;
}

p img {}

img#wpstats {
    display: none;
}

/* =CLEARFIX
----------------------------------------------- */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* =ALIGNMENT
----------------------------------------------- */
.alignleft {
    display: inline;
    float: left;
    margin-right: 30px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 30px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*****************************************************************/

/* =BODY
----------------------------------------------- */
body {}

#page {
    max-width: 1200px;
    margin: 0 auto;
}

.wide {
    padding-top: 0;
    padding-bottom: 0;
}

.wide #page {
    max-width: 100%;
}

.inner-wrap {
    margin: 0 auto;

}

/* =HEADER
----------------------------------------------- */
header {
    background-size: cover;
    width: 1000px;
    margin: auto;

}

header p {
    float: left;
    padding: 15px 0 0 15px;

}

header #gnav {
    float: right;


}

#header_logonavi {
    display: block;
    z-index: 500;
    margin: 35px 0;
}

#header_logonavi h1 {
    font-size: 14px;
    color: #204D85;

    width: 370px;
    padding: 0;
    display: inline-block;

}

#header_logonavi h1 img {
    float: left;
    padding: 0 15px 0 0;
    vertical-align: middle;

}

.header_tel {
    float: right;
}

.header_tel dl {
    float: left;
    margin: 0 0 0 20px;
}

.header_tel dt {
    margin: 0;
    font-size: 13px;
}

.header_tel dd {
    margin: 0;
}

nav {
    background-color: #272B8E;
    margin: 0;
    padding: 0;
    width: 100%;
}

#gnav>ul {
    display: table;
    table-layout: fixed;
    width: 1000px;
    margin: 0 auto;


}

#gnav>ul>li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#gnav>ul>li a {
    color: #FFF;
}

#gnav>ul>li:hover {
    color: #fff;
    background-color: #464DCC;
}

#gnav>ul>li:hover>a {
    color: #fff;

}

#gnav>ul>li:hover .menu {
    max-height: 9999px;
    opacity: 1;
    z-index: 9000;
}

#gnav>ul>li>a {
    display: block;
    padding: 12px 1em 12px;

}

#gnav>ul .menu {
    transition: all 0.5s ease-in;
    max-height: 0;
    z-index: 9000;
    overflow: hidden;
    width: 100%;
    left: 0;
    text-align: center;
    position: absolute;
    background: url(../img/bg_menu.png) repeat;
    margin: 3px 0 0 0;
    padding: 0;


}

#gnav>ul .menu .menu_inner {
    margin: 3em 5em 2em 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    border-left: 1px #2D4F35 solid;
    min-height: 85px;
}

#gnav>ul .menu .menu_inner li {
    display: block;
    text-align: left;
    font-size: 0.8rem;
    margin: 0 0 15px 0;
    font-size: 14px;



}

#gnav>ul .menu .menu_inner li:last-child {
    margin: 0;
}

#gnav>ul .menu .menu_inner li a {
    margin: 0;
    padding: 0 0 0 40px;

}

#gnav>ul .menu .menu_inner li a:hover {
    margin: 0;
    padding: 0 0 0 40px;
    background: url(../img/ico_menu.png) 0 50% no-repeat;
}

#gnav>ul .menu a {
    color: #371B00;
}


#navi_last {
    background: url(../img/bg_lastnavi.jpg) repeat;
    padding: 5px 1em 0px;
}

#borderno {
    border: none !important;
}

.main-content-section {
    padding-top: 0;
    width: 100%;
    margin: auto;
}

.mainphoto {
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
    position: relative;
    background: url(../img/bg_main2.jpg) top center no-repeat;
    background-size: cover;

}

.mainphoto .p {
    text-align: center;
    /* padding: 45px 0 0 0; */
}



/* =トップページ
----------------------------------------------- */
#fixed-contact {
    display: none;
    position: fixed;
    height: 0;
}

.txtnew {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    box-sizing: border-box;
    background: url(../img/bg_genkin.jpg) repeat;
}

.txtnew .infonew {
    font-size: 3.2em;
    text-align: center;
    color: #272B8E;
    box-sizing: border-box;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Impact, Osaka;
    font-weight: bold;
}

.txtnew .infonew span {
    color: red;
}


#point,
.point {
    width: 100%;
    max-width: 1440px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 50px;
    padding-top: 50px;
}

#point h2,
.point h2 {
    font-size: 2.8em;
    text-align: center;
    color: #272B8E;
    box-sizing: border-box;
    margin: 0 0 5px 0;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Impact, Osaka;
    font-weight: bold;
}

#point ul,
.point ul {
    box-sizing: border-box;
}

#point ul li,
.point ul li {
    width: 30%;
    float: left;
    text-align: center;
    font-size: 3em;
    line-height: 120%;
}

.point ul li img {
    height: 140px;
}

.poi_margin {
    margin: 0 5%;
}

#point_txt01 {
    font-size: 1.3em;
    font-weight: bold;
    color: #0085B2;
    border-bottom: 1px #FF0000 dotted;
}

#oyaku {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    margin: 0 0 100px 0;
    /*background:url(../img/bg_oyaku.jpg) top center no-repeat;*/
    background-size: cover;
    min-height: 400px;
    position: relative;
}

.oyaku_text {
    background: #fff;
    display: block;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    padding: 15px;
    margin: 0 auto 25px;
    text-align: center;
}

#oyaku h2 {
    font-size: 2.8em;
    text-align: center;
    color: #272B8E;
    box-sizing: border-box;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Impact, Osaka;
    font-weight: bold;
}

#oyaku p {
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}

#oyaku ul {
    box-sizing: border-box;
    width: 1000px;
    margin: auto;
    border: 1px #666666 solid;
    padding: 25px;
    background-color: #FF9;
}

#oyaku ul li {

    margin: 0;
    padding: 0 0 0 80px;
    box-sizing: border-box;

    font-size: 2.2em;
    font-weight: bold;
    line-height: 2.2em;
    /*text-shadow: 1px 2px 0px #000; */
    background: url(../img/ico_check.png) 0 50% no-repeat;
    background-size: auto;

}

#oyaku ul li img {
    vertical-align: middle;
    padding: 0 15px 0 0;
    width: 75px;

}

.access {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 0 100px 0;
    text-align: center;
}

.access h3 {
    font-size: 2.5em;
    text-align: center;
    color: #272B8E;
    box-sizing: border-box;
    margin: 0 0 5px 0;
    font-family: Impact, Osaka;
    margin: 0 auto 75px;
    font-weight: bold;
    border-bottom: 1px #999999 solid;
    border-top: 1px #999999 solid;
    width: fit-content;
}

#genkin {
    width: 100%;
    padding: 40px 0 0 0;
    box-sizing: border-box;
    margin: 0 0 100px 0;
    background: url(../img/bg_genkin.jpg) repeat;
    position: relative;
}

#genkin h2 {
    font-size: 2.8em;
    text-align: center;
    color: #272B8E;
    box-sizing: border-box;
    margin: 0 auto 75px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Impact, Osaka;
    font-weight: bold;

}

#genkin p {
    width: 784px;
    margin: 0 auto;
    font-size: 1.2em;
}

#genkin p img {
    float: right;
    padding: 0 0 0 15px;
}


#step {
    width: 1000px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto 100px;
    text-align: center;
}

#step h3 {
    font-size: 2.8em;
    text-align: center;
    color: #272B8E;
    box-sizing: border-box;
    margin: 0 auto 75px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Impact, Osaka;
    font-weight: bold;

}

#step h2 {
    font-size: 2.8em;
    text-align: center;
    color: #272B8E;
    box-sizing: border-box;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Impact, Osaka;
    font-weight: bold;

}

#step ul {
    margin: 0 0 70px 0;
    display: flex;
    flex-wrap: wrap;
}

#step li {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 20px;
}

#step li:last-child {
    margin-bottom: 0;
}

#step li .img {
    width: 200px;
}

#step li .step-body {
    padding-left: 25px;
    width: calc(100% - 200px);
    padding-right: 150px;
}

#step li .step-body .step-number {
    background-color: #0085b2;
    color: #fff;
    display: block;
    width: fit-content;
    padding: 10px 15px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
}

#step li .step-body p.ttl-step {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #0085b2;
    font-weight: bold;
}

#step li .step-body p {
    font-size: 1.2em;
}

.stop_area01 {
    width: 100%;
}

.stop_area02 {
    width: 5%;
    padding: 13% 0 0 0;
}

.stop_area02 img {}

.kankinritsu {
    vertical-align: bottom;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kankinritsu table {
    width: 75%;
    float: left;
    vertical-align: bottom;

}

.kankinritsu table td {
    padding: 20px 10px;
    text-align: center;
    font-size: 1.2em;
    vertical-align: middle;
}

.kankinritsu_txt01 {
    background-color: #ACE4FF;
}

.kankinritsu_txt02 {
    background-color: #FFFF99;
}

.kankinritsu_txt03 {
    background-color: #FFFF99;
    color: #FF7F00;
    font-weight: bold;
    font-size: 1.6em !important;
}

.kankinritsu p {
    width: 20%;
    float: right;
    vertical-align: bottom;
}




#faq {
    width: 1000px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto 50px;
    text-align: center;
}

#faq h2 {
    font-size: 2.8em;
    text-align: center;
    color: #272B8E;
    box-sizing: border-box;
    margin: 0 auto 75px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Impact, Osaka;
    font-weight: bold;

}

#faq h5 {
    color: #1D46D2;
    background-color: #D6E7F7;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 1.6em;
}

#faq p {
    color: #E07EB0;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 40px 0;
    text-align: left;
    font-size: 1.6em;
}

.btn_mailform {
    text-align: center;
    margin: 0 0 80px 0;
}

.btn_formmain {
    text-align: center;
    padding: 15px 10px 20px 10px;
    font-weight: bold;
    font-size: 1.5em;
    color: #000;
}

.btn_formmain a {
    margin: 10px 0;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.toparea1812 {
    width: 970px;
    margin: auto;
}

.toparea1812 td {
    border: none;
}



#com_info {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

#com_info h1,
#form_tit {
    font-size: 2.8em;
    text-align: center;
    color: #272B8E;
    box-sizing: border-box;
    margin: 0 auto 75px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Impact, Osaka;
    font-weight: bold;

}

#com_info table {
    width: 100%;
    box-sizing: border-box;
}

#com_info table td {
    padding: 10px;
}

.com_info_txt01 {
    background-color: #0085B2;
    color: #FFF;
}

.com_info_txt02 {
    font-size: 0.8em;
}
.com_info_txt02._fs2 {
    font-size: 0.7em;
}

.pc_tel {
    display: block;
    text-align: center;
}

.sp_tel {
    display: none;
}



/*--------------------
1.1 Reset bootstrap
--------------------*/
.container {
    width: 1164px;
    margin: 0 auto 4px auto;
}

.row-0-gutter {
    margin-left: 0;
    margin-right: 0;
}

.col-0-gutter {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------
4. Sections
--------------------*/

.section-title {
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 45px;
    text-transform: uppercase;
}

.section-title p {
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    margin: 25px 100px 30px 100px;
}

.mz-module .section-title {
    padding: 40px 0;
}






/* =追跡ボタン
----------------------------------------------- */
#bobottom {
    bottom: -1000px;
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0 auto 0;
    padding: 0;
    line-height: 1;
    z-index: 9000;
    transition: top 0.65s ease-in !important;
    -webkit-transition: top 0.65s ease-in !important;
    -moz-transition: top 0.65s ease-in !important;
}


/* Fixed */
#bobottom.fixed {
    margin-top: 0;
    bottom: 0;
    position: fixed;
    padding: 10px 0 10px 0;
    height: auto;
    width: 100%;
    background: rgba(88, 69, 25, 0.8);
    transition: top 0.65s ease-in !important;
    -webkit-transition: top 0.65s ease-in !important;
    -moz-transition: top 0.65s ease-in !important;
}



/* =下層ページ
----------------------------------------------------------------------------------------------------------------------------------- */
.right_smpcontents {
    display: none;
}

#ta_com {
    box-sizing: border-box;
    width: 100%;
    border: none;
}

#ta_com tr td {
    padding: 15px 0;
    border-bottom: 1px #996600 dotted;
    border-top: none;
    border-left: none;
    border-right: none;
}

#com_tdmar10 {
    padding: 0 3% 0 0 !important;
    width: 20% !important;
}

.left_map {
    width: 47%;
    float: left;
}

.right_map {
    width: 47%;
    float: right;
}




/* =右下ボタン
----------------------------------------------- */
.message {
    color: #fff;
    padding: 20px;
    background: #C00;
    position: fixed;
    right: 10px;
    bottom: 200px;
    z-index: 10;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.message table {
    width: 100%;
    border: none;
    color: #FFF;
    margin: 0;
    padding: 0;
}

.message table td {
    padding: 5px;
    vertical-align: top;
    border: none;
    text-align: center;
    color: #FFF;
}

.message table td a {
    color: #FFF;
}

.message:before {
    content: "";
    position: absolute;
    background: #C00;
    margin: 4px;
    border: 2px #fff solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}

.message button {
    z-index: 10;
    position: absolute;
    right: 8px;
    top: 8px;
    opacity: 1;
}


/* =FOOTER WIDGET AREA
----------------------------------------------- */
.footer-widgets-wrapper {
    border-top: 1px solid #F2F2F2;
    background-color: #303440;
}

.footer-widgets-area {
    padding-top: 45px;
    padding-bottom: 10px;
    color: #cccccc;
}

.tg-footer-main-widget {
    width: 39.473684%;
    float: left;
    margin-right: 2.631579%
}

.tg-footer-other-widgets {
    float: right;
    width: 57.894737%;
}

.tg-first-footer-widget {}

.tg-second-footer-widget,
.tg-third-footer-widget {
    width: 30.303030%;
    float: left;
    margin-right: 4.545454%
}

.tg-fourth-footer-widget {
    width: 30.303030%;
    float: right;
    margin-right: 0;
}



.footer-widgets-area .widget-title {
    border-bottom: 2px solid #289dcc;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.footer-widgets-area .widget-title span {
    background-color: #289dcc;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
}

.footer-widgets-area p {
    text-align: left;
    color: #aaaaaa;
}

.footer-widgets-area a {
    color: #FFFFFF;
}

.footer-widgets-area a:hover {
    color: #289dcc;
}

#colophon .widget {
    margin-bottom: 40px;
}

#colophon,
#colophon p {
    font-size: 14px;
    line-height: 1.4;
}

/* =FOOTER ADVERTISEMENT AREA
----------------------------------------------- */
.advertisement_above_footer {
    background-color: #ffffff;
}

.advertisement_above_footer .widget-title {
    border-bottom: 2px solid #289dcc;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.advertisement_above_footer .widget-title span {
    background-color: #289dcc;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
}

/* =FOOTER SOCKET AREA
----------------------------------------------- */

.copy {
    text-align: center;
    color: #FFF;
    background-color: #1D46D2;
    padding: 15px;
}

.footer-socket-wrapper {
    padding: 20px 0px 20px;
    text-align: center;
    margin: 0 0 110px 0;
}

.footer-socket-wrapper01 {
    padding: 20px 0px 20px;
    background-color: #D0C5AF;
}

.footer-socket-wrapper_form {
    padding: 20px 0px 20px;
    text-align: center;
    margin: 0 0 20px 0;
}

.footer-shopinfo {
    width: 100%;
}

.footer-shopinfo p {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

.footer-shopinfo ul {
    margin: auto;
    text-align: center;
}

.footer-shopinfo ul li {
    display: inline-block;
    margin: 0 15px;
}

.footer-socket-wrapper .copyright {
    color: #b1b6b6;
    float: left;
    font-size: 14px;
    max-width: 50%;
}

.footer-socket-wrapper .copyright a {
    color: #b1b6b6;
    border-bottom: 1px solid #5a5d62;
}

.footer-socket-wrapper .copyright a:hover {
    color: #ffffff;
}

.footer-socket-wrapper .small-menu {
    float: right;
}

.footer-socket-wrapper .small-menu a {
    padding-top: 0;
}

.footer-socket-wrapper .small-menu ul li ul {
    top: 21px;
}


/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
    bottom: 20px;
    position: fixed;
    right: 20px;
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
}

a#scroll-up i {
    font-size: 40px;
    color: #289dcc;
}

a#scroll-up:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}



/*--------------------------------------------------------------
フォーム
--------------------------------------------------------------*/

.all_cover {
    width: 1160px;
    margin: 15px auto;
    padding: 10px;
    background: #E8EEFF;
    border-radius: 10px;
}

#form_cover {
    padding-top: 10px;
    font-size: 13px;
    color: #333;
    line-height: 1.5;

}

.form_box {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0;
    margin: 0;
}

.form_box table {
    border-spacing: 0;
}

.form_box table th,
.form_box table td {
    font-size: 13px;
}

.form_box table p {
    font-size: 12px;
    padding-top: 5px;
}

.form_box table input[type='text'],
.form_box table select {
    border: 1px solid #CCC;
    padding: 5px;
    width: 95%;
}

.form_box table input[type="radio"] {
    vertical-align: middle;
    margin: 0;
    margin-right: 4px;
}

#form_cover .form_box table tbody tr th {
    width: 200px;
    padding: 10px;
    background: #EEE;
    text-align: left;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

#form_cover .form_box table tbody tr td {
    width: 550px;
    min-height: 21px;
    padding: 11px 10px;
    background: #FFF;
    border-bottom: 1px solid #999;
}

.form_box table tbody tr th {
    vertical-align: middle;
    font-weight: normal;
}

.form_box table tbody tr th span {
    color: #D80000;
}

.form_box table tbody tr td {
    vertical-align: middle;
}

.form_box table select {
    border: 1px solid #CCC;
    padding: 5px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka;
    background-color: #fff;
    border-radius: 4px;
    height: 37px;
}

.form_box table tbody tr td textarea {
    min-height: 200px;
    font-size: 13px;
    border: 1px solid #CCC;
    padding: 5px;
    width: 98%;
}

.last {
    border-bottom: 0 !important;
    margin: 0;
    padding: 0;
}

.btn_cover {
    margin-top: 20px;
    text-align: center;
}

.btn_cover input[type='button'].checkbtn {
    -webkit-appearance: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 5px;
    outline: none;
    padding: 10px 27px;
    vertical-align: baseline;
    font-weight: normal;
    background: #FFCBA4;
    color: #B25900;
    cursor: pointer;
}

.btn_cover input[type='reset'] {
    -webkit-appearance: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 5px;
    outline: none;
    padding: 10px 40px;
    vertical-align: baseline;
    font-weight: normal;
    background: #FF7373;
    color: #FFF;
    cursor: pointer;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka;
}

.btn_cover input[type='submit'] {
    -webkit-appearance: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 5px;
    outline: none;
    padding: 10px 47px;
    vertical-align: baseline;
    font-weight: normal;
    background: #2693FF;
    color: #fff;
    cursor: pointer;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka;
}

#back_form {
    -webkit-appearance: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 5px;
    outline: none;
    padding: 10px 48px;
    vertical-align: baseline;
    font-weight: normal;
    background: #FF7373;
    color: #FFF;
    cursor: pointer;
}

.long {
    padding: 20px 10px !important;
}

.thanks_text {
    padding-top: 10px;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
}

#tel_sm {
    display: none;
}

.red {
    color: #ff0000;
}



#sp_header {
    display: none;
}

#hyas_privacy_policy {
    height: 100px;
    overflow-y: auto;
    margin-bottom: 30px;
    background-color: #FFF;
    padding: 4%;
}

#hyas_privacy_policy h2,
#hyas_privacy_policy h3 {
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 1.2em;
}

#hyas_privacy_policy p,
#hyas_privacy_policy ul {
    margin: 0 0 20px 0;
    font-size: 0.9em;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.accept,
.input,
.com {
    padding: 60px 0;
    min-height: calc(100vh - 54px);
}

.p-small {
    font-weight: bold;
    font-size: 1.5em;
    margin: 0 0 20px 0;
    text-align: center;
}

.p-content {
    margin-top: 75px;
}

.backtop a {
    border-radius: 4px;
    margin: 0px 5px;
    outline: none;
    padding: 10px 47px;
    background: rgb(38, 147, 255);
    color: rgb(255, 255, 255);
    width: fit-content;
    margin: 0 auto;
}

.backtop {
    margin-top: 50px;
    text-align: center;
}

.backtop a {
    text-align: center;
}

.navbar-toggle {
    position: absolute;
    background: #1D46D2;
}

.p-note {
    margin-top: 35px;
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 1.5em;
}

.thanks-text {
    text-align: center;
    margin: 20px auto;
    width: fit-content;
    padding: 0 20px;
}

font {
    color: inherit;
}

.red {
    color: red;
}

.bold {
    font-weight: bold;
}

.big20 {
    font-size: 20px;
}

#back_form {
    width: fit-content;
}

.underline {
    text-decoration: underline;
}

.list-radio {
    padding: 4px 0;
}

.list-radio li {
    display: block;
    margin-bottom: 7px;
}

.campaign {
    padding: 20px 20px;
    padding-bottom: 15px;
    background: #fcf2f1;
    border: 3px solid #f00;
    border-radius: 26px;
    color: #f00;
    font-size: 36px;
    line-height: 1.21;
    text-align: center;
    font-weight: 500;
    font-weight: bold;
}

.campaign_box {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 900px;
    width: 100%;
}

.mainphoto {
    padding-top: 20px;
}

@media screen and (max-width:600px) {
    .campaign {
        font-size: 23px;
        padding: 20px 10px;
        padding-bottom: 15px;
        border-radius: 20px;
        border: 2px solid #f00;
    }

    .campaign_box {
        background: #7bdaf0;
        padding-top: 10px;
    }

    .mainphoto {
        padding-top: 0 !important;
    }
}

.campaign {
    padding: 20px 20px;
    padding-bottom: 15px;
    background: #fcf2f1;
    border: 3px solid #f00;
    border-radius: 26px;
    color: #f00;
    font-size: 36px;
    line-height: 1.21;
    text-align: center;
    font-weight: 500;
    font-weight: bold;
}

.campaign_box {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 900px;
    width: 100%;
}

.mainphoto {
    padding-top: 20px;
}

@media screen and (max-width:600px) {
    .campaign {
        font-size: 23px;
        padding: 20px 10px;
        padding-bottom: 15px;
        border-radius: 20px;
        border: 2px solid #f00;
    }

    .campaign_box {
        background: #7bdaf0;
        padding-top: 10px;
    }

    .mainphoto {
        padding-top: 0 !important;
    }
}

.backtop a {
    display: block;
    width: 224px;
}

.com_info_txt02 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.com_info_txt02::before,
.com_info_txt02::after {
    content: "-";
}

.thanks3-content {
    padding: 0 20px;
}

.thanks3-content .desc {
    font-size: 30px;
    font-weight: bold;
}

.thanks3-content .desc span {
    color: #ffa800;
}

.text1 {
    margin: 40px auto 25px;
    color: #ff6b00;
    font-weight: 800;
    font-size: 22px;
}

.thanks3-tel {
    margin: 1em 0;
}

.thanks3-tel .number {
    font-size: 33px;
    line-height: 48px;
    font-weight: bold;
    padding: 0 30px;
    padding-top: 6px;
    background: #1d46d2;
    color: #fff;
    border-radius: 16px;
    display: inline-block;
}

.number-wrap {
    margin: 0.4em 0;
    text-align: center;
}

.oct {
    display: flex;
    gap: 20px 40px;
    justify-content: center;
    margin: 2em 0;
}

.oct-title {
    text-align: center;
    font-weight: bold;
}

.oct .btn {
    max-width: 100%;
    padding: 8px 15px;
    color: #fff;
    width: 275px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1d46d2;
    margin: 0.2em 0;
}

.oct-line .btn {
    background-color: #00b900;
}

.oct-line .oct-title {
    color: #00b900;
}

.oct-mail .oct-title {
    color: #1d46d2;
}

.icon-email {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    background: url(../img/icon-email.svg) no-repeat center/contain;
    margin-right: 10px;
}

.icon-line {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    background: url(../img/line-icon.svg) no-repeat center/contain;
    margin-right: 10px;
}

.icon-phone {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    background: url(../img/icon-phone.svg) no-repeat center/contain;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.oct a,
.thanks3-tel a {
    transition: 0.25s ease-out;
}

.oct a:hover,
.thanks3-tel a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1000px) {
    .oct {
        flex-wrap: wrap;
    }

    .thanks3-tel .number {
        font-size: 32px;
        line-height: 54px;
        padding: 0 20px;
        padding-top: 5px;
    }

    .thanks3-tel .icon-phone {
        position: relative;
        top: 3px;
    }
}

.mg0 {
    margin: 0;
}

.file-wrap input[type="file"] {
    border: 1px solid #ccc;
    padding: 5px;
}

.file-item {
    display: flex;
    align-items: center;
}

.file-item+.file-item {
    margin-top: 20px;
}

.id_card_label {
    margin-right: 10px;
    width: 50px;
}

.agree-wrap input {
    position: relative;
    top: 2px;
}

input[type="submit"][disabled] {
    background: #94a3b1 !important;
    cursor: default;
}

.c-line {
    color: #06c755;
}

.wrap2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.file-item.baseline {
    align-items: baseline;
}

@media screen and (max-width: 1000px) {
    .wrap2 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .file-item {
        flex-direction: column;
        align-items: baseline;
    }

    .text2 {
        margin-top: 15px;
    }
}

@media screen and (max-width: 550px) {
    .file-wrap input[type="file"] {
        width: 220px;
        font-size: 13px;
    }
}

.form_box table {
    table-layout: fixed;
}

.form_box table input[type="email"],
.form_box table input[type="tel"] {
    border: 1px solid #ccc;
    padding: 5px;
    width: 95%;
}

.box-apple__ttl {
    font-size: 1.3em;
    margin-bottom: 2em;
}

.agree-wrap_ap {
    margin-top: 1em;
}

.box-apple {
    width: fit-content;
    border: 2px solid #fff;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ff0000a8;
    border-radius: 8px;
}

.box-apple p {
    color: #fff;
}

.box-apple-wrap {
    display: none;
}

.agree-wrap_ap input {
    transform: scale(1.5);
    margin-right: 5px;
    top: 1px;
}

.agree-wrap_ap label {
    font-size: 15px;
    font-weight: 600;
}

.form_box table p.merpay-note {
    font-size: 1.15em;
    margin-bottom: 10px;
}