@charset "utf-8";
h1 {
	display: inline-block;
	letter-spacing: 8px!important;
	text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}

.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6),
.cp_tab > input:nth-child(13):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(7),
.cp_tab > input:nth-child(15):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(8),
.cp_tab > input:nth-child(17):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(9),
.cp_tab > input:nth-child(19):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(10){
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
  color: #feb0d8;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #f06b9c;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #f06b9c;
	border-bottom: 1px solid #ffffff;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
  color: #f06b9c;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	border-top: 1px solid #cccccc;
}
#main_contents {
    margin: 0 auto;
}
#footer-image {
    margin: 0;
}
/*#maincont {
    width: 100%;
    max-width: 800px;
}*/
.wrapper_box {
    width: 90%;
    margin: auto;
}
.main_img {
	width: 100%;
	display: block;
}
.heading_1 {
	width: 100%;
	margin: 0px auto;
	display: block;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.8em;
	font-weight: bold;
}
.heading_2 {
	font-size: 1.3em;
	display: block;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}
.descri {
	display: block;
	margin-bottom: 30px;
	line-height: 1.7em;
	text-align: justify;
}
.gray {
	color: #CCCACA;
	font-weight: normal;
} 
.mb0 {
	display: block;
	margin-bottom: 0px;
}
.heading_2 {
    position: relative;
    padding: .5rem .5rem;
    border-bottom: 6px solid #f26b9c;
    letter-spacing: .2rem;
    color: #f06b9c;
}
.heading_2:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: '';
    background: #feb0d8;
  }


@media (min-width:768px) {
	.sp {
		display: none;			
	}
}

@media (max-width:767px) {
	.cp_tab {
		width: 100%;
		font-size: 1em;
	}
	.cp_tab > label {
		position: relative;
		display: inline-block;
		padding: 10px 0px;
		cursor: pointer;
		border: 1px solid transparent;
		border-bottom: 0;
		font-weight: bold;
		font-size: 4.3vw;
		width: 18.5%;
		text-align: center;
    color: #feb0d8;
	}
	.wrapper_box {
		width: 100%;
		margin: 0px auto 0px;
	}
	.heading_1 {
		width: 100%;
		display: block;
		font-size: 1.4em;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		text-align: center;
	}
	.heading_2 {
		font-size: 1.3em;
		display: block;
		margin-top: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.descri {
		display: block;
		margin-bottom: 30px;
		line-height: 1.7em;
		text-align: justify;
	}
	.pc {
		display: none;			
	} 
	.sp {
		display: block;			
	} 
}
