/* 全体
****************************************/
#wrap {
    width: 100%;
}
section {
    margin: 4rem auto 0;
    position: relative;
    width: 1070px;
}
section h2 {
    color: #ffa30d;
    background: #fff;
    border-bottom: solid 3px #ffa30d;
    font-weight: bold;
    margin: 2rem 0;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
.triangle {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ffa30d;
}
select {
    margin: 0;
    padding: 8px 4px;
    max-width: 100%;
    width: 80%;
    outline: 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #777;
    vertical-align: bottom;
    font-size: 13px;
    background-color: #F7F7F7;
}
@media only screen and (max-width: 1070px) {
section{
    width: 100%;
}
}
@media only screen and (max-width: 768px) {
section{
    width: 100%;
}
}
/* header
****************************************/
header {
    clear: both;
    background: #623225;
    color: #fff;
}
header .header_box{
    height: 70px;
    position: relative;
}
header .header_box h1 {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}
#header_image img {
    width: 100%;
}

header .header_box #header_info_box {
    position: absolute;
    right: 15px;
    top: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    font-size: 12px;
}
#header_info_box .header_info {
    margin: 0.5rem 0.5rem;
    display: inline-block;
}
#header_info_box a {
    color: #fff;
}
header .header_box #header_info_box2 {
    position: absolute;
    left: 320px;
    top: 20px;
    font-size: 12px;
    background: none;
    margin:0;
}
@media only screen and (max-width: 1500px) {
header .header_box #header_info_box2 {
display: none;
}
}
@media only screen and (max-width: 960px) {
header .header_box{
    height: auto;
}
header .header_box h1 {
    position: static;
    font-size: 1.5rem;
    padding: 12px 0 6px 0;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

header .header_box #header_info_box {
    position: static;
    border: none;
}
header .header_box #header_info_box .header_info {
    margin-top: 0;
    margin-right: 0;
}
header .header_box #header_info_box .header_info span {
    display: none;
}

}
#line_link, .line_link {
    display: none;
}
@media only screen and (max-width: 960px) {
#line_link, .line_link {
    display: inline;
}
header .header_box #header_info_box .header_info span, .pc {
    display: none;
}
}
/* slick_section_header
****************************************/
section.slick_section_header {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
section.slick_section_header .slick {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
section.slick_section_header .slick ul {
    padding: 0;
}
section.slick_section_header .slick li {
    padding: 0;
    position: relative;
}
section.slick_section_header .slick li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.slick_section_header .slick li span.on_text {
    font-size: 120%;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    background:rgba(0,0,0,0.25);

    position:absolute;
    top:50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 150;
}
section.slick_section_header .slick li span.on_text span {
    display: block;
}
section.slick_section_header .slick li span.on_text span.caption {
    display: block;
    margin: 1.4rem 0;
    font-size: 140%;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
section.slick_section_header .slick li span.on_text span.caption {
    margin: 0.3rem 0;
    font-size: 80%;
}
section.slick_section_header .slick li span.on_text span.text {
    font-size: 80%;
}
}

/* slick_section
****************************************/
.slick_section {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.slick_section h2 {
    margin: 5px 0;
    border: none;
    background: #ffa30d;
    color: #fff;
    font-size: 1.1em;
}
.slick_section .slick {
    position: relative;
    margin: 0 auto;
}
.slick_section .slick ul {
    margin: 0;
    padding: 0;
}
.slick_section .slick li {
    margin: 0;
    padding: 0;
}
.slick_section .slick li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* riseup_section
****************************************/
.riseup_section {
clear: both;
}
.riseup_section .riseups {
    display: flex;
    justify-content: center;
    align-items: center;
}
.riseup_section .riseups .riseup {
    width: 300px;
    height: 280px;
    margin: 0 20px;
    box-shadow: 0 8px 10px rgba(0,0,0,0.3);
    border-radius: 4px;
    box-sizing: border-box;
}
.riseup_section .riseups .riseup .riseup_caption {
    color: #ffa30d;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
.riseup_section .riseups .riseup .riseup_image {
    padding: 5px 0;
    text-align: center;
}
.riseup_section .riseups .riseup .riseup_image img {
    width: 150px;
    height: 150px;
}
.riseup_section .riseups .riseup .riseup_contents {
    padding: 5px 10px;
    text-align: left;
}
.riseup_section .add_contents {
    color: #623225;
    background: #fff;
    font-weight: bold;
    margin: 1rem 0 0;
    font-size: 1.3rem;
    padding-left: 2rem;
}
@media only screen and (max-width: 768px) {
.riseup_section .riseups {
    display: block;
    align-items: center;
}
.riseup_section .riseups .riseup {
    width: 90%;
    height: auto;
    margin: 1rem auto;
}
}
/* slidein_section
****************************************/
.slidein_section {
}
.slidein_section .slidein {
    border: solid 1px #ffa30d;
    border-radius: 4px;
    /*padding: 1rem;*/
    margin-bottom: 1rem;
}
.slidein_section .slidein .slidein_image {
    display: inline-block;
    vertical-align: top;
}
.slidein_section .slidein .slidein_icon {
    display: inline-block;
    padding: 1rem;
    font-size: 3.5rem;
    color: #623225;
}
.slidein_section .slidein .slidein_icon .fas {
}
.slidein_section .slidein .slidein_contents {
    display: inline-block;
    vertical-align: top;
    width: 730px;
    padding: 1rem;
}
.slidein_section .slidein .slidein_contents .slidein_caption {
    color: #623225;
    font-weight: bold;
    font-size: 1.3rem;
    padding-left: 2rem;
}
.slidein_section .slidein .slidein_contents .slidein_text {
    padding-top: 0.5rem;
    padding-left: 2rem;
}
.slidein_section img {
    width: 268px;
    height: 201px;
}

.slidein_section_wide .slidein {
    border: solid 1px #ffa30d;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1rem;
}
.slidein_section_wide .slidein .slidein_contents {
    padding: 1rem;
}
.slidein_section_wide .slidein .slidein_contents .slidein_caption {
    color: #623225;
    font-weight: bold;
    font-size: 1.3rem;
    padding-left: 2rem;
}
.slidein_section_wide .slidein .slidein_contents .slidein_text {
    padding-top: 0.5rem;
    padding-left: 2rem;
}
.slidein_section_wide img {
    width: 100%;
}

.slidein_left {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 2s;
}
.slidein_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.slidein_right {
  opacity: 0;
  transform: translate(10%, 0);
  transition: 2s;
}
.slidein_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
.slidein_section .slidein .slidein_image {
    display: block;
    width: 100%;
    text-align: center;
}
.slidein_section .slidein .slidein_contents {
    display: inline-block;
    width: 90%;
}
/* 横揺れするのでスライドインしない */
.slidein_left {
  transform: translate(0, 0);
}
.slidein_right {
  transform: translate(0, 0);
}
}


/* faq_section
****************************************/
.faq_section {
}
.faq_section .faq_caption {
    background-image: url("/lp/images/faq.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #ffa30d;
    padding-top: 40px;
    height: 80px;
}
section.faq_section h2 {
    margin: 0;
    border: none;
    background: none;
    color: #fff;
    text-align: center;
}
.faq_section .faqs {
    display: table;
    width: 98%;
    margin: 1rem auto 0;
}
.faq_section .faqs .faq {
    display: table-cell;
    width: 100%;
    padding: 1rem 2%;
}
.faq_section .faqs .faq dt {
    font-size: 110%;
    line-height: 1.8rem;
    padding-bottom: 1rem;
}
.faq_section .faqs .faq dd {
    border: none;
    line-height: 1.8rem;
    margin: 0;
}
.faq_section .q {
    padding: 0.2rem 0.4rem;
    border-radius: 0.2rem;
    background: #ffa30d;
    color: #fff;
    font-weight: bold;
    line-height: 1.8rem;
}
.faq_section .a {
    padding: 0.2rem 0.4rem;
    border-radius: 0.2rem;
    background: #00bcd4;
    color: #fff;
    font-weight: bold;
    line-height: 1.8rem;
    font-size: 110%;
}
.fadein_up, .table_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 2s;
}
.fadein_up.is-show, .table_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
.faq_section .faqs .faq {
    display: block;
    width: 85%;
    padding: 1rem 1rem 1rem 1rem ;
}
}

/* types_section
****************************************/
.types_section {
    
}
.types_section .type_item {
    clear: both;
    display: table;
    width: 100%;
    margin-top: 3rem;
}
.types_section .type_item .type_icon {
    width: 140px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-weight: bold;
}
.types_section .type_item .type_icon:before {
    content: "★";
    font-size: 100px;
    color: #ffd966;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
.types_section .type_item .type_icon .label {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: #7f6000;
    line-height: 1.05;
    letter-spacing: -0.1em;
    z-index: 1;
}
.types_section .type_item .type_icon .label figure {
    font-size: 28px;
    display: block;
    color: #fff;
    margin: 14px 0 0 0;
}
.types_section .type_item .type {
    display: table-cell;
    position: relative;
    width: auto;
}
.types_section .type_item .name {
    display: inline-block;
    font-size: 180%;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.types_section .type_item .desc {
    display: inline-block;
    font-size: 130%;
    margin-left: 1.5em;
    font-weight: bold;
}
.types_section .type_item .table {
    display: table;
    width: 100%;
}
.types_section .type_item .table .col_1 {
    display: table-cell;
    vertical-align: top;
    width: 22%;
}
.types_section .type_item .table .col_1 .outline {
    margin: 0 0 0.6em 0;
    font-size: 125%;
    font-weight: bold;
    line-height: 1.3;
}
.types_section .type_item .table .col_1 .outline figure {
    display: inline-block;
    margin: 0 0.2em;
    font-size: 135%;
}


.types_section .type_item .table .col_2 {
    display: table-cell;
    vertical-align: top;
    width: 78%;
    padding-left: 2%;
    font-size: 90%;
}
.types_section .type_item .table .col_2 table th {
    background: #fff2cc;
    width: 110px;
    padding: 5px 2px;
    text-align: center;
    font-weight: normal;
}
.types_section .type_item .table .col_2 table td {
    width: 120px;
    padding: 5px 2px;
    text-align: center;
}


.types_section .type_item .table .flex_2 {
    display: flex;
    flex-flow: row wrap;
    width:100%;
}
.types_section .type_item .table .col_2 .icon_service {
    width: 215px;
    margin: 0.4rem;
    padding: 0.3rem;
    border-radius: 5px;
    border: solid 1px #623225;
    background-color: #fff;
    text-align: center;
    color: #623225;
}
.types_section .type_item .table .col_2 .orange {
    border: solid 1px #ff3700 !important;
    color: #ff3700 !important;
}
@media only screen and (max-width: 768px) {
.types_section .type_item .type_icon {
    width: 110px;
}
.types_section .type_item .type_icon:before {
    margin-top: -20px;
}
.types_section .type_item .type_icon .label {
    top: -5px;
}
.types_section .type_item .name {
    font-size: 140%;
    margin: 0 0 0 10px;
}
.types_section .type_item .desc {
    display: block;
    font-size: 110%;
    margin: 0 0 1rem 10px;
    font-weight: bold;
}
.types_section .type_item .table .col_1 {
    width: 100%;
    display: block;
}
.types_section .type_item .table .col_1 .outline {
    margin: 0 0 0.6em 0;
    font-size: 100%;
}
}

.types_section .types_btn {
    text-align: center;
    margin: 2rem auto 1rem;
}
.types_section .types_btn a {
    color: #fff;
    background: #bf9000;
    font-weight: bold;
    font-size: 100%;
    padding: 10px 20px;
    text-decoration: none;
}
.types_section .tips {
    padding: 2rem 0 2rem 1rem;
}
/* reason_section
****************************************/
.reason_section {
    
}
.reason_section .reason_item {
    clear: both;
    display: table;
    margin-top: 3rem;
    margin-left: 6rem;
}
.reason_section .reason_item .reason_icon {
    width: 140px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    font-weight: bold;
}
.reason_section .reason_item .reason_icon::before {
    content: "★";
    font-size: 100px;
    color: #ffd966;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
.reason_section .reason_item .reason_icon .label {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: #7f6000;
    line-height: 1.05;
    letter-spacing: -0.1em;
    z-index: 1;
}
.reason_section .reason_item .reason_icon .label figure {
    font-size: 28px;
    display: block;
    color: #fff;
    margin:0;
}
.reason_section .reason_item .name {
    display: inline-block;
    font-size: 180%;
    font-weight: bold;
    padding: 0;
    margin: 0 0 0 20px;
}
.reason_section .reason_item .text {
    font-size: 130%;
    margin-left: 20px;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
.reason_section .reason_item .reason_icon {
    width: 110px;
}
.reason_section .reason_item .reason_icon::before {
    margin-top: -15px;
}
.reason_section .reason_item .reason_icon .label {
    top: 0px;
}
.reason_section .reason_item {
    clear: both;
    display: table;
    margin-top: 3rem;
    margin-left: 0;
}
.reason_section .reason_item .name {
    font-size: 120%;
    margin: 0 0 0 10px;
}
.reason_section .reason_item .text {
    font-size: 100%;
    margin: 0 0 0 10px;
}
}
/* flow_section
****************************************/
.flow_section {
    padding-bottom: 5rem;
}
.flow_section .flows {
    clear: both;
    position: relative;
}
.flow_section .flows .icon {
    position: absolute;
    top: 0;
    left: calc(50% - 20px);
    font-size: 40px;
    color: #FFA30D;
    z-index: 1;
    background: #fff;
    line-height: 1rem;
}
.flow_section .flows .flow_left:before {
    background-color: #ddd;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: -5;
    left: calc(100% + 67px);
}
.flow_section .flows .flow_left {
    position: relative;
    width: calc(50% - 100px);
    background-color: #f6f6f6;
    border-radius: 5px;
    text-align: right;
    padding: 1rem;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.flow_section .flows .flow_left:after {
    background-color: #f6f6f6;
    content: "";
    height: 30px;
    position: absolute;
    right: -5px;
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    z-index: -9;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.flow_section .flows .flow_left:hover {
    background-color: #FEA30C;
    color: #fff;
}
.flow_section .flows .flow_left:hover:after {
    background-color: #FEA30C;
}
.flow_section .flows .flow_left h3 {
    margin: 0;
    padding: 0;
}


.flow_section .flows .flow_right:before {
    background-color: #ddd;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: -5;
    left: calc(-49px - 20px);
}
.flow_section .flows .flow_right {
    position: relative;
    width: calc(50% - 100px);
    background-color: #f6f6f6;
    border-radius: 5px;
    float: right;
    text-align: left;
    padding: 1rem;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.flow_section .flows .flow_right:after {
    background-color: #f6f6f6;
    content: "";
    height: 30px;
    position: absolute;
    left: -5px;
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    z-index: -9;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.flow_section .flows .flow_right:hover {
    background-color: #FEA30C;
    color: #fff;
}
.flow_section .flows .flow_right:hover:after {
    background-color: #FEA30C;
}

.flow_section .flows .flow_right h3 {
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 768px) {
.flow_section {
    padding-bottom: 15rem;
}
}
/* company_section
****************************************/
.company {
    display:flex;
	margin-bottom: 1rem;
}
.company .company_image {
    width: 30%;
}
.company .company_image img {
    width: 100%;
    border-radius: 5px;
}
.company .company_contents {
    width: 69%;
    padding-left: 1%;
}
.company .company_contents h3 {
    margin: 0;
    padding: 0;
}
.company .company_contents h4 {
    margin: 0;
    padding: 1rem 0;
    font-weight: normal;
}
.company .company_contents p {
    margin: 1rem 0 0 0;
    padding: 0;
    font-size: 90%;
}
@media screen and (max-width: 768px) {
.company {
    display:block;
}
.company .company_image {
    width: 100%;
}
.company .company_contents {
    width: 100%;
    padding-left: 0;
}
}


.presents h3 {
    background-color: #FFA30D;
    color: #fff;
    padding: 0.5rem;
}
.presents .present1 {
    display:flex;
}
.presents .present1 div {
    width: 49%;
    padding: 1rem 1%;
    border: solid 1px #ccc;
}
.presents .present1 span {
    display: block;
    font-weight: bold;
    padding-bottom: 0.5rem;
    text-align: center;
}
.presents .present2 {
    display:flex;
}
.presents .present2 div {
    width: 32%;
    padding: 0.6rem 1%;
    border: solid 1px #ccc;
}
.presents .present2 span {
    display: block;
    font-weight: bold;
    padding-bottom: 0.5rem;
    text-align: center;
}
.presents img {
    border-radius: 5px;
    width: 100%;
}

.present3 ol {
    counter-reset: item;
    list-style-type: none;
    padding: 0 0 2rem 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.present3 ol li {
  text-indent: -1.3em;
  padding-left: 1.5em;
  border-bottom: solid 1px #ccc;
  line-height: 5rem;
}
.present3 ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color: #b40000;
}
.present3 .explanation {
  font-size: 1.2rem;
}
.present3 .explanation ul {
  list-style-type: disc;
  padding: 0 0 0 2rem;
  font-weight: bold;
  line-height: 2.5rem;
}
.present3 .note {
  font-size: 1.1rem;
  margin-top: 1.6rem;
}
.presents h4 {
  margin-top: 3rem;
  margin-left: 0;
  padding-left: 0;
}
.presents .present_a,
.presents .present_c,
.presents .present_b {
    padding: 0.2rem 0.4rem;
    border-radius: 0.2rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.8rem;
    font-size: 130%;
}
.presents .present_a {
    background: #de0000;
}
.presents .present_b {
    background: #ffa30d;
}
.presents .present_c {
    background: #0000a6;
}

@media only screen and (max-width: 768px) {
    .presents p,
    .presents h4 {
        padding-left: 1rem;
    }
    
    .presents .present3 {
        padding: 1rem;
    }
    .presents .present3 ol {
        padding: 0;
        margin: 0;
    }
    .presents .present3 ol li {
        line-height: 3rem;
    }
}

/* contact_section
****************************************/
.contact_section {
    width: 100%;
    background-color: #fff;
}
.contact_section h2 {
    background-color: #623225;
    color: #fff;
    text-align: center;
    font-size: 100%;
    margin: 1.5rem 0;
    border-bottom: none;
}
.contact_section h2 strong {
    font-size: 160%;
}
.contact_section .contact-box {
    border-bottom: solid 1px #623225;
}
.contact_section .contact-box .inner {
    width: 1070px;
    margin: 0 auto;
    display: flex;
}
.contact_section .contact-box .inner img {
    width: 30%;
}
.contact_section .contact-box .inner .content {
    width: 68%;
    padding-left: 2%;
    margin-bottom: 1em;
}
.contact_section .contact-box .inner .content .l1 {
    font-size: 160%;
    line-height: 1.5;
}
.contact_section .contact-box .inner .content .l1 a {
    color: #BF9000;
}
.contact_section .contact-box .inner .content .l2 {
    font-size: 110%;
    line-height: 1.5;
}
.contact_section .contact-box .inner .content .l2 a {
    color: #BF9000;
}
.contact_section .contact-box .inner .content .l3 {
    font-size: 110%;
    line-height: 1.5;
}
.contact_section .contact-box .inner .content .l3 .label {
    display: inline-block;
    color: #fff;
    background: #BF9000;
    padding: 0.1em 0.4em;
    text-align: center;
    margin: 0.5rem 1rem 0.5rem 0.5rem;
}

.contact_section .contact-form .inner {
    width: 1070px;
    margin: 0 auto;
}
.contact_section .contact-form .mailform {
    font-size: 125%;
    margin: 1.5rem auto;
    padding: 1rem 0;
    width: 600px;
    color: #fff;
    background: #bf9000;
    font-weight: bold;
    text-align: center;
    display: block;
    position: relative;
    z-index: 2;
}
.contact_section .contact-form .mailform:before {
    left: 10rem;
    bottom: -2.8rem;
    transform: rotate(-50deg);
    border-style: solid;
    border-width: 6rem 1rem 0 3rem;
    border-color: #bf9000 transparent transparent transparent;
    z-index: -1;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}
.contact_section .contact-form .form-groups {
    position: relative;
    width: 100%;
}
.contact_section .contact-form .form-groups .form-group {
    font-size: 120%;
    padding: 20px 20px 20px 300px;
    width: 750px;
    position: relative;
    color: #7f7f7f;
    display: block;
}
.contact_section .contact-form .form-groups .form-group:nth-child(odd) {
    background: #fff2cc;
}
.contact_section .contact-form .form-groups .form-group:nth-child(even) {
    background: #ffe699;
}
.contact_section .contact-form .form-groups .form-group label {
    position: absolute;
    left: 16px;
    top: 30px;
    display: block;
    margin-bottom: 3px;
}
.contact_section .contact-form .form-groups .form-group input.form-control,
.contact_section .contact-form .form-groups .form-group textarea.form-control {
    padding: 2%;
    margin: 0;
    width: 90%;
}
.contact_section .contact-form .form-groups .form-group label span {
    position: absolute;
    left: 230px;
    margin-top: -2px;
    font-size: 76%;
    padding: 2px 4px;
    margin-left: 0.5em;
    color: #fff;
    background: #666;
    white-space: nowrap;
}
.contact_section .contact-form .form-groups .form-group label span.require {
    background: #c00000;
}
.contact_section .contact-form .notice {
    text-align: center;
    margin: 1em 0;
    line-height: 1.2;
}
.contact_section .contact-form .notice p {
    margin-top: 1em;
}
.contact_section .contact-form a:link, .contact_section .contact-form a:visited {
    color: #c00;
    text-decoration: underline;
}
#form_mail .btns {
    display: block;
    text-align: center;
}
#form_mail .btns input, #form_mail .btns a {
    margin: 1em auto;
    text-align: center;
    color: #fff;
    background: #bf9000;
    font-weight: bold;
    font-size: 120%;
    width: auto;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
}
#form_mail .btns input, #form_mail .btns a:hover {
    text-shadow: none;
}

.contact_section .contact-box .inner .img_box {
    width: 30%;
    text-align: right;
    margin-bottom: 1rem;
}
.contact_section .contact-box .inner .img {
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-image: url("/lp/images/contact2.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position: bottom;
    background-size:280px 280px;
}

@media only screen and (max-width: 1070px) {
.contact_section .contact-box .inner,
.contact_section .contact-form .inner{
    width: 100%;
}
}
@media only screen and (max-width: 768px) {
.contact_section .contact-box .inner,
.contact_section .contact-form .inner{
    width: 100%;
    display: block;
}
.contact_section .contact-box .inner .img_box {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}
.contact_section .contact-box .inner .content {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
    text-align: center;
}
.contact_section .contact-form .mailform {
    font-size: 120%;
    width: 100%;
}
.contact_section .contact-form .form-groups .form-group {
    font-size: 100%;
    padding: 10px 0 10px 0;
    width: 100%;
}
.contact_section .contact-form .form-groups .form-group label {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-bottom: 3px;
}
.contact_section .contact-form .form-groups .form-group label span {
    position: relative;
    left: 0;
    font-size: 76%;
    padding: 2px 4px;
    margin-left: 0.5em;
}
.contact_section .contact-form .form-groups .form-group input.form-control,
.contact_section .contact-form .form-groups .form-group textarea.form-control
{
    display: block;
    padding: 5%;
    margin: 0;
    width: 90%;
}
.contact_section .contact-form .notice {
    text-align: left;
    margin: 1em 1em;
    line-height: 1.5;
}

}
/* form_mail
****************************************/
#form_mail {
    position: relative;
}
#modal {
  font-size: 24px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.6);
  color: white;
  z-index: 100;
  display: none;
}
#modal p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#result {
    border: solid 1px #f33;
    background-color: #fcc;
    text-align: center;
    padding: 0.5rem;
    display: none;
}

input[type=text].readonly, textarea.readonly {
    background-color: #ccc;
}
#layer_confirm_parent {
    position: relative;
}
#layer_confirm {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(80, 80, 80, 0.3);
  z-index: 100;
  display: none;
}
/* site-footer
****************************************/
#site-footer {
    clear: both;
    text-align: center;
    padding: 1rem 0;
    border-top: solid 1px #000;
    margin-top: 5rem;
}
#site-footer .links {
    margin: 1rem 0;
    font-size: 90%;
}
#site-footer .links a:link, #site-footer .links a:visited {
    color: #c00;
    text-decoration: underline;
}


#header-image-on-text {
    text-align:center;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    padding: 20px 20px 40px 20px;
    border-radius: 5px;
    background:rgba(0,0,0,0.25);
}
#header-image-on-text .caption {
font-size: 1.4rem;
font-weight: bold;
margin: 0.6rem 0;
}
#header-image-on-text .linkbtn {
margin-top: 2rem;
}
#header-image-on-text .linkbtn a {
background-color: #fff;
border-radius: 5px;
padding: 20px;
text-align: center;
}

@media screen and (max-width: 768px) {
    #header-image-on-text {
        display: none;
    }
}

/* チェックマークリスト */
ul.list1 {
border: solid 2px #ffb03f;
border-radius: 5px;
padding: 1em 1em 1em 3.8rem;
position: relative;
}
ul.list1 li {
line-height: 1.5;
padding: 0.5em 0;
list-style-type: none!important;
}
ul.list1 li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1.6em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

/* 数字リスト */
ol {
  counter-reset:num;
  list-style-type: none!important;
  padding: 0.2em 1em 1em 3.8rem;
  margin:0;
}
ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background: #ffb03f;
  color: #FFF;
  font-family: 'Arial',sans-serif;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}


/* テーブル */
table {
    border-collapse: collapse;
}
th, td {
    border: 1px solid #ccc;
    padding: 8px 12px;
}
table.table1 {
    width: 100%;
}
table.table1 thead th {
    background-color: #70B8F1;
    color: #fff;
}
table.table1 tr td:nth-child(1) {
    background-color: #ddd;
}
table.table1 tr td:nth-child(2) {
    background-color: #ffc;
}

.attentions {
    border: solid 2px #ffb03f;
    border-radius: 5px;
}
.attentions p {
    padding: 0.4rem 2rem 0 2rem;
}

.flex-container {
    width: 100%;
    display: flex;
}
.flex-container .flex-item-25per {
    width: 25%;
}
.flex-container .flex-item-50per {
    width: 50%;
}
.flex-container .flex-item-75per {
    width: 75%;
}
.flex-container img{
    width: 100%;
}
@media screen and (max-width: 768px) {
.flex-container {
    display: block;
}
.flex-container .flex-item-25per {
    width: 95%;
}
.flex-container .flex-item-50per {
    width: 95%;
}
.flex-container .flex-item-75per {
    width: 95%;
}
}
.youtube1 {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube1 iframe {
  width: 100%;
  height: 100%;
}

.fit_h125 {
    object-fit: cover !important;
    height: 100px !important;
    width: 100% !important;
}
.p-1 {
    padding: 1rem;
}
.p-2 {
    padding: 2rem;
}