@charset "utf-8";

/* ----------------------
		reset
---------------------- */
body, div,
dl, dt, dd, ul, li,
h1, h2, h3, h4, h5, h6,
figure, pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

ul{
	list-style-type: none;
}

table {
	line-height: 1.6;
	border: 0px;
	border-collapse:collapse;
	font-size: 1em;
}

table th {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border-radius: 0;
}

p {
	line-height: 1.5;
}

em {
	font-style: normal;
}

img {
	border: none;
	vertical-align: bottom;
}

address {
	font-style:normal;
}

ul li {
	line-height: 1.4;
}

*,*::before,*::after{
	box-sizing: border-box;
}

button {
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

main {
	padding: 0 0 130px 0;
	display: block;
}

.fit {
	width: 100%;
	height: auto;
}

/* ----------------------
		common
---------------------- */

html {
    font-size: 62.5%;
}

body  {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #231815;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	-webkit-print-color-adjust: exact;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a:link {
	border: none;
	color: #231815;
	text-decoration: none;
}

a:visited {
	border: none;
	color: #231815;
	text-decoration: none;
}

a:active {
	border: none;
	color: #231815;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #231815;
	text-decoration: none;
}

a[href^="tel:"] {
	color: #231815;
	text-decoration: none !important;
}

a.nolink {
    pointer-events: none;
}


@media screen and (min-width: 768px) {

	a[href^="tel:"] {
	    pointer-events: none;
	}
}

.hover:hover {
	opacity:0.7;
}

.hover {
	transition: opacity 0.2s ease 0s;
}

.hover.btn_off_gray{
	pointer-events: none;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

.pc_br {
	display: block;
}

.num {
	font-family: 'sans-serif';
}

@media screen and (max-width: 767px) {

	img {
		max-width: 100%;
		height: auto;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
	
	.pc_br {
		display: none;
	}

}

/* ----------------------
		header
---------------------- */

.header {
	background: url(../images/back1.png);
	background-size: 12px auto;
}

.header p {
	padding: 10px 0 0 15px;
}

.header p img {
	width: 150px;
}

.header h1 {
	margin: 0 0 0 15px;
	text-align: center;
	position: relative;
	z-index: 3;
}

@media screen and (min-width: 768px) {

	.header {
		background: url(../images/back1.png);
	}
	
	.header p {
		padding: 20px 0 0 30px;
	}
	
	.header p img {
		width: 280px;
	}

	.header h1 {
		margin: -40px 0 0 0;
	}

}

/* ----------------------
		column1
---------------------- */

.inner {
	margin: 0 auto;
	position: relative;
}

.column1 {
	margin: -7px 0 0 0;
	padding: 5px 0;
	text-align: center;
	background: url(../images/back2_up.png) repeat-x center top;
	background-size: 15px auto;
	position: relative;
	z-index: 2;
}

.column1::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 10px;
	bottom: 0;
	left: 0;
	background: url(../images/back2_bottom.png) repeat-x center bottom;
	background-size: 15px auto;
}

.column1 .inner {
	background-color: #fff100;
}

.column1 .pop1 {
	position: absolute;
	top: -20px;
	left: 15px;
	border: none;
	width: 86px;
	height: auto;
}

.column1 h2 {
	margin: 55px 0 30px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #e52d8a;
	position: relative;
	display: inline-block;
}

.column1 h2:before {
	margin: auto;
	position: absolute;
	content: '';
	left: -25px;
	bottom: -9px;
	width: 18px;
	height: 38px;
	background: url(../images/title_parts_left1.png) no-repeat;
	background-size: 18px auto;
}

.column1 h2:after {
	margin: auto;
	position: absolute;
	content: '';
	right: -25px;
	bottom: -9px;
	width: 18px;
	height: 38px;
	background: url(../images/title_parts_right1.png) no-repeat;
	background-size: 18px auto;
}

.column1_btn_box {
	padding: 0 0 15px 0;
}

.column1 h3 {
	margin: 0 0 15px 0;
	font-size: 1.4rem;
	font-weight: bold;
	color: #231815;
	position: relative;
	display: inline-block;
}

.column1 h3:before {
	margin: auto;
	position: absolute;
	content: '';
	left: -15px;
	top: 0;
	bottom: 0;
	width: 10px;
	height: 15px;
	background: url(../images/title_parts_left2.png) no-repeat;
	background-size: 10px auto;
}

.column1 h3:after {
	margin: auto;
	position: absolute;
	content: '';
	right: -15px;
	top: 0;
	bottom: 0;
	width: 10px;
	height: 15px;
	background: url(../images/title_parts_right2.png) no-repeat;
	background-size: 10px auto;
}

.column1 p {
	margin-bottom: 20px;
	font-weight: bold;
	color: #e52d8a;
	font-size: 1.4rem;
	display: inline-block;
	border-bottom: 1.5px solid #e52d8a;
}

.column1 p a {
	color: #e52d8a;
}

.btn_pink {
	margin: 0 15px 20px;
	border-radius: 40px;
	font-size: 1.6rem;
	font-weight: bold;
	background: #e52d8a url(../images/icon_pdf.png) no-repeat right 15px center;
	background-size: 24px auto;
}

.btn_pink a {
	padding: 15px 0;
	color: #fff;
	display: block;
}

.btn_off_gray {
	font-size: 1.2rem;
  background: #898788;
}

.btn_off_gray a {
	color: #d3d3d3;
}

@media screen and (min-width: 768px) {

	.inner {
		max-width: 1000px;
	}
	
	.column1 {
		margin: -35px 0 0 0;
		padding: 0;
	}
	.column1.short {
		height: 422px;
		background: url("../images/back2_short.png") repeat-x center top;
	}
	.column1.long {
		height: 601px;
		background: url("../images/back2_long.png") repeat-x center top;
	}
	.column1::after {
		display: none;
	}
	.column1 .inner {
		background-color: inherit;
	}

	.column1 .inner::after {
		margin: auto;
		position: absolute;
		content: '';
		left: 17px;
		bottom: -120px;
		width: 187px;
		height: 307px;
		background: url(../images/chara1.png) no-repeat;
	}
	
	.column1 .pop1 {
		top: -27px;
		left: 83px;
	}
	
	.column1 h2 {
		margin: 70px 0 60px;
		font-size: 3.2rem;
		height: 56px;
		line-height: 56px;
	}
	
	.column1 h2:before {
		left: -50px;
		top: 0;
		bottom: 0;
		width: 28px;
		height: 56px;
		background: url(../images/title_parts_left1.png) no-repeat;
		background-size: 28px auto;
	}
	
	.column1 h2:after {
		right: -50px;
		bottom: 0;
		width: 28px;
		height: 56px;
		background: url(../images/title_parts_right1.png) no-repeat;
		background-size: 28px auto;
	}
	
	.column1_btn_box {
		margin: 0 0 55px 0;
		padding: 0;
	}
	
	.column1 h3 {
		margin: 0 0 25px 0;
		font-size: 2.4rem;
		line-height: 23px;
	}
	
	.column1 h3:before {
		left: -30px;
		top: 0;
		bottom: 0;
		width: 16px;
		height: 23px;
		background: url(../images/title_parts_left2.png) no-repeat;
		background-size: 16px auto;
	}
	
	.column1 h3:after {
		right: -30px;
		bottom: 0;
		width: 16px;
		height: 23px;
		background: url(../images/title_parts_right2.png) no-repeat;
		background-size: 16px auto;
	}
	
	.column1 p {
		margin-bottom: 0;
		font-size: 1.8rem;
		border-bottom: 3px solid #e52d8a;
	}
	
	.btn_pink {
		margin: 0 auto 25px;
		border-radius: 40px;
		font-size: 2.6rem;
		width: 560px;
		background: #e52d8a url(../images/icon_pdf.png) no-repeat right 30px center;
		background-size: 18px auto;
	}
	
	.btn_pink a {
		padding: 25px 0;
	}
  
	.btn_off_gray {
		font-size: 2rem;
		background: #898788;
	}

}

/* ----------------------
		column2
---------------------- */

.column_wrapper {
	margin: -5px 0 0 0;
	overflow: hidden;
}

.column2 {
	margin: -5px 0 0 0;
	padding: 30px 15px 10px;
	background: url(../images/back1.png);
	background-size: 12px auto;
	text-align: center;
}

.column2 .inner {
	padding-bottom: 60px;
}

.column2 .inner::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 200px;
	width: 115px;
	height: 144px;
	background: url(../images/chara3.png) no-repeat;
	background-size: 115px auto;
	z-index: 3;
}

.column2 h2 {
	margin: 10px auto 25px;
	width: 260px;
}

.column2 p {
	margin: 0 10px 10px;
	font-size: 1.6rem;
	color: #fff;
}

.column2 p.sub {
	font-size: 1.0rem;
}

.column2 h3 {
	margin: 25px 0 35px 0;
}

.column2_box {
	margin: 0 0 50px 0;
	padding: 0 0 40px 0;
	border-radius: 20px;
	background-color: #fff;
	border: 5px solid #fff100;
	position: relative;
}

.column2_box h3 {
	margin: 0;
	padding: 10px 0;
	border-radius: 10px 10px 0 0;
	background-color: #fff100;
	position: relative;
}

.column2_box > h3 img {
	width: 205px;
}

.column2_box > h3::after {
	margin: auto;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -14px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 14px solid #fff100;
}

.column2_box1 .mark1 {
	position: absolute;
	top: -50px;
	left: -10px;
	z-index: 2;
	width: 67px;
}

.column2_box p {
	margin: 20px 0 25px;
	color: #231815;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
}

.column2_box h4 {
	margin: 0 auto;
	text-align: center;
	width: 290px;
}

.column2_box .pop2 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 125px;
	right: 5px;
	width: 73px;
}

.column2_box1 {
	padding-bottom: 15px;
}

.column2_box1::after {
	position: absolute;
	content: '';
	right: -20px;
	bottom: -105px;
	width: 107px;
	height: 141px;
	background: url(../images/chara2.png) no-repeat;
	background-size: 107px auto;
	z-index: 3;
}

.column2 .column2_box1 p.sub {
	margin: 5px 0 0 20px;
	text-align: left;
	font-weight: normal;
	font-size: 1.0rem;
}

@media screen and (min-width: 768px) {

	.column_wrapper {
		margin: -15px 0 0 0;
	}

	.column2 {
		margin: -35px 0 0 0;
		padding: 110px 0 0 0;
		background: url(../images/back1.png);
	}
	
	.column2 .inner {
		padding-bottom: 300px;
	}
	
	.column2 .inner::after {
		bottom: 125px;
		width: 216px;
		height: 270px;
		background: url(../images/chara3.png) no-repeat;
		background-size: 216px auto;
	}
	
	.column2 h2 {
		margin: 15px 0 25px 0;
		width: auto;
	}

	.column2 p {
		margin: 0 0 10px 0;
		font-size: 1.8rem;
	}
	
	.column2 p.sub {
		font-size: 1.2rem;
	}
	
	.column2 h3 {
		margin: 40px 0 100px 0;
	}

	.column2_box h3 img {
		width: auto;
	}
	
	.column2_box {
		margin: 0 0 100px 0;
		padding: 0 0 40px 0;
		border-radius: 30px;
	}
	
	.column2_box h3 {
		padding: 20px 0;
		border-radius: 20px 20px 0 0;
	}
	
	.column2_box > h3::after {
		bottom: -20px;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 20px solid #fff100;
	}
	
	.column2_box1 .mark1 {
		top: -94px;
		left: 125px;
		width: auto;
	}
	
	.column2_box p {
		margin: 35px 0 30px;
		font-size: 1.8rem;
		line-height: 1.8;
	}
	
	.column2_box h4 {
		margin: 0 0 0 45px;
		text-align: left;
		width: auto;
	}
	
	.column2_box .pop2 {
		top: 130px;
		right: 93px;
		width: auto;
	}
	
	.column2_box1 {
		padding-bottom: 15px;
	}

	.column2_box1::after {
		right: -46px;
		top: 190px;
		bottom: auto;
		width: 201px;
		height: 260px;
		background: url(../images/chara2.png) no-repeat;
		background-size: 201px auto;
	}

	.column2 .column2_box1 p.sub {
		margin: 10px 120px 0 0;
		text-align: right;
		font-size: 1.4rem;
	}

}

.column2_box2 {
	margin: 0 0 25px 0;
	padding-bottom: 20px;
}

.column2_box2 h3 {
	margin: 0 0 35px 0;
}

.column2_box2 > h3 img {
	width: 174px;
}

.column2_box2::before {
	margin: auto;
	position: absolute;
	content: '';
	top: -42px;
	left: 0;
	right: 0;
	width: 5px;
	height: 24px;
	background-color: #fff;
}

.column2_box2::after {
	margin: auto;
	position: absolute;
	content: '';
	top: -33px;
	left: 0;
	right: 0;
	width: 24px;
	height: 5px;
	background-color: #fff;
}

.column2_box2 .mark2 {
	position: absolute;
	top: -35px;
	left: -10px;
	z-index: 2;
	width: 67px;
}

.column2_box2 p {
	margin:  0 0 15px;
	letter-spacing: 0;
}

.column2_box2 p a {
	color: #e52d8a;
	font-size: 1.4rem;
	text-decoration: underline;
}

.column2_box2 ul {
	margin: 20px 0;
}

.column2_box2 li {
	margin: 0 20px 12px;
}

.plan1,
.plan2 {
	width: 610px;
}

.column2_box2 li h3 {
	margin: 0;
	padding: 0;
	background: none;
	
}

.column2_text p {
	margin: 0 20px;
	padding: 0;
	text-align: left;
	font-size: 1.0rem;
	line-height: 1.4;
}

@media screen and (min-width: 768px) {

	.column2_box2 {
		margin: 0 0 75px 0;
	}
	
	.column2_box2 h3 {
		margin: 0 0 35px 0;
	}
	
	.column2_box2 h3 img {
		width: auto;
	}

	.column2_box2::before {
		top: -75px;
		left: 0;
		right: 0;
		width: 10px;
		height: 48px;
	}
	
	.column2_box2::after {
		top: -57px;
		left: 0;
		right: 0;
		width: 48px;
		height: 10px;
	}
	
	.column2_box2 .mark2 {
		top: -60px;
		left: auto;
		right: 155px;
		width: auto;
	}
	
	.column2_box2 p {
		margin:  0 0 20px;
	}
	
	.column2_box2 p a {
		font-size: 1.8rem;
	}
	
	.column2_box2 ul {
		margin: 40px 0 20px;
		display: flex;
		justify-content: center;
	}
	
	.column2_box2 li {
		margin: 0 19px;	
	}
	
	.column2_box2 h3 .plan1,
	.column2_box2 h3 .plan2 {
		width: 430px;
	}

	.column2_text p {
		margin: 0 0 0 45px;
		font-size: 1.2rem;
	}

}

.column2 .more {
	margin: 0 auto 15px;
	width: 145px;
}

.column2_box3 {
	margin-bottom: 35px;
	padding-bottom: 30px;
}

.column2_box3 .mark3 {
	position: absolute;
	top: -35px;
	left: -10px;
	z-index: 2;
	width: 67px;
}

.column2_box3 > h3 img {
	width: 290px;
}

.column2_box3 h4 {
	margin: 30px auto 15px;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	color: #231815;
}

.column2_box3 p {
	margin: 0 0 20px 0;
}

.column2_box3 ul {
	margin: 0 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.column2_box3 li {
	margin: 0 5px;
	width: 140px;
}

@media screen and (max-width: 320px) {

	.column2_box3 ul {
		margin: 0 5px;
	}

	.column2_box3 li {
		margin: 0 8px;
		width: 115px;
	}

}

.btn_yellow {
	margin: 0;
	border-radius: 40px;
	font-size: 2.0rem;
	font-weight: bold;
	background: #fff100 url(../images/arrow2.png) no-repeat right 30px center;
	background-size: 9px auto;
}

.btn_yellow a {
	padding: 20px 0;
	color: #e52d8a;
	display: block;
}

@media screen and (min-width: 768px) {

	.column2 .more {
		margin: 0 0 35px 0;
		width: auto;
	}
	
	.column2_box3 {
		margin-bottom: 100px;
	}

	.column2_box3 .mark3 {
		top: -105px;
		left: 0;
	}
	
	.column2_box3 > h3 img {
		width: auto;
	}

	.column2_box3 h4 {
		margin: 45px 0 15px;
		font-size: 2.2rem;
	}
	
	.column2_box3 p {
		margin: 0 0 25px 0;
	}
	
	.column2_box3 ul {
		margin: 0;
	}
	
	.column2_box3 li {
		margin: 0 13px;
		width: auto;
	}
	
	.btn_yellow {
		margin: 0 auto;
		font-size: 2.6rem;
		width: 520px;
		background: #fff100 url(../images/arrow2.png) no-repeat right 30px center;
		background-size: 14px auto;
	}
	
	.btn_yellow a {
		padding: 25px 0;
	}

}

/* ----------------------
		column3
---------------------- */

.column3 {
	text-align: center;
	position: relative;
	z-index: 2;
}

.column3::before {
    content: '';
    position: absolute;
	top: -50px;
    left: 0;
    width: 120%;
    height: 25%;
    margin: 3% -10% 0;
    background: #fff;
    transform-origin: left center;
    transform: rotate(6deg);
	z-index: 2;
}

.column3::after {
    content: '';
    position: absolute;
	top: -50px;
    left: 0;
    width: 120%;
    height: 25%;
    margin: 3% -10% 0;
    background: #fff;
    transform-origin: right center;
    transform: rotate(-6deg);
	z-index: 2;
}

.column3 .inner {
	padding: 55px 18px 0;
	z-index: 3;
}

.column3 h2 {
	margin: -30px 0 15px;
	display: inline-block;
}

.column3 ol {
	margin: 60px 0 40px;
	padding: 0;
}

.column3 li {
	margin: 0 0 70px 0;
	padding: 0 0 15px 0;
	list-style: none;
	position: relative;
	border: 3px solid #005c9d;
}

.column3 li:nth-child(3) {
	margin-bottom: 40px;
}

.column3 li:nth-child(1) figure,
.column3 li:nth-child(2) figure {
	width: calc(50% - 35px);
}

.column3 li:nth-child(2) figure {
	margin: 15px 20px 30px 5px;
	margin-top: -55px;
}

.column3 li .step_no {
	margin: auto;
	padding: 8px 0 0;
	position: absolute;
	top: -44px;
	left: 0;
	right: 0;
	border: 4px solid #005c9d;
	background-color: #fff;
	color: #005c9d;
	font-size: 1.3rem;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	line-height: 1.0;
}

.column3 li .step_no span {
	margin-top: -8px;
	display: block;
	font-size: 3.6rem;
	width: 100%;
}

.column3 li:nth-child(1)::before,
.column3 li:nth-child(2)::before {
	position: absolute;
	content: '';
	margin: auto;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 20px solid #005c9d;  
}

.column3 li h4 {
	margin: 0 0 20px 0;
	padding: 45px 0 20px;
	color: #005c9d;
	width: 100%;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.07em;
	background-color: #fff2ba;
}

.column3 li h4 span {
	margin: 10px 0 0 0;
	display: block;
	font-size: 2.8rem;
}

.column3 li h5 {
	margin: 0 20px 10px;
	color: #005c9d;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0;
}

.column3 li p {
	margin: 0 0 10px 20px;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0em;
}

.column3 li:nth-child(1) p,
.column3 li:nth-child(2) p {
	float: left;
	width: calc(50% - 10px);
}

.column3 li p.sub {
	margin: 0 20px 10px 20px;
	font-size: 1.0rem;
	float: none;
	width: auto;
	clear: both;
}

.column3 li figure {
	margin: 15px 20px 0 5px;
	float: right;
}

.column3 li .step1_sub {
	margin: 0 20px;
	font-size: 1.2rem;
	width: auto;
	clear: both;
}

.column3 li:nth-child(3) p {
	margin: 20px 20px 20px;
	float: none;
}

.step3_column {
	margin: 0 15px;
	display: flex;
	justify-content: center;
}

.column3 li dl {
	margin: 0 5px;
	width: 50%;
	text-align: center;
}

.column3 li dt {
	margin: 0 0 20px 0;
	padding: 10px 0;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #005c9d;
	border-radius: 20px;
}

.column3 li dd {
	color: #005c9d;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
}

.column3 li:nth-child(3) p.sub {
	margin: 15px 20px 0;
}

@media screen and (min-width: 768px) {

	.column3::before {
	    top: -250px;
	    height: 80%;
	    margin: 3% -10% 0;
	}
	
	.column3::after {
	    top: -250px;
	    height: 80%;
	    margin: 3% -10% 0;
	}
	
	.column3 .inner {
		padding: 0 0 100px;
	}
	
	.column3 h2 {
		margin: -30px 0 60px;
	}
	
	.column3 ol {
		margin: 60px 0 40px;
		display: flex;
		justify-content: center;
	}
	
	.column3 li {
		margin: 0;
		padding: 130px 20px 0 30px;
		width: 320px;
		height: 848px;
		border: none;
	}
	
	.column3 li .step_no {
		display: none;
	}

	.column3 li:nth-child(1) {
		background: url(../images/step1.png) no-repeat;
	}
	
	.column3 li:nth-child(2) {
		margin: 0 20px !important;
		background: url(../images/step2.png) no-repeat;
	}
	
	.column3 li:nth-child(3) {
		margin-bottom: 0;
		background: url(../images/step3.png) no-repeat;
	}
	
	.column3 li:nth-child(1)::before,
	.column3 li:nth-child(2)::before {
		top: 0;
		bottom: 0;
		left: auto;
		right: -20px;
		border-left: 20px solid #005c9d;
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;	
		border-right: none;
	}
	
	.step1_img {
		width: 247px;
	}
	
	.step2_img {
		width: 239px;
	}

	.column3 li h4 {
		margin: 0 0 30px 0;
		padding: 0;
		font-size: 1.8rem;
		letter-spacing: 0.07em;
		background-color: inherit;
	}
	
	.column3 li h4 span {
		margin: 15px 0 0 0;
		font-size: 3.4rem;
	}
	
	.column3 li h5 {
		margin: 65px 0 10px;
		font-size: 2.2rem;
	}
	
	.column3 li p,
	.column3 li .step1_sub {
		margin: 0 0 20px 0;
		text-align: left;
		font-size: 1.8rem;
		line-height: 1.6;
		font-weight: bold;
		letter-spacing: 0em;
		float: none !important;
		width: auto !important;
	}
	
	.column3 li p.sub {
		margin: 0;
		font-size: 1.3rem;	
	}
	
	.column3 li figure {
		margin: 40px 0 !important;
		float: none;
		width: auto !important;
	}
	
	.column3 li:nth-child(3) p {
		margin: 65px 0 20px;
	}
	
	.step3_column {
		margin: 0;
		display: block;
	}

	.column3 li dl {
		margin: 0;
		width: auto;
	}
	
	.column3 li dt {
		margin: 0 0 20px 0;
		padding: 12px 0;
		font-size: 1.8rem;
	}
	
	.column3 li dd {
		font-size: 2.2rem;
		line-height: 1.4;
	}
	
	.column3 li:nth-child(3) p.sub {
		margin: 30px 0 0;
	}

}

/* ----------------------
		column5
---------------------- */

.column5 {
	margin-bottom: 70px;
	padding-bottom: 30px;
	text-align: center;
}

.column5 .inner {
	margin: 0 18px;
}

.colum5_column1 {
	margin: 0 0 30px;
	border: 3px solid #005c9d;
	padding-bottom: 50px;
}

.colum5_column1 h2 {
	margin: 0 0 15px 0;
	padding: 16px 0;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #005c9d;
	letter-spacing: 0.07em;
}

.colum5_column1 p {
	margin: 0 15px;
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: bold;
}

.colum5_column1 p a {
	color: #e52d8a;
	text-decoration: underline;
}

.colum5_column1 h3 {
	margin: 20px 0;
	padding: 0 0 4px 0;
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
	border-bottom: 2px solid
}

.colum5_column1 p .tel {
	width: 264px;
}

.colum5_column1 p.open {
	margin: 10px auto 0;
	font-size: 1.2rem;
	width: 270px;
	line-height: 1.4;
	font-weight: normal;
	text-align: left;
}

.colum5_column1 p.sub {
	margin: 0 auto;
	font-size: 1.2rem;
	line-height: 1.4;
	width: 270px;
	text-align: left;
	font-weight: normal;
}

.colum5_column1 p.sub a {
	color: inherit;
}

.btn_column {
	margin: 30px 20px;
}

.btn_blue {
	margin: 0 0 12px;
	border-radius: 55px;
	font-size: 1.8rem;
	line-height: 1.2;
	background: #009bd0 url(../images/arrow1.png) no-repeat right 20px center;
	background-size: 9px auto;
}

.btn_blue a {
	padding: 15px 0 16px;
	color: #fff;
	display: block;
}

.btn_column .btn_blue span {
	margin: 5px 0 0;
	display: block;
	font-size: 1.0rem;
	font-weight: normal;
	letter-spacing: 0;
}

@media screen and (max-width: 320px) {

	.btn_blue a {
		padding: 18px 20px 16px;
	}
	
	.btn_column .btn_blue span {
		margin: 8px 10px;
	}

}

.colum5_column2 {
	padding: 25px;
	background-color: #fffbb2;
}

.colum5_column2 h3 {
	margin: 0 0 15px 0;
	font-size: 1.6rem;
	line-height: 1.4;	
	font-weight: bold;
	text-align: left;
}

.colum5_column2 p {
	margin: 0 0 4px 0;
	font-size: 1.0rem;
	text-align: left;
}

@media screen and (min-width: 768px) {

	.column5 {
		margin-bottom: 0;
		padding-bottom: 64px;
	}
	
	.column5 .inner {
		margin: 0 auto;
	}

	.colum5_column1 {
		margin-bottom: 60px;
		border: 5px solid #005c9d;
	}
	
	.colum5_column1 h2 {
		margin: 0 0 35px 0;
		padding: 20px 0;
		font-size: 2.8rem;
	}
	
	.colum5_column1 p {
		font-size: 1.9rem;
	}
	
	.colum5_column1 h3 {
		margin: 45px 0 30px;
		padding: 0 0 4px 0;
		font-size: 2.4rem;
		border-bottom: 3px solid
	}
	
	.colum5_column1 p .tel {
		width: 479px;
	}

	.colum5_column1 p.open {
		margin: 20px 0 0 0;
		font-size: 1.6rem;
		line-height: 1.2;
		text-align: center;
		width: auto;
	}
	
	.colum5_column1 p.sub {
		margin: 0 0 0 250px;
		font-size: 1.6rem;
		width: auto;
	}
	
	.btn_column {
		margin: 50px 45px;
		display: flex;
		justify-content: space-between;
	}
	
	.btn_blue {
		margin: 0 auto;
		font-size: 2.6rem;
		font-weight: bold;
		width: 520px;
		background: #009bd0 url(../images/arrow1.png) no-repeat right 30px center;
		background-size: 14px auto;
	}
	
	.btn_blue a {
		padding: 25px 0;
	}
	
	.btn_column .btn_blue {
		margin: 0;
		font-size: 2.2rem;
		width: 440px;
	}
	
	.btn_column .btn_blue a {
		padding: 18px 0 16px;
	}
	
	.btn_column .btn_blue span {
		margin: 8px 0 0;
		display: block;
		font-size: 1.2rem;
		font-weight: normal;
		letter-spacing: 0;
	}
	
	.colum5_column2 {
		padding: 45px;
	}
	
	.colum5_column2 h3 {
		margin: 0 0 30px 0;
		font-size: 1.8rem;
		text-align: center;
	}
	
	.colum5_column2 p {
		margin: 0 0 4px 0;
		font-size: 1.2rem;
	}

}

/* ----------------------
		footer
---------------------- */

.footer {
	display: none;
	padding: 10px 18px 0;
	background-color: #e52d8a;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}

.footer p {
	margin: 0 0 15px 0;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.footer p::before {
	position: absolute;
	content: '';
	top: 4px;
	left: 4px;
	width: 100%;
	height: 61px;
	border-radius: 40px;
	border: 2px solid #fff100;
	background-color: #e52d8a;
	z-index: 1;
}

.footer p a {
	display: block;
	position: relative;
	border-radius: 40px;
	z-index: 2;
	background: #fff100 url(../images/arrow3.png) no-repeat right 20px center;
	background-size: 10px auto;
}

.footer p a {
	padding: 14px 0 12px;
}

.footer p span {
	display: block;
	font-size: 1.0rem;
	letter-spacing: 0;
}

@media screen and (min-width: 768px) {

	.footer {
		padding: 25px 0 32px;
	}
	
	.footer .inner {
		display: flex;
		justify-content: space-between;
	}
	
	.footer p {
		margin: 0;
		width: 490px;
		font-size: 2.2rem;
		line-height: 1.3;
	}
	
	.footer p::before {
		top: 5px;
		left: 5px;
		width: 490px;
		height: 76px;
		border-radius: 40px;
		border: 4px solid #fff100;
	}
	
	.footer p a {
		background: #fff100 url(../images/arrow3.png) no-repeat right 30px center;
		background-size: 14px auto;
	}
	
	.footer p a {
		padding: 14px 0 12px;
	}
	
	.footer p span {
		font-size: 1.4rem;
	}

}
