﻿@charset "utf-8";
/* CSS Document */
/* html5doctor.com Reset Stylesheet */
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
body {
    line-height:1;
}

p {
	line-height:1.75;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
ul {
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}




body {
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
	min-width: 320px;
}

.wrapper {
	width: 1340px;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	
.wrapper {
	width: 96%;
}

}



header {
	display: none;
}

@media screen and (max-width: 900px) {

header {
	display: block;
	width: 100%;
	min-width: 320px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	pointer-events: none;
	background: rgba(255,255,255,0.9);
	border-bottom: solid 1px rgba(0,0,0,.2);
}
header .header_logo {
	pointer-events: auto;
	height: auto;
	width: auto;
	position: absolute;
	top: 10px;
	left: 10px;
	transition: all .3s;
}
header .header_logo img{
	height: 36px;
}
header .header_logo img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
header #btn_menu {
	display: block;
	float: right;
	width: 36px;
	height: 36px;
	margin: 11px 16px;
	cursor: pointer;
	transition: all .3s;
	pointer-events: auto;
}
header #menu_open {
	position: absolute;
	width: 100%;
	min-width: 320px;
	height: 100vh;
	background: rgba( 0, 0, 0, 0.86);
	text-align: center;
	z-index: 901;
	pointer-events: auto;
}
.display {
	display: none;
}
header #menu_close {
	position: absolute;
	top: -6px;
	right: 10px;
	color: #fff;
	font-size: 80px;
	font-weight: 100;
	line-height: .75;
	margin: 0;
	cursor: pointer;
	-moz-transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	transform: rotate( 45deg );
	transition: all.3s;
}
header #menu_open ul {
	margin-top: 80px;
}
header #menu_open ul li {
	list-style: none;
	margin-bottom: 40px;
}
header #menu_open ul li a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	transition: all.3s;
}

}




.hero_menu {
    font-size: 18px;
    font-weight: 400;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 18px;
    background: #fff;
    height: 34px;
    z-index: 9999;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.16);
}

    .hero_menu .wrapper {
        position: relative;
    }

    .hero_menu ul {
        position: absolute;
        top: 0;
        right: 0;
    }

    .hero_menu li {
        display: inline-block;
        margin-right: 64px;
    }

        .hero_menu li:last-child {
            margin-right: 0;
        }

    .hero_menu a {
        transition: all .3s;
        color: #222;
        border-bottom: solid 2px #fff;
    }

    .hero_menu li:last-child a {
        box-sizing: border-box;
        color: #fff;
        background: #ed4d59;
        padding: 18px 24px 12px 24px;
        border: none;
    }

    .hero_menu a:hover {
        padding-bottom: 10px;
        border-bottom: solid 2px #222;
    }

    .hero_menu li:last-child a:hover {
        background: #ff7e88;
    }

    .hero_menu li.select a {
        padding-bottom: 10px;
        border-bottom: solid 2px #ed4d59;
    }

    .hero_menu img {
        display: block;
        height: 37px;
        position: absolute;
        margin-top: -11px;
        top: 0;
        left: 0;
        transition: all .3s;
    }

        .hero_menu img:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
        }


@media screen and (max-width: 1340px) {

    .hero_menu {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        padding-top: 18px;
        height: 34px;
        z-index: 9999;
        box-shadow: 0 0 2px 2px rgba(0,0,0,0.16);
    }

        .hero_menu .wrapper {
            width: 100%;
        }

        .hero_menu li {
            margin-right: 40px;
        }

            .hero_menu li:last-child {
                margin-right: 0;
            }

            .hero_menu li a:hover {
                padding-bottom: 12px;
                border-bottom: solid 2px #222;
            }

            .hero_menu li.select a {
                padding-bottom: 12px;
                border-bottom: solid 2px #ed4d59;
            }

            .hero_menu li:last-child a {
                border: none;
                padding: 17px 18px 14px 18px;
            }

        .hero_menu img {
            display: block;
            height: 37px;
            padding-left: 2%;
            margin-top: -11px;
        }
}

@media screen and (max-width: 1100px) {

    .hero_menu {
        font-size: 16px;
        padding-top: 18px;
    }

        .hero_menu .wrapper {
            width: 100%;
        }

        .hero_menu li {
            margin-right: 13px;
        }

            .hero_menu li:last-child {
                margin-right: 0;
            }

            .hero_menu li a:hover {
                padding-bottom: 12px;
                border-bottom: solid 2px #222;
            }

            .hero_menu li.select a {
                padding-bottom: 12px;
                border-bottom: solid 2px #ed4d59;
            }

            .hero_menu li:last-child a {
                border: none;
                padding: 17px 18px 14px 18px;
            }

        .hero_menu img {
            display: block;
            height: 37px;
            padding-left: 2%;
            margin-top: -11px;
        }
}

@media screen and (max-width: 900px) {

    .hero_menu {
        display: none;
    }
}

.main_v {
	background: #fff;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 38px;
	font-weight: 400;
	padding: 100px 0 60px 0;
}
.main_v p {
	font-size: 38px;
}
.main_v p small {
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	font-size: 14px;
}

.inquiry_box {
	background: #eee;
	padding: 50px;
}
.inquiry_contents {
	border: #aaa 1px solid;
	background: #fff;
	max-width: 838px;
	padding: 50px;
	margin: 0 auto;
}
.inquiry_contents .caution {
	max-width: 798px;
	background-color: #f2f2f2;
	padding: 20px;
	margin-bottom: 40px;
}
.inquiry_contents .caution p {
	margin-bottom: 5px;
	font-size: 100%;
	line-height: 1.5em;
	color: #333333;
	margin-left: 0.4em;
}
.inquiry_contents .caution a:link {
	text-decoration: none;
	color: #a41d25;
}
.inquiry_contents .caution a:hover {
	text-decoration: underline;
}
.inquiry_contents .caution p.last_p {
	margin-bottom: 0;
}

.inquiry_contents .caution p.last_p span.tel {
	font-family: Verdana, Arial, Helvetica, sans-serif, 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	display: block;
	margin-bottom: 2px;
}
.inquiry_contents .caution p.last_p span span.uni_name {
	display: inline;
	font-weight: normal;
}
.inquiry_contents .caution h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
.inquiry_contents .caution h3.mtop20 {
	margin-top:20px;
}

.inquiry_contents p .c_red  {
	color: #ff1818;
}
.inquiry_contents p {
	font-size: 100%;
	line-height: 1.5em;
	color: #333333;
}
.inquiry_contents table {
	max-width: 838px;
	margin-top: 10px;
	border-spacing:0;
}
.inquiry_contents table th {
	width: 169px;
	padding: 15px 0;
	vertical-align: top;
	border-bottom: #dedede 1px solid;
	line-height: 1.5em;
	font-weight: bold;
}
.inquiry_contents table th .c_red {
	color: #ff1818;
	font-weight: bold;
}
.inquiry_contents table td {
	max-width: 646px;
	padding: 15px 0 15px 20px;
	vertical-align: top;
	line-height: 1.5em;
	border-bottom: #dedede 1px solid;
	vertical-align: top;
}
.inquiry_contents .error td {
	color: #a41d25;
}
.inquiry_contents table td p {
	font-size: 100%;
	line-height: 1.1em;
	margin-bottom: -7px;
}
.inquiry_contents table td label {
	position: relative;
	top: 0.05em;
	margin-right: 10px;
}
.inquiry_contents table td .radio_btn {
	margin-right: 5px;
}
.inquiry_contents table td .inquiry_text {
	height: 100px;
	vertical-align: top;
	max-width: 460px;
	overflow: hidden;
	padding: 1px;
}

input[type=text]{
	width: 71%;
}

textarea {
	width: 71%;
}

input[name=zipcode]{
	width: 68%;
}

.inquiry_contents table .last {
	background: none;
	border-bottom: none;
}
.inquiry_contents .send {
	max-width: 838px;
	border-top: #999999 1px solid;
	padding-top: 20px;
	margin-top: 20px;
	font-size: 0;
}
.inquiry_contents .send .send_btnset {
	max-width: 484px;
	margin: 0 auto;
	text-align: center;
}
.inquiry_contents .send .send_btnset button{
	border:none;
	background:none;
	margin:0;
	padding:0;
}
.inquiry_contents .send .send_btnset button img{
	cursor: pointer;
	padding: 10px;
}

input[type="text"] {
	padding: 1px;
}

.inquiry_box .inquiry_privacy {
	margin-top: 30px;
}
.inquiry_box .inquiry_privacy .inquiry_privacy_box {
	max-width: 860px;
	margin: 0 auto;
}
.inquiry_box .inquiry_privacy .inquiry_privacy_box p {
	margin-bottom: 5px;
	font-size: 100%;
	line-height: 1.5em;
	color: #333333;
	text-indent: -0.4em;
	margin-left: 0.4em;
}
.inquiry_box .inquiry_privacy .inquiry_privacy_box a:link {
	text-decoration: none;
	color: #a41d25;
}
.inquiry_box .inquiry_privacy .inquiry_privacy_box a:hover {
	text-decoration: underline;
}
.inquiry_box .inquiry_privacy .inquiry_privacy_box p.last_p {
	margin-bottom: 0;
}
.inquiry_box .inquiry_privacy .inquiry_privacy_box .c_red  {
	color: #ff1818;
}
.inquiry_box .inquiry_privacy .inquiry_privacy_box p.last_p {
	margin-bottom: 0;
}

.sp {
	display: none;
}


footer {
	background: #000;
	font-size: 14px;
	font-weight: 300;
	padding: 60px 0;
	text-align: center;
}
footer a:hover img {
    opacity: .7;
    transition: all .3s;
}
footer .footer_sns {
	margin-bottom: 40px;
    display: inline-block;
    vertical-align: middle;
}
footer .footer_sns a {
	width: 40px;
	margin: 0 14px;
}
footer .footer_unimoto {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 40px 30px;
}
footer small {
    display: block;
	color: #fff;
}




@media screen and (max-width: 1260px) {
	
.main_v {
	padding: 90px 0 50px 0;
}

}


@media screen and (max-width: 900px) {

.main_v {
	padding: 90px 0 50px 0;
}

.inquiry_box {
	max-width: 800px;
	padding: 5% 5%;
}

.inquiry_contents {
	padding: 5%;
}

.inquiry_contents .caution {
	max-width: 798px;
	background-color: #f2f2f2;
	padding: 20px;
	margin-bottom: 40px;
}


.inquiry_contents .caution p {
	margin-bottom: 5px;
	font-size: 100%;
	line-height: 1.5em;
	color: #333333;
	margin-left: 0.4em;
}

.inquiry_contents .caution a:link {
	text-decoration: none;
	color: #a41d25;
}

.inquiry_contents .caution a:hover {
	text-decoration: underline;
}


.inquiry_contents .caution p.last_p {
	margin-bottom: 0;
}

.inquiry_contents .caution p.last_p span.tel {
	font-family: Verdana, Arial, Helvetica, sans-serif, 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	display: block;
	margin-bottom: 2px;
}

.inquiry_contents .caution p.last_p span span.uni_name {
	display: inline;
	font-weight: normal;
}

.inquiry_contents .caution h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

.inquiry_contents .caution h3.mtop20 {
	margin-top:20px;
}


.inquiry_contents p .c_red  {
	color: #ff1818;
}

.inquiry_contents p {
	font-size: 100%;
	line-height: 1.5em;
	color: #333333;
}

.inquiry_contents table {
	max-width: 838px;
	margin-top: 10px;
	border-spacing:0;
}

.inquiry_contents table th {
	width: 169px;
	padding: 15px 0;
	vertical-align: top;
	border-bottom: #dedede 1px solid;
	line-height: 1.5em;
	font-weight: bold;
}

.inquiry_contents table th .c_red {
	color: #ff1818;
	font-weight: bold;
}

.inquiry_contents table td {
	max-width: 646px;
	padding: 15px 0 15px 20px;
	vertical-align: top;
	line-height: 1.5em;
	border-bottom: #dedede 1px solid;
	vertical-align: top;
}

.inquiry_contents .error td {
	color: #a41d25;
}

.inquiry_contents table td p {
	font-size: 84%;
	line-height: 1.1em;
	margin-bottom: -7px;
}

.inquiry_contents table td label {
	position: relative;
	top: 0.05em;
	margin-right: 10px;
}

.inquiry_contents table td .radio_btn {
	margin-right: 5px;
}

.inquiry_contents table td .inquiry_text {
	height: 100px;
	vertical-align: top;
	max-width: 460px;
	overflow: hidden;
	padding: 1px;
}

input[type=text]{
	width: 75%;
}

input[name=zipcode]{
	width: 70%;
}

textarea {
	width: 75%;
}

.inquiry_contents table .last {
	background: none;
	border-bottom: none;
}

.inquiry_contents .send {
	max-width: 838px;
	border-top: #999999 1px solid;
	padding-top: 20px;
	margin-top: 20px;
	font-size: 0;
}

.inquiry_contents .send .send_btnset {
	max-width: 484px;
	margin: 0 auto;
	text-align: center;
}

.inquiry_contents .send .send_btnset button{
	border:none;
	background:none;
	margin:0;
	padding:0;
}

.inquiry_contents .send .send_btnset button img{
	cursor: pointer;
	padding: 10px;
}



input[type="text"] {
	padding: 1px;
}


.inquiry_box .inquiry_privacy {
	margin-top: 30px;
}

.inquiry_box .inquiry_privacy .inquiry_privacy_box {
	max-width: 860px;
	margin: 0 auto;
}

.inquiry_box .inquiry_privacy .inquiry_privacy_box p {
	margin-bottom: 5px;
	font-size: 100%;
	line-height: 1.5em;
	color: #333333;
	text-indent: -0.4em;
	margin-left: 0.4em;
}

.inquiry_box .inquiry_privacy .inquiry_privacy_box a:link {
	text-decoration: none;
	color: #a41d25;
}

.inquiry_box .inquiry_privacy .inquiry_privacy_box a:hover {
	text-decoration: underline;
}


.inquiry_box .inquiry_privacy .inquiry_privacy_box p.last_p {
	margin-bottom: 0;
}

.inquiry_box .inquiry_privacy .inquiry_privacy_box .c_red  {
	color: #ff1818;
}

.inquiry_box .inquiry_privacy .inquiry_privacy_box p.last_p {
	margin-bottom: 0;
}

footer .footer_sns {
    display: block;
}
footer .footer_unimoto {
    display: block;
    margin: 0 0 40px 0;
}

.sp {
	display: block;
}

}


/*privacy policy*/
.privacyTTL{
   padding: 10px 0;
   margin: -1em auto 1em auto;
   text-align: center;
   font-size: 40px;
   font-weight: bold;
   background: #f4f3f0;
}
.privacyArticle{
   margin: 0 0 2.5em 0;
   padding: 0 40px;
}
.privacyArticle h4{
   font-size: 16px;
   font-weight: bold;
   margin: 0 0 1em 0;
}
.decimal{
	list-style-type: decimal;
	margin: 20px;
}
.upper-alpha{
	list-style-type: upper-alpha;
	margin: 20px;
}
.disc{
	list-style-type: disc;
	margin: 20px;
}
.none{
	list-style-type: none;
	margin: 20px;
}


.privacyContact{
   margin: 0 40px;
   padding: 10px 20px;
   border: solid 1px #ccc;
}


/*table policy_list*/
.policy_list{
	width: 550;
	border: 0;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-bottom: 40px;
	font-size: 14px;
}
.policy_list td{
	padding: 4px 8px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
.td_header{
	background-color: #f4f3f0;
	font-weight: bold;
}



@media screen and (max-width: 640px) {

table, tbody, thead, tfoot, tr, th, td {
	display: block;
}

.inquiry_contents table th {
	text-align: left;
	border: none;
	padding-bottom: 0;
}

.inquiry_contents table td {
	padding-left: 0;
}

}


@media screen and (max-width: 500px) {

.main_v {
	padding: 76px 0 38px 0;
}
.main_v p {
	font-size: 32px;
}
.main_v p small {
	font-size: 12px;
}

footer {
	background: #000;
	font-size: 12px;
	padding: 40px 0 50px 0;
	text-align: center;
}
footer .footer_sns {
	margin-bottom: 30px;
}
footer .footer_sns a img{
	width: 40px;
}
footer .footer_unimoto img {
    max-width: 200px;
    width: 50%;
}

}