@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'MyFont';
	src: url("../font/C4_Minniam_M.TTF");
}

.pc {
	display:none;
}

.sp {
	display:block;
}

/* ----------------------------reset */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {

}

body {
  margin: 0;

}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
	text-decoration: none;
	color:#1C1C1C;
}

img {
	vertical-align: bottom;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	padding: 5px 15px;
    border: none;
    width: auto;
	font-size:18px;
	background:#E60012;
	display:inline-block;
	margin:15px 0;
}

/* ----------------------------common */


body {
	font-family: 'Noto Sans JP', sans-serif;
	 /*font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	font-size:18px;
	color:#231815;
}

body {
	min-width:initial;
}



/* ----------------------------header */

header {
	position: relative;
}

.header {
	display: flex;
	margin:0 auto;
	justify-content: space-between;
	align-items: center;
	padding:10px;
}

.text1 {
	font-size:2.5vw;
}

.text2 {
	font-size:2vw;
	font-weight:bold;
}

.text3 {
	font-size:4vw;
	font-weight:bold;
}

.yellow {
    background: #EEE938;
    font-size: 2vw;
    padding: 1px;
    display: block;
    margin-top: 12px;
    text-align: center;
    width: auto;


}

header .logo img {
	width:85%;
}

.logo {
	width:25%;
}

.left {
	display:flex;
}

.center {
	padding-left:0px;
}

.nav {

}

header .text1 {
	margin-bottom:5px;
	display:flex;
	align-items: center;
}

.right {
	display:flex;
	align-items: center;
}

.contact_btn img {
	height:110px;
}

.contact_btn img {
	padding-left:50px;
}

/* -------------------------------- nav */

nav {
	background:#fff;
	position:fixed;
	width:100%;
	height:100%;
	left:-100%;
	top:0;
	z-index: 20000;
}

.nav ul.pc {
    display: none;
}


.nav_cont a {
	padding:10px 20px;
	color:#231815;
	font-size:16px;
	font-weight:bold;
	display:block;
	text-align: center;
	height:60px;
	line-height:40px;
	background:#fff;
	box-sizing: border-box;
	border-bottom:solid 1px #E1E1E1;
}

.nav_cont .menu_01 a {
	height:160px;
}

.nav_img {
	width:80%;
	padding-top: 4%;
}


/*------------------------------------navbtn*/

#navbtn{
	display:block;
	z-index:30000;
	position:fixed;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	background:#E60012;
}

#navbtn:hover{ cursor:pointer; }

#navbtn span{
	position:absolute;
	left:10px;
	width:20px;
	height:2px;
	background:#221815;
}

#navbtn span:nth-child(1){top:12px; transition:all 0.3s; background:#fff; }
#navbtn span:nth-child(2){top:19px; transition:all 0.3s; background:#fff; }
#navbtn span:nth-child(3){top:26px; transition:all 0.3s; background:#fff; }

#navbtn.menu span:nth-child(2){ width:0%; left:50%; background:#fff; }
#navbtn.menu span:nth-child(1){ top:19px; transform:rotate(45deg); background:#fff; }
#navbtn.menu span:nth-child(3){ top:19px; transform:rotate(-45deg); background:#fff; }







/* ----------------------------mainvisual */

.mainvisual {
	background-image: url("../images/mekata_center_02_03.jpg");
	background-size: cover;
	background-position: -130px center;
	text-align: center;
	padding:0;
}

.mainvisual img {
	width:100%;
}

/* ----------------------------risk */

.risk {
	padding:25px 0;
}

#risk .movie_box {
	width: 100%;
	height: 200px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 50px auto 80px;
}

#risk .movie_title {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#risk .movie {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#risk .movie iframe {
	width: 100%;
	height: 100%;
}

.title1 {
	text-align: center;
	font-size:6vw;
	font-weight:bold;
	border-bottom:solid 1px #ccc;
	max-width:700px;
	padding-bottom:15px;
	margin:0 auto 25px auto;
}

.title2 {
	text-align: center;
	font-size:5vw;
	font-weight:bold;
	margin:0;
}

.reason_box {
	background:#E60012;
	padding:12px;
	color:#fff;
	font-size:5.5vw;
	width:75%;
	height:auto;
	margin:6px;
	text-align: center;
}

.reason_title {
	border-bottom:solid 1px #fff;
	width:100px;
	margin:0 auto 12px auto;
}

.reason {
	display:flex;
	width:auto;
	flex-wrap: wrap;
	justify-content: space-around;
	margin:0 auto;
}

.risk_message {
	font-size:5.5vw;
	font-weight:bold;
	width:auto;
	margin: 25px;
	text-align: center;


}

.red {
	color:#E60012;
}

.num {
	font-family: 'Lato', sans-serif;
	font-size:9.5vw;
	line-height:1em;
	padding-left:7px;
}


/* ----------------------------image */

#image {
	background:#EFEFEF;
	padding:15px;
}

.image_title {
	font-size:6vw;
	font-weight:bold;
	text-align: center;
	margin-bottom:6px;

}

.image_title2 {
	font-size:6vw;
	font-weight:bold;
	text-align: center;
	margin-bottom:15px;

}

.image_text {
	font-size:25px;
	font-weight:bold;
	text-align: center;
	margin:25px auto;
}

.image_flexbox {
	display:flex;
	flex-wrap: wrap;
	width:auto;
	justify-content: space-around;
	margin:0 auto;
}

.image_box {
	background:#231815;
	padding:15px;
	color:#fff;
	font-size:6vw;
	width:75%;
	height:auto;
	margin:6px;
	text-align: center;
}

.arrow {
	text-align: center;
}


/* ----------------------------mikata */

.mikata_title {
	font-size:7vw;
	color:#fff;
	font-weight:bold;
	text-align: center;
}

#mikata {
	background:#E60012;

}

.mikata1 {
	background-image:url("../images/mainvisual_back.png");
	background-size:35%;
	padding:60px 0 15px 0;
	margin-top:-54px;
}

.mikata2 {
	padding-bottom:0px;
	padding-top:0px;
}

.mikata_img {
	margin:25px auto;
	text-align: center;
}

.mikata_img img {
	width:90%;
}

.mikata2_text {
	font-size:5.5vw;
	color:#fff;
	font-weight:bold;
	text-align: center;
	max-width:600px;
	margin:0 auto;
	border-bottom:solid 1px #fff;
	line-height:4em;
}

.mikata2_text2 {
	color:#fff;
	line-height:2em;
	width:auto;
	margin:0 auto;
	padding:25px;

}


/* ----------------------------reason6 */

#reason6 {
	padding:0;
}

.reason6_title {
	text-align: center;

}

.reason6_box_title {
font-size: 23px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    margin-bottom: -25px;
    text-align: center;
    padding-left: 10px;
    padding-bottom: 7px;
}

.reason6_box {
	border:solid 1px #E60012;
	height:auto;
	margin:0 auto;
}

.reason6_text {
	padding:15px 25px;
}

.reason6_flex {
	display:flex;
	flex-wrap: wrap;
	max-width:900px;
	justify-content: space-around;
	margin:0px auto;

}

.reason6_box_wrap {
	margin-bottom:6px;
}

.reason6_img {
	width:85%;
	padding-top:25px;
}

.noteice {
	font-size:16px;
}

.number {
	font-size:57px;
	font-weight:bold;
	color:#E60012;
	padding-right:15px;
}

.recommend_box {
	border:solid 1px #231815;
	padding:25px 20px;
	max-width:750px;
	margin:25px 15px;
}

.recommend_title {
	text-align: center;
}

.recommend_title2 {
	font-size:22px;
	font-weight:bold;
	padding:15px 0;
	text-align: center;

}

.recommend_text {
	background-image:url("../images/icon5.png");
	background-repeat:no-repeat;
	padding-left:35px;
	padding-bottom:8px;
	line-height:1.6em;


	font-size:5.5vw;
}

.recommend_text_wrap {
	max-width:600px;
	margin:0 auto;
}

.bold {
	font-weight:bold;
}


/* ----------------------------flow */

#flow {
	background: #EFEFEF;
	padding:25px 0 15px 0;
}

.flow_title,.flow_title_img {
	text-align: center;
}

.flow_title {
	font-weight:bold;
}

.flow_title_img {
	padding:25px 0;
}

.flow_flex {
	display:flex;
	max-width:550px;
	margin:0 auto;
	justify-content: space-around;
	align-items: center;
	padding:15px 10px;
}

.flow_text {
	font-weight:bold;
	font-size:5.5vw;
	padding-bottom:10px;
	line-height:1.8em;
}

.flow_text_1 {
	font-weight:bold;
	font-size:5.5vw;
	padding-bottom:10px;
	line-height:1.8em;
}

.flow_text_wrap {
	width:80%;
}

.arrow2 img {
	height:290px;
}

.arrow2 {
	width:auto;
}

.normal {
	font-weight: normal;
	font-size:4.5vw;
	display: block;
	line-height: normal;
}

.title_bar {
	background:#E60012;
	padding:10px 0;
	margin:0 auto;
	color:#fff;
	font-size:20px;
	text-align: center;
	max-width:550px;
}

.faq_title img {
	width:47%;
}

.flow .movie_box {
	padding: 0 20px;
	box-sizing: border-box;
	margin: 30px 0;
}

.flow .movie_title {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.flow .movie {
	width: 100%;
	height: 200px;
	margin: 0 auto;
}

.flow .movie iframe {
	width: 100%;
	height: 100%;
}

/* ----------------------------changes */

#changes {
	background-image:url("../images/mekata_center.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
	height:165vw;
	width:100%;
	padding-top:25px;
}

.change_title img {
	width:80%;
}

.changes {
	text-align: center;
}

.change_text {
	font-size:5.2vw;
	font-weight:bold;
	line-height:2em;
	text-align: center;
	padding:15px;
}

.change_text_wrap {
	max-width: 1020px;
	margin: 25px auto 0 auto;
}


/* ----------------------------faq */

#faq {
	padding:25px 0;
}

.faq_bar {
	background:#E60023;
	padding:10px 20px;
	display:flex;
	justify-content: space-between;
	width: 90%;
	margin:0 auto;
	color:#fff;
	font-weight: bold;

}

.faq_bar_title {
	width: 92%;
}

.faq_title {
	text-align: center;
	padding-bottom:25px;
}

.faq_text {
	max-width:850px;
    padding: 15px 15px 25px 15px;
	margin: 0 auto;
	line-height:2em;

}

.hidden_box {
    padding: 0;
    text-align: right;
    width: 100%;
    margin: 0 auto;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    cursor: pointer;
    position: relative;
    bottom: 45px;
    right: 13px;
    color: #73C6C4;
    font-size: 23px;
}

/*ボタンホバー時*/
.hidden_box label:hover {
/*    background: #efefef;*/
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
	    text-align: left;
    width: 100%;
    margin: 0 auto;

}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 40px 40px;
    height: auto;
    opacity: 1;
}

/* ----------------------------news */

#news {
	background:#EFEFEF;
	padding:25px 20px;
	box-sizing: border-box;
}

.seminor_box {
	width: 100%;
	border: 5px solid #E60124;
	padding: 20px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
}

.seminor_box .lead_text {
	padding: 0 0 10px;
	border-bottom: 1px solid #231815;
	margin: 0 0 30px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.seminor_box .lead_text .color {
	color: #E60124;
	font-weight: 700;
}

.seminor_box .text {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}

.seminor_box .text .kana {
	position: relative;
	padding: 20px 0.5em 0 0;
	font-size: 18px;
	font-weight: 700;
}

.seminor_box .text .kana:before {
	content: "ミカタ";
	position: absolute;
	top: 10px;
	font-size: 12px;
	color: #E60124;
}

.seminor_box .title {
	position: relative;
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.seminor_box .title .icon {
	display: block;
	width: 50px;
	margin: 0 auto;
}

.seminor_box .list {
	display: block;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 20px;
}

.seminor_box .item {
	width: 100%;
	font-size: 22px;
	font-weight: 700;
}

.seminor_box .hour {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 700;
	color: #E60124;
	text-align: left;
}

.seminor_box .consul_list {
	display: block;
	flex-wrap: wrap;
}

.seminor_box .consul_item {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 0 30px;
}

.seminor_box .consul_item .photo{
	margin: 0 0 10px;
	text-align: center;
}

.seminor_box .consul_name{
	margin: auto 0 0;
	font-size: 16px;
	text-align: center;
}

/* .kokuchi img {
	width:100%;
}

.news_title {
	text-align: center;
	font-size:7vw;
	color:#E60023;
	border-bottom:solid 1px #E60023;
	max-width: 1020px;
	margin:0 auto 25px auto;
}

.seminar_title {
	font-size:7vw;
	padding-top:12px;
	font-weight:bold;
}

.seminar {
	display:block;
	text-align: center;
	max-width:650px;
	align-items: baseline;
	justify-content: space-around;
	margin:0 auto;
}

.seminar_logo2 {text-align: center;}

.seminar2 {
	display:block;
	max-width:650px;
	justify-content: space-around;
	margin:25px 0 0 0;
}

.seminar_day {
    font-size: 6.5vw;
    padding: 15px 0 0 0;
    align-items: center;
    text-align: center;
    font-weight: bold;
    line-height: 1.7em;
}

.seminar_text {
	text-align:left;
	padding:15px;
	font-weight:bold;
	line-height: 2em;
} */


/* ----------------------------contact */

#contact {
	background-image:url("../images/contact_back.png");
    background-size: 35%;
    padding: 25px 0;
}



.contact_title {
	text-align: center;
	color:#E60023;
	font-weight:bold;
	padding-bottom:25px;
}

.contact_title img {
	width:90%;
}

.contact_notice {
	font-weight:bold;
	max-width:865px;
	padding:0 15px;
	margin:0 auto;
}

.contact {
	background:#fff;
	max-width:1020px;
	margin:0 auto;
	padding:25px 0;
}

#contact_form {
	max-width:900px;
	background:#fff;
	margin:0 auto;
	padding:15px 25px;
	font-weight: bold;
}

#contact_form tr {
	display: flex;
	flex-direction: column;
}


#contact_form td {
}

#contact_form .input1 {
	width:100%;
	height:35px;
	font-size:20px;
}

#contact_form td.accent {
	width:auto;
	padding:15px 0 0 0;
}

input.btn01,input.btn02, input.btn03 {
    margin-left: 20px;
}

textarea {
	width:100%;
}

.hvr-push {
	color:#fff;
	background: #E60023;
	border:none;
	font-size:20px;
	padding:15px 25px;
	text-align: center;
}

.btn {
	text-align: center;
	transition:opacity 0.5s;
}

.btn:hover {
	opacity:0.5;
}

#pp {
	background:#EFEFEF;
	padding:15px 15px 50px 15px;
	font-weight:bold;
	position: relative;
}



.pp,.pp_text {
	max-width:900px;
	margin:0 auto;
}

.pp {
	text-align: center;
	font-size:20px;
	position:relative;
}

.top {
	position: absolute;
	bottom:0;
	right:0;
}

.footer {
	padding:15px;
	display:block;
	justify-content: space-between;
	max-width:1020px;
	margin:0 auto;
	border-bottom:solid 1px #E60023;
}

.footer_left {
	display:flex;
	padding-bottom:25px
}

.footer_text {
	font-size:3vw;
}

.footer_text3 {
	font-size:4vw;
	font-weight:bold;
	display:flex;
	align-items: center;
	padding-bottom:10px;
}
.footer_text4 {
	font-size:4vw;
	font-weight:bold;
	display:flex;
	align-items: center;
	padding-bottom:10px;
	padding-left: 6em;
	text-indent: -6em;
}

.footer_text_wrap {
	padding-left:15px;
	font-weight:bold;
}

.footer_text2 {
	font-size:4.5vw;
}

footer .yellow {
	background: #EEE938;
	font-size:4vw;
	padding:5px 10px;
	margin-top:0;

}

.footer_logo img {
	width:100%;
}

.sitemap {
	max-width:1020px;
	margin:0 auto;
	display:flex;
	max-width:1020px;
	text-align: center;
}

.sitemap_text {
	padding:10px;
	font-weight:bold;
	font-size:4vw;
}

.footer_bottom_last {
  background-color: #E60012;
  width: 100%;
  height: 60px;
  position: fixed;
  text-align: center;
  z-index: 3;
  padding-top: 20px;
  bottom: 0;
}

.footer_bottom_last_content {
  width: 100%;
	height: 100%;
	color: #fff;
}

footer {
      margin-bottom: 60px;
}

.footer_bottom_last img {
	padding-left:10px;
}

/* セミナーボタン */
.seminar_btn {
	position: fixed;
	right: 0;
	bottom: 70px;
}

.seminar_btn {
	width: 130px;
	height: 130px;
}

.seminar_btn a {
	padding-top: 15px;
	font-size: 12px;
}

.seminar_btn .bg {
	font-size: 20px;
}

.seminar_btn .text01 {
	font-size: 16px;
}

.seminar_btn .text02 {
	margin-bottom: 6px;
}

.seminar_btn .text02:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	width: 115px;
	height: 1px;
	margin: 0 auto;
	background: #fff;
}

.seminar_btn .date {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
