/* 全体
****************************************/
#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: 400px;
    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
****************************************/
section.slick_section {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
section.slick_section h2 {
    margin: 5px 0;
    border: none;
    background: #ffa30d;
    color: #fff;
    font-size: 1.1em;
}
section.slick_section .slick {
    width: 99%;
    position: relative;
    margin: 0 auto;
}
section.slick_section .slick ul {
    padding: 0;
}
section.slick_section .slick li {
    padding: 0 5px;
}
section.slick_section .slick li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* slick_section
****************************************/
section.slick_section_header {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
section.slick_section_header .slick_inner_header {
    margin: 0;
}
section.slick_section_header .slick_header {
    width: 100%;
    position: relative;
    margin: 0;
}
section.slick_section_header .slick_header ul {
    padding: 0;
    margin: 0;
}
section.slick_section_header .slick_header li {
    padding: 0;
    margin: 0;
    position: relative;
}
section.slick_section_header .slick_header li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.slick_section_header .slick_header li .slick-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 150;
  color: #fff;
  margin: 0　10px;
  padding: 0;
}
section.slick_section_header .slick_header li .slick-content .btn1 {
    display: inline;
    font-family: 'Roboto','Arial';
    color: #e79d19;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.5;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: bold;
    background: rgba(231, 157, 25,0.5);
    padding: 12px 100px 12px 100px;
    box-shadow: none;
    border: solid 1px #e79d19;
    border-radius: 10px;
}
section.slick_section_header .slick_header li .slick-content .btn2 {
    display: inline;
    font-family: 'Roboto','Arial';
    color: #fff;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.5;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: bold;
    background: rgba(231, 157, 25,100);
    padding: 12px 30px 12px 30px;
    box-shadow: none;
    border: none;
    border-radius: 10px;
}
section.slick_section_header .slick_header li .slick-content .btn2:hover {
    color: #e79d19;
    background: rgba(255, 255, 255,100);
}
section.slick_section_header .slick_header li .slick-content .btn3 {
    display: inline;
    font-family: 'Roboto','Arial';
    color: #fff;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.5;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: bold;
    background: rgba(92, 186, 60,100);
    padding: 12px 30px 12px 30px;
    box-shadow: none;
    border: none;
    border-radius: 10px;
}
section.slick_section_header .slick_header li .slick-content .btn3:hover {
    color: #5ca83c;
    background: rgba(255, 255, 255,100);
}
section.slick_section_header .slick_header li .slick-content .text1 {
    display: block;
    margin-bottom: 1.0rem;
}
section.slick_section_header .slick_header li .slick-content .text2 {
    display: block;
    margin-bottom: 1.6rem;
}
section.slick_section_header .slick_header li .slick-content .text1 span,
section.slick_section_header .slick_header li .slick-content .text2 span {
    display: inline-block;
    font-family: 'Roboto','Arial';
    color: #fff;
    text-shadow: none;
    line-height: 1.5;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: normal;
    background: rgba(0, 0, 0,0.5);
    padding: 10px;
    box-shadow: none;
    border: none;
    border-radius: 10px;
}
section.slick_section_header .slick_header li .slick-content .text1 {
    font-size: 115%;
}
section.slick_section_header .slick_header li .slick-content .text2 {
    font-size: 100%;
}
@media only screen and (max-width: 768px) {
section.slick_section_header .slick_header li .slick-content {
    display: none;
}
}
/* riseup_section
****************************************/
.riseup_section {
}
.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_contents {
    display: inline-block;
    vertical-align: top;
    width: 730px;
}
.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: 2rem;
    padding-left: 2rem;
}
.slidein_section img {
    width: 268px;
    height: 201px;
}

.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: 46%;
    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 {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 2s;
}
.fadein_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: 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: -1.5em 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;
}
@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 {
}
.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;
}
/* company_section
****************************************/
.company {
    display:flex;
}
.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: 1rem 0;
}
.company .company_contents h4 {
    margin: 0;
    padding: 1rem 0;
    font-weight: normal;
}
.company .company_contents p {
    margin: 1rem 0 0 0;
    padding: 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_d,
.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;
}
.presents .present_d {
    background: #007007;
}

@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-bottom: 0.8rem;
}
#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;
    }
}



/* present
****************************************/
#present {
}
#present h2 {
    font-size:2.2rem;
    background: #666;
    color: #fff;
    padding: 0.2rem 0.6rem 0.1rem;
    border-radius: 0.2rem;
}
#present h3 {
    font-size:1.3rem;
    margin-bottom: 0.4rem;
    background: none;
    color: #333;
}
#present h4 {
    font-size:1.2rem;
    margin: 0.5rem 0.1rem;
    background: #ede2c9;
    border-radius: 0.2rem;
    padding: 0.2rem 0.6rem 0.1rem;
}
#present h4.caption2 {
    background: none;
    color: #f00;
    margin-bottom: 1rem;
    border-bottom: #f00 solid 3px;
}
#present h4.caption3 {
    margin-top: 1rem;
    border-left: #623225 solid 8px;
    color: #623225;
    padding-left: 8px;
}
#present h4.caption4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
    border-bottom: #623225 solid 3px;
    color: #623225;
    padding-left: 8px;
}
#present h5 {
    font-size:1.0rem;
    margin: 0.2rem 0.3rem;
    background: #ddd;
    border-radius: 0.2rem;
    padding: 0.2rem 0.6rem 0.1rem;
}
#present h5.list {
    margin: 0.8rem 0.3rem;
    border-radius: 0.2rem;
    border-left: solid 10px #000;
}
#present p {
    line-height: 1.8rem;
    margin: 0;
}
#present p.f1 {
    font-size: 1.2rem;
}

#present .a, #present .b, #present .c, #present .d {
    padding: 0.2rem 0.6rem;
    border-radius: 0.2rem;
    color: #fff;
    font-weight: bold;
    line-height: 2.4rem;
    font-size: 100%;
}
#present .a {
    background: #b43333;
}
#present .b {
    background: #ffa30d;
}
#present .c {
    background: #3333B4;
}
#present .d {
    background: #007007;
}

#present .box_present {
    border: 2px solid #FFA30D;
    border-radius: 0.2rem;
    padding: 1rem;
}
#present .box_present_a {
    border: 2px solid #b43333;
    border-radius: 0.2rem;
    padding: 1rem;
}
#present .box_present_b {
    border: 2px solid #ffa30d;
    border-radius: 0.2rem;
    padding: 1rem;
}
#present .box_present_c {
    border: 2px solid #3333B4;
    border-radius: 0.2rem;
    padding: 1rem;
}
#present .box_present_d {
    border: 2px solid #007007;
    border-radius: 0.2rem;
    padding: 1rem;
}
#present .box_present_inner {
    margin: 0.5rem 0;
    width: 100%;
}
#present .box_present_inner_left {
    float: left;
    width: 37%;
    margin-right: 3%;
}
#present .box_present_inner_right {
    float: left;
    width: 60%;
}
#present .box_present_inner_left_gift {
    float: left;
    width: 27%;
    margin-right: 3%;
}
#present .box_present_inner_right_gift {
    float: left;
    width: 70%;
}
#present .box_present_inner_left img {
    width: 100%;
}
#present .clearfix {
    content: "";
    display: block;
    clear: both;
}
#present .continue_box {
    font-size:2.2rem;
    text-align: center;
}
#present .continue_box .continue {
    width: 200px;
    margin: 1rem auto;
    border-radius: 0.2rem;
    background: #eee;
}
#present ol {
    counter-reset: item;
    list-style-type: none;
    padding: 0 0 0.5rem 0;
    font-size: 1.2rem;
    font-weight: bold;
}
#present ol li {
    text-indent: -1.3em;
    padding-left: 1.5em;
    border-bottom: solid 1px #ccc;
    line-height: 3rem;
}
#present ol li:before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: .5em;
    font-weight: bold;
}
#present ol.ol_color li {
    font-weight: normal;
    padding-bottom: 1rem;
}
#present ol.ol_color li:before {
    color: #b40000;
}
#present .btn {
    text-align: center;
    margin: 2rem 0 1rem;
    background: none;
    text-align: left;
}
#present .btn a {
    background: #bf9000;
    font-size: 100%;
    padding: 10px 150px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}



#present ol.ol_a li:before {
    color: #b40000;
}
#present ol.ol_b li:before {
    color: #ffa30d;
}
#present ol.ol_c li:before {
    color: #3333B4;
}
#present ol.ol_d li:before {
    color: #007007;
}
#present .text {
    line-height: 2.0rem;
    padding: 0 0.6rem;
}
#present .box1 {
    padding: 1rem 0;
    border-bottom: #666 1px dotted;
}
#present .box1 h4 {
    margin-bottom: 0.5rem;
}

#present .img_w1 {
    width:255px;
    margin-right:5px;
}
#present .img_w2 {
    width:385px;
    margin-right:5px;
}
#present .img_w3 {
    width:255px;
    margin-right:10px;
    float:left;
}
#present .col3 {
    margin: 2rem 0;
}
#present .col3_inner {
    width: 32%;
    float: left;
    margin-right: 2%;
}
#present .col3_inner_last {
    width: 32%;
    float: left;
    margin-right: 0;
}
#present .col3 img.img_ess {
    width:auto;
    height:300px;
}
#present .col3 img {
    width: 100%;
}
#present .col2 {
    margin: 2rem 0;
}
#present .col2_inner {
    width: 48%;
    float: left;
    margin-right: 2%;
}
#present .col2_inner_last {
    width: 48%;
    float: left;
    margin-right: 0;
}
#present .col2 img {
    width: 100%;
}

#present .btn_a {
    background-color: #B43333;
    text-align: center;
    font-weight: bold;
}
#present .btn_a a {
    background-color: #B43333;
}
#present .btn_b {
    background-color: #FFA30D;
    text-align: center;
    font-weight: bold;
}
#present .btn_b a {
    background-color: #FFA30D;
}
#present .btn_c {
    background-color: #3333B4;
    text-align: center;
    font-weight: bold;
}
#present .btn_c a {
    background-color: #3333B4;
}
#present .btn_d {
    background-color: #007007;
    text-align: center;
    font-weight: bold;
}
#present .btn_d a {
    background-color: #007007;
}
#present .caption1 {
    font-weight: bold;
    padding: 0.2rem 0;
    border-bottom: 2px solid #FF7B39;
    margin: 0.2rem 0 0.4rem 0;
}
#present ul.ul1 {
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
}
#present ul.ul1 li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
}
#present ul.ul1 li:before {
    font-family: FontAwesome;
    content: "\f138";
    position: absolute;
    left : 0;
    color:#FF7B39;
}

@media only screen and (max-width: 768px) {
#present ol {
    padding-left: 1.2rem;
}
#present ol li {
    padding-left: 0.1rem;
    line-height: 3rem;
    font-size: 1.0rem;
}
#present .box_present_inner_left_gift {
    float: none;
    width: 100%;
    margin: 0;
}
#present .box_present_inner_right_gift {
    float: none;
    width: 100%;
}
#present .box_present_inner_left {
    float: none;
    width: 100%;
    margin: 0;
}
#present .box_present_inner_right {
    float: none;
    width: 100%;
}
#present .img_w1 {
    width:100%;
	margin:0;
}
#present .img_w2 {
    width:100%;
    margin:0;
}
#present .img_w3 {
    float:none;
    display:block;
}
#present .col3_inner {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 1rem;
}
#present .col3_inner_last {
    width: 100%;
    float: none;
    margin-right: 0;
}
#present .col3 img.img_ess {
    width: 100%;
    height:auto;
}
#present .btn a {
    display: block;
    padding: 10px 10px;
    text-align: center;
}
}

#present .w30 {
    width: 30%;
}
#present .w68 {
    width: 68%;
}
#present .w48 {
    width: 48%;
}
#present .main_sp {
    display: none;
}
@media screen and (max-width: 768px) {
#present .w30 {
    width: 100%;
}
#present .w68 {
    width: 100%;
}
#present .w48 {
    width: 100%;
}
.presents .present1 {
    display: block;
}
.presents .present1 div {
    width: 100%;
}
}



/* others
****************************************/

.btn {
    display: block;
    margin: auto;
    padding: 10px 0;
    text-decoration: none;
    text-align: center;
    color: #fff !important;
    background: #000;
}

table {
    border-collapse: collapse;
    width: 100%;
    border: 0;
}
td, th {
    border: 1px solid #ccc;
    padding: 0.5rem;
}
th {
    background-color: #eee;
}

.border1 {
max-width: none !important;
margin: 5em auto;
border-bottom: 1px solid #ccc;
}
#flex_memberships {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    width: auto;
}
#flex_memberships .membership {
    flex-basis: 26%;
    border: solid #ddd 1px;
    border-radius: 10px;
    padding: 0 3%;
    margin-bottom: 2%;
}
#flex_memberships .membership-borderless {
    flex-basis: 26%;
    border: solid none;
    border-radius: 10px;
    padding: 0 3%;
    margin-bottom: 2%;
}
#flex_memberships .membership .title {
    border: none;
    text-align: center;
}
#flex_memberships .membership .image {
    margin: 1rem 0;
    width: auto;
}
#flex_memberships .membership .image img {
    margin: 1rem 0;
    width: 100%;
}

#flex_memberships .membership .discription {
    font-size: 90%;
}
#flex_memberships .membership dl.elements {
    margin: 1rem 0;
    font-size: 85%;
}
#flex_memberships .membership .elements dt {
    color: #ab9257;
    padding: 0;
}
#flex_memberships .membership .elements dd {
    padding: 0;
    border: none;
    margin-bottom: 1rem;
    margin-left: 0;
}
#flex_memberships .membership dl.elements a {
    text-decoration: underline;
    font-size: 85%;
}
#flex_memberships .membership .btn {
    background-color: #ab9257;
    color: #fff;
    margin-bottom: 2rem;
    display: block;
    border: solid #ddd 1px;
    border-radius: 3px;
}
@media screen and (max-width: 480px) {
    #flex_memberships {
        justify-content: center;
    }
    #flex_memberships .membership {
        flex-basis: 95%;
    }
}
.youtube1 {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube1 iframe {
  width: 100%;
  height: 100%;
}

.present_section p {
	margin: 0;
}
.present_section img {
  width: 100%;
}
.present_section .flex1 {
  display: flex;
	border: solid 3px #7F6000;
	border-radius: 10px;
	padding: 2% 1.5%;
	font-size: 150%;
  margin-top: 2rem;
  gap: 2.5rem;
}
.present_section .flex1 .item33 {
  flex-basis: 33.33%;
  width: 33.33%;
}
.present_section .flex1 .item66 {
  flex-basis: 66.66%;
  width: 66.66%;
}
.present_section .flex2 {
  display: flex;
  gap: 2.5rem;
	border: solid 2px #7F6000;
	border-radius: 10px;
	padding: 1.0% 2.0% 2.0%;
	font-size: 120%;
	background: #c33;
	font-weight: bold;
	margin-top: 3%;
}
.present_section .flex2 .item50 {
  flex-basis: 50%;
  width: 50%;
  color: #fff;
}
.present_section .btn {
  margin-top: 3%;
  margin-bottom: 1%;
  background: none;
}
.present_section .btn a {
  border-radius: 10px;
  background: #ab9257;
  color: #fff;
  display: block;
  border: solid #ddd 1px;
    width: 65%;
    padding: 3%;
    text-decoration: none;
    text-align: center;
    font-size: 80%;
}

@media (max-width: 780px) {
    .present_section .flex1 {
        font-size: 120%;
        display: block;
    }
  .present_section .flex1 .item33 {
    width: 100%;
  }
  .present_section .flex1 .item66 {
    width: 100%;
    padding-top: 4%;
  }
  .present_section .btn {
    margin-top: 5%;
  }
  .present_section .btn a {
    margin: 0 auto;
  }
}
