@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800&display=swap');

/*------------------------------------------------------

	リセット

------------------------------------------------------*/

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%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
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;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*------------------------------------------------------

	グローバル

------------------------------------------------------*/

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 1em;
	line-height: 1.6;
	position: relative;
	max-width: 750px;
	margin: auto;
	border: solid 10px #000;
	min-height: 100vh
}

p { margin-bottom: 30px;}
p:last-child { margin-bottom: 0px;}

.fo_rounded { font-family: 'M PLUS Rounded 1c', sans-serif; transform: rotate(0.05deg);}

.fo_white { color: #FFFFFF;}

.fo09 { font-size: 0.9em;}

.lh12 { line-height: 1.2;}

.pos_rel { position: relative;}
.pos_ab { position: absolute;}

.bold { font-weight: bold;}

.ta_center { text-align: center;}
.ta_right { text-align: right;}
.ta_left { text-align: left;}

.back_white { background-color: #fff;}
.back_cream { background-color: #fef9e8;}

.mb00 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}

.fp15 { padding: 30px;}

@media only screen and (max-width: 640px) {
	.fp15 { padding: 15px;}
}

.list_indent { padding-left: 1em;}
.list_indent li { text-indent: -1em;}

.list_disc { padding-left: 1em;}
.list_disc li { list-style: outside disc;}


/* ------------------------
	ヘッダー
------------------------ */

h1 { font-size: 6.5vw; padding-top: 10px;}

@media only screen and (min-width: 751px) {
	h1 { font-size: 3em;}
}


/* ------------------------
	コンテンツ
------------------------ */

.phase_box { padding-top: 0px;}

.phase_list01 { display: table; width: 100%; overflow: hidden;}
.phase_list01 li { display: table-cell; width: 33.3333%; position: relative; background: #a5a5a5; font-size: 2em; line-height: 80px;}
.phase_list01 li:not(:last-child):before, .phase_list01 li:not(:last-child):after{ content: ""; position: absolute; width: 0; height: 0;}
.phase_list01 li:not(:last-child):before{
	top: -20px;
	right: -30px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 60px 0 60px 30px;
	z-index: 10;
}
.phase_list01 li:not(:last-child):after {
	top: -20px;
	right: -20px;
	border-style: solid;
	border-color: transparent transparent transparent #a5a5a5;
	border-width: 60px 0 60px 30px;
	z-index: 10;
}
.phase_list01 li.active:nth-child(1) { background: #f3c517;}
.phase_list01 li.active:nth-child(1):after { border-color: transparent transparent transparent #f3c517;}
.phase_list01 li.active:nth-child(2) { background: #8ec21f;}
.phase_list01 li.active:nth-child(2):after { border-color: transparent transparent transparent #8ec21f;}
.phase_list01 li.active:nth-child(3) { background: #ff6699;}

#mfp_phase_confirm_label, #mfp_phase_confirm { display: none;}

h2 { background: #ff9833; font-size: 1.5em; padding: 15px;}
h3 { font-size: 1.15em; margin-bottom: 10px;}

.hissu { display: inline-block; vertical-align: middle; font-size: 0.7em; color: #fff; font-weight: bold; background: #e6336e; padding: 0px 0.4em; margin-right: 0.5em;}

.box01 { border-bottom: solid 2px #ff9833; background: #fef9e8;}

.dl01 { display: table; width: 100%;}
.dl01 dt, .dl01 dd { display: table-cell; vertical-align: middle;}
.dl01:not(:last-child) { margin-bottom: 10px;}
.dl01 dt { width: 3.5em; padding-right: 1em; text-align: right;}

.radio_box { display: flex; justify-content: space-between;}
.radio_box label { display: inline-block; border: solid 1px #a5a5a5; border-radius: 6px; background: #fff; padding: 10px; width: 48%;}
.radio_box label.mfp_checked { box-shadow: 0px 0px 0px 2px #a5a5a5;}
.radio_box input { margin: -0.2em 0.3em 0px 0px;}
.link01 { display: inline-block; vertical-align: middle; border-radius: 4px; color: #fff; text-decoration: none; background: #595757; padding: 2px 0.7em;}

input[type="text"], input[type="email"], input[type="tel"], textarea, select { width: 100%; border: solid 1px #a5a5a5; padding: 7px; border-radius: 5px; font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px;}

input[type="submit"] { display: block; background: url("../images/ico_green.png") no-repeat 95% 50% #8ec21f; border: none; outline: none; border-radius: 5px; font-family: tbudrgothic-std, sans-serif; font-weight: 900; color: #fff; text-align: center; margin: 0px auto 15px; width: 80%; font-size: 1.6em; padding: 10px; cursor: pointer; -webkit-appearance: none;}

.mfp_element_button { display: block; background: url("../images/ico_pink.png") no-repeat 95% 50% #ff6699; border: none; outline: none; border-radius: 5px; font-family: tbudrgothic-std, sans-serif; font-weight: 900; color: #fff; text-align: center; margin: 0px auto 15px; width: 80%; font-size: 1.6em; padding: 10px; cursor: pointer; -webkit-appearance: none;}
.mfp_element_button#mfp_button_cancel { border: solid 4px #ff6699; color: #ff6699; background: #fff;}
#mfp_button_send { margin: 10px auto -10px;}

.width_auto input, select { width: auto !important;}

textarea { width: 100% !important; min-height: 200px !important;}

@media only screen and (max-width: 640px) {
	body { font-size: 0.95em;}
	
	.phase_list01 li { font-size: 4vw; line-height: 40px;}
	.phase_list01 li:not(:last-child):before{ top: -10px; right: -20px; border-width: 30px 0 30px 20px;}
	.phase_list01 li:not(:last-child):after { top: -10px; right: -15px; border-width: 30px 0 30px 20px;}

	h2 { font-size: 1.15em; padding: 8px;}
	h3 { font-size: 1.05em; margin-bottom: 7px;}

	input[type="submit"], .mfp_element_button { background-size: 18px auto; width: 95%; font-size: 1.15em; padding: 8px;}
}


