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

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

.pc {
	display:block;
}

.sp {
	display:none;
}

/* ----------------------------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;
}

/* ----------------------------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:1020px;
}


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

header {
	position: relative;
}

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

.text1 {
	font-size:12px;
}

.text2 {
	font-size:14px;
	font-weight:bold;
}

.text3 {
	font-size:22px;
	font-weight:bold;
}

.yellow {
	background: #EEE938;
	font-size:14px;
	padding:5px 10px;

}

.left {
	display:flex;
}

.center {
	padding-left:25px;
}

.nav ul.pc {
	display: flex;
}



.right {
	display:flex;
	align-items: center;
	font-weight:bold;
	font-size:16px;
}

.text4 {
	padding-bottom:10px;
}

.right a {
	padding-right:15px;
}

.contact_btn img {
	height:110px;
}

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


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



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

}

.mainvisualimg {
	max-width:100%;
	margin:0 auto;
}

.mainvisualimg img {
	width:100%;
}


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

.risk {
	padding:50px 0;
}


#risk .movie_box {
	width: 850px;
	height: 478px;
	margin: 50px auto 100px;
}

#risk .movie_title {
	margin: 0 0 20px;
	font-size: 20px;
	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:29px;
	font-weight:bold;
	border-bottom:solid 1px #ccc;
	max-width:700px;
	padding-bottom:25px;
	margin:0 auto 50px auto;
}

.title2 {
	text-align: center;
	font-size:29px;
	font-weight:bold;
	margin:0 auto 50px auto;
}

.reason_box {
	background:#E60012;
	padding:15px;
	color:#fff;
	font-size:25px;
	width:250px;
	height:250px;
	text-align: center;
}

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

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

.risk_message {
	font-size:23px;
	font-weight:bold;
	max-width:1020px;
	margin: 50px auto;
	text-align: center;

}

.red {
	color:#E60012;
}

.num {
	font-family: 'Lato', sans-serif;
	font-size:50px;
	line-height:80px;
}


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

#image {
	background:#EFEFEF;
	padding:50px 0;
}

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

}

.image_title2 {
	font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;

}

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

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

.image_box {
	background:#231815;
	padding:25px 15px;
	color:#fff;
	font-size:25px;
	width:250px;
	height:250px;
	text-align: center;
}

.arrow {
	text-align: center;
}


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

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

#mikata {
	background:#E60012;

}

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

.mikata2 {
	padding-bottom:50px;
	padding-top:20px;
}

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

.mikata2_text {
	font-size:24px;
	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;
	max-width:600px;
	margin:0 auto;
	padding-top:50px;

}


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

#reason6 {
	padding:70px 0;
}

.reason6_title {
	text-align: center;

}

.reason6_box_title {
	font-size:23px;
	font-weight:bold;
	display:flex;
	align-items: center;
	justify-content: center;
	width:270px;
	margin-bottom:-25px;
}

.reason6_box {
	border:solid 1px #E60012;
	width:270px;
	height:170px;
}

.reason6_text {
	padding:25px;
}

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

}

.reason6_box_wrap {
	margin-bottom:50px;
}

.noteice {
	font-size:16px;
}

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

.recommend_box {
	border:solid 1px #231815;
	padding:50px;
	max-width:750px;
	margin:0 auto;
}

.recommend_title {
	text-align: center;
}

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

}

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

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

.bold {
	font-weight:bold;
}

.accentsize {
	font-size:150%;
	text-align: center;
	font-weight: bold;

}

.small {
	font-size:60%;
	line-height: 1em;
    display: block;
    text-align: right;
    padding-right: 26px;
}


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

#flow {
	background: #EFEFEF;
	padding:70px 0 20px 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:50px 0;
}

.flow_text {
	font-weight:bold;
	line-height:2.8em;
}

.flow_text_1 {
	font-weight:bold;
	line-height:1.8em;
}


.flow_text_wrap {
	width:70%;
}

.arrow2 img {
	height:230px;
}

.normal {
	font-weight: normal;
	font-size:16px;
	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;
}

.flow .movie_box {
	margin: 50px 0 30px;
}

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

.flow .movie {
	width: 850px;
	height: 478px;
	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:cover;
	height:900px;
	width:100%;
	padding-top:70px;
}

.changes {
	text-align: center;
}

.change_text {
	font-size:24px;
	font-weight:bold;
	line-height:3.5em;
}

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


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

#faq {
	padding:70px 0;
}

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

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

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

}

.hidden_box {
   padding: 0;
    text-align: right;
    width: 815px;
    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: auto;
    margin: 0 auto;

}

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


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

#news {
	background:#EFEFEF;
	padding:70px 0;
}

.seminor_box {
	width: 1000px;
	border: 20px 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 20px;
	font-size: 20px;
	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: 18px;
	font-weight: 700;
	text-align: center;
}

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

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

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

.seminor_box .title .icon {
	display: inline-block;
	margin: 0 20px 0 0;
}

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

.seminor_box .item {
	width: 50%;
	font-size: 26px;
	font-weight: 700;
}

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

.seminor_box .consul_list {
	display: flex;
}

.seminor_box .consul_item {
	display: flex;
	flex-direction: column;
	width: 25%;
}

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

.seminor_box .consul_name{
	margin: auto 0 0;
	text-align: center;
}

/* .kokuchi {
	text-align: center;
}

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

.seminar_title {
	font-size:28px;
	font-weight:bold;
}

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

.seminar2 {
	display:flex;
	max-width:700px;
	justify-content: space-around;
	margin:50px auto;
}

.seminar_day {
	font-size:31px;
	align-items: center;
	line-height:50px;
	font-weight:bold;
}

.seminar_text {
	text-align: center;
	font-weight:bold;
	line-height: 2em;
}

.seminar_logo2 {
    padding-right: 5px;
    padding-top: 14px;
} */


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

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



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

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

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

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


#contact_form td {
	padding:15px 0;
}
#contact_form .input1 {
	width:450px;
	height:35px;
	font-size:20px;
}

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

td.accent {
	width:28%;
}

textarea {
	width:450px;
}

.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:70px 0;
	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 25px;
	display:flex;
	justify-content: space-between;
	max-width:1020px;
	margin:0 auto;
	border-bottom:solid 1px #E60023;
}

.footer_left {
	display:flex;
}

.footer_text {
	font-size:12px;
}

.footer_text3 {
	font-size:16px;
	font-weight:bold;
}
.footer_text4 {
	font-size:16px;
	font-weight:bold;
	padding-left: 6em;
	text-indent: -6em;
}

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

footer .yellow {
	background: #EEE938;
	font-size:14px;
	padding:5px 10px;

}

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

.sitemap_text {
	padding:15px 25px;
	font-weight:bold;
	font-size:16px;
}


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

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

.seminar_btn a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #E60012;
	text-align: center;
	font-size: 14px;
	/* border: 1px solid #fff; */
	box-shadow: 0 0 5px #fff;
}

.seminar_btn .bg {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}

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

.seminar_btn .text02 {
	position: relative;
	color: #fff;
	margin-bottom: 8px;
}

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

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

