@charset "utf-8";

/* contents
========================================== */

h1 {
    margin: 0px;
    padding: 0px;
}

h2 {
    margin-top: 40px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

h2 span {
    margin-left: 2em;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
}

#top_div_table {
    width: 100%;
    line-height: 1.6em;
    font-size: 16px;
    font-weight: normal;
}

#top_table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 30px;
}

#top_table tr td {
    text-align: center !important;
    vertical-align: middle !important;
}

#top_table_tr {
    background: #eee;
}

.cont>h3 {
    position: relative;
    background: url('../img/common/bd_title.png') no-repeat bottom left;
    max-width: 888px;
    width: calc(100% - 5px);
    margin-top: 3px;
    padding: 0 0 7px 5px;
    vertical-align: bottom;
    font-size: 19px;
    font-weight: bold;
}

.cont>h3 a {
    float: right;
    margin: 0px 10px 0 0;
}

.cont>h3 a span {
    background-color: #ee7507;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    width: 60px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px 0 18px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.cont>h3 a span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7.8px;
    border-color: transparent transparent transparent #ffffff;
}

.cont>h3>span {
    padding: 0 0 0 10px;
    font-size: 12px;
    font-weight: normal;
}

.cont>h3:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
    line-height: 0;
}

h4 {
    border-left: 4px solid #ee7507;
    padding-left: 8px;
    line-height: 1em;
    font-size: 17px;
    font-weight: bold;
}

h5 {
    border-bottom: 4px solid #005bac;
    max-width: 888px;
    width: 100%;
    padding: 0 0 7px 5px;
    font-size: 19px;
    font-weight: bold;
}

h6 {
    border-bottom: 1px solid #000;
    width: 100%;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 901px) {
    .contents {
        width: 100%;
        margin-top: 200px;
    }
    #home .contents {
        width: 100%;
        margin-top: 50px;
    }
}

.ac-check {
    display: none;
    /*チェックボックスを非表示*/
}

.ac-label {
    color: #04287e;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    padding-left: 26px;
    font-weight: bold;
    font-size: 1.25rem;
    border-top: solid 3px #e74c3c;
    border-bottom: solid 3px #e74c3c;
    text-align: center;
    margin-top: 12px;
}

.ac-label:before {
    content: '→';
    transition: .3s;
    font-weight: bold;
    font-family: fontAwesome;
    padding-right: 8px;
    color: #e74c3c;
}

.ac-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    border-bottom: solid 3px #e74c3c;
    transition: all 1s linear;
}

.ac-content .ac-content__in {
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: block;
}

.ac-content p:nth-of-type(1) {
    transition: all 0.5s;
}

.ac-content p:nth-of-type(2) {
    transition: all 1s;
}

.ac-content p:nth-of-type(3) {
    transition: all 1.5s;
}


/*ここから下がポイント*/

.ac-check:checked+.ac-label+.ac-content {
    height: auto;
    opacity: 1;
}

.ac-check:checked+.ac-label+.ac-content .ac-content__in {
    height: auto;
    opacity: 1;
}

.ac-check:checked+.ac-label:before {
    content: '↓';
    font-weight: bold;
    transition: .3s;
    color: #e74c3c;
}

span.wpcf7-form-control span.wpcf7-list-item {
    width: 100%;
}

div.ac-content__in ul>li {
    list-style: decimal;
}

.menu {
    margin: 12px auto 0;
    padding: 0;
}

.menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
}

.menu label {
    display: block;
    padding: 12px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    font-size: 1.25rem;
    border-top: solid 3px #e74c3c;
    border-bottom: solid 3px #e74c3c;
    cursor: pointer;
}

.menu h3 {
    font-weight: bold;
}

.cont .menu ul {
    margin: 0;
    padding: 0;
}

.cont .menu ul>li {
    list-style: decimal;
    margin: 0;
}


/*.menu li,
.menu h3,
.menu p {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}*/

.menu .menu_inner {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.menu .menu_inner {
    background-color: #f5f5f5;
}

.menu .menu_inner .menu_inner--box {
    padding: 24px;
}

#menu_bar01:checked~#links01 .menu_inner {
    max-height: 100%;
    opacity: 1;
}


#menu_bar01:checked ~ #links01 .menu_inner,
#menu_bar01:checked ~ #links01 h3,
#menu_bar01:checked ~ #links01 p {
    max-height: 128px;
    opacity: 1;
}

button:hover {
    opacity: 0.4;
}

.button01 {
    border: 3px solid #ff9900;
    border-radius: 6px;
    background-color: #ff9900;
    line-height: 1em;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    color: #fff;
    margin-bottom: 6px;
    margin-top: 10px;
    transition: left 300ms linear;
}

.wpcf7>form input[type="submit"][disabled],
.wpcf7>form input[type="submit"][disabled]:hover,
.wpcf7>form input[type="submit"][disabled]:focus {
    border: 3px solid #999;
    border-radius: 6px;
    background-color: #999;
    line-height: 1em;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    color: #fff;
    margin-bottom: 6px;
    margin-top: 10px;
    transition: left 300ms linear;
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.button01 a {
    color: #fff;
}


/* header .button01{
		display: block;
		width: 100%;
		transition: left 300ms linear;
} */


/*.button01:before {
	padding-right: 10px;
	content: '>';
	font-family: 'FontAwesome';
	font-weight: normal;
}*/

.button02 {
    border: 3px solid #005bac;
    border-radius: 6px;
    background-color: #fff;
    display: inline-block;
    line-height: 1em;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bolder;
    text-align: center;
    color: #005bac;
    transition: left 300ms linear;
}

.button02 a {
    color: #005bac;
}

.button02:before {
    padding-right: 10px;
    content: '>';
    font-family: 'FontAwesome';
    font-weight: normal;
}

.button03 {
    position: relative;
    border: 2px solid #005bac;
    border-radius: 6px;
    background-color: #fff;
    display: inline-block;
    width: 240px;
    line-height: 1em;
    padding: 8px 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    color: #000;
    transition: left 300ms linear;
}

.button03:before {
    content: ' ';
    border: transparent solid 0.4em;
    border-left-color: #000;
    position: absolute;
    left: 1em;
    margin: 2px 0 0 0;
    padding: 0px;
}


/* area (map caption) */

#area .inner {
    position: relative;
}

#area .inner .area_map img {
    max-width: 336px;
    width: 100%;
    margin: 25px 0 30px 60px;
}

#area .inner .area_link {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 440px;
    width: 100%;
    margin: 28px 35px 0 0;
}

#area .inner .area_link .annotation {
    line-height: 1.6em;
    font-size: 14px;
    font-weight: normal;
}

#area .inner .area_link .box {
    background-color: #efefef;
    margin: 10px 20px 0;
}

#area .inner .area_link .box ul {
    padding: 28px 0 3px 65px;
}

#area .inner .area_link .box ul li {
    float: left;
    width: 155px;
    margin: 0 0 25px;
}

#area .inner .area_link .box ul li span {
    background: url('../img/common/icon_arrow.png') no-repeat center left;
    background-size: 20px 20px;
    padding-left: 2em;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #005bac;
    cursor: pointer;
}

#area .inner .area_link .box ul li span:hover {
    opacity: 0.4;
}

#area .inner .area_caption {
    position: absolute;
    top: 86px;
    left: 30px;
}

#area .inner .area_caption ul {
    position: relative;
}

#area .inner .area_caption ul li {
    display: none;
    position: absolute;
    border-radius: 9px;
    background-color: #e9ecf5;
    width: 198px;
    padding-bottom: 20px;
    text-align: center;
}

#area .inner .area_caption ul li:hover {
    opacity: 0.5;
}

#area .inner .area_caption ul li p {
    margin: 0 25px;
    padding-top: 17px;
    font-size: 13px;
    font-weight: normal;
}

#area .inner .area_caption ul li .title {
    border-bottom: 1px solid #005bac;
    padding-bottom: 12px;
}

#area .inner .area_caption ul li .title span {
    background: url('../img/common/icon_arrow.png') no-repeat center left;
    background-size: 20px;
    padding-left: 2em;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #005bac;
}


/* subpage
========================================== */


/* cont */

.contents {
    overflow: hidden;
    /* スマホでコンテンツ内の横はみ出しが多いため追加 */
}

.contents .cont {
    max-width: 893px;
    width: 100%;
    margin: 40px auto 60px;
}


/* targetlink */

#targetlink {
    width: 100%;
    margin: 45px 0 0 0;
}

#targetlink ul {
    width: 100%;
    text-align: center;
}

#targetlink ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#targetlink ul li a {
    background-image: url('../img/common/icon_down.png');
    background-color: #b4cfe7;
    background-repeat: no-repeat;
    background-position: bottom 5px center;
    border-radius: 5px;
    display: table-cell;
    width: 106px;
    height: 68px;
    line-height: 1.3em;
    margin: auto;
    padding: 0 14px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}


/* position fixed */


/*@media screen and (min-width: 901px){
#targetlink.fixed {
	position: fixed;
	top: 0px;
	z-index: 9999;
	margin: 170px 0 0 0;
}
}*/


/* merits */

#merits .area_border {
    border: 1px solid #a8a8a8;
    margin: 10px 0 20px 0;
}

#merits .area_border .area_title {
    position: relative;
    margin: 14px 0 0;
}

#merits .area_border .area_title span {
    line-height: 38px;
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

#merits .area_border .area_title span.ribbon {
    position: relative;
    top: 0;
    left: -11px;
    z-index: 5;
    display: inline-block;
    background-color: #ee7507;
    width: 100px;
    height: 38px;
    margin-right: 10px;
    padding-left: 30px;
    color: #fff;
}

#merits .area_border .area_title span.triangle {
    position: absolute;
    top: 28px;
    left: -21px;
    z-index: 0;
    display: inline-block;
    border-color: transparent #edbead transparent transparent;
    border-style: solid;
    border-width: 10px;
    width: 0;
    height: 0;
}

#merits .area_border .box {
    margin: 18px 22px 20px 14px;
}

#merits .area_border .box img {
    float: left;
    margin-right: 15px;
}

#merits .area_border .box p {
    line-height: 1.7em;
    font-size: 14px;
}

#merits .area_box {
    margin: 26px 40px 0 30px;
}

#merits .area_box img {
    float: left;
    margin-right: 0px;
}

#merits .area_box .area_bg {
    float: right;
    background-color: #efefef;
    max-width: 480px;
    width: 100%;
    padding: 0 0 40px;
    text-align: center;
}

#merits .area_box .area_bg p {
    line-height: 1.7em;
    margin: 34px 30px;
    font-size: 14px;
    text-align: left;
}


/* flow */

#flow .area_step {
    border: 1px solid #565352;
    background-color: #efefef;
    padding: 12px;
}

#flow .area_step dt {
    float: left;
    border-right: 1px solid #565352;
    width: 20%;
    height: 77px;
}

#flow .area_step dt p {
    /*	margin: 18px 0 0 0;*/
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    text-align: center;
}

#flow .area_step dt .area_title {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}

#flow .area_step dd {
    float: left;
    margin: 0 0 0 12px;
}

#flow .area_step dd p {
    display: table-cell;
    height: 77px;
    line-height: 1.5em;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

#flow .area_step dd span {
    display: block;
    margin-top: 10px;
    text-align: center;
}

#flow .area_step dd span a {
    display: inline-block;
    margin: 0 25px 0 0;
}

#flow .area_button {
    margin: 27px 0 0 0;
    text-align: center;
}

#flow .area_button a {
    display: inline-block;
    margin: 0 13px 0;
}

#flow .arrow {
    position: relative;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 7px 0 9px 32px;
    border-style: solid;
    border-width: 26px 64px 0 64px;
    border-color: #4a4645 transparent transparent transparent;
}

#flow .arrow:after {
    content: '';
    position: absolute;
    top: -25px;
    left: -59px;
    border-style: solid;
    border-width: 24px 59px 0 59px;
    border-color: #b5b5b6 transparent transparent transparent;
}


/* lists */

.lists .area_list {
    margin: 30px 0 25px;
}

.lists .area_list li {
    border-top: 1px solid #474342;
    padding: 17px 0 17px;
}

.lists .area_list li:first-child {
    border: none;
}

.lists .area_list li a {
    display: table;
    width: 100%;
}

.lists .area_list li a p {
    display: table-cell;
    line-height: 1.4em;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.lists .area_list li a .area_label {
    width: 10%;
    padding-left: 5px;
}

.lists .area_list li a .area_label span {
    max-width: 75px;
    min-width: 60px;
    width: 100%;
}

.lists .area_list li a .area_date {
    width: 15%;
}

.lists .area_list li a .area_time {
    width: 20%;
}

.lists .area_list li a .area_title {
    width: 55%;
}

.lists .area_list li a span.annotation {
    display: block;
    color: #ff0000;
}


/* label */

.area_list .area_icon img {
    max-width: 30px;
}

.area_list .area_label {
    font-size: 14px;
    font-weight: bold;
    color: #005bac;
}

.area_list .area_label span {
    display: inline-block;
    border-radius: 4px;
    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.area_list .area_label[title="説明会"] span {
    background-color: #219f53;
}

.area_list .area_label[title="講座"] span {
    background-color: #2ea7e0;
}

.area_list .area_label[title="セミナー"] span {
    background-color: #ec5096;
}

.area_list .area_label[title="受付中"] span {
    background-color: #005bac;
}

.area_list .area_label[title="定員間近"] span {
    background-color: #e60012;
}

.area_list .area_label[title="受付終了"] span {
    background-color: #AFAFAF;
}

.area_list .area_label[title="締切り"] span {
    background-color: #AFAFAF;
}

a[title="定員未満"] {
    background-color: #F2F5FF;
}

a[title="定員間近"] {
    background-color: #FFF5F5;
}

a[title="定員到達"] {
    background-color: #F5F5F5;
}

ul.area_list li[title="定員未満"] {
    background-color: #F2F5FF;
}

ul.area_list li[title="定員間近"] {
    background-color: #FFF5F5;
}

ul.area_list li[title="定員到達"] {
    background-color: #F5F5F5;
}

.pagination {
    text-align: center;
    margin-bottom: 1.5em;
}

a.page-numbers,
.pagination .current {
    background: #fff;
    border: solid 1px #ccc;
    padding: 5px 8px;
    margin: 0 2px;
    text-decoration: none;
}

.pagination .current {
    background: #005bac;
    border: solid 1px #005bac;
    color: #fff;
}


/* home
========================================== */

#home .contents .top {
    background-color: #efefef;
    width: 100%;
    padding: 54px 0 25px 0;
}

#home .contents .top .area_box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
}

#home .contents .top .area_box li {
    display: inline-block;
    border: 1px solid #c5c5c5;
    background-color: #fff;
    max-width: 300px;
    width: 100%;
    min-height: 525px;
    margin: 0 0 0 18px;
    vertical-align: top;
}

#home .contents .top .area_box li:first-child {
    margin: 0;
}

#home .contents .top .area_box .area_title {
    margin: 18px 0 0;
    font-size: 18px;
    font-weight: bold;
}

#home .contents .top .area_box .area_title:after {
    content: '';
    display: block;
    background: #ee7507;
    width: 43px;
    height: 4px;
    margin: 16px auto 16px;
    text-align: center;
}

#home .contents .top .area_box dl {
    margin: 18px 0 0 15px;
    text-align: left;
}

#home .contents .top .area_box dl a {
    line-height: 1.8em;
}

#home .contents .top .area_box dl dt {}

#home .contents .top .area_box dl dt a {
    font-size: 15px;
    font-weight: bold;
    color: #005bac;
}

#home .contents .top .area_box dl dd {
    text-indent: 2em;
}

#home .contents .top .area_box dl dd a {
    text-decoration: underline;
    font-size: 15px;
    font-weight: normal;
}

#home .contents .cont {
    max-width: 893px;
    width: 100%;
    /*	margin: 40px auto 0;*/
}

#home .contents .cont .area_list {
    margin: 10px 8px 80px;
}

#home .contents .cont .area_list li {
    border-bottom: 1px dashed #b9b8b8;
    width: 100%;
}

#home .contents .cont .area_list li>a {
    display: table;
    width: 100%;
    height: 64px;
}

#home .contents .cont .area_list li .area_label {
    width: 10%;
    padding-left: 10px;
    padding-right: 5px;
}

#home .contents .cont .area_list li p {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.6em;
    font-size: 14px;
    font-weight: normal;
}

#home .contents .cont .area_list li p .area_date {
    display: inline-block;
    width: 20%;
}

#home .contents .cont .area_list li p .area_title {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

#home .contents .bottom {
    background-color: #efefef;
    margin: 0;
    padding: 15px 0;
}

#home .contents .bottom .inner {
    /*	display: table;*/
    max-width: 893px;
    width: 100%;
    margin: 0 auto 0;
}

#home .contents .bottom .inner .area_l {
    float: left;
    width: 58%;
}

#home .contents .bottom .inner .area_l .area_document {
    max-width: 505px;
    width: 100%;
    margin: 0 auto;
}

#home .contents .bottom .inner .area_l .area_document ul {
    margin: 25px 32px 0;
}

#home .contents .bottom .inner .area_l .area_document ul li {
    display: table;
    width: 100%;
    margin: 0 0 15px;
}

#home .contents .bottom .inner .area_l .area_document ul li p {
    display: table-cell;
    width: 62%;
    vertical-align: middle;
    line-height: 1.6em;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}

#home .contents .bottom .inner .area_l .area_document ul li p .area_title {
    display: block;
    font-size: 13px;
    font-weight: bold;
}

#home .contents .bottom .inner .area_l .area_document ul li .area_icon {
    width: 38%;
    text-align: right;
}

#home .contents .bottom .inner .area_l .area_document ul li .area_icon img {
    max-width: 60px;
    padding-right: 10px;
}

#home .contents .bottom .inner .area_l .area_document ul li .area_icon a {
    line-height: 60px;
    text-decoration: underline;
    color: #005bac;
}

#home .contents .bottom .inner .area_l .area_social_buttons {
    background-color: #fff;
    margin: 20px 30px 0;
    padding: 12px 0;
    text-align: center;
}

#home .contents .bottom .inner .area_l .area_social_buttons ul li {
    display: inline-block;
    margin: 0 5px;
}

#home .contents .bottom .inner .area_l .area_social_buttons p {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: bold;
}

#home .contents .bottom .inner .area_r {
    float: right;
    width: 42%;
    text-align: right;
}

#home .contents .bottom .inner .area_r .fb-page {
    background-color: #fff;
    padding: 7px 5px;
    text-align: center;
}

.link_banner_area {
    width: 893px;
    float: left;
    margin: 30px 0 10px 0;
}

.link_banner_line {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.link_banner_line.index_bottom {
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.link_banner_line.index_bottom>a {
    display: block;
}

.link_banner {
    float: left;
    margin-right: 20.2%;
}

.link_banner.index_bottom {
    float: none;
    margin: 0;
}

.link_banner_r {
    float: right;
}

.lec_link {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*margin-bottom: -10px;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

.lec_link_licence {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 70px;
}

.lec_link_licence p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.recomend {
    float: left;
    width: 30%;
    background-color: #CCCCCC;
    margin: 5px;
    padding: 10px;
}

.recomend div {
    background-color: #ffffff
}


/* PRIVACY POLICY
========================================== */

#privacy .cont {
    /*	background: url('../img/common/bd_title.png') no-repeat top left;*/
    max-width: 888px;
    width: 100%;
    margin: 40px auto 40px;
    padding: 4px 0 0;
}

#privacy .cont dl {
    margin: 45px 20px 0;
}

#privacy .cont dl dt {
    border-bottom: 1px solid #c2c1c1;
    line-height: 1em;
    margin: 45px 0 0 0;
    padding: 0 0 15px 0;
    font-size: 21px;
    font-weight: bold;
}

#privacy .cont dl dd {
    margin: 0 0 0 25px;
    line-height: 1.8em;
    font-size: 14px;
    font-weight: normal;
}

#privacy .cont dl dd p {
    margin: 30px 0 0 0;
}

#privacy .cont dl dd ul {
    margin: 0 0 0 1em;
}

#privacy .cont dl dd a {
    text-decoration: underline;
    color: #005bac;
}


/* MAINTENANCE
========================================== */

@media screen and (min-width: 901px) {
    #maintenance .contents {
        margin: 210px 0 60px 0;
    }
}

#maintenance #targetlink ul li {
    padding: 0 24px 0;
}

#maintenance .cont {
    max-width: 893px;
    width: 100%;
    margin: -70px auto 0;
    padding: 145px 0 0 0;
}

#maintenance .cont .inner {
    margin: 0 auto 0;
    text-align: center;
}

#maintenance .cont .inner p {
    margin: 26px 0;
    line-height: 1.8em;
    text-align: left;
}

#maintenance #background .inner {
    max-width: 770px;
}

#maintenance #case .inner {
    max-width: 885px;
}

#maintenance #case .inner .area_title {
    margin: 26px 0 10px 0;
    text-indent: 3em;
    font-size: 16px;
    font-weight: bold;
}

#maintenance #case .inner .area_case {
    text-align: center;
}

#maintenance #case .inner .area_case li {
    float: left;
    width: 33.333%;
    text-align: center;
}

#maintenance #case .inner .area_case li p {
    margin: 5px 0 0 0px;
    text-align: center;
}

#maintenance #damage .inner {
    margin: 0 17px;
}

#maintenance #damage .inner p {
    margin-left: 1em;
}

#maintenance #damage .inner .area_border {
    border: 1px solid #8c8c8c;
}

#maintenance #damage .inner .area_border table {
    border: 1px solid #dedede;
    width: 100%;
}

#maintenance #damage .inner .area_border table th {
    border: 1px solid #dedede;
    background-color: #999;
    width: 25%;
    padding: 7px 0;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#maintenance #damage .inner .area_border table td {
    border: 1px solid #dedede;
    padding: 7px 0 7px 7px;
    vertical-align: middle;
    font-size: 15px;
}


/* LICENCE
========================================== */

@media screen and (min-width: 901px) {
    #licence .contents {
        margin: 210px 0 95px;
    }
}

#licence #targetlink ul li {
    padding: 0;
}

#licence .cont {
    max-width: 893px;
    width: 100%;
    margin: -70px auto 0;
    padding: 145px 0 0 0;
}

#licence .cont .inner {
    margin: 35px 10px 0;
}

#licence .cont .inner h3 {
    margin-top: 35px;
}

#licence #overview .inner {
    margin-left: 30px;
    margin-right: 180px;
}

#licence #overview table {
    width: 100%;
}

#licence #overview table th {
    border: 1px solid #4a4645;
    background-color: #efefef;
    width: 30%;
    height: 45px;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 14px;
}

#licence #overview table td {
    border: 1px solid #4a4645;
    line-height: 1.5em;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 14px;
}

#licence #overview .annotation {
    line-height: 1.5em;
    margin-top: 12px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
}

#licence #detail .area_detail {
    border: 1px solid #565352;
    background-color: #efefef;
    max-width: 778px;
    width: 100%;
    margin: 14px 0 20px 24px;
    padding: 25px 0 0;
}

#licence #detail .area_detail dl {
    padding: 0 50px 20px;
    line-height: 2em;
}

#licence #detail .area_detail dl dt {
    font-size: 16px;
    font-weight: bold;
}

#licence #detail .area_detail dl dd {
    margin-left: 80px;
}

#licence #detail .area_detail .area_title {
    padding: 0 0 20px 50px;
    font-size: 16px;
    font-weight: bold;
}

#licence #detail .area_detail .area_title span {
    font-size: 14px;
    font-weight: normal;
}

#licence #detail .area_detail .area_lightbox {
    text-align: center;
    margin: 0 0 20px;
}

#licence #detail .area_detail .area_lightbox a {
    display: inline-block;
    max-width: 224px;
    width: 100%;
    margin: 0 8px;
    vertical-align: top;
}

#licence #detail .area_detail .area_lightbox p {
    margin-top: 12px;
    line-height: 1.4em;
    font-size: 14px;
    text-align: left;
}

#licence #schedule ul {
    margin: 25px 0 0;
}

#licence #schedule ul li {
    display: table;
    border-bottom: 1px solid #DDD;
    width: 100%;
    padding: 0 0 18px 0;
    text-align: center;
}

#licence #schedule ul li a {
    display: table;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #51A0EC;
}

#licence #schedule ul li p {
    display: table-cell;
    vertical-align: top;
    line-height: 1.5em;
}

#licence #schedule ul li p.date {
    width: 20%;
}

#licence #schedule ul li p.place {
    width: 30%;
}

#licence #schedule ul li p.title {
    width: 50%;
}

#licence #schedule ul li:first-child {
    border: none;
    font-size: 16px;
}

#licence #schedule ul li a:hover {
    color: #00589E;
}

#licence #schedule ul li .annotation {
    display: block;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
}

#licence #schedule .inner>p {
    margin: 30px 0 15px;
    line-height: 1.5em;
    font-size: 14px;
}

#licence #schedule .area_img {
    text-align: center;
}

#licence #schedule .area_img img {
    margin-left: 25px;
}

#licence #schedule .area_img img:first-child {
    margin-left: 0;
}

#licence #voice ul {
    margin: 0 0 12px;
}

#licence #voice ul li {
    float: left;
    background-color: #efefef;
    border: 2px solid #c9caca;
    border-radius: 5px;
    max-width: 400px;
    width: 100%;
    vertical-align: top;
    margin: 0 0 12px 0;
    padding: 10px;
}

#licence #voice ul li:nth-child(2n-1) {
    margin-right: 15px;
}

#licence #voice ul li .box {
    display: block;
}

#licence #voice ul li .box img {
    float: left;
    padding-right: 15px;
}

#licence #voice ul li .box p {
    line-height: 1.4em;
    font-size: 12px;
    font-weight: normal;
}

#licence #voice ul li .box p.catch {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #005bac;
}

#licence #voice ul li .modal p.catch {
    font-size: 16px;
}

#licence #voice ul li .box p.name {
    font-size: 14px;
}

#licence #voice ul li .box p.name span {
    font-size: 12px;
    padding-left: 15px;
}

#licence #voice .area_button {
    margin: 0;
    text-align: center;
}

#licence #voice ul li .modal {
    display: none;
    background-color: #fff;
    border: 1px solid #a0a1a1;
    padding: 20px 10px;
    max-width: 800px;
    width: 100%;
    height: 80%;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 10% !important;
    overflow: auto;
}

#licence #voice ul li .modal .body {
    margin: 20px 15px 0;
}

#licence #voice ul li .modal .body p {
    line-height: 1.5em;
    font-size: 13px;
}

#licence #voice ul li .modal .body .link {
    background-color: #e6e7e8;
    max-width: 267px;
    width: 100%;
    margin: 15px 0 0;
    padding: 12px 0;
}

#licence #voice ul li .modal .body .link p {
    margin: 0 0 0 10px;
}

#licence #voice ul li .modal .body .link p a {
    color: #51A0EC;
}

#licence .button01 {
    margin-left: 5px;
    margin-right: 5px;
}

#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}


/* ABOUT US
========================================== */

@media screen and (min-width: 901px) {
    #about .contents {
        margin: 210px 0 95px;
    }
}

#about #targetlink ul li {
    padding: 0 10px 0;
}

#about .cont {
    max-width: 893px;
    width: 100%;
    margin: -70px auto 0;
    padding: 145px 0 0 0;
}

#about .cont .inner {
    margin: 35px 10px 0;
}

#about .cont .inner table {
    width: 100%;
}

#about .cont .inner table th {
    background-color: #efefef;
    border: 1px solid #474342;
    width: 20%;
    padding: 10px 0 10px 10px;
    vertical-align: middle;
    font-size: 14px;
}

#about .cont .inner table td {
    border: 1px solid #474342;
    width: 80%;
    padding: 10px 0 10px 10px;
    vertical-align: middle;
}

#about .cont .inner table td p {
    line-height: 1.5em;
    font-size: 14px;
}

#about #business .inner {
    margin: 50px 0 0;
    text-align: center;
}

#about #access .inner .area_box {
    float: left;
    background-color: #efefef;
    width: 366px;
    height: 300px;
    padding: 0 22px 0;
}

#about #access .inner .area_box dl {
    padding-top: 22px;
}

#about #access .inner .area_box dl:first-child {
    border-bottom: 1px solid #474342;
    padding-bottom: 22px;
}

#about #access .inner .area_box dl dt {
    padding: 0 0 8px;
    font-size: 16px;
    font-weight: bold;
}

#about #access .inner .area_box dl dd {
    line-height: 1em;
    padding: 8px 0;
    font-size: 12px;
    font-weight: normal;
}

#about #access .inner .area_map {
    float: right;
    max-width: 440px;
    width: 100%;
    text-align: center;
}

#about #access .inner .area_map iframe {
    width: 100%;
    height: 300px;
}

#about #access .inner .area_map a {
    display: inline-block;
    padding-top: 10px;
    font-size: 14px;
    text-decoration: underline;
    color: #005bac;
}

#about #greeting .inner {
    display: table;
}

#about #greeting .inner .area_txt {
    display: table-cell;
    width: 70%;
    vertical-align: top;
}

#about #greeting .inner .area_txt p {
    line-height: 2em;
    font-size: 13px;
    font-weight: normal;
}

#about #greeting .inner .area_img {
    display: table-cell;
    width: 30%;
    vertical-align: bottom;
    text-align: right;
}

#about #greeting .inner .area_img p {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#about #greeting .inner .area_img p span {
    padding-right: 2em;
    font-size: 12px;
    font-weight: normal;
}

#about #idea .slide {
    max-width: 700px;
    width: 100%;
    margin: 35px auto 0;
}


/* FAQ
========================================== */

@media screen and (min-width: 901px) {
    #faq .contents {
        margin: 210px 0 95px;
    }
}

#faq .cont {
    max-width: 893px;
    width: 100%;
    margin: 30px auto 0;
}

#faq .cont .inner {
    margin: 30px;
    31px 0
}

#faq .cont .inner dl {
    margin: 0 0 8px;
}

#faq .cont .inner dl a {
    text-decoration: underline;
    color: #005bac;
}

#faq .cont .inner dl dt {
    position: relative;
    border: 1px solid #9fa0a0;
    background-color: #efefef;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

#faq .cont .inner dl dt:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent #b5b5b6 transparent transparent;
}

#faq .cont .inner dl dt.ac-on:after {
    border-width: 8.7px 5px 0 5px;
    border-color: #b5b5b6 transparent transparent transparent;
}

#faq .cont .inner dl dd {
    display: none;
    border: 1px solid #9fa0a0;
    background-color: #fff;
    margin: -1px 0 0;
    padding: 10px 20px 10px 4em;
    line-height: 1.8em;
    text-indent: -2em;
    font-size: 14px;
    font-weight: normal;
}

#faq .cont .inner dl dd span {
    font-size: 16px;
    font-weight: bold;
}


/* PRIVACY POLICY
========================================== */

#agreement .cont {
    /*	background: url('../img/common/bd_title.png') no-repeat top left;*/
    max-width: 888px;
    width: 100%;
    margin: 40px auto 40px;
    padding: 4px 0 0;
}

#agreement .cont dl {
    margin: 45px 20px 0;
}

#agreement .cont dl dt {
    border-bottom: 1px solid #c2c1c1;
    line-height: 1em;
    margin: 45px 0 0 0;
    padding: 0 0 15px 0;
    font-size: 21px;
    font-weight: bold;
}

#agreement .cont dl dd {
    margin: 0 0 0 25px;
    line-height: 1.8em;
    font-size: 14px;
    font-weight: normal;
}

#agreement .cont dl dd p {
    margin: 30px 0 0 0;
}

#agreement .cont dl dd ul {
    margin: 0 0 0 1em;
}

#agreement .cont dl dd a {
    text-decoration: underline;
    color: #005bac;
}


/* MEMBERSHIP
========================================== */

@media screen and (min-width: 901px) {
    #membership .contents {
        margin: 210px 0 95px;
    }
}

#membership #targetlink ul li {
    padding: 0 24px 0;
}

#membership .cont {
    max-width: 893px;
    width: 100%;
    margin: 0 auto 0;
    padding: 24px 0 0 0;
}

#membership .cont .inner {
    margin: 35px 10px 0;
}

#membership #merits .area_button {
    margin: 10px 0 10px 20%;
}

#membership #merits .area_border {
    position: relative;
    min-height: 164px;
}

#membership #merits .area_border img {
    position: absolute;
    top: 12px;
    right: 70px;
}

#membership #merits .area_border p {
    max-width: 500px;
    width: 100%;
    line-height: 1.6em;
    margin: 25px 0 0 40px;
    font-size: 14px;
}

#membership .area_membership .inner {
    margin: 35px 0 0 24px;
}

#membership .area_membership .inner p {
    line-height: 1.9em;
    font-size: 16px;
}

#membership .area_membership .inner p a {
    color: #2ea7e0;
}

#membership #voice .inner {
    background-color: #c9caca;
    margin: 30px 0 0;
    padding: 25px 20px;
}

#membership #voice .area_voice {
    background-color: #fff;
    border-radius: 5px;
    max-width: 375px;
    min-height: 330px;
    margin: 0 20px;
    padding: 8px 10px;
}

#membership #voice .area_voice .box {
    display: table;
    width: 100%;
}

#membership #voice .area_voice .box div {
    display: table-cell;
    width: 57%;
    vertical-align: middle;
}

#membership #voice .area_voice .box div:first-child {
    width: 43%;
    vertical-align: top;
}

#membership #voice .area_voice p {
    line-height: 1.6em;
    font-size: 12px;
}

#membership #voice .area_voice .area_name {
    font-size: 16px;
}

#membership #voice .area_voice .area_title {
    padding: 18px 0;
    font-weight: bold;
    color: #005bac;
}


/* slick */

#membership #voice .slick-prev {
    background-image: url('../img/common/icon_l.png');
    left: 10px;
}

#membership #voice .slick-next {
    background-image: url('../img/common/icon_r.png');
    right: 10px;
}

#membership #voice .slick-prev,
#membership #voice .slick-next {
    background-size: 20px 50px;
    background-repeat: no-repeat;
    height: 50px;
    z-index: 100;
}

#membership #voice .slick-prev:before,
#membership #voice .slick-next:before {
    content: '';
}

#membership .area_icon {
    display: table-cell;
    float: left;
    width: 60px;
    overflow: auto;
}

#membership .area_text {
    display: table-cell;
    float: left;
    overflow: auto;
    height: 60px;
    padding: 10px;
}

#membership .button01 {
    margin-left: 5px;
    margin-right: 5px;
}

#membership .member_logo {
    margin-top: 1em;
}

#membership .member_logo img {
    width: 25%;
}


/*#membership .cont .inner {
	max-width: 770px;
	width: 100%;
	margin: 50px auto 30px;
	font-size: 14px;
	line-height: 1.6em;
}*/

#membership .cont .inner p a {
    text-decoration: underline;
    color: #005bac;
}

#membership .cont .inner p.annotation {
    color: #e60012;
}

#membership .cont .inner .area_switch {
    margin: 30px 0 0 22px;
    width: 100%;
}

#membership .cont .inner .area_switch span {
    display: inline-block;
    width: 25%;
}

#membership .cont .inner .area_switch span:first-child:before {
    content: '※';
    display: inline-block;
    color: #e60012;
}

#membership .cont .inner .area_switch a:hover {
    opacity: 1 !important;
}

#membership .cont .inner table {
    width: 100%;
    margin: 30px 0 0 0;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

#membership .cont .inner table th {
    background-color: #efefef;
    border-top: 1px solid #727171;
    border-bottom: 1px solid #727171;
    border-left: 1px solid #727171;
    border-right: none;
    width: 30%;
    padding: 0 0 0;
    vertical-align: middle;
}

#membership .cont .inner table th p {
    margin: 25px 0 25px 20px;
}

#membership .cont .inner table th .required:before {
    content: '※';
    display: inline-block;
    color: #e60012;
}

#membership .cont .inner table td {
    border-top: 1px solid #727171;
    border-bottom: 1px solid #727171;
    border-left: none;
    border-right: 1px solid #727171;
    padding: 0 0 0 20px;
    vertical-align: middle;
}

#membership .cont .inner table .bdbn th,
#membership .cont .inner table .bdbn td {
    border-bottom: none;
}

#membership .cont .inner table .bdtn th,
#membership .cont .inner table .bdtn td {
    border-top: none;
}

#membership .cont .inner table td div {
    margin: 10px 0;
}

#membership .cont .inner table td div.fl {
    display: table;
    width: 100%;
}

#membership .cont .inner table td.radio div.fl span {
    display: inline;
    margin-right: 1em;
}

#membership .cont .inner table td div.fl span {
    display: table-cell;
    vertical-align: middle;
}

#membership .cont .inner table td div.fl span.annotation {
    width: 50%;
}

#membership .cont .inner table td div.hf {
    float: left;
    width: 50%;
}

#membership .cont .inner table td div.hf span {
    display: inline-block;
    width: 40px;
}

#membership .cont .inner table td div.dv {
    float: left;
    width: 33%;
}

#membership .cont .inner table td div.dv span {
    /*padding-left: 1em;*/
}

#membership .cont .inner table td .annotation {
    display: inline-block;
    padding-left: 1em;
    font-size: 12px;
    color: #727171;
}

.sapce_pack {
    display: inline-block;
}

#membership .cont .inner table td input[type="text"],
#membership .cont .inner table td textarea {
    width: 100%;
}

#membership .cont .inner table td .input_ss {
    max-width: 80px;
}

#membership .cont .inner table td .input_s {
    max-width: 97%;
}

#membership .cont .inner table td .input_m {
    max-width: 260px;
}

#membership .cont .inner table td .input_l {
    max-width: 315px;
}

#membership .cont .inner table td .input_ll {
    max-width: 480px;
}

#membership .cont .inner table td input[type="radio"] {
    margin: 0 1em 0 0;
}

#membership .cont .inner table td label {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

#membership .cont .inner table td label.label_l {
    width: 100%;
}

#membership .cont .inner table td label.label_l .annotation {
    display: block;
    width: 100%;
}

#membership .cont .inner .area_btn {
    margin: 30px 0 0;
    text-align: center;
}


/* TESTS
========================================== */

#tests .cont {
    max-width: 893px;
    width: 100%;
    margin: 30px auto 0;
}

#tests .cont .inner {
    margin: 35px 10px 0;
}

#tests #schedule .inner {
    margin: 35px 30px 0;
}

#tests #schedule p {
    font-size: 14px;
}

#tests #schedule .area_txt {
    color: #005bac;
}


/* area detail */

#tests #area_detail .inner {
    position: relative;
    margin: 45px 45px 0 30px;
}

#tests #area_detail .inner .appearance {
    position: absolute;
    top: 0;
    right: 25px;
}

#tests #area_detail .inner dl {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 0 22px;
}

#tests #area_detail .inner dl p {
    margin: 10px 0;
    line-height: 1.6em;
    font-size: 14px;
    font-weight: bold;
}

#tests #area_detail .inner dl p.annotation {
    font-size: 12px;
    font-weight: normal;
}

#tests #area_detail .inner dl p span.address {
    font-weight: normal;
}

#tests #area_detail .inner dl p a {
    text-decoration: underline;
    color: #005bac;
}

#tests #area_detail .inner dl dt {
    display: table-cell;
    background-color: #efefef;
    width: 14%;
    padding: 0 0 0 20px;
    vertical-align: middle;
}

#tests #area_detail .inner dl dd {
    width: 86%;
    padding: 0 0 0 25px;
    display: table-cell;
    vertical-align: middle;
}

#tests #area_detail .inner dl dd .area_box {
    display: table-cell;
    vertical-align: bottom;
}

#tests #area_detail .inner dl dd .area_box p {
    margin: 0 0 0;
}

#tests #area_detail .inner dl dd .area_box iframe {
    max-width: 308px;
    width: 100%;
    height: 230px;
}

#tests #area_detail .inner dl dd .area_box:first-child {
    padding-right: 52px;
}


/* DOWNLOAD FILES
========================================== */

#download .cont {
    max-width: 893px;
    width: 100%;
    margin: 30px auto 0;
}

#download .cont .inner {
    margin: 35px 30px 90px;
}

#download .cont .inner ul li {
    border-bottom: 1px solid #727171;
    display: table;
    width: 100%;
    padding: 8px 0;
}

#download .cont .inner ul li p {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

#download .cont .inner ul li .area_icon {
    width: 8%;
    text-align: right;
}

#download .cont .inner ul li .area_icon img {
    width: 30px;
    padding-right: 15px;
}

#download .cont .inner ul li .area_title {
    width: 62%;
}

#download .cont .inner ul li .area_link {
    width: 20%;
    text-align: center;
}

#download .cont .inner ul li .area_link a {
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
    color: #005bac;
}


/* HOLDERS
========================================== */

#holders .cont {
    max-width: 893px;
    width: 100%;
    margin: 30px auto 0;
}

#holders .cont .inner {
    margin: 35px 10px 90px;
}


/* EVENTS
========================================== */

#events .cont {
    max-width: 893px;
    width: 100%;
    margin: 30px auto 0;
}

#events .cont .inner {
    margin: 35px 30px 90px;
}

#events .lists .area_list li a .area_label {
    width: 10%;
}

#events .lists .area_list li a .area_date {
    width: 20%;
}

#events .lists .area_list li a .area_title {
    width: 70%;
}


/* CONTACT / APPLICATION
========================================== */

#contact .cont .inner {
    max-width: 770px;
    width: 100%;
    margin: 50px auto 30px;
    font-size: 14px;
    line-height: 1.6em;
}

#contact .cont .inner p a {
    text-decoration: underline;
    color: #005bac;
}

#contact .cont .inner p.annotation {
    color: #e60012;
}

#contact .cont .inner .area_switch {
    margin: 30px 0 0 22px;
    width: 100%;
}

#contact .cont .inner .area_switch span {
    display: inline-block;
    width: 25%;
}

#contact .cont .inner .area_switch span:first-child:before {
    content: '※';
    display: inline-block;
    color: #e60012;
}

#contact .cont .inner .area_switch a:hover {
    opacity: 1 !important;
}

#contact .cont .inner table {
    width: 100%;
    margin: 30px 0 0 0;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

#contact .cont .inner table th {
    background-color: #efefef;
    border-top: 1px solid #727171;
    border-bottom: 1px solid #727171;
    border-left: 1px solid #727171;
    border-right: none;
    width: 30%;
    padding: 0 0 0;
    vertical-align: middle;
}

#contact .cont .inner table th p {
    margin: 25px 0 25px 20px;
}

#contact .cont .inner table th .required:before {
    content: '※';
    display: inline-block;
    color: #e60012;
}

#contact .cont .inner table td {
    border-top: 1px solid #727171;
    border-bottom: 1px solid #727171;
    border-left: none;
    border-right: 1px solid #727171;
    padding: 0 0 0 20px;
    vertical-align: middle;
}

#contact .cont .inner table .bdbn th,
#contact .cont .inner table .bdbn td {
    border-bottom: none;
}

#contact .cont .inner table .bdtn th,
#contact .cont .inner table .bdtn td {
    border-top: none;
}

#contact .cont .inner table td div {
    margin: 10px 0;
}

#contact .cont .inner table td div.fl {
    display: table;
    width: 100%;
}

#contact .cont .inner table td.radio div.fl span {
    display: inline;
    margin-right: 1em;
}

#contact .cont .inner table td div.fl span {
    display: table-cell;
    vertical-align: middle;
}

#contact .cont .inner table td div.fl span.annotation {
    width: 50%;
}

#contact .cont .inner table td div.hf {
    float: left;
    width: 50%;
}

#contact .cont .inner table td div.hf span {
    display: inline-block;
    width: 40px;
}

#contact .cont .inner table td div.dv {
    float: left;
    width: 33%;
}

#contact .cont .inner table td div.dv span {
    /*padding-left: 1em;*/
}

#contact .cont .inner table td .annotation {
    display: inline-block;
    padding-left: 1em;
    font-size: 12px;
    color: #727171;
}

.sapce_pack {
    display: inline-block;
}

#contact .cont .inner table td input[type="text"],
#contact .cont .inner table td textarea {
    width: 100%;
}

#contact .cont .inner table td .input_ss {
    max-width: 80px;
}

#contact .cont .inner table td .input_s {
    max-width: 97%;
}

#contact .cont .inner table td .input_m {
    max-width: 260px;
}

#contact .cont .inner table td .input_l {
    max-width: 315px;
}

#contact .cont .inner table td .input_ll {
    max-width: 480px;
}

#contact .cont .inner table td input[type="radio"] {
    margin: 0 1em 0 0;
}

#contact .cont .inner table td label {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

#contact .cont .inner table td label.label_l {
    width: 100%;
}

#contact .cont .inner table td label.label_l .annotation {
    display: block;
    width: 100%;
}

#contact .cont .inner .area_btn {
    margin: 30px 0 0;
    text-align: center;
}


/* CONTACT / APPLICATION
========================================== */

#contact .cont .inner {
    max-width: 770px;
    width: 100%;
    margin: 50px auto 30px;
    font-size: 14px;
    line-height: 1.6em;
}

#contact .cont .inner p a {
    text-decoration: underline;
    color: #005bac;
}

#contact .cont .inner p.annotation {
    color: #e60012;
}

#contact .cont .inner .area_switch {
    margin: 30px 0 0 22px;
    width: 100%;
}

#contact .cont .inner .area_switch span {
    display: inline-block;
    width: 25%;
}

#contact .cont .inner .area_switch span:first-child:before {
    content: '※';
    display: inline-block;
    color: #e60012;
}

#contact .cont .inner .area_switch a:hover {
    opacity: 1 !important;
}

#contact .cont .inner table {
    width: 100%;
    margin: 30px 0 0 0;
}

#contact .cont .inner table th {
    background-color: #efefef;
    border-top: 1px solid #727171;
    border-bottom: 1px solid #727171;
    border-left: 1px solid #727171;
    border-right: none;
    width: 30%;
    padding: 0 0 0;
    vertical-align: middle;
}

#contact .cont .inner table th p {
    margin: 25px 0 25px 20px;
}

#contact .cont .inner table th .required:before {
    content: '※';
    display: inline-block;
    color: #e60012;
}

#contact .cont .inner table td {
    border-top: 1px solid #727171;
    border-bottom: 1px solid #727171;
    border-left: none;
    border-right: 1px solid #727171;
    padding: 0 0 0 20px;
    vertical-align: middle;
}

#contact .cont .inner table .bdbn th,
#contact .cont .inner table .bdbn td {
    border-bottom: none;
}

#contact .cont .inner table .bdtn th,
#contact .cont .inner table .bdtn td {
    border-top: none;
}

#contact .cont .inner table td div {
    margin: 10px 0;
}

#contact .cont .inner table td div.fl {
    display: table;
    width: 100%;
}

#contact .cont .inner table td div.fl span {
    display: table-cell;
    vertical-align: middle;
}

#contact .cont .inner table td div.fl span.annotation {
    width: 50%;
}

#contact .cont .inner table td div.hf {
    float: left;
    width: 50%;
}

#contact .cont .inner table td div.hf span {
    display: inline-block;
    width: 40px;
}

#contact .cont .inner table td div.dv {
    float: left;
    width: 33%;
}

#contact .cont .inner table td div.dv span {
    /*padding-left: 1em;*/
}

#contact .cont .inner table td .annotation {
    display: inline-block;
    padding-left: 1em;
    font-size: 12px;
    color: #727171;
}

#contact .cont .inner table td input[type="text"],
#contact .cont .inner table td textarea {
    width: 100%;
}

#contact .cont .inner table td .input_ss {
    max-width: 80px;
}

#contact .cont .inner table td .input_s {
    max-width: 97%;
}

#contact .cont .inner table td .input_m {
    max-width: 260px;
}

#contact .cont .inner table td .input_l {
    max-width: 315px;
}

#contact .cont .inner table td .input_ll {
    max-width: 480px;
}

#contact .cont .inner table td input[type="radio"] {
    margin: 0 1em 0 0;
}

#contact .cont .inner table td label {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

#contact .cont .inner table td label.label_l {
    width: 100%;
}

#contact .cont .inner table td label.label_l .annotation {
    display: block;
    width: 100%;
}

#contact .cont .inner .area_btn {
    margin: 30px 0 0;
    text-align: center;
}

#contact .cont .inner dl {
    display: table;
    margin-top: 20px;
}

.form dt {
    display: table-cell;
    width: 30%;
    height: 100%;
    float: left;
    background-color: #ccc;
}

.form dd {
    display: table-cell;
    padding-left: 10px;
    width: 68%;
    float: left;
    margin-bottom: 10px;
}

#contact .span_3 {
    display: table-cell;
    margin-right: auto;
    width: 30%;
    float: left;
}

span.wpcf7-form-control-wrap {
    width: 80% !important;
}

span.wpcf7-list-item {
    width: 48%;
    display: inline-block;
    margin: 5px 0;
    vertical-align: top;
}


/*span.wpcf7-list-item.last {
    white-space: nowrap;
}*/

span.wpcf7-form-control-wrap.your-email,
span.wpcf7-form-control-wrap.your-email_confirm,
span.wpcf7-form-control-wrap.tel {
    width: 55% !important;
}

span.wpcf7-form-control-wrap.member_num {
    width: 55% !important;
}


/* 
* event_form
*/

#post .cont .inner p a {
    text-decoration: underline;
    color: #005bac;
}

#post .cont .inner p.annotation {
    color: #e60012;
}

#post .cont .inner .area_switch {
    margin: 30px 0 0 22px;
    width: 100%;
}

#post .cont .inner .area_switch span {
    display: inline-block;
    width: 25%;
}

#post .cont .inner .area_switch span:first-child:before {
    content: '※';
    display: inline-block;
    color: #e60012;
}

#post .cont .inner .area_switch a:hover {
    opacity: 1 !important;
}

#post .cont .inner table {
    width: 100%;
    margin: 30px 0 0 0;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

#post .cont .inner table th {
    background-color: #efefef;
    border-top: 1px solid #727171;
    border-bottom: 1px solid #727171;
    border-left: 1px solid #727171;
    border-right: none;
    width: 30%;
    padding: 0 0 0;
    vertical-align: middle;
}

#post .cont .inner table th p {
    margin: 25px 0 25px 20px;
}

#post .cont .inner table th .required:before {
    content: '※';
    display: inline-block;
    color: #e60012;
}

#post .cont .inner table td {
    border-top: 1px solid #727171;
    border-bottom: 1px solid #727171;
    border-left: none;
    border-right: 1px solid #727171;
    padding: 0 0 0 20px;
    vertical-align: middle;
}

#post .cont .inner table .bdbn th,
#post .cont .inner table .bdbn td {
    border-bottom: none;
}

#post .cont .inner table .bdtn th,
#post .cont .inner table .bdtn td {
    border-top: none;
}

#post .cont .inner table td div {
    margin: 10px 0;
}

#post .cont .inner table td div.fl {
    display: table;
    width: 100%;
}

#post .cont .inner table td.radio div.fl span {
    display: inline;
    margin-right: 1em;
}

#post .cont .inner table td div.fl span {
    display: table-cell;
    vertical-align: middle;
}

#post .cont .inner table td div.fl span.annotation {
    width: 50%;
}

#post .cont .inner table td div.hf {
    float: left;
    width: 50%;
}

#post .cont .inner table td div.hf span {
    display: inline-block;
    width: 40px;
}

#post .cont .inner table td div.dv {
    float: left;
    width: 33%;
}

#post .cont .inner table td div.dv span {
    /*padding-left: 1em;*/
}

#post .cont .inner table td .annotation {
    display: inline-block;
    padding-left: 1em;
    font-size: 12px;
    color: #727171;
}

.sapce_pack {
    display: inline-block;
}

#post .cont .inner table td input[type="text"],
#post .cont .inner table td textarea {
    width: 100%;
}

#post .cont .inner table td .input_ss {
    max-width: 80px;
}

#post .cont .inner table td .input_s {
    max-width: 97%;
}

#post .cont .inner table td .input_m {
    max-width: 260px;
}

#post .cont .inner table td .input_l {
    max-width: 315px;
}

#post .cont .inner table td .input_ll {
    max-width: 480px;
}

#post .cont .inner table td input[type="radio"] {
    margin: 0 1em 0 0;
}

#post .cont .inner table td label {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

#post .cont .inner table td label.label_l {
    width: 100%;
}

#post .cont .inner table td label.label_l .annotation {
    display: block;
    width: 100%;
}

#post .cont .inner .area_btn {
    margin: 30px 0 0;
    text-align: center;
}


/* CONTACT / APPLICATION
========================================== */

#post .cont .inner {
    max-width: 770px;
    width: 100%;
    margin: 50px auto 30px;
    font-size: 14px;
    line-height: 1.6em;
}

#post .cont .inner p a {
    text-decoration: underline;
    color: #005bac;
}

#post .cont .inner p.annotation {
    color: #e60012;
}

#post .cont .inner .area_switch {
    margin: 30px 0 0 22px;
    width: 100%;
}

#post .cont .inner .area_switch span {
    display: inline-block;
    width: 25%;
}

#post .cont .inner .area_switch span:first-child:before {
    content: '※';
    display: inline-block;
    color: #e60012;
}

#post .cont .inner .area_switch a:hover {
    opacity: 1 !important;
}

#post .cont .inner table {
    width: 100%;
    margin: 30px 0 0 0;
}

#post .cont .inner table th {
    background-color: #efefef;
    border-top: 1px solid #727171;
    border-bottom: 1px solid #727171;
    border-left: 1px solid #727171;
    border-right: none;
    width: 30%;
    padding: 0 0 0;
    vertical-align: middle;
}

#post .cont .inner table th p {
    margin: 25px 0 25px 20px;
}

#post .cont .inner table th .required:before {
    content: '※';
    display: inline-block;
    color: #e60012;
}

#post .cont .inner table td {
    border-top: 1px solid #727171;
    border-bottom: 1px solid #727171;
    border-left: none;
    border-right: 1px solid #727171;
    padding: 0 0 0 20px;
    vertical-align: middle;
}

#post .cont .inner table .bdbn th,
#post .cont .inner table .bdbn td {
    border-bottom: none;
}

#post .cont .inner table .bdtn th,
#post .cont .inner table .bdtn td {
    border-top: none;
}

#post .cont .inner table td div {
    margin: 10px 0;
}

#post .cont .inner table td div.fl {
    display: table;
    width: 100%;
}

#post .cont .inner table td div.fl span {
    display: table-cell;
    vertical-align: middle;
}

#post .cont .inner table td div.fl span.annotation {
    width: 50%;
}

#post .cont .inner table td div.hf {
    float: left;
    width: 50%;
}

#post .cont .inner table td div.hf span {
    display: inline-block;
    width: 40px;
}

#post .cont .inner table td div.dv {
    float: left;
    width: 33%;
}

#post .cont .inner table td div.dv span {
    /*padding-left: 1em;*/
}

#post .cont .inner table td .annotation {
    display: inline-block;
    padding-left: 1em;
    font-size: 12px;
    color: #727171;
}

#post .cont .inner table td input[type="text"],
#post .cont .inner table td textarea {
    width: 100%;
}

#post .cont .inner table td .input_ss {
    max-width: 80px;
}

#post .cont .inner table td .input_s {
    max-width: 97%;
}

#post .cont .inner table td .input_m {
    max-width: 260px;
}

#post .cont .inner table td .input_l {
    max-width: 315px;
}

#post .cont .inner table td .input_ll {
    max-width: 480px;
}

#post .cont .inner table td input[type="radio"] {
    margin: 0 1em 0 0;
}

#post .cont .inner table td label {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

#post .cont .inner table td label.label_l {
    width: 100%;
}

#post .cont .inner table td label.label_l .annotation {
    display: block;
    width: 100%;
}

#contact .cont .inner .area_btn {
    margin: 30px 0 0;
    text-align: center;
}

#contact .cont .inner dl {
    display: table;
    margin-top: 20px;
}

.form dt {
    display: table-cell;
    width: 30%;
    height: 100%;
    float: left;
    background-color: #ccc;
}

.form dd {
    display: table-cell;
    padding-left: 10px;
    width: 68%;
    float: left;
    margin-bottom: 10px;
}

#contact .span_3 {
    display: table-cell;
    margin-right: auto;
    width: 30%;
    float: left;
}

span.wpcf7-form-control-wrap {
    width: 80% !important;
}

span.wpcf7-list-item {
    width: 48%;
    display: inline-block;
    margin: 5px 0;
    vertical-align: top;
}


/*span.wpcf7-list-item.last {
    white-space: nowrap;
}*/

span.wpcf7-form-control-wrap.your-email,
span.wpcf7-form-control-wrap.your-email_confirm,
span.wpcf7-form-control-wrap.tel {
    width: 55% !important;
}

span.wpcf7-form-control-wrap.member_num {
    width: 55% !important;
}


/* POST
========================================== */

#post .cont .inner {
    margin: 30px 20px 0;
    line-height: 1.8em;
    font-size: 16px;
}

#post .cont .inner .border {
    font-weight: bold;
}

#post .cont .button {
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fc_red {
    color: red;
    font-size: 1.5em;
    font-weight: bold;
}


/* 404
========================================== */

.inner_404 {
    margin: 26px 0;
    line-height: 1.8em;
    text-align: left;
}


/* ブラッシュアップテスト */

#licence .recommend {
    margin: 15px 10px 0;
}

#licence .recommend .area_box {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
}

#licence .recommend .area_box li {
    display: inline-block;
    border: 1px solid #c5c5c5;
    background-color: #fff;
    max-width: 31%;
    width: 100%;
    /*min-height: 525px;*/
    margin: 0 0 0 18px;
    vertical-align: top;
}

#licence .recommend .area_box li:first-child {
    margin: 0;
}

#licence .recommend .area_box .area_title {
    margin: 18px 0 0;
    font-size: 18px;
    font-weight: bold;
}

#licence .recommend .area_box .area_sub_title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}


/*#licence  .recommend .area_box .area_sub_title:after {
	content: '';
	display: block;
	background: #ee7507;
	width: 43px;
	height: 4px;
	margin: 16px auto 16px;
	text-align: center;
}*/

#licence .recommend .area_box dl {
    margin: 15px 15px 15px 15px;
    text-align: left;
    line-height: 1.5em;
}

#licence .recommend .area_box dl a {
    line-height: 1.8em;
}

#licence .recommend .area_box dl dt {}

#licence .recommend .area_box dl dt a {
    font-size: 15px;
    font-weight: bold;
    color: #005bac;
}

#licence .recommend .area_box dl dd {
    text-indent: 2em;
}

#licence .recommend .area_box dl dd a {
    text-decoration: underline;
    font-size: 15px;
    font-weight: normal;
}

#update_flow .update_img {
    margin-top: 50px;
}

#update_flow .update_txt {
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    line-height: 2em;
    padding-left: 10px;
    max-width: 620px;
}

.telnum {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 20px 0;
}

.telnum a {
    text-decoration: none!important;
    color: #000!important;
}

.telnum2 {
    font-size: 24px !important;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 20px 0;
}

.ribbon_box {
    position: relative;
}

.ribbon2 {
    margin: 18px 0 0;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 0;
    left: -13px;
    z-index: 5;
    display: inline-block;
    background-color: #ee7507;
    width: 90%;
    height: 37px;
    margin-right: 10px;
    padding-left: 30px;
    color: #fff;
    padding: 5px;
    text-align: left;
}

.triangle2 {
    position: absolute;
    top: 55px;
    left: -20px;
    z-index: 0;
    display: inline-block;
    border-color: transparent #edbead transparent transparent;
    border-style: solid;
    border-width: 10px;
    width: 0;
    height: 0;
}

.update_txt ul li {
    list-style-type: decimal;
    width: 95%;
    margin-left: 5%;
}


/*JPMA会員のご案内*/

a.kiyaku-link {
    text-decoration: underline;
    font-size: 1.3em;
}

a.kiyaku-link:before {
    content: "\FF1E";
}

a.kiyaku-link:link,
a.kiyaku-link:visited {
    color: #005bac;
    font-weight: bold;
}


/* questionnaire
========================================== */

#questionnaire .contents .cont {
    margin-top: 75px;
}

#questionnaire .contents .cont .inner {
    margin: 5% 0 10% 0;
    line-height: 1.5;
}

#questionnaire .contents .cont .inner .title {
    position: relative;
    background-color: #c2d7eb;
    border-top: 1px solid #b5b5b6;
    border-bottom: 1px solid #b5b5b6;
    padding: 12px 0 12px 5em;
    font-size: 120%;
    font-weight: bold;
}

#questionnaire .contents .cont .inner .title:before {
    position: absolute;
    left: 8px;
    bottom: 3px;
    display: block;
    content: '';
    background-image: url('../img/common/icon_qa.png');
    background-repeat: no-repeat;
    background-position: left center;
    width: 67px;
    height: 58px;
}

#questionnaire .contents .cont .inner .question {
    background-color: #dcdddd;
    margin: 35px 1% 0;
    padding: 10px 0;
    font-size: 120%;
    font-weight: bold;
}

#questionnaire .contents .cont .inner .image {
    margin: 1% 2% 0;
}

#questionnaire .contents .cont .inner .text {
    margin: 1% 2.5% 0;
    font-size: 120%;
}

#questionnaire .contents .cont .pagination {
    width: 80%;
    margin: auto;
}

#questionnaire .contents .cont .pagination span a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    color: #0b318f;
}

#questionnaire .contents .cont .pagination .prev {
    float: left;
}

#questionnaire .contents .cont .pagination .next {
    float: right;
}

#questionnaire .contents .cont .area_button {
    margin-top: 5%;
    text-align: center;
}


/*ソリューションサービス*/

.solution {
    display: flex;
}

.solution .button01 {
    display: block;
    padding: 20px !important;
    font-size: 22px;
    margin: 20px auto 6px auto;
    width: 30%;
}


/*現場駆付けサービス PVランナー*/

.pv_runner .headline {
    display: flex;
}

.pv_runner .headline p {
    font-size: 1.8em;
    line-height: unset;
    color: #fff;
    background-color: #f11;
    text-align: center;
    width: 30%;
    padding: 5px;
}

.pv_runner .headline span {
    font-size: 0.5em;
}

.pv_runner .headline h3 {
    font-size: 1.7em;
    padding: 5px;
}

.pv_runner .caption {
    text-align: center;
    font-size: 1.5em;
    color: #003366;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 1em;
}

.pv_runner .attention p {
    font-size: 1em !important;
    color: #555;
}

.pv_runner p {
    font-size: 1.2em;
    line-height: normal;
}

.pv_runner img {
    margin-top: 20px;
}

.pv_runner .imageA {
    display: block;
}

.pv_runner .imageA_sp {
    display: none;
}

.pv_runner .imageB {
    display: block;
}

.pv_runner .imageB_sp {
    display: none;
}

.plan_a {
    border: solid #339999;
    padding: 1em;
    margin-bottom: 20px;
}

.a_title {
    display: inline-flex;
    font-size: 1.3em;
    font-weight: bold;
    color: #339999;
}

.a_circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column;
    vertical-align: top;
    width: 18px;
    height: 18px;
    color: #fff;
    border: 4px solid #339999;
    background: #339999;
}

.plan_b {
    border: solid #ff9933;
    padding: 1em;
}

.b_title {
    display: inline-flex;
    font-size: 1.3em;
    font-weight: bold;
    color: #ff9933;
}

.b_circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column;
    vertical-align: top;
    width: 18px;
    height: 18px;
    color: #fff;
    border: 4px solid #ff9933;
    background: #ff9933;
}

.plan_a .indent,
.plan_b .indent {
    text-indent: 5em;
}

.plan_a .price,
.plan_b .price {
    text-indent: 7em;
    font-size: 1.4em;
}

.price span {
    font-size: 0.8em;
}

.plan_a .indent_plus,
.plan_b .indent_plus {
    text-indent: 7em;
}

.plan_c {
    border: solid #6666cc;
    padding: 1em;
    margin: 20px 0 20px 0;
}

.c_title {
    display: inline-flex;
    font-size: 1.3em;
    font-weight: bold;
    color: #6666cc;
}


/*竣工検査サービス_点検・検査サービス*/

.completion-inspection img,
.initial-inspection img {
    margin-bottom: 2em;
}

.completion-inspection p,
.initial-inspection p {
    font-size: 1.2em;
    line-height: normal;
}

.completion-inspection p span,
.initial-inspection p span {
    font-size: 1em;
    font-weight: 400;
    border-bottom: dashed 2px #6ea5db;
}

.completion-inspection .pick_up,
.initial-inspection .pick_up {
    color: #f00;
    font-size: 1.5em;
    margin: 0.5em 0 0.5em 0;
}

.completion-inspection h3,
.initial-inspection h3 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 0.5em;
    padding: 0.5em 0 0.5em 0;
    text-align: center;
}

.completion-inspection .detail,
.initial-inspection .detail {
    background: linear-gradient(#dddddd, #f3f3f3);
    border-radius: 5px;
    padding: 1em 10% 1em 10%;
    margin: 4em 0 2em 0;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 0.4px #fff;
    font-weight: 500;
    box-shadow: 0px 0px 8px grey
}

.completion-inspection .service_title,
.initial-inspection .service_title {
    margin-top: -30px;
    background-color: #1B96D5;
    width: 80%;
    height: auto;
    border-width: 0 1px 1px 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    margin-bottom: 1em;
    border-bottom: #888 solid;
}

.completion-inspection .price_title,
.initial-inspection .price_title {
    margin-top: -30px;
    background-color: #18A27D;
    width: 80%;
    height: auto;
    border-width: 0 1px 1px 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    margin-bottom: 1em;
    border-bottom: #888 solid;
}

.completion-inspection .service_title h3,
.completion-inspection .price_title h3,
.initial-inspection .service_title h3,
.initial-inspection .price_title h3 {
    padding: 0.5em 0 0 0;
}

.completion-inspection ul li,
.initial-inspection ul li {
    font-size: 1.4em;
    line-height: normal;
}

.ini_sec2 h3 {
    margin-top: 0.5em
}

.fb_loader {
    display: none;
}

#aside.aside {
    text-align: center;
}

@media (min-width:60em) {
    .contents div.container {
        display: flex;
        justify-content: space-between;
    }
    #main.main {
        width: 65%;
    }
    #aside.aside {
        width: 35%;
        text-align: left;
        padding-left: 24px;
    }
}

.widget {
    margin-bottom: 20px;
}

.widget h2 {
    text-align: left;
    font-size: 19px;
    padding-bottom: 8px;
    border-bottom: 3px solid #0b5aac;
    position: relative;
    margin-bottom: 24px;
}

.widget h2:after {
    content: '';
    position: absolute;
    width: 20%;
    height: 3px;
    bottom: -3px;
    left: 0;
    background-color: #ee7406;
}

.lp *,
.lp *::after,
lp *::before {
    box-sizing: border-box;
}

.lpKv .l-wrap {
    width: 1000px;
    margin: auto;
    padding-top: 174px;
}

.lpKv {
    background: url('/wp-content/themes/jpma-child/common/img/lp/img_lp_kv01.jpg') center top no-repeat;
    height: 925px;
    position: relative;
}

.lpKv__logo {
    position: absolute;
    top: 32px;
    left: 32px;
}

.lpKv__license {
    position: absolute;
    bottom: 32px;
    right: 32px;
}

.lpKv__lede {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 32px;
}

.lpKv__lede>span {
    color: #e14f5c;
    font-size: 48px;
}

.lpKv__title {}

.lpKv__text {
    background-color: #f89900;
    color: #fff;
    font-weight: 700;
    font-size: 72px;
    display: inline-block;
    padding: 16px 32px;
    margin-bottom: 32px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.6);
}

.lpKv__par {
    font-size: 24px;
    line-height: 1.75;
    font-weight: 700;
}

.lpKv__fukidashi {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    font-size: 60px;
    color: #0a5bab;
    border: 4px solid #0a5bab;
    border-radius: 8px;
    background-color: #fff;
    padding: 16px 32px;
    margin: auto;
    width: 750px;
    text-align: center;
}

.lpKv__fukidashi::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -22px;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
}

.lpKv__fukidashi::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #0a5bab transparent transparent transparent;
}

.lpTrouble {
    padding: 50px 0 150px;
}

.lpTrouble .l-wrap {
    width: 1280px;
    margin: auto;
}

.lpTrouble__title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.5;
    background-color: #fff;
    width: 915px;
    border: 4px solid #000;
    padding: 20px;
    text-align: center;
    margin: auto;
    position: relative;
    top: 100px;
    z-index: 1;
}

.lpTrouble__title>span {
    color: #e14f5c;
}

.lpTrouble__lists {
    position: relative;
    border: 4px solid #000;
    width: 100%;
    padding: 150px 50px 50px;
    margin-bottom: 90px;
}

.lpTrouble__list {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.lpTrouble__list:last-child {
    margin-bottom: 0;
}

.lpTrouble__pic {
    position: absolute;
    right: -15px;
    bottom: 0;
}

.lpTrouble__num {
    font-size: 30px;
    margin-right: 32px;
    white-space: nowrap;
    position: relative;
}

.lpTrouble__num ::before {
    content: '';
    position: absolute;
    left: -15px;
    bottom: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 3px 0;
    border-color: #f89900 transparent transparent transparent;
    transform: rotate(-15deg);
}

.lpTrouble__num ::after {
    content: '';
    position: absolute;
    right: -15px;
    bottom: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 3px 0;
    border-color: #f89900 transparent transparent transparent;
    transform: rotate(15deg);
}

.lpTrouble__num>span {
    color: #f89900;
    font-size: 48px;
}

.lpTrouble__text {
    font-size: 36px;
    line-height: 1.5;
}

.lpTrouble__license {
    text-align: center;
    font-size: 48px;
    line-height: 1.75;
    margin-bottom: 50px;
}

.lpTrouble__license>span {
    font-weight: 700;
    color: #0a5bab;
    font-size: 60px;
    text-decoration: underline;
}

.lpTrouble__par {
    font-size: 21px;
    text-align: center;
    line-height: 1.75;
}

.lpNeed {
    background-color: #f3f5f7;
    padding: 150px 0;
}

.lpNeed__title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 100px;
}

.lpNeed__title>span {
    font-size: 48px;
    color: #e14f5c;
}

.lpNeed__items {
    width: 1280px;
    margin: auto;
    display: flex;
}

.lpNeed__pic {
    flex: 0 0 552px;
    margin-right: 32px;
}

.lpNeed__caption p {
    font-size: 18px;
    line-height: 1.75;
    font-weight: 700;
    margin-bottom: 32px;
}

.lpNeed__lede {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 32px;
    position: relative;
}

.lpNeed__lede::before {
    position: absolute;
    left: 80px;
    top: 5px;
    display: block;
    content: "";
    width: 64px;
    height: 64px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
}

.lpNeed__lede::after {
    position: absolute;
    right: 80px;
    top: 5px;
    display: block;
    content: "";
    width: 64px;
    height: 64px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    transform: rotate(45deg);
}

.lpMerit {
    padding: 150px 0 50px;
}

.lpMerit__title {
    font-size: 48px;
    text-align: center;
    margin-bottom: 150px;
}

.lpMerit__title>span {
    color: #e14f5c;
}

.lpMerit__title>span>em {
    font-size: 64px;
    font-style: italic;
}

.lpMerit__items {
    width: 1280px;
    margin: auto;
}

.lpMerit__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.lpMerit__pic {
    flex: 0 0 402px;
    margin-left: 32px;
}

.lpMerit__lede {
    font-size: 30px;
    margin-bottom: 64px;
}

.lpMerit__text p {
    font-size: 18px;
    margin-bottom: 32px;
    line-height: 1.5;
}

.lpRecommend {
    background: url('/wp-content/themes/jpma-child/common/img/lp/img_lp_recommend01.jpg') right bottom no-repeat;
    padding: 100px 0 100px;
}

.lpRecommend__title {
    font-size: 48px;
    text-align: center;
    position: relative;
    border: 4px solid #000;
    width: 800px;
    margin: 0 auto 100px;
    padding: 16px 32px;
}

.lpRecommend__title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -22px;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
}

.lpRecommend__title::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #000 transparent transparent transparent;
}

.lpRecommend__items {
    width: 1450px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.lpRecommend__item {
    position: relative;
    width: 460px;
    margin: 0 auto 100px;
    text-align: center;
}

.lpRecommend__item::before {
    content: '';
    position: absolute;
    left: -64px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 260px 20px 0 20px;
    border-color: #0a5bab transparent transparent transparent;
    transform: rotate(-15deg);
}

.lpRecommend__item::after {
    content: '';
    position: absolute;
    right: -64px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 260px 20px 0 20px;
    border-color: #0a5bab transparent transparent transparent;
    transform: rotate(15deg);
}

.lpRecommend__lede {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 32px;
}

.lpRecommend__lede span {
    background: linear-gradient(transparent 60%, #0a5bab 60%);
}

.lpRecommend__text {
    font-size: 24px;
    margin-bottom: 32px;
}

.lpRecommend__par {
    font-size: 16px;
    line-height: 1.5;
}

.lpRecommend__item--yellow.lpRecommend__item::before,
.lpRecommend__item--yellow.lpRecommend__item::after {
    border-color: #f89900 transparent transparent transparent;
}

.lpRecommend__item--yellow .lpRecommend__lede span {
    background: linear-gradient(transparent 60%, #f89900 60%);
}

.lpRecommend__item--red.lpRecommend__item::before,
.lpRecommend__item--red.lpRecommend__item::after {
    border-color: #e14f5c transparent transparent transparent;
}

.lpRecommend__item--red .lpRecommend__lede span {
    background: linear-gradient(transparent 60%, #e14f5c 60%);
}

.lpVoice {
    background-color: #f3f5f7;
    padding: 100px 0;
    position: relative;
}

.lpVoice::after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    border-style: solid;
    border-width: 0 50vw 40px 50vw;
    border-color: transparent #0a5bab transparent #0a5bab;
}

.lpVoice::before {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    border-style: solid;
    border-width: 40px 50vw 0 50vw;
    border-color: transparent #0a5bab transparent #0a5bab;
}

.lpVoice__title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #0a5bab;
    margin-bottom: 100px;
}

.lpVoice__lists {
    width: 1280px;
    margin: auto;
}

.lpVoice__list {
    display: flex;
    margin-bottom: 100px;
}

.lpVoice__list:last-child {
    margin-bottom: 0;
}

.lpVoice__pic {
    width: 400px;
    text-align: center;
}

.lpVoice__caption {
    width: 880px;
}

.lpVoice__lede {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.75;
    margin-bottom: 32px;
}

.lpVoice__text {
    font-size: 16px;
    line-height: 1.75;
}

.lpVoice__photo {
    margin-bottom: 32px;
}

.lpVoice__name {
    font-size: 16px;
    line-height: 1.5;
}

.lpVoice__name span {
    font-size: 12px;
}

.lpSummary {
    padding: 100px 0;
}

.lpSummary__title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 100px;
}

.lpSummary__lists {
    width: 1280px;
    margin: auto;
}

.lpSummary__list {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 64px;
}

.lpSummary__head {
    width: 240px;
    text-align: center;
}

.lpSummary__text {
    width: 976px;
    margin-left: 64px;
    padding-left: 64px;
    border-left: 1px solid #979797;
    line-height: 1.5;
}

.lpSummary__order {
    padding-left: 1em;
}

.lpSummary__order li {
    list-style-type: decimal
}

.lpSummary__caution {
    font-size: 12px;
}

.lpSummary__flex {
    display: flex;
}

.lpSummary__pic {
    margin-right: 32px;
}

.lpFlow {
    background-color: #0a5bab;
    padding: 20px 0;
    position: relative;
}

.lpFlow::after {
    content: '';
    top: -80px;
    left: 0;
    position: absolute;
    border-style: solid;
    border-width: 0 50vw 80px 50vw;
    border-color: transparent transparent #0a5bab transparent;
}

.lpFlow__title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}

.lpFlow__lists {
    width: 1000px;
    margin: auto;
}

.lpFlow__list {
    width: 100%;
    background-color: #fff;
    border-top: 4px solid #ff9419;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.6);
    margin-bottom: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    position: relative;
}

.lpFlow__list::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
}

.lpFlow__list:last-child::after {
    display: none;
}

.lpFlow__head {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.lpFlow__step {
    border: 4px solid #000;
    width: 92px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 48px;
    margin-right: 36px;
}

.lpFlow__step span {
    font-size: 21px;
}

.lpFlow__text {
    font-size: 36px;
}

.lpFlow__body {
    font-size: 16px;
}

.lpCatch {
    background: #0a5bab url('/wp-content/themes/jpma-child/common/img/lp/img_lp_catch01.png') center top no-repeat;
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lpCatch__wrap {
    width: 1280px;
}

.lpCatch__logo {
    display: table;
    padding: 16px 32px;
    background-color: #fff;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.6);
}

.lpCatch__text {
    display: table;
    margin-top: 32px;
    background-color: #fff;
    font-size: 60px;
    font-weight: 700;
    padding: 16px 32px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.6);
}

.lpForm {
    padding: 150px 0;
}

.lpForm__title {
    font-size: 48px;
    text-align: center;
    margin-bottom: 64px;
}

.lpForm__lede {
    font-size: 16px;
    text-align: center;
    margin-bottom: 32px;
}

.lpForm__form {
    width: 1000px;
    margin: auto;
}

.lpForm__form th {
    width: 350px;
    background-color: #f3f5f7;
    border: 2px solid #fff;
    vertical-align: middle;
    padding: 20px;
    line-height: 1.5;
}

.lpForm__form td {
    border: 1px solid #fff;
    padding: 20px;
    line-height: 1.5;
}

.lpForm__form .area_btn {
    text-align: center;
}

.lpSection {
    background-color: #f3f5f7;
    padding: 100px 0;
}

.lpSection__wrap {
    border: 4px solid #000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 64px;
    width: 1280px;
    margin: auto;
}

.lpSection__wrap--none {
    border: none;
    background-color: #f3f5f7;
}

.lpSection__text {
    font-size: 48px;
    line-height: 1.5;
}

.lpSection__arrow {
    position: relative;
    border: 4px solid #000;
    font-size: 32px;
    width: 480px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lpSection__arrow .svg-inline--fa {
    margin-right: 16px;
}

.lpSection__arrow::before,
.lpSection__arrow::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}

.lpSection__arrow::before {
    bottom: -30px;
    right: -4px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 30px 0 0 15px
}

.lpSection__arrow::after {
    bottom: -15px;
    right: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 30px 0 0 15px
}

.lpSection__wrap--none .lpSection__arrow::after {
    border-color: #f3f5f7 transparent transparent transparent;
}

.js-fadein {
    opacity: 0;
    transform: translate(0, 32px);
    transition: all 1s;
}

.js-fadein.active {
    opacity: 1;
    transform: translate(0, 0);
}