@charset "UTF-8";

a {
    color: #0000CD;
    text-decoration: none;
}

a:visited {
    color: #0000CDå;
    text-decoration: none;
}

a:hover {
    color: #6495ED;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

a:active {
    color: #6495ED;
    text-decoration: none;
}

.clear {
    clear: both;
}

.clear hr {
    display: none;
}

p.block_h30 {
    display: block;
    height: 30px;
}

#home {
    background-color: #E7E7E7;
}

#common {
    background-color: #E7E7E7;
}

#ifc {
    background-color: #F7F7F7;
}

@media screen and (min-width: 1024px) {
    .inner {
        position: relative;
        width: 1000px;
        height: 100%;
        padding: 40px 0;
        margin: 0 auto;
    }

    .contents_wrap {
        display:flex;
        align-items: stretch;
        width: 100%;
        min-width: 1000px;
        margin: 0 auto;
    }

    nav.side {
        order: 0;
        width: 250px;
        margin-right: 40px;
    }
    
    nav.side ul {
    }

    nav.side li {
        list-style: none;
        text-align: left;
    }

    nav.side li a {
        position: relative;
        display: inline-block;
        transition: .3s;
        background-image: url('../images/common/icon-arw-w.png');
        background-repeat: no-repeat;
        background-position: right 11px center;
        background-size: 8px 16px;
        background-color: #003250;
        width: 100%;
        padding: 20px 23px 20px 13px;
        font-size: 14px;
        color: #FFF;
    }

    nav.side li a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 0;
        height: 1px;
        background-color: #F5BF4D;
        transition: .3s;
    }

    nav.side li a:hover::after {
        width: 100%;
    }

    nav.side li a.active {
        background-image: url('../images/common/icon-arw-y.png');
        color: #F5BF4D;
    }

    nav.side li a:hover.active::after {
        width: 0;
        height: 0px;
    }

    article.main {
        order: 1;
        flex: 1;
    }

/* プランと料 */

    nav.pandc_nav ul {
        display: flex;
        width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    nav.pandc_nav li {
        list-style: none;
        margin-left: 10px;
    }

    nav.pandc_nav li:first-child {
        margin-left: 0;
    }

/* Home */

    .intro_wrap {
        display:flex;
        align-items: stretch;
        width: 100%;
        min-width: 1000px;
        padding: 20px 0;
        margin: 0 auto;
    }

    .intro_wrap p.home_image {
        order: 0;
        flex: 1;
        display: block;
        background-image: url('../images/common/1646188224.4243.59356.200252013.jpg');
        background-position: center center;
        background-size: cover;
        padding-top: 33.3333%;
    }

    .intro_wrap iframe {
        order: 1;
        border: solid 1px #CCC;
        width: 340px;
        min-height: 400px;
    }

    .fnu_box,
    .title_box {
        display: flex;
        align-items: stretch;
        position: relative;
    }

    section.fnu_t {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        width: 22%;
    }

    section.fnu_t p {
    }

    section.fnu_t span.fnu1 {
        font-size: 26px;
        color: #555;
    }

    section.fnu_t span.fnu2 {
        font-size: 16px;
        letter-spacing: 0.13em;
        color: #555;
    }

    p.fnu_image {
        flex: 1;
        display: block;
        background-image: url('../images/common/fnu_image.jpg');
        background-position: center center;
        background-size: cover;
        padding-top: 23%;
    }

    section.fnu_ex {
        padding: 30px 0;
    }

    section.fnu_ex p {
        font-size: 16px;
        line-height: 1.8;
        color: #555;
    }

    p.title_t1 {
        font-size: 22px;
        color: #555;
        font-weight: 500;
        flex: 1;
    }

    p.title_t2 {
        font-size: 15px;
        color: #FF8C00;
        text-align: right;
        letter-spacing: 0.13em;
        margin-top: 0;
        flex: 1;
    }

    ul.h_nav {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
    }

    ul.h_nav li {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 0;
    }

    ul.h_nav li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }

    ul.h_nav li div.btn1,
    ul.h_nav li div.btn2 {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 110px;
    }

    ul.information {
        list-style: none;
        margin-top: 10px;
    }

    ul.information li {
        border-bottom: solid 1px #DDD;
        padding: 20px 0;
        display: flex;
    }

    ul.information p.info_box1 {
        width: 120px;
    }

    ul.information p.info_box2 {
        flex: 1;
    }

/* お問わせ */

    section.contactus_wrap {
        display: flex;
        align-items: stretch;
        position: relative;
        width: 900px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    p.contactus_item {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        width: 180px;
        font-size: 14px;
    }

    p.contactus_detail {
        flex: 1;
    }

/* よくある質 */

    .questionlist_wrap,
    .regist_kinds_wrap {
        display: flex;
        align-items: stretch;
        position: relative;
        width: 100%;
        margin-top: 30px;
    }

    section.questionlist_box {
        flex: 1;
        margin-left: 30px;
    }

    section.questionlist_box:first-child {
        margin-left: 0;
    }

    .contactus_box .contactus_detail .qa_2column {
        display: flex;
        align-items: stretch;
        position: relative;
        width: 100%;
        margin-top: 30px;
    }

    .contactus_box .contactus_detail .qa_2column .qa_box {
        border: solid 1px #777;
        width: 50%;
        padding: 20px 10px;
        margin-left: 20px;
    }

    .contactus_box .contactus_detail .qa_2column .qa_box:first-child {
        margin-left: 0;
    }

/* お申し込み */

    .regist_kinds_box {
        border: solid 10px #FFDAB9;
        width: 50%;
        padding: 20px 10px;
        margin-left: 20px;
    }

    .regist_kinds_box:first-child {
        margin-left: 0;
    }

    article.regist_wrap {
        display: flex;
        align-items: stretch;
        position: relative;
        width: 1000px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    div.regist_item {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        width: 200px;
        font-size: 14px;
    }

    div.regist_detail {
        flex: 1;
        padding: 10px;
    }

    div.regist_dummy {
        flex: 1;
    }

    div.regist_detail_err {
        flex: 1;
        border: solid 1px #FFB6C1;
        background-color: #FFE2ED;
        padding: 10px;
    }

/* グローバルナビ */

    #gnav-pc {
        z-index: 8888;
        width: 100%;
        flex: 1;
    }

    #gnav-pc ul {
        list-style: none;
        overflow: hidden;
        float: right;
    }

    #gnav-pc li {
        text-align: center;
        float: left;
    }

    #gnav-pc li a {
        display: block;
        background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(238, 238, 238, 1) 50%);
        background-position: 0 0;
        background-size: auto 200%;
        transition: .3s;
        font-size: 14px;
        line-height: 60px;
        color: #555;
        text-decoration: none;
        padding: 0 20px;
        text-transform: uppercase;
        height: 60px;
    }

    #gnav-pc li a:hover {
        background-position: 0 100%;
        color: #555;
    }

    #gnav-pc li a.active {
        border-bottom: solid 5px #F5BF4D;
        color: #F5BF4D;
    }

    #gnav-pc li a:hover.active {
        background-position: 0 0;
    }

    #gnav-mob {
        display: none;
    }

    #footer .footer_inner {
        position: relative;
        width: 1000px;
        height: 100%;
        padding: 40px 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1023px) {
    .inner {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 40px 5px;
        margin: 0;
    }

    .contents_wrap {
        width: 100%;
        margin: 0 auto;
    }

    nav.side {
        display: none;
    }
    
    nav.side ul {
        display: none;
    }

    nav.side li {
        display: none;
    }

    nav.side li a {
        display: none;
    }

    nav.side li a.active {
        display: none;
    }

    article.main {
        width: 100%;
    }

/* プランと料 */

    nav.pandc_nav ul {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    nav.pandc_nav li {
        list-style: none;
        margin-top: 10px;
    }

    nav.pandc_nav li:first-child {
        margin-top: 0;
    }

/* Home */

    .intro_wrap {
        width: 100%;
        padding: 20px 5px;
        margin: 0;
    }

    .intro_wrap p.home_image {
        background-image: url('../images/common/1646188224.4243.59356.200252013.jpg');
        background-position: center center;
        background-size: cover;
        width: 100%;
        padding-top: 33%;
    }

    .intro_wrap iframe {
        border: solid 1px #CCC;
        width: 100%;
        height: 400px;
    }

    .fnu_box,
    .title_box {
        position: relative;
    }

    section.fnu_t {
        width: 100%;
        margin-bottom: 30px;
    }

    section.fnu_t p {
        text-align: center;
    }

    section.fnu_t span.fnu1 {
        font-size: 22px;
        color: #555;
    }

    section.fnu_t span.fnu2 {
        font-size: 14px;
        letter-spacing: 0.13em;
        color: #555;
    }

    p.fnu_image {
        flex: 1;
        display: block;
        background-image: url('../images/common/fnu_image.jpg');
        background-position: center center;
        background-size: cover;
        padding-top: 25%;
    }

    section.fnu_ex {
        padding: 30px 0;
    }

    section.fnu_ex p {
        font-size: 14px;
        line-height: 1.7;
        color: #555;
    }

    p.title_t1 {
        font-size: 22px;
        color: #555;
        font-weight: 500;
        float: none;
    }

    p.title_t2 {
        font-size: 15px;
        color: #FF8C00;
        text-align: left;
        letter-spacing: 0.13em;
        margin-top: 5px;
        float: none;
    }

    ul.h_nav {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
    }

    ul.h_nav li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    ul.h_nav li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }

    ul.h_nav li div.btn1,
    ul.h_nav li div.btn2 {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 110px;
    }

    ul.information {
        list-style: none;
        margin-top: 10px;
    }

    ul.information li {
        border-bottom: solid 1px #CCC7C0;
        padding: 30px 0;
    }

    ul.information .info_box1 {
        display: flex;
        float: none;
    }

    ul.information .info_box2 {
        float: none;
        margin-top: 15px;
    }

/* お問わせ */

    section.contactus_wrap {
        position: relative;
        width: 100%;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    p.contactus_item {
        width: 100%;
        font-size: 14px;
        margin-bottom: 15px;
    }

    p.contactus_detail {
        flex: 1;
    }

/* よくある質 */

    .questionlist_wrap,
    .regist_kinds_wrap {
        width: 100%;
        margin-top: 30px;
    }

    section.questionlist_box {
        margin-top: 30px;
    }

    .contactus_box .contactus_detail .qa_2column {;
        width: 100%;
        margin-top: 30px;
    }

    .contactus_box .contactus_detail .qa_2column .qa_box {
        border: solid 1px #777;
        width: 100%;
        padding: 20px 10px;
        margin-top: 20px;
    }

/* お申し込み */

    .regist_kinds_box {
        border: solid 10px #FFDAB9;
        width: 100%;
        padding: 20px 10px;
        margin-top: 20px;
    }

    .regist_kinds_box:first-child {
        margin-top: 0;
    }

    article.regist_wrap {
        position: relative;
        width: 100%;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    div.regist_item {
        width: 100%;
        font-size: 14px;
        padding: 0 10px;
    }

    div.regist_detail {
        padding: 10px;
        margin-top: 10px;
    }

    div.regist_dummy {
        display: none;
    }

    div.regist_detail_err {
        flex: 1;
        border: solid 1px #FFB6C1;
        background-color: #FFE2ED;
        padding: 10px;
    }

/* グローバルナビ */

    #gnav-pc {
        display: none;
    }

    #gnav-mob {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: -120%;
        width: 100%;
        height: 100vh;
        background-color: #FFF;
        transition: all 0.5s;
    }

    #gnav-mob.panelactive {
        right: 0;
    }

    #gnav-mob.panelactive #gnav-list {
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #gnav-mob section {
        position: absolute;
        z-index: 9999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 20px);
    }

    #gnav-mob a.gnavi {
        display: block;
        border: solid 1px #DDD;
        width: 100%;
        font-size: 14px;
        color: #555;
        text-decoration: none;
        padding: 15px 5px;
        text-transform: uppercase;
    }

    #gnav-mob a.active {
        display: block;
        border: solid 1px #DDD;
        width: 100%;
        font-size: 14px;
        color: #F5BF4D;
        text-decoration: none;
        padding: 15px 5px;
    }

    .gnav_door,
    .gnav_door .CollapsiblePanel {
    }

    .gnav_door .CollapsiblePanelTab,
    .gnav_door .CollapsiblePanelClosed .CollapsiblePanelTab,
    .gnav_door .CollapsiblePanelFocused .CollapsiblePanelTab {
        cursor:pointer;
        border: transparent 3px solid;
        background-image: url('../images/common/icon-plus.gif');
        background-repeat: no-repeat;
        background-position: right 10px top 16px;
        background-size: 16px 16px;
        border: solid 1px #DDD;
        width: 100%;
        font-size: 14px;
        color: #555;
        padding: 15px 34px 15px 5px;
    }

    .gnav_door .CollapsiblePanelOpen .CollapsiblePanelTab {
	    cursor:pointer;
        border: transparent 3px solid;
        background-image: url('../images/common/icon-minus.gif');
        background-repeat: no-repeat;
        background-position: right 10px top 16px;
        background-size: 16px 16px;
        border: solid 1px #DDD;
        width: 100%;
        font-size: 14px;
        color: #555;
        padding: 15px 34px 15px 4px;
    }

    .gnav_door .CollapsiblePanelTabHover,
    .gnav_door .CollapsiblePanelClosed .CollapsiblePanelTabHover,
    .gnav_door .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	    cursor:pointer;
    }

    .gnav_door .CollapsiblePanelContent ul {
    }

    .gnav_door .CollapsiblePanelContent li {
        list-style: none;
        text-align: left;
    }

    .gnav_door .CollapsiblePanelContent li a {
        display: block;
        border: solid 1px #DDD;
        background-color: #999;
        font-size: 14px;
        color: #FFF;
        text-decoration: none;
        padding: 15px 5px;
        text-transform: uppercase;
    }

    .gnav_door .CollapsiblePanelContent li a.active {
        color: #F5BF4D;
    }

    .openbtn {
        position: fixed;
        z-index: 99999;
        background-color: #FFF;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }

    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 11px;
        height: 3px;
        border-radius: 2px;
        background-color: #666;
        width: 50%;
    }

    .openbtn span:nth-of-type(1) {
        top: 10px;
    }

    .openbtn span:nth-of-type(2) {
        top: 18px;
    }

    .openbtn span:nth-of-type(3) {
        top: 28px;
    }

    .openbtn.active span:nth-of-type(1) {
        background-color: #666;
        top: 13px;
        left: 12px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        background-color: #666;
        top: 25px;
        left: 12px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
    }

    #footer .footer_inner {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 40px 5px;
        margin: 0;
    }
}

div.container:nth-child(1) {
    margin-top: 60px;
}

div.container:nth-child(even){
    background-color: #F0F0F0;
}

div.container:nth-child(odd){
    background-color: #F7F7F7;
}

h1.common_title {
	position: relative;
	border-bottom: solid 7px transparent;
	padding: 0 0 13px 0;
    font-size: 23px;
    color: #555;
    font-weight: 500;
    letter-spacing: 0.07em;
}

h1.common_title:before {
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 15%;
	height: 7px;
	content: '';
	background: #32CD32;
}

p.paragraph {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-top: 30px;
}

p.paragraph span {
    font-size: 14px;
    line-height: 1.7;
    color: #F00;
}

h1.ex {
    font-size: 14px;
    line-height: 1.7;
}

a.tel-link-none {
    pointer-events: none;
    font-size: 14px;
    color: #FFF;
}

a.tel-link-none2 {
    pointer-events: none;
    font-size: 14px;
    color: #555;
}

/* プランと料 */

.pac_heading1 {
	background-image: -webkit-linear-gradient(left, #DB7093 0%, #DB7B58 90%);
	background-image: -o-linear-gradient(left, #DB7093 0%, #DB7B58 90%);
	background-image: linear-gradient(to right, #DB7093 0%, #DB7B58 90%);
    width: 270px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    letter-spacing: .3em;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    padding: 15px 0;
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 0px 10px 15px 0px #C7C7C7;
}

.pac_heading2 {
	background-image: -webkit-linear-gradient(330deg, #4682B4 0%, #B1D48B 90%);
	background-image: -o-linear-gradient(330deg, #4682B4 0%, #B1D48B 90%);
	background-image: linear-gradient(60deg, #4682B4 0%, #B1D48B 90%);
    width: 270px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    letter-spacing: .3em;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    padding: 15px 0;
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 0px 10px 15px 0px #C7C7C7;
}

.pac_letter {
    border: solid 1px #DDD;
    background-color: #FFF;
    padding: 20px 15px;
}

.pac_letter p {
    font-size: 14px;
    line-height: 1.7;
}

.pac_letter a {
    position: relative;
    display: inline-block;
    transition: .3s;
    font-size: 14px;
    color: #0000CD;
}

.pac_letter a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #6495ED;
    transition: .3s;
}

.pac_letter a:hover::after {
        width: 100%;
}

ul.planbox_notes {
    list-style: decimal;
    margin-left: 20px;
}

ul.planbox_notes li {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.planflow_wrap {
    display: flex;
    align-items: stretch;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.planflow_wrap:last-child {
    margin-bottom: 0;
}

.planflow_num {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 30px;
    margin-right: 5px;
}

.planflow_num .number {
    border: solid 1px #555;
    background-color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.planflow_left_blue,
.planflow_right_blue {
    flex: 1;
    background-color: #D0EEEE;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

.planflow_left_orange,
.planflow_right_orange {
    flex: 1;
    background-color: #FFE4C4;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

.planflow_left_pink,
.planflow_right_pink {
    flex: 1;
    background-color: #FFE4E1;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

.planflow_left_dummy,
.planflow_right_dummy {
    flex: 1;
    padding: 10px;
    margin-right: 5px;
}

.pac_letter iframe {
    border: solid 1px #DDD;
    background-color: #F7F7F7;
    width: 100%;
    height: 280px;
    padding: 20px 15px;
    margin-top: 30px;
}

nav.pandc_nav,
nav.pandc_1piece {
    margin-top: 30px;
}

nav.pandc_1piece ul {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
}

nav.pandc_1piece li {
    list-style: none;
}

nav.pandc_nav a.regist,
nav.pandc_1piece a.regist,
nav.pandc_nav input.regist,
nav.pandc_1piece input.regist {
    display: block;
    transition: .3s;
    background-image: url('../images/common/icon-arw-w.png');
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 8px 16px;
    background-color: #DD6A00;
    width: 270px;
    padding: 22px 24px 22px 10px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
}

nav.pandc_nav a:hover.regist,
nav.pandc_1piece a:hover.regist,
nav.pandc_nav input.regist:hover,
nav.pandc_1piece input.regist:hover {
    background-color: #CC5B00;
}

a.return {
    display: block;
    transition: .3s;
    background-image: url('../images/common/icon-r-arw-w.png');
    background-repeat: no-repeat;
    background-position: left 11px center;
    background-size: 8px 16px;
    background-color: #666;
    width: 270px;
    padding: 22px 10px 22px 24px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

a:hover.return {
    background-color: #333;
}

/* 当サイトにつ */

p.phs_logo {
    display: inline-block;
    background-image: url('../images/about/phs.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 260px;
    height: 49px;
}

h1.headline {
    font-size: 20px;
    color: #555;
    font-weight: 500;
    letter-spacing: 0.07em;
    margin-top: 15px;
}

iframe.iframe_contents {
    border: none;
    width: 100%;
    margin-top: 30px;
}

.about_doc_box h1 {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.about_doc_box .heading1 {
	background-image: -webkit-linear-gradient(left, rgba(29, 163, 137, 1), rgba(153, 204, 102, 0.9) 90%);
	background-image: -o-linear-gradient(left, rgba(29, 163, 137, 1), rgba(153, 204, 102, 0.9) 90%);
	background-image: linear-gradient(to right, rgba(29, 163, 137, 1), rgba(153, 204, 102, 0.9) 90%);
    width: 250px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    padding: 15px 0;
    margin: 0 auto 30px auto;
    border-radius: 5px;
    box-shadow: 0px 10px 15px 0px #AFAFAF;
}

.about_doc_box .heading2 {
	background-image: -webkit-linear-gradient(left, rgba(199, 21, 133, 1), rgba(255, 160, 122, 1) 90%);
	background-image: -o-linear-gradient(left, rgba(199, 21, 133, 1), rgba(255, 160, 122, 1) 90%);
	background-image: linear-gradient(to right, rgba(199, 21, 133, 1), rgba(255, 160, 122, 1) 90%);
    width: 270px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    padding: 15px 0;
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 0px 10px 15px 0px #C7C7C7;
}

.about_doc_box .doc02_img01 {
	background: url(../images/about/doc02_img01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding-top: 49.1803%;
    margin: 0 auto 30px auto;
}

.about_doc_box .doc03_img01 {
	background: url(../images/about/doc03_img01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding-top: 49.1803%;
    margin: 0 auto 30px auto;
}

.about_doc_box .aboutlist ul {
    list-style: decimal;
    padding: 0 0 0 25px;
}

.about_doc_box .aboutlist li {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 30px 0;
}

.about_doc_box .aboutlist .emphasis {
    font-size: 16px;
    color: #2E8B57;
    font-weight: 600;
}

.about_doc_box .kiyaku_emphasis {
    display: inline-block;
	background: #2E8B57;
    font-size: 16px;
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.introduction_box1 {
    display: flex;
    border: solid 1px #DDD;
    background-color: #FFF;
    padding: 20px 15px;
    border-radius: 20px;
    margin-bottom: 20px;
}

p.photo img {
    width: 80px;
    height: 100px;
    margin-right: 15px;
}

section.detail {
    flex: 1;
}

section.detail .position1 {
	background: #9400D3;
    width: 110px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

section.detail .position2 {
	background: #228B22;
    width: 120px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

section.detail .position3 {
	background: #FF8C00;
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

section.detail .position4 {
	background: #AC184C;
    width: 120px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

section.detail h1 {
    font-size: 16px;
    color: #555;
    font-weight: 500;
    margin-top: 15px;
}

section.detail h2 {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.dousa_item h1,
.dousa_detail h1 {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.privacypolicy ul {
    list-style: decimal;
    margin: 30px 0 30px 30px;
}

.privacypolicy li {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin: 0 0 20px 0;
}

@media screen and (min-width: 710px) {
    nav.about_nav ul {
        display: flex;
        margin-top: 30px;
        width: 100%;
    }

    nav.about_nav li {
        width: 50%;
        list-style: none;
        text-align: center;
        margin-left: 10px;
    }

    nav.about_nav li:first-child {
        margin-left: 0;
    }

    nav.about_nav li a {
        position: relative;
        display: block;
        transition: .3s;
        background-image: url('../images/common/icon-arw-w.png');
        background-repeat: no-repeat;
        background-position: right 11px center;
        background-size: 8px 16px;
        background-color: #006400;
        padding: 22px 24px 22px 10px;
        font-size: 14px;
        color: #FFF;
    }

    nav.about_nav li a:hover {
        background-color: #004200;
    }

    .introduction_wrap {
        display:flex;
        align-items: stretch;
        width: 100%;
    }

    .introduction_box2 {
        display: flex;
        border: solid 1px #DDD;
        background-color: #FFF;
        width: 50%;
        padding: 20px 15px;
        border-radius: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .introduction_box2:first-child {
        margin-left: 0;
    }

    .tgc_introduction {
        display: flex;
        border: solid 1px #DDD;
        background-color: #FFF;
        padding: 20px 10px;
    }

    p.tgc {
	    background: url(../images/about/tgc.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 200px;
        height: 66px;
        margin-right: 20px;
    }

    .tgc-detail {
        flex: 1;
    }

    .tgc-detail h1 {
        font-size: 14px;
        line-height: 1.7;
        color: #555;
    }

    .dousa_table {
        display:flex;
        align-items: stretch;
        width: 100%;
        margin-bottom: 1px;
    }

    .dousa_item {
        background-color: #DDD;
        padding: 20px 15px;
        width: 20%;
        text-align: center;
    }

    .dousa_detail {
        flex: 1;
        background-color: #FFF;
        padding: 20px 15px;
    }
}

@media screen and (max-width: 709px) {
    nav.about_nav ul {
        margin-top: 30px;
        width: 100%;
    }

    nav.about_nav li {
        width: 100%;
        list-style: none;
        text-align: center;
        margin-top: 10px;
    }

    nav.about_nav li:first-child {
        margin-top: 0;
    }

    nav.about_nav li a {
        position: relative;
        display: block;
        transition: .3s;
        background-image: url('../images/common/icon-arw-w.png');
        background-repeat: no-repeat;
        background-position: right 11px top 31px;
        background-size: 8px 16px;
        background-color: #006400;
        padding: 22px 24px 22px 10px;
        font-size: 14px;
        color: #FFF;
    }

    nav.about_nav li a:hover {
        background-color: #004200;
    }

    .introduction_wrap {
        width: 100%;
    }

    .introduction_box2 {
        display: flex;
        border: solid 1px #DDD;
        background-color: #FFF;
        width: 100%;
        padding: 20px 10px;
        border-radius: 20px;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .introduction_box2:first-child {
        margin-left: 0;
    }

    .tgc_introduction {
        border: solid 1px #DDD;
        background-color: #FFF;
        padding: 20px 15px;
    }

    p.tgc {
	    background: url(../images/about/tgc.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 200px;
        height: 66px;
        margin-bottom: 20px;
    }

    .tgc-detail {
    }

    .tgc-detail h1 {
        font-size: 14px;
        line-height: 1.7;
        color: #555;
    }

    .tgc-detail {
        flex: 1;
    }

    .tgc-detail h1 {
        font-size: 14px;
        line-height: 1.7;
        color: #555;
    }

    .dousa_table {
        width: 100%;
        margin-bottom: 0;
    }

    .dousa_item {
        background-color: #DDD;
        padding: 20px 15px;
        text-align: center;
    }

    .dousa_detail {
        background-color: #FFF;
        padding: 20px 15px;
    }
}

/* お問わせ */

p.contactus_item span,
div.regist_item span {
	font-size: 14px;
    color: #F00;
}

p.contactus_confirmation,
p.regist_confirmation {
	font-size: 14px;
    text-align: center;
    letter-spacing: 0.08em;
    margin-top: 40px;
}

p.contactus_detail input,
div.regist_detail input,
div.regist_detail_err input {
	border: solid 1px #777;
	background: #FFF;
	width: 100%;
	font-size: 16px;
    padding: 10px 15px;
}

p.contactus_detail textarea,
div.regist_detail textarea,
div.regist_detail_err textarea {
	border: solid 1px #777;
    background-image: none;
    background-color: #FFF;
	width: 100%;
    height: 150px;
    font-size: 16px;
    padding: 10px 15px;
}

p.contactus_detail .select_100p,
div.regist_detail .select_100p,
div.regist_detail_err .select_100p {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

p.contactus_detail .select_100p select,
div.regist_detail .select_100p select,
div.regist_detail_err .select_100p select {
    width: 100%;
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

p.contactus_detail .select_100p select::-ms-expand,
div.regist_detail .select_100p select::-ms-expand,
div.regist_detail_err .select_100p select::-ms-expand {
    display: none;
}

p.contactus_detail .select_100p.sl01,
div.regist_detail .select_100p.sl01,
div.regist_detail_err .select_100p.sl01,
div.regist_detail .select_small.sl01,
div.regist_detail_err .select_small.sl01 {
    position: relative;
    border: solid 1px #777;
    background: #FFF;
    height: 42px;
    font-size: 16px;
}

p.contactus_detail .select_100p.sl01::before,
div.regist_detail .select_100p.sl01::before,
div.regist_detail_err .select_100p.sl01::before,
div.regist_detail .select_small.sl01::before,
div.regist_detail_err .select_small.sl01::before {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #777;
    pointer-events: none;
}

.p.contactus_detail .select_100p.sl01 select,
div.regist_detail .select_100p.sl01 select,
div.regist_detail_err .select_100p.sl01 select,
div.regist_detail .select_small.sl01 select,
div.regist_detail_err .select_small.sl01 select {
    padding: 10px 38px 10px 15px;
}

p.mailsend {
    width: 270px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

p.mailsend input.btn {
    display: block;
    transition: .3s;
    background-image: url('../images/common/icon-arw-w.png');
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 8px 16px;
    background-color: #003250;
    width: 270px;
    padding: 22px 24px 22px 10px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
}

p.mailsend input.btn:hover {
    background-color: #336583;
}

p.err-mes {
	text-align: center;
}

p.err-mes span {
    display: inline-block;
    background-color: #F00;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    padding: 10px 30px;
    margin-top: 20px;
}

/* よくある質 */

a.jump_point {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}

ul.questionlist {
    list-style: none;
    margin-bottom: 30px;
}

ul.questionlist:last-child {
    margin-bottom: 0;
}

ul.questionlist li {
    display: inline;
}

ul.questionlist li a {
    position: relative;
    display: inline-block;
    transition: .3s;
    background-image: url('../images/common/icon-arw-w.png');
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 8px 16px;
    background-color: #003250;
    width: 100%;
    padding: 15px 30px 15px 13px;
    font-size: 14px;
    color: #FFF;
    margin: 1px 0px;
}

ul.questionlist li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 3px;
    background-color: #F5BF4D;
    transition: .3s;
}

ul.questionlist li a:hover::after {
    width: 100%;
}

ul.questionlist .q-category {
    display: block;
    background-color: #447694;
    padding: 15px 0;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    letter-spacing: 0.08em;
    height: 50px;
    margin: 1px 0px;
}

.qanda_wrap {
    display: flex;
    align-items: stretch;
    position: relative;
    width: 100%;
}

.qanda_decoration {
    width: 26px;
}

.qanda_decoration .decoration_q {
    background-color: #666;
    font-size: 20px;
    line-height: 26px;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    width: 26px;
    height: 26px;
    border-radius: 13px;
}

.qanda_decoration .decoration_a {
    background-color: #EC81A4;
    font-size: 20px;
    line-height: 26px;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    width: 26px;
    height: 26px;
    border-radius: 13px;
}

.qanda_fukidashi_q {
    flex: 1;
    border: solid 1px #DDD;
    background-color: #FFF;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    padding: 20px 15px;
    margin-left: 5px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.qanda_fukidashi_a {
    flex: 1;
    border: solid 1px #FFE4E1;
    background-color: #FFF5F2;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    padding: 20px 15px;
    margin-right: 5px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.contactus_box {
	width: 100%;
    margin-bottom: 50px;
}

.contactus_box:last-child {
    margin-bottom: 0;
}

.contactus_box .CollapsiblePanel {
    position: relative;
}

.contactus_box .CollapsiblePanelTab,
.contactus_box .CollapsiblePanelClosed .CollapsiblePanelTab,
.contactus_box .CollapsiblePanelTabHover,
.contactus_box .CollapsiblePanelFocused .CollapsiblePanelTab {
	cursor:pointer;
    border: solid 1px #777;
    background-image: url('../images/common/icon-plus.gif');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    padding: 15px 30px 15px 15px;
    font-size: 16px;
}

.contactus_box .CollapsiblePanelOpen .CollapsiblePanelTab,
.contactus_box .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	cursor:pointer;
    border: solid 1px #777;
    background-image: url('../images/common/icon-minus.gif');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    padding: 15px 30px 15px 15px;
    font-size: 16px;
}

.contactus_box .CollapsiblePanelContent {
}

.contactus_box .CollapsiblePanelTab a {
	color: #FFF;
	text-decoration: none;
}

.contactus_box .contactus_detail {
	position: relative;
}

.contactus_box .contactus_detail .qa_2column .qa_box .mail_button a,
.contactus_box .contactus_detail .qa_box2 .mail_button a {
    display: block;
    background-image: url('../images/common/icon-arw-w.png');
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 8px 16px;
    background-color: #003250;
    width: 100%;
    padding: 22px 24px 22px 10px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    margin-top: 15px;
}

.contactus_box .contactus_detail .qa_2column .qa_box .mail_button a:hover,
.contactus_box .contactus_detail .qa_box2 .mail_button a:hover {
    background-color: #336583;
}


.contactus_box .contactus_detail .qa_2column .qa_box .tel_info,
.contactus_box .contactus_detail .qa_box2 .tel_info {
    background-color: #666;
    width: 100%;
    padding: 22px 10px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    margin-top: 15px;
}

.contactus_box .contactus_detail .qa_2column .qa_box .tel_info span,
.contactus_box .contactus_detail .qa_box2 .tel_info span {
    display: inline-block;
    background-image: url('../images/qanda/icon_tel.png');
    background-repeat: no-repeat;
    background-position: left 0 center;
    background-size: 22px 22px;
    background-color: #666;
    padding: 0 0 0 35px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
}

.contactus_box .contactus_detail .qa_2column .qa_box h2,
.contactus_box .contactus_detail .qa_box2 h2 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-align: center;
}

.guidedetail_wrap .guide_img001,
.qanda_wrap .guide_img001 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img001.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 35.2941%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img002,
.qanda_wrap .guide_img002 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img002.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 35.2941%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img003,
.qanda_wrap .guide_img003 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img003.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 35.2941%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img004,
.qanda_wrap .guide_img004 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img004.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 17.647%;
    margin: 30px auto 0 auto;
}

.guidedetail_wrap .guide_img005,
.qanda_wrap .guide_img005 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img005.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 17.647%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img006,
.qanda_wrap .guide_img006 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img006.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 17.647%;
    margin: 30px auto 0 auto;
}

.guidedetail_wrap .guide_img007,
.qanda_wrap .guide_img007 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img007.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 50.4201%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img008,
.qanda_wrap .guide_img008 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img008.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 47.7453%;
    margin: 30px auto 0 auto;
}

.guidedetail_wrap .guide_img009,
.qanda_wrap .guide_img009 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img009.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 75.2941%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img010,
.qanda_wrap .guide_img010 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img010.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 70.5882%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img011,
.qanda_wrap .guide_img011 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img011.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img012,
.qanda_wrap .guide_img012 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img012.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 52.9411%;
    margin: 30px auto 50px auto;
}

.guidedetail_wrap .guide_img013,
.qanda_wrap .guide_img013 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img013.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 170.5882%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img014,
.qanda_wrap .guide_img014 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img014.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 170.5882%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img015,
.qanda_wrap .guide_img015 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img015.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 170.5882%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img016,
.qanda_wrap .guide_img016 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img016.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 52.9411%;
    margin: 30px auto 0 auto;
}

.guidedetail_wrap .guide_img017,
.qanda_wrap .guide_img017 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img017.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 75.2941%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img018,
.qanda_wrap .guide_img018 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img018.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 70.5882%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img019,
.qanda_wrap .guide_img019 {
    border: solid 1px #D3D3D3;
	background: url(../images/qanda/guide_img019.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 70.5882%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img020,
.qanda_wrap .guide_img020 {
    border: solid 1px #D3D3D3;
	background: url(../images/qanda/guide_img020.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 91.1764%;
    margin: 30px auto 50px auto;
}

.guidedetail_wrap .guide_img021
.qanda_wrap .guide_img021 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img021.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 170.5882%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img022,
.qanda_wrap .guide_img022 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img022.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 170.5882%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img023,
.qanda_wrap .guide_img023 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img023.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 170.5882%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img024,
.qanda_wrap .guide_img024 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img024.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 75.2941%;
    margin: 30px auto 0 auto;
}

.guidedetail_wrap .guide_img025,
.qanda_wrap .guide_img025 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img025.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 71.2941%;
    margin: 30px auto;
}

.guidedetail_wrap .guide_img026,
.qanda_wrap .guide_img026 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img026.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 95.0588%;
    margin: 30px auto 0 auto;
}

.guidedetail_wrap .guide_img027,
.qanda_wrap .guide_img027 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img027.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 19.4117%;
    margin: 30px auto 0 auto;
}

.guidedetail_wrap .guide_img028,
.qanda_wrap .guide_img028 {
    border: solid 1px #DDD;
	background: url(../images/qanda/guide_img028.gif) center center no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    padding-top: 60%;
    margin: 30px auto 0 auto;
}

.qanda_fukidashi_q span,
.qanda_fukidashi_a span{
    font-size: 14px;
    line-height: 1.7;
}

.qanda_fukidashi_q a,
.qanda_fukidashi_a a {
    position: relative;
    display: inline-block;
    transition: .3s;
    font-size: 14px;
    color: #0000CD;
}

.qanda_fukidashi_q a::after,
.qanda_fukidashi_a a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #6495ED;
    transition: .3s;
}

.qanda_fukidashi_q a:hover::after,
.qanda_fukidashi_a a:hover::after {
        width: 100%;
}

/* Home */

ul.h_nav li div.btn1:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url('../images/common/bg_btn1.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

ul.h_nav li div.btn2:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url('../images/common/bg_btn2.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

ul.h_nav li div.btn1:hover:after,
ul.h_nav li div.btn2:hover:after {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

ul.h_nav li div.btn1 a,
ul.h_nav li div.btn2 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 100%;
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

ul.information .info_box1 span {
    font-size: 14px;
    color: #999;
    text-align: left;
    line-height: 1.3;
    vertical-align: top;
}

ul.information .info_box2 span {
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 1.3;
    vertical-align: top;
}

/* Reminder */

.reminder_box {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.reminder_box iframe {
    border: none;
    width: 100%;
    height: 1100px;
}

/* お申し込み */

p.regist_note {
	font-size: 14px;
    color: #F00;
    letter-spacing: 0.07em;
    margin-top: 30px;
}

.regist_kinds_box h1 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-align: center;
}

.regist_kinds_box a.kinds {
    display: block;
    background-image: url('../images/common/icon-arw-w.png');
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-size: 8px 16px;
    background-color: #DD6A00;
    width: 100%;
    padding: 22px 24px 22px 10px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    margin-top: 20px;
}

.regist_kinds_box a:hover.kinds {
    background-color: #CC5B00;
}

div.regist_detail ul.regist_check,
div.regist_detail_err ul.regist_check {
    list-style: none;
    overflow: hidden;
}

div.regist_detail ul.regist_check li,
div.regist_detail_err ul.regist_check li {
    float: left;
    margin-right: 10px;
}

div.regist_detail ul.regist_list,
div.regist_detail_err ul.regist_list {
    display:flex;
    flex-wrap: nowrap;
    list-style:none;
}

div.regist_detail ul.regist_list li,
div.regist_detail_err ul.regist_list li{
    width:100%;
    margin-right: 10px;
}

div.regist_detail .segmented input,
div.regist_detail_err .segmented input { 
    display: none; 
}

div.regist_detail .segmented .label,
div.regist_detail_err .segmented .label {
    border: solid 1px #777;
	background: #FFF;
	background: -moz-linear-gradient(top,  #FFF 0%, #EEE 100%);
	background: -webkit-linear-gradient(top,  #FFF 0%,#EEE 100%);
	background: linear-gradient(to bottom,  #FFF 0%,#EEE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#EEE',GradientType=0 );
    padding: 10px 0;
    width: 100%;
	font-size: 16px;
    text-align: center;
    cursor: pointer;
    float: left;
}

div.regist_detail .segmented input:checked + .label,
div.regist_detail_err .segmented input:checked + .label {
	border: solid 1px #777;
	background: #777;
	color: #FFF;
}

div.regist_detail p.confirmation {
	font-size: 14px;
    color: #F00;
    font-weight: 500;
}

p.completion {
	font-size: 23px;
    color: #F00;
    text-align: center;
    margin-top: 30px;
}

/* ヘッー */

.hide {
    transform: translateY(-100%);
}

#header {
    position: fixed;
    z-index: 888;
    background-color: #FFF;
    top: 0;
    transition: 0.5s;
    width: 100%;
    height: 60px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    display: flex;
}

#header a.logo {
    display: block;
    z-index: 777;
    background-image: url('../images/common/mkg_logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 205px;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
}

.head_spacer {
    margin-top: 60px;
}

/* フッター */

#footer {
    width: 100%;
}

#footer .footer_inner p.cr {
    font-size: 12px;
    color: #666;
    text-align: center;
}

/* Login ----------*/

.login_contents {
    padding: 10px;
}

.login_contents h1 {
    font-size: 30px;
    color: #666;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}

.login_contents h2 {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    padding: 15px 0 0 0;
}

.login_contents .login_input {
	border: solid 1px #999;
	background: #F7F7F7;
	width: 100%;
	font-size: 14px;
	color: #333;
	padding: 5px;
    border-radius: 5px; 
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;
}

.login_contents .enter a {
    display: block;
    background: #666666;
    background: -moz-linear-gradient(top, #666666 0%, #666666 46%, #666666 50%, #454545 50%, #666666 100%);
    background: -webkit-linear-gradient(top, #666666 0%,#666666 46%,#666666 50%,#454545 50%,#666666 100%);
    background: linear-gradient(to bottom, #666666 0%,#666666 46%,#666666 50%,#454545 50%,#666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=0 );
	width: 100%;
	font-size: 14px;
	color: #FFF;
    text-align: center;
    text-shadow:1px 1px 2px #333;
	padding: 10px 0;
    margin: 15px 0 0 0;
    border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
}

.login_contents .enter a:hover {
	background: #999;
	color: #FFF;
}

.login_contents .reminder a {
    display: block;
    background: #999;
	width: 85%;
	font-size: 14px;
	color: #FFF;
    text-align: center;
    text-shadow:1px 1px 2px #333;
	padding: 5px 0;
    margin: 10px auto 0 auto;
    border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
}

.login_contents .reminder a:hover {
	background: #666;
	color: #FFF;
}

.login_mes {
    font-size: 12px;
    line-height: 1.7;
    color: #F00;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 0 0 0;
}

.login_err {
    border: solid 1px #FF69B4;
    background: #FFC0CB;
}
