@charset "UTF-8";
#mapPage, #pricePage {
    padding-bottom: 80px;
}
.map-inner, .contact-inner, .price-inner {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
}
.map-main, .contact-main, .price-main {
    /*width: calc( 100% - 300px );*/
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.contact-main {
    margin-top: 0px;
}
.map-main .map-wrapper {
    width: 100%;
    margin: 0;
    text-align: center;
    padding-top: 95px;
    padding-bottom: 30px;
    border-top: 1px solid #000;
    margin-top: 75px;
}
#mapPage h2, #contactPage h2, #pricePage h2 {
    font-size: 3.2rem;
    position: relative;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #B3E5FC 0%) repeat scroll 0 0;
    display: block;
    width: 7em;
    padding-top: 0 !important;
    margin: 120px auto 40px;
}
/*
#pricePage h2 {
    width: 3em;
}
*/
#mapPage p, #contactPage p, #pricePage p {
    font-size: 1.8rem;
    margin: 0 auto;
    letter-spacing: 0.08rem;
}
#mapPage .text-lg {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
}
#contactPage p {
    font-size: 1.6rem;
}
.map-text {
    text-align: left;
    display: inline-block;
}
.map-wrapper .map-info {
    float: left;
    text-align: left;
}
#mapPage .map-info p {
    font-size: 1.4rem;
}
#mapPage .map-info p.text-lg {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 1rem;
}
.map_image_wrap {
    width: 100%;
    margin: 0;
    text-align: center;
    padding-top: 95px;
    display: flex;
}
.map_image_wrap > div {
    margin: 10px 10px 30px;
}
.map_image_wrap > div div {
}
#mapPage .map_image_wrap > div p {
    font-size: 1.7rem!important;
    text-align: left;
}
#contactPage span.text-lg {
    font-size: 2.8rem;
}
#contactPage .tel_text span.text-lg:first-child {
    margin-right: 20px;
}
iframe {
    max-width: 100%;
    max-height: calc((100vw / 10) * 6.5);
}
.map-box {
    max-width: calc(100% - 300px);
    float: right;
}
.mt1rem {
    margin-top: 1rem!important;
}
.mapPage_logo {
    position: relative;
    left: -30px;
}
.contact-wrapper.cf {
    padding-top: 50px;
}
table.table1 {
    border-top: 2px solid #808080;
}
#contactPage h3 {
    font-size: 2rem;
    margin: 10px auto 30px;
}
#contactPage h3.m_login {
    font-size: 2rem;
    margin: 10px auto 20px;
}
.mt20 {
    margin-top: 20px!important;
}
#contactPage th {
    font-size: 1.6rem;
    text-align: left;
    padding: 20px;
    max-width: 275px;
    min-width: 150px;
    width: 28%;
    border-bottom: 1px solid #aaa;
    vertical-align: top;
    padding-top: 31px;
}
#contactPage .table2 th {
    max-width: 265px;
    min-width: 140px;
    width: calc(29%);
}
#contactPage .table2 tr:last-child th, #contactPage  .table2 tr:last-child td {
    border-bottom: none;
}
#contactPage .table2 tr:first-child th {
    border-bottom: none;
    text-align: center;
}
#contactPage td {
    font-size: 1.6rem;
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #aaa;
}
#contactPage input[type="text"], #contactPage select,
#contactPage textarea, #contactPage input[type="email"],
#contactPage input[type="password"] {
    background-color: #fff;
    outline: none;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 2px;
    width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.6rem;
    resize: none;
    -webkit-appearance: none;
}
#contactPage .c_flex_wrap input[type="text"]{
    max-width: 480px;
}
#contactPage .zip_td input[type="text"]{
    width: auto;
}
#contactPage textarea:focus, #contactPage select:focus,
#contactPage input[type='text']:focus, #contactPage input[type="email"]:focus{
    outline: 0;
    border-color: #b3e5fc;
}
.form_btn_wrap {
    margin: 0 auto;
}
input[type="submit"],.form_btn_wrap input[type="submit"] {
    width: 80%;
    background-color: #00bcd4;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin: 55px auto 30px;
    font-size: 2em;
    border: none;
    outline: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#loginClick {
    margin: 25px auto 30px;
}
input[type="submit"]:hover,.form_btn_wrap input[type="submit"]:hover {
    background: #333;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
label input[type="radio"] + span::before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #a4a9a9;
    position: absolute;
    left: 5px;
    top: 10px;
    background-color: #fff;
    transition: border-color .5s;
}
label input[type="radio"] + span::after {
    content: "";
    height: 14px;
    width: 14px;
    z-index: 999;
    position: absolute;
    top: 15px;
    left: 10px;
    border-radius: 50%;
    background-color: #fff;
}
label input[type="radio"]:checked + span::after {
    transition: background-color .5s;
    background-color: #00bcd4;
}
label input[type="radio"] + span {
    position: relative;
    padding: 9px 20px 7px 36px;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
}
label input[type="radio"] + span:hover::before {
    border-color: #00bcd4;
}
.form_btn_wrap button.back {
    width: 30%;
    background-color: #FFF;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    color: #333;
    margin: 55px 10px 30px;
    font-size: 2rem;
    border: 2px solid #333;
    outline: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form_btn_wrap button.send {
    width: 30%;
    background-color: #00bcd4;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    margin: 55px 10px 30px;
    font-size: 2rem;
    border: none;
    outline: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form_wrap {
    max-width: 900px;
    margin: 0 auto 80px;
    /*background-color: #f8f8f8;*/
    padding: 20px;
}
.table2_wrap {
    padding: 0 20px;
    background-color: #e2f3f5;
    margin-top: 20px;
    border-radius: 3px;
    background-color: white;
    border: 1px solid #aaa;
}
.form_wrap table {
    width: 100%;
    border-collapse: collapse;
}
.form_wrap .c_flex_wrap .c_div {
    display: block;
    margin-bottom: 15px;
}
#contactPage .form_wrap .c_flex_wrap .c_div input[type="text"] {
    max-width: calc(100% - 110px);
}
#contactPage .form_wrap .c_flex_wrap .c_div select,.select_wrap select {
    width: auto;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding-right: 30px;

}
select::-ms-expand {
	display: none;
}
.form_wrap .c_flex_wrap .c_span {
    width: 100px;
    min-width: 100px;
    padding: 10px;
    font-weight: bold;
    display: inline-block;
}
.select_wrap {
    position: relative;
}
.select_wrap::after {
    content: "";
    position: absolute;
    border-top: 8px solid #555555;
    border-right: 4px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 4px solid transparent;
    top: 6px;
    right: 10px;
    pointer-events: none;
    z-index: 999;
}
.mw_wp_form_confirm .select_wrap::after {
    content: none;
}
.tel_wrap {
    padding: 15px 30px;
    border: 3px solid #00bcd4;
    text-align: left;
    display: flex;
    margin-top: 30px;
}
/*.tel_wrap .tel_text {
    margin-left: 31000px!important;
}*/
.tel_title p {
    margin-top: 15px!important;
}
.tel_title {
    width: 320px;
    height: 60px;
    padding-top: 0px;
    border-right: 3px solid #00bcd4;
    margin-top: 10px;
}
.contact-text {
    text-align: center;
}
.contact-text p {
    display: inline-block;
}
.contact-box {
    background-color: #f8f8f8;
}
span.hisu {
    background-color: #00bcd4;
    font-size: 1.3rem;
    padding: 2px;
    border-radius: 1px;
    margin-left: 7px;
    color: #fff;
    position: relative;
    top: -1px;
}
.price-box {
    width: calc(50% - 20px);
    background-color: #e7e7e7;
    margin: 10px;
    padding: 0 20px 20px;
}
#priceList .price-box{
    border: 1px solid #000;
    background-color: white;
    text-align: left;
}
#priceList .price-box h4.text-lg {
    font-size: 2rem;
    margin: 20px 0;
    border-bottom: 1px solid #000;
}
.price-box h4.text-lg {
    font-size: 2rem;
    margin: 20px 0;
}
.price_ul_wrap ul {
    text-align: left;
    padding-left: 1em;
    display: inline-block;
    margin-bottom: 0;
}
.price_ul_wrap ul li {
    position: relative;
    font-size: 1.5rem;
}
.price_ul_wrap ul li::before {
    content: "・";
    left: -0.7em;
    position: absolute;
}
.price_ul_wrap ul li.kome::before {
    content: "※"!important;
    content: "";
    width: auto;
    height: auto;
    background-color: transparent;
    top: 0;
    left: -1em;
}
#priceCampaign h3 {
    font-size: 2.5rem;
    position: relative;
    display: block;
    border-bottom: 1px solid #000;
    padding: 15px 10px 8px;
}
.price-box-wrap {
    display: flex;
}
#priceCampaign .price-box-wrap p {
    font-size: 1.5rem;
}
#pricePage .price-text .text-lg {
    font-size: 2.8rem;
}
#priceList {
    margin-bottom: 80px;
}
#priceList .text_wrap p {
    font-size: 1.6rem;
}
div#priceCampaign {
    margin: 0 auto;
    border-radius: 2px;
    background-color: #b3f3fc;
    padding: 0px 30px 50px;
}
/*
#priceCampaign h3::after {
    content: "";
    width: 1.5em;
    height: 1px;
    background-color: black;
    display: block;
    left: calc(50% - .75em);
    position: absolute;
    bottom: -7px;
}*/
.price-box-wrap1 {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
}
.price-box-wrap1 .price-box {
    width: 300px;
    background-color: #ffffff;
    box-shadow: 6px 6px #000000;
}
.price_table table {
    font-size: 1.3rem;
    margin: 0 auto;
    border-collapse: collapse;
    width: calc(100% - 20px);
}

.price_table table tr:nth-child(odd) {
    background-color: #ebf9ff;
}
.price_table table tr:nth-child(even) {
}

.price_table table th {
    padding: 10px;
    background-color: #ddfbff;
    border: 1px solid #00bcd4;
}
.price_table table td {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #00bcd4;
}
.price_course_wrap {
    margin: 50px 0;
    padding: 10px 30px 30px;
    background-color: #f5f5f5;
}
.price_course_wrap h3 {
    font-size: 2.2rem;
    border-bottom: 1px solid #000;
    padding: 15px 10px 10px;
}
.price_course_wrap .price_table_wrap{
    display: flex;
}
.price_table {
    width: 50%;
}
.price_table + .price-text {
    width: 50%;
    padding-left: 10px;
    text-align: left;
}
#priceCampaign .price-text {
    margin-bottom: 15px;
}
.w25 {
    width: 25%;
}
#pricePage .price_course_wrap p {
    font-size: 1.6rem;
}
.price-text-lg {
    font-weight: bold;
    margin-bottom: 10px!important;
}
.course_h4_wrap h4 {
    font-size: 2rem;
    margin-bottom: 0;
    margin-top: 30px;
    text-align: left;
    margin-left: calc(4% + 5px);
    padding-left: 15px;
    border-left: 5px solid #00bcd4;
}
.swpm-rember-label {
    position: relative;
    padding: 9px 20px 7px 36px;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
}
.swpm-rember-label::before {
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #a4a9a9;
    position: absolute;
    left: 5px;
    top: 10px;
    background-color: #fff;
    transition: border-color .5s;
}
.swpm-rember-label::after {
    content: "";
    height: 8px;
    width: 14px;
    z-index: 999;
    position: absolute;
    top: 16px;
    left: 10px;
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 1px;
}
input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}
.swpm-rember-label:hover::before {
    border-color: #00bcd4;
}
.swpm-rember-label.check::after {
    border-bottom: 3px solid #00bcd4;
    border-left: 3px solid #00bcd4;
}
.m_password-reset a {
    font-size: 1.4rem;
}
.m_password-reset {
    margin-bottom: 10px;
}
.sp_block {
    display: none;
}
.pc_block {
    display: block;
}



/*内申点ここから*/
#naishinten {
    padding-bottom: 80px;
}
#naishinten h2 {
    font-size: 3.2rem;
}
#naishinten h2 {
    font-size: 3.2em;
    position: relative;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #B3E5FC 0%) repeat scroll 0 0;
    display: block;
    width: 200px;
    padding-top: 0 !important;
    margin: 0px auto 40px;
/*    margin: 120px auto 40px;*/
}
.naishinten_top {
    width: 80%;
}
.naishinten_top p{
	font-size: 1.6rem;
}
.naishinten_top .center{
	text-align: center;
	margin-bottom: 20px;
}
.naishinten-h2 {
    margin-top: 120px !important;
}
.list table{
	width: 500px;
    margin: 0 auto;
}

.mini{
	margin-left: 20px;
}
.mini p{
	font-weight: 700;
}
#naishinten select:focus{
    outline: 0;
    border-color: #b3e5fc;
}
.confi p,
.result p{
	font-size: 1.6rem;
}
.flex_wrap{
	display: flex;
}
#naishinten  .flex_wrap{
	align-items: center;
}
#naishinten .select_wrap::after {
    top: 19px;
    right: 10px;
}
select {
    background-color: #fff;
    outline: none;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 2px;
    width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.6rem;
    resize: none;
    -webkit-appearance: none;
}

#naishinten .flex_wrap p {
    width: 160px;
	margin-bottom: 0;
}
#naishinten .mini p {
	vertical-align: middle;
}

#naishinten .subject{
	border-collapse: collapse;
    width: 0%;
    height: 160px;
	width: 100%;
}
.calculation table ,
.calculation td,
.calculation th {
	border: 1px solid #aaa;
	border-collapse: collapse;
}
.subject {
    margin: 20px auto;
}
.calculation .subject td,
.calculation .subject th,
.list td,
.list th {
    width: 65px;
    height: 40px;
    font-size: 1.6rem;
    text-align: center;
}
.calculation,
.naishinten_top{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.subject tr:first-child ,
.list tr:first-child{
    background: #e8fcff;
    color: #00bcd4;
}
.calculation .subject td:first-child {
    width: 115px;
}
.calculation .subject td:last-child {
    width: 170px;
}

#naishinten input[type="tel"] {
    width: 80%;
    padding: 5px 0 5px 0px;
    font-size: 1.6rem;
    border: 1px solid #ccc;
    resize: none;
	 -webkit-appearance: none;
	font-size: 16px;
	text-align: center;
	font-feature-settings: normal;
	border-radius: 0;
}
#naishinten input[type="tel"]:focus{
    outline: 0;
    border-color: #b3e5fc;
}
#naishinten p.rank, #naishinten p.score {
    text-align: center;
	font-weight: bold;
}


#naishinten input[type="button"]{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	width: 300px;
	position: relative;
    display: inline-block;
    padding: 10px 0;
    border: none;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
	background: #00bcd4;
	font-size: 2rem;
    font-weight: bold;
	margin-bottom: 20px;
	color: white;
	text-align: center;
}
#naishinten input[type="reset"] ,
#naishinten .print input[type="button"]{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	width: 300px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    border: none;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background: whaite;
    font-size: 2rem;
    font-weight: bold;
    color: #00bcd4;
    background: #fff;
    margin-bottom: 20px;
	border: 3px solid;
	text-align: center;
}
#naishinten input[type="button"]:hover{
	background: #333;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
	color: #fff;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
#naishinten input[type="reset"]:hover,
#naishinten input[type="print"]:hover{
    background: #333;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    color: white;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.result p{
	font-weight: 700;
	padding-left: 20px;
	width: 110px;
	padding: 6px 0;
}
.result{
	margin-left: 20px;
}
.score,
.rank{
	/*width: 90px;*/
	/*height: 40px;*/
	/*border: 1px solid #ccc!important;*/
}
.btn,
.reset,
.print{
	margin: 0 auto;
    text-align: center;
}

/*#blog {
    padding-bottom: 0!important;
}*/
#naishinten input[type="button"],
#naishinten input[type="reset"] {
    border-radius: 0;
    -webkit-appearance: none;
  }
#naishinten .error {
  	padding: 5px 20px;
  	font-size: 17px;
  	margin: 15px auto 10px;
  	border: 2px solid red;
  	padding: 5px 10px;
}
#naishinten .score + span {
	font-size: 16px;
	padding: 6px;
	line-height: 40px;
	vertical-align: middle;
}
.naishin_next {
    font-size: 16px;
}
#naishinten .score_rank_wrap {
	font-size: 16px;
	/*margin-left: 20px;*/
	float: left;
}
#naishinten .score_rank_wrap > div {
	width: 9em;
	border-bottom: 2px solid #00bcd4;
	margin-bottom: 20px;
}
#naishinten .score_rank_wrap > div p {
	display: inline-block;
    margin-bottom: 3px;
	font-weight: bold;
}
#naishinten .score_rank_wrap > div p:first-child {
    width: 5em;
	margin-left: 0.5em;
}
#naishinten .width_em {
	width: 3.5em;
	display: inline-block;
}
.naishin_next_wrap {
	float: right;
    padding: 29px 20px;
    display: inline-block;
    background-color: #def4f7;
    font-weight: bold;
    width: calc(100% - 180px);
    text-align: center;
}
@media (max-width: 1085px) {
    #contactPage span.text-lg {
        display: block;
    }
    .tel_title {
        height: 100px;
        margin-top: 10px;
    }
    .tel_title p {
        margin-top: 37px!important;
    }
    .m900px {
        font-size: 1.3rem;
    }
    .tel_title {
        width: 310px;
    }
    .tel_wrap {
        padding: 15px 20px;
        margin-top: 30px;
    }
}
@media (max-width: 1000px) {
    .sp_block {
        display: block;
    }
    .pc_block {
        display: none;
    }
    .map-box {
        float: none;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .map-wrapper .map-info {
        float: none;
        max-width: 600px;
        margin: 0 auto;
    }
    .map-main .map-wrapper {
        margin-top: 40px;
        padding-top: 60px;
        padding-bottom: 0;
    }
    #mapPage .map-info p {
        font-size: 1.8rem;
    }
    #mapPage p {
        font-size: 2.2rem;
    }
    #mapPage .map-info p.text-lg {
        font-size: 2.3rem;
    }
    #mapPage .map-info p {
        font-size: 1.9rem;
    }
    #contactPage p {
        font-size: 2rem;
    }
    .tel_title {
        width: 100%;
        border-right: none;
        border-bottom: 3px solid #00bcd4;
        height: auto;
        padding: 10px 0;
        text-align: center;
    }
    .tel_wrap {
        display: block;
    }
    .tel_wrap .tel_text {
        margin: 30px auto 20px!important;
        font-size: 1.8rem!important;
        line-height: 15px;
    }
    #contactPage .tel_text span.text-lg:first-child {
        margin-right: 0px;
    }
    #contactPage span.text-lg {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    #contactPage th {
        display: block;
        width: 100%;
        max-width: none;
        min-width: none;
        padding: 15px;
        border: none;
        background-color: #b3e5fc;
    }
    #contactPage td {
        display: block;
        width: 100%;
        max-width: none;
        min-width: none;
        padding: 15px 15px 20px;
        border-bottom: none;
    }
    #contactPage h3 {
        margin: 10px auto 0px;
        /*border-bottom: 2px solid #808080;*/
        padding-bottom: 15px;
    }
    #mw_wp_form_mw-wp-form-116 {
        padding-top: 20px;
        border-top: 2px solid #808080;
    }

    table.table1 {
        border: none;
    }
    .sp_tel_text {
        text-align: center;
        font-size: 1.8rem;
    }
    #contactPage .form_wrap .c_flex_wrap .c_div input[type="text"] {
        max-width: 100%;
        display: block;

    }
    .form_wrap .c_flex_wrap .c_span {
        display: block;
        width: 100%;
        max-width: none;
        position: relative;
        padding-left: 15px;
    }
    .form_wrap .c_flex_wrap .c_span::before {
        content: "";
        width: 4px;
        height: 12px;
        background-color: #00bcd4;
        position: absolute;
        top: 14px;
        left: 5px;
        border-radius: 1px;
    }
    #contactPage input[type="text"], #contactPage select,
    #contactPage textarea, #contactPage input[type="email"] {
        font-size: 16px;
    }
    .select_wrap::after {
        top: 3px;
    }
    #contactPage .zip_td input[type="text"] {
        width: 80px;
    }
    #contactPage .zip_td input[type="text"]:first-child {
        width: 60px;
    }
    .price_course_wrap .price_table_wrap {
        display: block;
    }
    .price_table {
        width: 100%;
    }
    .price_table + .price-text {
        width: 100%;
        margin: 10px 0;
    }
    .price-box {
        width: calc(100% - 20px);
    }
    .price-box-wrap {
        display: block;
    }
    .price_table table {
        width: 100%;
    }
    .price-box-wrap1 .price-box {
        width: 100%;
        margin: 0;
        padding-top: 1px;
        margin-bottom: 20px;
    }
    .tel_title {
        margin-top: 0px;
    }
    .tel_title p {
        margin-top: 0!important;
    }
    .tel_wrap {
        padding: 15px 15px;
    }
    .map_image_wrap {
        display: block;
        padding-top: 50px;
    }
    .map-main .map-wrapper {
        padding-top: 60px!important;
        margin-top: 50px!important;
    }
    .map_image_wrap > div {
        margin: 0 0 30px;
    }
    div#priceCampaign {
        padding: 0px 30px 30px;
    }
    #pricePage p {
        font-size: 1.7rem;
    }
	#naishinten .content_table_wrap{
		margin-bottom: 30px;
	}
	#naishinten .content_table_wrap tr td {
		width: 50px!important;
	}
	#naishinten .content_table_wrap tr td:last-child {
		width: 140px!important;
		word-break: keep-all;
	}
	#naishinten .confi p,
	#naishinten .result p{
		padding: 0;
	}
	#naishinten .flex_wrap p:first-child{
		padding: 14px 0!important;
	}
	#naishinten .flex_wrap p {
	    width: 110px;
	}
	#naishinten input[type="reset"]:hover,
	#naishinten .print input[type="button"]:hover{
		background: #fff;
		color: #00bcd4;
	}
	#naishinten .btn input[type="button"]:hover {
		background: #00bcd4;
		color: #fff;
	}
	#naishinten input[type="text"]{
		font-size: 16px;
	}
	#naishinten select,
	.score,
	.rank{
		font-size: 16px;
	}

	#naishinten .confi p,
	#naishinten .result p{
		margin-bottom: 20px;
	}
	#naishinten .mini .flex_wrap {
		margin-bottom: 20px;
	}
	#naishinten .mini p {
		margin-bottom: 0px;
	}
	#naishinten .result p {
	   margin-bottom: 10px;
	}
	#naishinten .subject{
		margin: 0;
	}
	#naishinten input[type="reset"] ,
	#naishinten .print input[type="button"],
	#naishinten .btn input[type="button"] {
		width: 250px;
	}
	#naishinten .list{
		overflow-x: hidden;
	}
	#naishinten .list table{
		width: 100%;
	}
	.naishin_next_wrap {
	    float: none;
	    width: 100%;
	    margin-bottom: 20px;
	}
	.score_rank_wrap {
	    float: none;
	}
	#naishinten .error {
	    margin: 0px 0 20px;
	}
}
@media (max-width: 768px) {
	.pc_block2 {
		display: none;
	}
}
