@charset "UTF-8";

/* CSS Document */

@media screen and (max-width: 639px) and (min-width: 0px) {

    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%;
        /* overflow-x: hidden; */
        width: 100%;
    }

    body {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        /**/
    }

    img {
        vertical-align: top;
    }

    .for_pc {
        display: none;
    }

    .inner {
        margin: 0 auto;
        width: 98%;
        height: auto;
    }

    .inner_media_bt {
        margin: 0 auto;
        width: 84%;
        height: auto;
        overflow: hidden;
        display: flex;
    }

    .fixed {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9999;
    }

    .animation_cm {
        position: absolute;
        left: 10px;
        top: 55px;
    }

    .text {
        color: #666;
        font-size: 3.5vw;
        line-height: 2em;
    }

    .title_copy {
        margin: 2vh 0 4vh 0;
        text-align: center;
        font-size: 3.5vw;
        line-height: 2em;
        font-weight: 800;
        color: #666;
        line-height: 1.5em;
        
    }

    h2 {
        font-family: "Noto Sans Japanese", san-serif;
        font-weight: normal;
        font-size: 7vw;
        letter-spacing: -0.05em;
        line-height: 1.5em;
        color: #666;
        
    }

    .bg_light_blue {
        background-color: #f2fcff;
    }
	
	.contact_area{
	text-align:left;
	}

	.contact_area_inner{
	width:100%;
	margin:0;
	padding:10px;
	box-sizing:border-box;
	flex-direction:column;
	}
	.contact_area_inner br{
	display:none;
	}

	.contact_area_inner img{
	width:100%;
	height:auto;
	margin:20px 0 0 0;
	}

    /* topContents------------------------------------------------------*/

    #topContents {
        margin-top: 50px;
    }

    #topContents img {
        width: 100%;
        margin: 0 auto;
    }

    #topContents .bg_line {
        background: url(../img/00_top_rogo_bg.png) center repeat-x;
        height: 900px;
        width: 100%;
    }

    .title_area {
        height: 615px;
        position: relative;
    }

    .top_copy {
        position: absolute;
        top: 103px;
        left: 24px;
    }

    .top_rogo {
        position: absolute;
        top: 241px;
        left: 8px;
    }

    .top_merit {
        position: absolute;
        top: 411px;
        left: 0px;
    }

    .top_price {
        position: absolute;
        top: 501px;
        left: 0px;
    }

    .top_sp2 {
        position: absolute;
        top: 12px;
        left: 734px;
    }

    .top_sp1 {
        position: absolute;
        top: 120px;
        left: 594px;
    }

    .top_serifu {
        position: absolute;
        top: 42px;
        left: 568px;
    }

    /*top_bt----------------------------------------------------------------*/
    #top_bt {
        background-color: #d9f4ff;
        height: auto;
        padding-bottom: 20px;
    }

    /*mainContents*------------------------------------------------------*/
    #mainContents .title {
        margin: 120px auto 40px auto;
        color: #228f6d;
        font-size: 4.5vw;
        line-height: 1.5em;
        width: 960px;
        min-width: 960px;
    }

    #mainContents .sub_title {
        margin: 50px 0 10px 0;
        color: #666;
        font-size: 4.5vw;
        line-height: 1.5em;
    }

    /*mail_form_sp----------------------------------------------------*/
    #contents_mail_sp {
        width: 100%;
        height: auto;
        background-color: #E8FBFF;
    }

    .mail_ttl {
        padding: 10px 10px 10px 3%;
        color: #0096ff;
        width: 90%;
        font-size: 3vw
    }

    .adress_form {
        width: 69%;
        padding: 0px 1% 10px 2%;
    }

    .adress_form input {
        width: 100%;
        font-size: 3vw;
        color: #acacac;
        height: 40px;
        border-radius: 4px;
        border: solid 1px #d9f4ff;
        padding: 0 10px 0 10px;
    }

    .top_bt_mail_send {
        cursor: pointer;
        width: 20%;
        border-radius: 4px;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        background-color: #0096ff;
        font-size: 3vw;
        height: 40px;
        margin-right: 2.5%;
        display: flex;
        /* 2 */
        justify-content: center;
        /* 3 */
        align-items: center;
    }

    /*contents1------------------------------------------------------*/

    #contents_1 {}

    #contents_1 img {
        width: 100%;
    }

    #contents_1 h2 {
        margin: 1vh auto 1vh auto;
        width: 100%;
        color: #00b3ff;
        font-weight: normal;
    }

    #contents_1 .bg_blue {
        margin: 1vh auto 0 auto;
        padding: 1vh 0px;
        width: 100%;
        background-color: #0096ff;
    }

    #contents_1 .bg_sakura {
        background: url(../img/01_copy3_bg.png) no-repeat;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center;
        height: auto;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    #contents_1 .bg_sakura img {
        width: 80%;
    }

    /*contents1-1------------------------------------------------------*/
    #contents_chatbot {
        margin: 0 auto 4vh auto;
        width: 100%;
    }

    #contents_chatbot h2 {
        margin: 0 auto;
        padding: 3vh 0;
        text-align: center;
    }

    #contents_chatbot .bg_light_blue {
        background-color: #e5f7ff;
        margin: 0px auto;
        height: auto;
        width: 100%;
        padding: 2vh 0;
    }

    #contents_chatbot .text {
        margin: 1vh auto 0 auto;
    }

    /*contents1_2------------------------------------------------------*/

    #contents_custize {
        padding: 10vw 0;
    }

    #contents_custize h2 {
        margin: 0 auto;
        text-align: center;
    }

    #contents_custize .bg_blue {
        margin: 0px auto 0px auto;
        height: auto;
        width: 100%;
        background-color: #e5f7ff;
    }

    .character_image_wraper {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .character_image {
        width: 50%;
        float: left;
        flex-shrink: 0;
    }

    .character_image img {
        width: 98%;
        margin: 0 auto;
    }

    .character_image_text {
        color: #666;
        margin-bottom: 2vh;
        font-size: 3.5vw;
        line-height: 2em;
    }

    .character_sns {
        margin: 2vh auto 4vh auto;
        width: 98%;
    }

    .character_sns_ttl {
        font-family: "Noto Sans Japanese", san-serif;
        color: #0287d1;
        font-size: 5vw;
        line-height: 1.2em;
        margin-top: 10vw;
    }

    .character_sns .sns_screen {
        width: 50%;
    }

    .character_sns .sns_screen img {
        width: 90%;
    }

    #contents_cooperation{
        padding: 10vw 0;
    }
    
    .sns_right_area {
        width: 50%;
        text-align: left
    }

    .customizability_wrap {
        margin: 20px 0;
    }

    .customizability_wrap img {
        width: 100%;
    }

    .linkable_wrap {
        width: 100%;
        background-repeat: no-repeat;
    }

    .linkable_text {}

    .linkable_wrap .heading {
					   font-family: "Noto Sans Japanese", san-serif;
        font-size: 4.5vw;
        margin: 0vw auto 2vw auto;
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 5vw 0;
								color:#555;
    }

    .linkable_wrap .copy {
        text-align: center;
        margin: 0;
        font-size: 4vw;
        line-height: 2em;
        margin: 5vw 0;
        color: #666;
    }

    .bt_to_first_search {
        background-color: #ed6d20;
        color: #fff;
        text-align: center;
        border-radius: 1.5em;
        font-size: 4vw;
        padding: 1em;
        margin: 5vw 0;
        text-decoration: none;
    }

    .linkable_text a {
        text-decoration: none;
    }

    .under_line {
        border-bottom: 5px solid #FFDC80;
        display: inline-block;
        height: 1.0em;
    }

    .character_sns p {}

    .character_sns_line_bt {
        width: 100%;
        background-color: aqua;
    }

    .character_sns_line_bt img {
        width: 100%
    }

    .character_sns_coad {
        text-align: center;
    }

    .character_sns_coad img {
        width: 50%;
    }

    .character_sns_line_bt {}

    .flow_1_title {
        font-family: "Noto Sans Japanese", san-serif;
        color: #0287d1;
        font-size: 5vw;
        margin: 1vh 0 1vh 0;
        text-align: center;
    }

    /*contents1_3------------------------------------------------------*/
    #contents_scene {
        margin: 0 auto;
    }

    #contents_scene h2 {
        margin: 0 auto;
        text-align: center;
    }

    #contents_scene .bg_light_blue {
        background-color: #e5f7ff;
        height: auto;
        margin-bottom: 3vh;
        padding: 0vh 0 3vh 0;
    }

    #contents_scene .example_image img {
        margin-top: 0px;
    }

    #contents_scene .example_image {
        width: 100%;
        margin: 3vh 0;
    }

    #contents_scene .example_image_heading {
        font-family: "Noto Sans Japanese", san-serif;
        color: #555;
        font-size: 5vw;
        margin: 3vh 0;
        text-align: center;
        line-height: 1.1em;
    }

    .example_wraper_odd .example_image_text {
        width: 98%;
        margin: 0 auto;
        text-align: left;
        color: #666;
        font-size: 3.5vw;
        line-height: 2em;
    }

    #contents_scene .example_wraper_even .example_image_text {
        width: 98%;
        margin: 0 auto;
        text-align: left;
        color: #666;
        font-size: 3.5vw;
        line-height: 2em;
    }
    #contents_scene .company_logo_wrap {
        width: 100%;
        height: auto;
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 4px;
        margin: 0 auto;
    }
    #contents_scene .company_logo_item {
        width: 33%;
        height: 82px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #contents_scene .company_logo_item img {
        width: 85%;
    }

    .interview_inner {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .interview_wrap {
        padding-bottom: 12vw;
    }
    .interview_link {
        width: 100%;
        cursor: pointer;
        box-sizing: border-box;
    }


    .interview .interview_text {
        padding: 0 4.6vw;
        text-align: center;
        box-sizing: border-box;
        background-color: #ffffff;
        position: relative;
        z-index: 0;
        height: 65vw;
    }
    .interview .interview_text::before {
        background: #ffffff;
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        top: -33%;
        right: 0;
        width: 100%;
        z-index: -1;
    }

    .interview_ttl {
        font-family: "Noto Sans Japanese", san-serif;
        color: #0287d1;
        font-weight: normal;
        font-size: 4vw;
        line-height: 2em;
        text-align: left;
        padding-top: 5vw;
    }

    .interview_sub_ttl {
        font-family: "Noto Sans Japanese", san-serif;
        color: #666;
        font-weight: normal;
        text-align: left;
        font-size: 3.4vw;
        line-height: 2em;
        padding-top: 5vw;
    }
    .interview .interview_image {
        box-sizing: border-box;
        border-radius: 2px;
        position: relative;
        z-index: 1;
    }
    .interview .interview_image img {
        width: 95%;
    }
    .interview_cat_wrap {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5vw;
    }
    .interview_cat {
        height: 7vw;
        font-size: 3.5vw;
        color: #ffffff;
        border-radius: 3px;
        display: flex;
        padding: 0 2vw;
        justify-content: center;
        align-items: center;
    }
    .interview_text .web_marketing {
        background-color: #a73cf4;
        color: #fff;
    }
    .interview_text .customer_support {
        background-color: #3c88f4;
    }
    .interview_text .conversion_up {
        background-color: #ff5892;
        width: 35vw;
    }
    .interview_detail_wrap {
        position: absolute;
        bottom: 5vw;
        right: 5vw;
    }
    .interview_detail {
        font-size: 3.5vw;
        font-weight: 500;
        color: #0287d1;
        position:  relative;
        display: flex;
    }
    .detail_allow {
        height: 2.4vw;
        width: 10vw;
        border-bottom: 1.5px solid #0287d1;
        position: relative;
        transition: all .5s ease-in-out;
    }
    .detail_allow::before {
        content: '';
        border-right: 1.5px solid #0287d1;
        border-top: 1.5px solid #0287d1;
        position: absolute;
        height: 8px;
        width: 8px;
        right: 0px;
        bottom: -5px;
        transform: rotate(45deg);
    }
    .interview_wrap .detail_btn_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .detail_btn_wrap .detail_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 87%;
        height: 14vw;
        text-decoration: none;
        color: #0287d1;
        border: 1px solid #0287d1;
        font-size: 4.2vw;
        margin-top: 8vw;
    }
    .detail_btn_wrap .detail_btn .detail_allow {
        height: 1px;
    }

    

    
    /*contents2------------------------------------------------------*/
    #contents_benefits {
        margin: 3vh auto 0 auto;
        font-size: 3.5vw;
        line-height: 2em;
        padding-bottom: 10vw;
    }

    #contents_benefits h2 {
        margin: 5px auto 5px auto;
        width: 100%;
    }

    #contents_benefits .merit_wrap {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        width: 98%;
    }

    #contents_benefits .merit_item {

        margin-bottom: 40px;
        margin: 0 auto 40px auto;
    }

    #contents_benefits .merit_ttl {
        font-family: "Noto Sans Japanese", san-serif;
        color: #666;
        font-size: 4.5vw;
        font-weight: normal;
        margin: 0 0 20px 0;
        text-align: center;
        line-height: 1.3em;
    }

    #contents_benefits .merit_item .merit_icon {
        width: 100%;
        margin: 0 auto 20px auto;
        text-align: center;
    }

    .merit_text {
        font-size: 3.5vw;
        line-height: 2em;
        text-align: left;
    }
	.text_flash_point{
		color: #ff5e5e;
	}

    /*contents3------------------------------------------------------*/
    #contents_3 {
        margin: 20px auto 50px auto;
    }

    #contents_3 h2 {
        margin: 10px auto 10px auto;
    }

    #contents_3 .option {
        width: 50%;
        height: auto;
        margin: 10px 0;
    }

    #contents_3 .option img {
        width: 95%;
        margin: 0 auto;
    }

    #contents_3 .caption {
        text-align: left;
        margin: 10px 10px;
    }

    #contents_3 .bg_light_blue {
        background-color: #e5f7ff;
        height: auto;
        margin-bottom: 3vh;
        padding: 2vh 0 2vh 0;
    }

    /*contents4------------------------------------------------------*/
    #contents_introduction {
        margin: 3vh auto;
    }

    #contents_introduction h2 {
        margin: 10px auto 10px auto;
    }

    #contents_introduction .bg_light_blue {
        background-color: #e5f7ff;
        height: auto;
        padding: 2vh 0;
    }

    #contents_introduction .bg_light_blue img {
        width: 40%;
    }

    #contents_introduction .flow_1 {
        width: 100%;
        margin: 0 auto
    }

    #contents_introduction .flow_1 img {
        float: left;
        width: 30%;
        margin-left: 5%
    }

    #contents_introduction .flow_1_title {
    font-family: "Noto Sans Japanese", san-serif;
    color: #0287d1;
    font-size: 4.5vw;
    font-weight: normal;
    margin: 10px auto;
    text-align: left;
    padding-top: 1vh;
    padding-left: 39vw;
    }

    #contents_introduction .flow_1_copy {
        margin-bottom: 3.5vh;
        margin-left: 40%;
					max-height: 5%;
        text-align: left;
    }

    /*contents5------------------------------------------------------*/

    #contents_price {
        margin: 4vh auto;
    }

    #contents_price .comparison_table p {
        height: auto;
        margin-top: 10px;
        font-size: 2.5vw;
        color: #666;
    }

    #contents_price .comparison_table {
        font-size: 2.5vw;
        width: 96%;
        margin: 0 auto;
    }

    #contents_price .comparison_table td {
        border: solid 0px;
        color: #666;
        text-align: top;
        width: 25%;
        padding: 1%;
        height: 2vh;
    }

    #contents_price .comparison_table .vt img {
        width: 100%;
    }

    #contents_price table tr:nth-child(even) {
        background: #F9F9F9;
    }

    #contents_price table tr:nth-child(odd) {
        background: #fff;
    }

    .light_plan {
        border: 2px solid #00b3ff;
        color: #00b3ff;
        padding: 1%;
        font-size: 2.5vw;
        vertical-align: middle;
        margin: 0 3px;

        line-height: 1.2em;
        min-height: 11vh;
    }

    #contents_price .st_pre_plan {
        background-color: #FFA5A5;
        line-height: 2em;
        color: #fff !important;

    }

    #contents_price .light_plan img,
    .st_pre_plan img {
        width: 8vw;
    }

    .logo_area_warp {
        background: url(../img/logo_company_all.png) left repeat-x;
        height: 75px;
        width: 100%;
        margin: 0 auto;
        -webkit-animation: bgscroll_logo 55s linear infinite;
        animation: bgscroll_logo 55s linear infinite;
    }

    @-webkit-keyframes bgscroll_logo {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: -2056px 0;
        }
    }

    @keyframes bgscroll_logo {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: -2056px 0;
        }
    }

    #contents_price .plan_1_ttl {
        width: 100%;
        background-color: #00b3ff;
        padding: 3.2vh 0;
        text-align: center;
        color: #fff;

    }

    /*.plan_1_price {
    background-color: #33c2ff;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: normal;
}*/
    #contents_price .comparison_table tr {
        border-bottom: 1px solid #e1e1e1;
    }

    #contents_price .comparison_table td:first-child {
        border-right: 1px solid #e1e1e1;
        padding: 20px 5px;
    }

    #contents_price .comparison_table td:nth-child(2) {
        border-right: 1px solid #e1e1e1;
    }

    #contents_price .comparison_table td:nth-child(3) {
        border-right: 1px solid #e1e1e1;
    }

    #contents_price .comparison_table td:nth-child(4) {
        border-right: 1px solid #e1e1e1;
    }

    #contents_price .plan_2_ttl {
        width: 100%;
        background-color: #8c80ff;
        padding: 3.2vh 0;
        text-align: center;
        color: #fff;
    }

    /*#contents_price .plan_2_price {
    background-color: #a399ff;
    color: #fff;
    text-align: center;
    padding: 10px;

}*/
    #contents_price .plan_3_ttl {
        width: 100%;
        background-color: #ffa180;
        padding: 3.2vh 0;
        text-align: center;
        color: #fff;

    }

    /*#contents_price .plan_3_price {
    background-color: #a399ff;
    color: #fff;
    text-align: center;
    padding: 10px;
}*/
    #contents_price table .check img {
        width: 20px;
        height: 20px;
    }

    #contents_price .border_right {}

    #contents_price .logo_area {
        width: 100%;
        margin: 20px auto;
    }

    #contents_price .logo_area_warp {
        width: 100%;
        margin: 0 auto;
    }

    #contents_price .logo_area_warp .logo_area {
        width: 50%;
        display: flex;
        /* 2 */
        justify-content: center;
        /* 3 */
        align-items: center;
        height: 8vh;
    }

    #contents_price .logo_area_warp .logo_area img {
        width: 100%;
    }

    #contents_price .additional {
        text-align: left;
        font-size: 3vw;
        margin: 0px;
        color: #666;
    }

    .price_month {}

    .price_free_s {}

    .price_red {
        color: #ff5e5e;
    }

    /*contents5_2------------------------------------------------------*/
    #contents_price_2 {
       padding-bottom: 10vw;
    }

    #contents_price_2 h2 {
        padding: 3vh 0 0 0;
    }

    #contents_price_2 .heading {
        margin: 30px 0 20px;
        font-family: "Noto Sans Japanese", san-serif;
        font-size: 4.5vw;
    }

    #contents_price_2 .title_copy {
        text-align: left;
        padding: 0 8px;
        line-height: 1.5em;
    }

    #contents_price_2 .chatbot_plan {
        margin: 0 8px;
    }

    #contents_price_2 .chatbot_plan .thumbnail {
        width: 70%;
        margin: 0 15% 20px;
    }

    #contents_price_2 .chatbot_plan .description {
        color: #666;
        font-size: 3.5vw;
        line-height: 1.5em;
    }

    /*contents6------------------------------------------------------*/

    #contents_6 {
   					background-color: #f2fcff;
        padding-top: 25px;
        padding-bottom: 40px;
    }

    #contents_6 h2 {
        width: 100%;
        padding: 3vh auto 10px auto;
    }

    #contents_6 .order_form_area {
        background-color: #fff;
        height: auto;
        color: #666;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-bottom: 40px;
        margin-top: 40px;
    }

    #contents_6 .flow_image img {
        width: 90%;
        margin: 0 auto;
    }

    .input_section {
        padding: 30px 0 14px 0;
        height: auto;
        margin: 0 auto;
        text-align: center;
        font-size: 4.5vw;
    }

    .input_section .required {
        font-size: 3vw;
        height: auto;
        padding: 2px 0;
        width: 8vw;
        background-color: #ff5e5e;
        color: #fff;
        line-height: 1.5em;
        /* border-radius */
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        margin: 5px 20px 0 0;
    }

    .form_heading {
        width: auto;
        padding-left: 4%;
        margin-top: 0px;
        padding-right: 2%;
    }

    .input_area {
        width: 100%;
        margin: 0;
        font-size: 3vw;
    }

    .input_area span {
        margin-left: 8%;
        line-height: 2.5em;
        font-size: 3vw;
    }

    textarea {
        padding-top: 10px;
    }

    .input_section .check_ok {
        color: #00b3ff;
        margin-top: 10px;
        width: 90%;
        text-align: right;
    }

    .input_section .check_ng {
        color: #ff5e5e;
        margin-top: 10px;
        width: 90%;
        text-align: right;
    }

    .text_nomal {
        border: 1px solid #e0e0e0;
        background-color: #e0e0e0;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        height: 40px;
        width: 80%;
        padding: 0 4%;
        margin: 10px 4% 0 4%;
    }

    .text_error {
        border: 1px solid #ff5e5e;
        background-color: #ffeaea;
        -webkit-transition: all .3s;
        transition: all .3s;
        /* border-radius */
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        height: 40px;
        width: 80%;
        padding: 0 4%;
        margin: 10px 4% 0 4%;
    }

    textarea {
        border: 1px solid #e0e0e0;
        -webkit-transition: all .3s;
        transition: all .3s;
        /* border-radius */
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        width: 80%;
        margin-left: 4%;
        padding: 0 4%;
    }

    .confirm_text {
        padding-top: 20px;
    }

    .plan_select {
        margin-top: 10px;
        font-size: 3.5vw;
        width: 100%
    }

    .plan_select p {
        margin: 10px 0 0 4%;
    }

    .line_top {
        background: url(../img/06_order_hr.png) no-repeat center top;
    }

    /*footer------------------------------------------------------*/

    /*ボタン------------------------------------------------------*/

    #bt_area .bt_order {
        background: url(../img/bt_icon_letter.png) no-repeat 5% 50%;
        background-size: 7%;
        height: 12vw;
        font-size: 4.5vw;
        line-height: 12vw;
        width: 90%;
        margin: 0 auto;
        background-color: #ff5e5e;
        color: #fff;
        /* box-shadow */
        box-shadow: 0px 5px 6px -5px #000000;
        -moz-box-shadow: 0px 5px 6px -5px #000000;
        -webkit-box-shadow: 0px 5px 6px -5px #000000;
        /* border-radius */
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        text-indent: 1em
    }

    .bt_area a,
    #bt_area a {
        text-decoration: none;
    }

    .bt_order:hover {
        opacity: 0.8;
    }

    /*media_button------------------------------------------------------*/

    .bt_area .bt_media {
        width: 60vw;
        height: 210px;
        margin: 0 5px;
        background-color: #0287d1;
        color: #fff;
        line-height: 1.2em;
        box-shadow: 0px 5px 6px -5px #000000;
        -moz-box-shadow: 0px 5px 6px -5px #000000;
        -webkit-box-shadow: 0px 5px 6px -5px #000000;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        text-indent: 1em;
        padding: 10px 0;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .nav_button_wrap {
        position: relative;
    }

    .media_nav_button.prev,
    .media_nav_button.next {
        height: 230px;
        width: 7vw;
        background-color: rgba(2, 134, 209, 0.3);
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        cursor: pointer;
    }

    .media_nav_button.prev:hover,
    .media_nav_button.next:hover {}

    .media_nav_button.prev {
        position: absolute;
        top: 0px;
        left: 0%;
    }

    .media_nav_button.prev img {
        transform: rotateZ(-90deg);
        width: 80%;
    }

    .media_nav_button.next {
        position: absolute;
        top: 00px;
        right: 0px;
    }

    .media_nav_button.next img {
        transform: rotateZ(90deg);
        width: 80%;
    }

    .bt_media:hover {
        opacity: 0.8;
    }

    .bt_area .bt_media p {
        position: absolute;
        bottom: 10px;
        width: calc(100% - 20px);
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        height: auto;
        padding: 10px;
    }

    .bt_area .bt_media .bt_ttl {
        font-size: 20px;
        line-height: 1.2em;
    }

    .bt_area .bt_media .bt_txt {
        font-size: 15px;
    }

    /*input_check、input_conform、input_finish------------------------------------------------------*/

    #bt_area_input .bt_order_input {
        background: url(../img/bt_icon_letter.png) no-repeat 5% 50%;
        background-size: 10%;
        height: 12vw;
        width: 48%;
        margin: 0 auto;
        background-color: #ff5e5e;
        color: #fff;
        vertical-align: middle;
        font-size: 4.5vw;

        line-height: 12vw;
        /* box-shadow */
        box-shadow: 0px 5px 6px -5px #000000;
        -moz-box-shadow: 0px 5px 6px -5px #000000;
        -webkit-box-shadow: 0px 5px 6px -5px #000000;
        /* border-radius */
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        text-indent: 1em;
    }

    #bt_area_input .bt_order_cancel {
        height: 12vw;
        width: 48%;
        margin: 0 auto;
        background-color: #b0b0b0;
        color: #fff;
        font-size: 4.5vw;

        line-height: 12vw;
        /* box-shadow */
        box-shadow: 0px 5px 6px -5px #000000;
        -moz-box-shadow: 0px 5px 6px -5px #000000;
        -webkit-box-shadow: 0px 5px 6px -5px #000000;
        /* border-radius */
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    #bt_area_finish .bt_finish {
        width: 90%;
        height: 12vw;
        margin: 0 auto;
        background-color: #b0b0b0;
        color: #fff;
        font-size: 4.5vw;

        line-height: 12vw;
        /* box-shadow */
        box-shadow: 0px 5px 6px -5px #000000;
        -moz-box-shadow: 0px 5px 6px -5px #000000;
        -webkit-box-shadow: 0px 5px 6px -5px #000000;
        /* border-radius */
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    #bt_area_input a,
    #bt_area_finish a {
        text-decoration: none;
    }

    #bt_area_input {
        text-decoration: none;
        width: 90%;
        margin: 0 auto;
    }

    .bt_order_input:hover {
        opacity: 0.8;
    }

    .conform {
        line-height: 1.5em;
        margin-top: 10px;
        width: 80%;
    }

    .conform_text {
        line-height: 1.5em;
        width: 80%;
        margin: 10px auto;
        padding-left: 10%;
    }

    .finish {
        padding-top: 50px;
        line-height: 1.5em;
    }

    /*戻るボタン------------------------------------------------------*/
    #page-top {
        position: fixed;
        bottom: 10px;
        right: 10px;
        font-size: 77%;
        z-index: 1;
    }

    #page-top a {
        background: #00b3ff;
        border: solid 1px #00b3ff;
        text-decoration: none;
        color: #fff;
        width: 50px;
        padding: 10px 0;
        text-align: center;
        display: block;
        border-radius: 4px;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
    }

    #page-top a:hover {
        text-decoration: none;
        background: #e5f7ff;
    }

    /*ツールチップ------------------------------------------------------*/


    #menu-wrap li,
    #menu-wrap_plus li {
        /*  position:relative; */
    }

    #menu-wrap li:hover,
    #menu-wrap_plus li:hover {}

    .menu-wrap-tooltips {
        display: block;
        position: absolute;
        z-index: 9999;
        width: auto;
        height: auto;
        padding: 0.3em 0.5em;
        color: #FFFFFF;
        font-size: 0.8em;
        background: #228f6d;
        border-radius: 0.5em;
        max-width: 150px;
    }

    .menu-wrap-tooltips:after {
        width: 100%;
        content: "";
        display: block;
        position: absolute;
        left: 0.5em;
        top: -8px;
        border-top: 8px solid transparent;
        border-left: 8px solid #228f6d;
    }

    #menu-wrap_plus .menu-wrap-tooltips:after {
        border-left: 8px solid #ff8a00;
    }

    .anchorLink {
        position: relative;
        /*top: -55px;*/
    }

    .example_image img {
        width: 98%;
    }
}
