@charset "UTF-8";
/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
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;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 150%;
	border: none;
	list-style-type: none;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	text-align: center;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

/* ---------------------------------------------------------
■ テキストリンク
--------------------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------
■ 画像
--------------------------------------------------------- */
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* ---------------------------------------------------------
■ 共通
--------------------------------------------------------- */
.mr_10 {margin-right: 10px!important;}

.mb_10 {margin-bottom: 10px!important;}
.mb_20 {margin-bottom: 20px!important;}
.mb_30 {margin-bottom: 30px!important;}
.mb_50 {margin-bottom: 50px!important;}
.mb_70 {margin-bottom: 70px!important;}
.mb_100 {margin-bottom: 100px!important;}

.fw_bd {font-weight: bold;}

.display_f {
display: flex;
}

/* ---------------------------------------------
■ header
--------------------------------------------- */
#wrapperSP{
    width: 100%;
    max-width:680px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.top_nav-wrap {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #fff;
    transition: .3s;
    top: 0;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
}
.top_nav {
    width: 100%;
    height: 14.4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 680px;
    margin: 0 auto;
}
.top_nav p.logo {
    width: 28%;
    margin-left: 2%;
}
.top_nav p.btn_header {
    margin-right: 2%;
}


.btn_contact {
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    background: #ff7b2c;
    box-shadow: 0px 5px 0 #c26228;
    transition: .3s;
}
.btn_contact:hover {
    transform: translate3d(0, 5px, 0);
    box-shadow: none;
}

header .btn_contact {
    width: 158px;
    height: 27px;
    padding-top: 7px;
    font-size: 16px;
    font-weight: bold;
}


/* ---------------------------------------------
■ main
--------------------------------------------- */
.btn_head_text,
.btn_head_text span {
    font-size: 15px;
}
.cv_btn a img {
    width: 90%;
    margin: 20px auto 70px;
}

#main {
    width: 100%;
    margin-top: 14.4vw;
}

.con_ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.list_wrap {
    width: 85%;
    max-width: 370px;
    margin: 0 auto;
}
.list_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#contents02 .list_wrap ul li {
    width: 45%;
}

#contents03 .con_bg {
    color: #fff;
    background: #2d5fbb;
    padding: 70px 20px;
}
.attention_wrap {
    border: 1px solid #fff;
    padding: 20px;
    margin: 50px auto 0;
}
.attention_text1 {
    font-size: 20px;
    margin-bottom: 10px;
}
.attention_text2 {
    text-align: left;
}

.item_list p {
    width: 80%;
    margin: 0 auto;
}
.point_ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.point_text1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.point_text2 {
    font-size: 15px;
}
.item_2 .item_list li:nth-child(2) p.point_text2 {
    text-align: left;
}

#contents05 .con_bg {
    background: url("../img/ss_bg.png") no-repeat center top;
    background-size: cover;
    padding: 30px 10px;
    margin: 0 auto;
}
#contents05 .btn_head_text {
    color: #fff;
    font-weight: bold;
}
.ss_btn_wrap {
    width: 95%;
    margin: 0 auto;
}


/*---------------------------------------------------
■ footer
----------------------------------------------------*/
footer {
color: #fff;
font-size: 15px;
text-align: center;
background: #000;
padding: 20px 0;
}
footer .footer_wrap a {
text-decoration: underline!important;
}
footer .footer_wrap .copyright {
margin-top: 20px;
}

/* ---------------------------------------------------------
■ その他
--------------------------------------------------------- */
/*topボタン*/
#topcontrol {
width: 50px;
height: 56px;
background: url("../../img/pagetop.png")no-repeat;
right: 10px!important;
}