/* #共通 ========================================================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
}
html {
	height:100%;
}
body{
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    margin: 0px;
    height: 100%;
    font-size: 18px;
    line-height: 30px;
    -webkit-text-size-adjust: 100%;
    background-color: #FFFFFF;
}
img {
	border: none;
	vertical-align:bottom;
}
a img.rollover {
    display: block;
}
a:hover img.rollover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a[href^="tel:"] { cursor: default; }
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.end {
	height: 0px;
	width: 100%;
	clear: left;
}
.link {
	width: 100%;
	height: 0px;
	float: left;
	position: relative;
    z-index: -1;
}


/* #PC ========================================================================================================== */
.content {
    height: auto;
    width: 100%;
    position: relative;
    float: left;
}
.content_inner {
    height: auto;
    width: 90%;
    max-width: 1300px;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0 5%;
}
.bc_o {
    background-color: #F7B52C;
}
.bc_p {
    background-color: #5F1985;
}
.title {
    margin-top: 7vw;
    padding: 100px 0;
    text-align: center;
}
.title_text {
    color: #FFFFFF;
    background-color: #5F1985;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 30px;
    line-height: 30px;
}
.btn_box {
    width: 600px;
    position: relative;
    float: left;
    left: 50%;
    margin: 80px 0 80px -300px;
}
.footer {
    height: auto;
    width: 100%;
    position: relative;
    float: left;
    padding: 35px 0;
    border-top: 1px solid #000000;
}
.jikkoiinkai {
    height: auto;
    width: 50%;
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 16px;
}
.jikkoiinkai_t {
    font-size: 18px;
    font-weight: bold;
}
.cc {
    height: auto;
    width: 50%;
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
}
#fixed-header {
    position: fixed;
    top: 0;  
    width: 100%;
    height: 7vw;
    background: #ffffff;
    box-sizing: border-box;
    transition: .5s;
    z-index: 10;
}
#fixed-header img {
    width: 13.9%;
    position: relative;
    float: left;
    margin: 0.6vw 0.3% 0 0;
}
.s_menu {
    display: none;
}
.s_logo {
    display: none;
}
p.indent{
	padding-left:1em;
	text-indent:-1em;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.content_inner {
    width: 90%;
    padding: 0 5%;
}
.title {
    margin-top: 0px;
}
.title_text {
    color: #FFFFFF;
    background-color: #5F1985;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 30px;
    line-height: 30px;
}
.btn_box {
    width: 80%;
    left: 0;
    margin: 80px 0 80px 10%;

}
.footer {
    padding: 50px 0;
}
.jikkoiinkai {
    width: 100%;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 40px;
}
.jikkoiinkai_t {
    font-size: 28px;
}
.cc {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
.s_menu {
    display: block;
    width: 97.5%;
    margin: 300px 0 2.5vw 2.5%;
}
.s_menu img {
    width: 45%;
    margin: 0 -3% 2vw 4%;
    position: relative;
    float: left;
}
#fixed-header {
    display: none;
}
.s_logo {
    display: block;
    height: 90px;
    width: 200px;
    margin: 0;
}



}/* @media only screen and (max-width: 750px) */
