@charset "utf-8";

/* Setting-basic
-----------------------------------------------------------*/
html {font-size: 62.5%;}
body {
	font-family:  'Noto Sans JP','游ゴシック体','YuGothic','游ゴシック Medium','Yu Gothic Medium','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	color: #333;
	background: #fff;
	line-height:1.5;
	font-feature-settings: "palt";
	font-size: 1.5rem;
	-webkit-text-size-adjust:100%;
}
.clearfix {
	clear: both;
}


/* Module
-----------------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
img.ofi {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
	font-family: 'object-fit: cover;'
}
p {
	margin: 0 0 20px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	line-height: 1.3;
}
h1 { font-size: 3.6rem;}
h2 { font-size: 3rem;}
h3 { font-size: 2.4rem;}
h4 { font-size: 2.1rem;}
h5 { font-size: 1.8rem;}
h6 { font-size: 1.6rem;}

ol,ul {
	list-style: none;
}
.liststyle_decimal {
	list-style: decimal;
	padding: 0 0 0 30px;
}
.liststyle_decimal li {
	margin-bottom: 5px;
}
.liststyle_disc {
	list-style: disc;
	padding: 0 0 0 30px;
}
.liststyle_disc li {
	margin-bottom: 4px;
}
.liststyle_dl1 {
	overflow: hidden;
	width: 100%;
}
.liststyle_dl1 dt {
	float: left;
	width: 120px;
	margin: 0 0 25px;
	font-weight: bold;
}
.liststyle_dl1 dd {
	float: left;
	width: calc(100% - 120px);
	margin: 0 0 25px;
}
.liststyle_dl2 dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.liststyle_dl2 dd {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ccc;
}
.liststyle_dl2 dd:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}


/* Hypertext Module
-----------------------------------------------------------*/
a:link,
a:visited {
	color: #333;
	text-decoration: none;
	transition: all .2s ease-in-out;
}
a:hover {
	color: #777;
}
a.linkstyle {
	color: #672e8e;
	text-decoration: underline;
}
a:hover.linkstyle {
	color: #e00a8c;
}
::selection {
	color: #91a50b;
	background: #f2ff8e;
}

.swap {
	transition: all .2s ease-in-out;
}
.swap:hover {
	opacity: 0.7;
}


/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 { margin-bottom: 0!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;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}
.mb120 { margin-bottom: 120px!important;}
.mb130 { margin-bottom: 130px!important;}
.mb140 { margin-bottom: 140px !important;}
.mb150 { margin-bottom: 150px !important;}
.mb160 { margin-bottom: 160px !important;}
.mb170 { margin-bottom: 170px !important;}
.mb180 { margin-bottom: 180px !important;}
.mb190 { margin-bottom: 190px !important;}
.mb200 { margin-bottom: 200px !important;}
.mb210 { margin-bottom: 210px !important;}
.mb220 { margin-bottom: 220px !important;}
.mb230 { margin-bottom: 230px !important;}
.mb240 { margin-bottom: 240px !important;}
.mb250 { margin-bottom: 250px !important;}
.mb260 { margin-bottom: 260px !important;}
.mb270 { margin-bottom: 270px !important;}
.mb280 { margin-bottom: 280px !important;}
.mb290 { margin-bottom: 290px !important;}
.mb300 { margin-bottom: 300px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}
.mt110 { margin-top: 110px !important;}
.mt120 { margin-top: 120px !important;}
.mt130 { margin-top: 130px !important;}
.mt140 { margin-top: 140px !important;}
.mt150 { margin-top: 150px !important;}
.mt160 { margin-top: 160px !important;}

/* width */
.width100 { width: 100%;}
.width90 { width: 90%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width45 { width: 45%;}
.width40 { width: 40%;}
.width35 { width: 35%;}
.width30 { width: 30%;}
.width25 { width: 25%;}
.width20 { width: 20%;}
.width15 { width: 15%;}
.width10 { width: 10%;}
.width5 { width: 5%;}

/* font size */
.text75 { font-size: 75%;}
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text110 { font-size: 110%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
.c_fff { color: #fff;}
.c_red { color: #f00;}
.c_blue { color: #0e92e5;}
.c_green { color: #86bf00;}
.c_orange { color: #ee761b;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

/* text-align */
.aligncenter { text-align: center;}
.alignleft { text-align: left;}
.alignright { text-align: right;}

::selection {
	color: #81249d;
	background: #f8e0ff;
}

/* inview
-----------------------------------------------------------*/
.effect_fadein {
	overflow: hidden;
	opacity: 0;
	transition: 1s;
	transform: translate(0,-30px); 
}
.effect_def {
	opacity: 1.0;
	transform: translate(0,0); 
}


/* effect
-----------------------------------------------------------*/
.img_effect {
	transition: all .3s ease-in-out;
}
.img_effect:hover {
	transform: scale(1.1);
}


/* Table Module
-----------------------------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}
td,th {
	padding: 15px;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
th {
	font-weight: bold;
}
thead th {
	padding: 5px 15px;
	background: #555;
	color: #fff; 
	font-size: 1.3rem;
}
tfoot th {
	padding: 5px 15px;
	background: #ddd;
	font-size: 1.3rem;
}


/* Forms Module
-----------------------------------------------------------*/
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #f4f4f4;
}
select {
	padding: 12px 40px 12px 15px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #fff;
	cursor: s-resize;
}
select::-ms-expand {
	display: none;
}
.selectbox{
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
}
.selectbox::before{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: #eee;
	height: 100%;
	width: 30px;
	border: 1px solid #777;
	border-radius: 0 4px 4px 0;
}
.selectbox::after{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #777 transparent transparent transparent; 
}
.need:before,
.any:before {
	margin: 0 7px 0 0;
	padding: 3px 4px;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
}
.need:before {
	content: "必須";
	background: #ff6969;
}
.any:before {
	content: "任意";
	background: #999;
}
input:hover,
.input_text:hover,
textarea:hover,
select:hover {
	opacity: 0.8;
	border-color: #464646
}
::placeholder{
  color: #aaa;
}


/* sp_nav
-----------------------------------------------------------*/

.header_menubtn {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 200;
    width: 40px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}
.header_menubtn p {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.header_menubtn p.close {
	display: none;
}
.header_menubtn.active .menu_trigger + p.menu {
	display: none;
}
.header_menubtn.active .menu_trigger + p.menu + p.close {
	display: block;
	color: white;
}
.menu_trigger,
.menu_trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu_trigger {
	position: relative;
	width: 40px;
	height: 30px;
}
.menu_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: black;
	border-radius: 4px;
}
.menu_trigger span:nth-of-type(1) {
	top: 0;
}
.menu_trigger span:nth-of-type(2) {
	top: 13px;
}
.menu_trigger span:nth-of-type(3) {
	bottom: 0;
}

.active .menu_trigger span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
  background: white;
}
.active .menu_trigger span:nth-of-type(2) {
  opacity: 0;
}
.active .menu_trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
  background: white;
}
.area_footer.content {
	display: none;
}







/* layout_common
-----------------------------------------------------------*/
.sp_only {
	display: none;
}
.cover {
	width: 100%;
	margin: 0 auto;
}
.wrap_1280 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.wrap_1024 {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.wrap_960 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.wrap_800 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.area_drawermenu.active {
    visibility: visible;
    opacity: 1;
}
.area_drawermenu {
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 110;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    overflow: auto;
}
.menu_list li a {
    font-size: 2.5rem;
    padding: 20px 0 18px 5px;
    display: block;
    font-size: 1.75rem;
    padding: 15px 0 13px 5px;
    color: white;
    position: relative;
    padding-left: 20px;
}
.menu_list li a i {
	margin-left: 5px;
	font-size: 1.3rem;
}
.menu_list li a span {
	position: absolute;
	right: 20px;
	top: 16px;
	font-size: 1.2rem;
}
.menu_list li:first-child {
    border-top: 1px solid #929292;
}
.menu_list li {
    display: block;
    border-bottom: 1px solid #929292;
}

.menu_list {
    position: absolute;
    right: -500px;
    left: auto;
    background: whitesmoke;
    width: 80%;
    max-width: 445px;
    padding: 80px 0 100px 30px;
    overflow-y: scroll;
    transition: .25s;
    -webkit-backface-visibility: hidden;
    height: 100%;
    background: black;
    color: white;
}
.active .menu_list {
    right: 0px;
    left: auto;
    font-size: 0;
    transition: .25s;
}


/* layout_top
-----------------------------------------------------------*/

header {
	margin-bottom: 50px;
}
.icon_header_hhcross {
	width: 100%;
	padding: 13px 0;
	background: rgba(255,255,255,.5);
	margin-bottom: 77px;
}
.icon_header_hhcross img {
	width: 92px;
	display: block;
	margin: 0 auto;
}
.header_box {
	display: block;
	margin: 0 auto;
	width: 298px;
}
.head_logo {
	margin: 0 auto;
	width: 298px;
	height: auto;
}
.bg_gray,
.bg_user,
.bg_form,
.bg_member,
.bg_common {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

#contents {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px 96px;
}
.contents_box2,
.contents_box {
	border-radius: 15px;
	background: #fff;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
	padding: 80px 0;
}
.contents_box2 {
	padding: 97px 45px 110px;
	margin-bottom: 60px;
}
.contents_box2:last-child {
	margin-bottom: 0;
}
.img_contents_box {
	margin-top: 50px;
	margin-bottom: -75px;
}
.img_contents_box img {
	display: block;
	width: 150px;
	height: 150px;
	background: #fff;
	padding: 13px;
	border-radius: 100px;
	margin: 0 auto;
	top: 60px;
}
.form_title {
	font-weight: 600;
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 20px;
}
.form_titile2 {
	font-size: 2rem;
	text-decoration: underline;
	text-align: center;
	color: #333;
	margin-bottom: 25px;
}
.form_text {
	text-align: center;
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 52px;
	line-height: 28px;
}
.formErrorContent2 {
	text-align: center;
	margin-bottom: 0;
	font-size: 1.5rem;
	color: #ef3265;
	display: inline-block;
	width: 100%;
}
.form_text2 {
	font-size: 1.5rem;
	margin-bottom: 46px;
}
.iframe_box_wrap + .form_text {
	margin-bottom: 39px;
}
.form_step,
.contents_flow {
	display: flex;
	justify-content: center;
	margin-bottom: 77px;
}
.form_step li,
.contents_flow li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin-right: 93px;
}
.list_item_text,
.list_item_number,
.contents_flow_text,
.contents_flow_number {
	opacity: .3;
}
.active .list_item_text,
.active .list_item_number,
.active .contents_flow_text,
.active .contents_flow_number {
	opacity: 1;
}
.form_step li:last-child,
.contents_flow li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.form_step li:before,
.contents_flow li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 20px;
	right: -30%;
	transform: translate(calc(50% + 36px), 0);
	width: 72px;
	height: 1px;
	border-bottom: 2px dotted #d1d1d1;
}
.form_step li:last-child:before,
.contents_flow li:last-child:before {
	content: none;
}
.list_item_number,
.contents_flow_number {
	width: 40px;
	height: 40px;
	background: #937854;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 100px;
	margin: 0 auto;
	margin-bottom: 12px;
}
.list_item_text,
.contents_flow_text {
	font-weight: 600;
	font-size: 1.4rem;
	color: #333;
	text-align: center;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 120px;
	white-space: nowrap;
}
.flat-ttl {
	border-radius: 3px;
	font-weight: 600;
	padding: 8px 15px 8px 15px;
	font-size: 1.6rem;
	line-height: 1.6;
	border: none;
	margin-bottom: 0;
	background: #f7f7f7;
	margin-bottom: 48px;
}
.btn_column_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.btn_column_wrap:has(.btn02 + .btn04),
.btn_column_wrap:has(.btn02 + .btn01) {
	gap: 20px;
}
.btn_column:last-child {
	margin-left: 50px;
}
.btn_column:only-child {
	margin-left: 0;
}
#index_top .flat-ttl {
	margin-bottom: 17px;
}
.flat-ttl span {
	display: block;
	position: relative;
	padding-left: 10px;
}
.flat-ttl span:before {
	display: inline-block;
	content: "";
	width: 2px;
	height: 18px;
	border-radius: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}


/*テーブル
---------------------------------------------------------- */
.form_table {
	border: 0;
	margin-bottom: 82px;
	font-size: 1.6rem;
}
/* .form_table p {
	margin-bottom: 0;
} */
.form_table th,
.form_table td {
	border: 0;
	position: relative;
}
.form_table th {
	width: 266px;
	padding: 0 34px 0 0;
	vertical-align: top;
}
.form_table td {
	padding: 0 0 44px 0;
	word-break: break-all;
}
.form_table tr:last-child td {
	padding: 0;
}
.cate_any,
.cate_must {
	display: inline-block;
	padding: 2px;
	width: 32px;
	height: 17px;
	border-radius: 4px;
	background: #EF3265;
	font-weight: 600;
	font-size: 1.1rem;
	color: #fff;
	line-height: 1;
	font-weight: normal;
	text-align: center;
	position: relative;
	top: 2px;
}
.cate_any {
	background: #CCCCCC;
}
.form_table_th_title {
	font-weight: 600;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	flex: 1;
	order: 1;
}
.need_box {
	position: relative;
}
.need_box:before {
	content: "必須";
	display: inline-block;
	padding: 4px 8px;
	width: 40px;
	text-align: center;
	height: 20px;
	border-radius: 4px;
	background: #cd4141;
	font-weight: 600;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1;
	position: absolute;
	left: -70px;
	top: 15px;
}
@-moz-document url-prefix() {
	.need_box:before {
		width: 42px;
		font-size: 1.15rem;
	}
	.cate_any,
	.cate_must {
		width: 42px;
		font-size: 1.15rem;
	}
}
.form_table_th {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 12px;
}
.form-table .not {
	border: none;
	background-color: #edfbff;
	box-shadow: 0px 0px 0px 1px #00a7db inset;
}
.column_item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 22px;
}
.column_item_min {
	width: 100%;
}
.column_item.width100 {
	justify-content: space-between;
}
.form_check .column_item .input_ttl {
	position: relative;
	top: 0;
	display: inline-block;
}
.check_tel_number {
	margin-bottom: 0;
}
.column_item:last-child {
	margin-bottom: 0;
}
.input_ttl {
	width: 100%;
	font-size: 1.5rem;
	margin-bottom: 10px;
	margin-right: 15px;
	display: block;
}
.width350px {
	width: 350px;
}
.width70px {
	width: 70px;
}
.width75px {
	width: 75px;
}
.width80px {
	width: 80px;
}
.width100px {
	width: 100px;
}
.width160px {
	width: 160px;
}
.width113px {
	width: 113px;
}
.width200px {
	width: 200px;
}
.label-select.width200px {
	width: 200px;
}
.width400px {
	width: 410px;
}

.max_169px {
	max-width: 169px;
}
.max_267px {
	max-width: 267px;
}
.max_310px {
	max-width: 310px;
}

.label-select {
	cursor: pointer;
	width: 100%;
	position: relative;
	display: block;
}
.label-select:has(select[disabled]):hover {
	opacity: 1;
}
.label-select:has(select[disabled]):after {
	opacity: .2;
}
.check_item_wrap,
.check_item {
	display: flex;
	width: 100%;
	flex: 1;
}
.check_item + .check_item {
	margin-top: 20px;
}
.check_item:has(> *:nth-child(2))  {
	gap: 0 11px;
	justify-content: space-between;
}
.check_item:has(.formErrorContent) {
	flex-wrap: wrap;
}
.check_item:not(.zip_form) {
	justify-content:left;
}
.flexnone {
	flex: none;
}
.label-select:after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 8px;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url("../images/icon_select01.svg") no-repeat;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
}
.label-select.width30 {
	width: 30%;
}
textarea,
input,
.input_text {
	font-size: 1.4rem;
	border-radius: 3px;
	background: #f8f8f8;
	margin-bottom: 0;
	width: 100%;
	border: 0;
	padding: 10px 10px 11px;
	box-shadow: inset 0px 1px 0px #DEDEDE;
	position: relative;
}
textarea:focus,
input:focus,
input[type="text"]:focus {
	outline: 1px solid #009dff;
}
textarea.error,
input.error,
.input_text.error {
	background: rgba(239, 50, 101, 0.06);
	border: 1px solid #ef3265;
}



.formErrorContent,
.error_text {
	font-size: 1.4rem;
	color: #ef3265;
	margin-bottom: 0;
	text-align: left;
	margin-top: 10px;
	width: 100%;
}
.label-select {
	cursor: pointer;
	width: 100%;
	position: relative;
	display: block;
}
.label-select:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 100%;
	border-radius: 0px 5px 5px 0px;
	opacity: 0.5;
	pointer-events: none;
	z-index: 1;
}
.label-select:has(select[disabled]):before {
	background: #000;
	opacity: 0.1;
	pointer-events: none;
}
.label-select:after {
	content: "";
	background: url(../images/i_arrow3.svg) no-repeat;
	background-size: contain;
	width: 8px;
	height: 5px;
	position: absolute;
	top: 23px;
	right: 18px;
	z-index: 2;
}
.label-select select {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 0;
	outline: none;
	font-size: 1.4rem;
	line-height: 1.3;
	background: white;
	padding: 12px 54px 12px 15px;
	background: #f7f7f7;
	border: 0;
	border-radius: 5px;
	box-shadow: 0px 1px 1px rgba(51, 51, 51, 0.22);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .25s;
}
.label-select select:hover {
	opacity: .8;
}
.label-select.error select {
	background: linear-gradient(#fff 0%, #fef3f6 100%);
	border: 1px solid #ef3265;
}
.label-select select.error {
	background: #fdd0d2;
	border: 1px solid #c00;
}
.label-select.error:before {
	background: linear-gradient(rgba(239, 50, 101, 0.67) 0%, #ef3265 100%);
	opacity: 1;
}
.form_check .form_table_th {
	height: auto;
}
.check_item textarea {
	padding: 14px 15px;
	cursor: text;
	margin-bottom: 0;
	border-radius: 3px;
}
.input_ttl_wrap {
	margin-bottom: 20px;
	padding-top: 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.no_spin::-webkit-inner-spin-button,
.no_spin::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}
input[type="number"] {
	-moz-appearance: textfield;
}
.radio-2 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 27px;
	border: none;
}

.radio-2 label {
	display: flex;
	align-items: center;
	gap: 0 4px;
	position: relative;
	cursor: pointer;
}

.radio-2 label::before,
.radio-2 label::after {
	border-radius: 50%;
	content: '';
}

.radio-2 label::before {
	width: 18px;
	height: 18px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	background: #F7F7F7;
}

.radio-2 label::after {
	position: absolute;
	top: 50%;
	left: 9px;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	background-color: transparent;
}

.radio-2 label:has(:checked)::after {
	background-color: white;
	animation: anim-radio-2 .3s linear;
}
.radio-2 label:has(:checked)::before {
	background: #009dff;
}
@keyframes anim-radio-2 {
	0% {
		box-shadow: 0 0 0 1px transparent;
	}
	50% {
		box-shadow: 0 0 0 10px #2589d033;
	}
	100% {
		box-shadow: 0 0 0 10px transparent;
	}
}

.radio-2 input {
	display: none;
}

.caution {
	margin-bottom: 53px;
}
.caution li:before {
	content: "※";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.caution li {
	font-size: 1.4rem;
	text-align: left;
	color: #3f464e;
	position: relative;
	padding-left: 20px;
	margin-bottom: 0;
}
.text_wrap {
	font-size: 1.6rem;
	text-align: left;
	color: #333;
	margin-top: 30px;
	margin-bottom: 34px;
	line-height: 28px;
}
.text_wrap a {
	display: inline-block;
	color: #00A7DB;
	border-bottom: 1px solid #00a7db;
}

.consent_box {
	background: #edfbff;
	padding: 20px 30px;
	margin-bottom: 50px;
}
.consent_box_text {
	font-size: 1.6rem;
	line-height: 28px;
	margin-bottom: 26px;
	color: #333;
}
#index_top .checkbox-2 {
	font-size: 1.5rem;
	margin-bottom: 30px;
	justify-content: center;
}
#index_top .checkbox-2 label:has(:checked)::after {
	top: 5px;
}
.checkbox-2 {
	display: flex;
	flex-wrap: wrap;
	gap: .3em 1em;
	border: none;
	font-weight: 600;
	justify-content: left;
}
.consent_box.error {
	background: #fdd0d2;
}
.checkbox-2 label:has(input[disabled]) {
	color: #cccccc;
	opacity: .75;
	pointer-events: none;
}
.checkbox-2 label {
	display: flex;
	align-items: center;
	gap: 0 .5em;
	position: relative;
	cursor: pointer;
	font-weight: normal;
	transition: .25s;
}
.checkbox-2.label100 > label {
	width: 100%;
	margin-bottom: 3px;
}
.checkbox-2.label100 > label:last-child {
	margin-bottom: 0;
}
.checkbox_min3 {
	padding: 10px;
	width: 100%;
	background: #f8f8f8;
	margin-bottom: 5px;
}
.check_item + .checkbox_min3 {
	margin-bottom: 20px;
	margin-top: 5px;
}
.checkbox-2 label::before {
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #ccc;
}
.checkbox-2 label:has(:checked)::after {
	position: absolute;
	top: 5px;
	left: 7px;
	transform: rotate(45deg);
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	content: '';
}
.checkbox-2 label:has(:checked)::before {
	background: #00d010;
	border: 0;
}
.checkbox-2 input {
	display: none;
	background: 
}
.consent_box:has(.consent_check[disabled])  {
	background: #eee;
	color: #aaaaaa;
}
.checkbox-2 label:has(.consent_check[disabled]) {
	cursor: auto;
}
.checkbox-2 label:has(.consent_check[disabled]):hover {
	opacity: 1;
}
.consent_check[disabled] + .cate_any,
.consent_check[disabled] + .cate_must {
	background: #c4c4c4;
}
.zip_form_wrap {
	flex-wrap: wrap;
}
input.zip_form {
	width: 250px;
}
.zip_form_btn {
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1;
	text-align: left;
	color: #fff;
	border-radius: 3px;
	background: #333;
	padding: 16px;
	width: 80px;
	text-align: center;
	transition: .25s;
}
.zip_form_btn:hover {
	background: #121212;
}
.formErrorContent {
	width: 100%;
	font-size: 1.2rem;
	color: #cd4141;
	margin-top: 10px;
}

.error_box {
	border-radius: 5px;
	background: #ef3265;
	font-weight: 600;
	font-size: 1.4rem;
	color: #fff;
	padding: 25px 20px;
	margin-bottom: 30px;
}
.form_supplement {
	width: 100%;
	font-size: 1.3rem;
	margin-top: 10px;
}
a.btn02,
.btn02 {
	display: block;
	border-radius: 30px;
	background: #8e6beb;
	font-size: 2rem;
	letter-spacing: 0.04em;
	text-align: center;
	color: #fff;
	padding: 20px 17px;
	font-weight: normal;
	width: 295px;
	margin: 0 auto;
	line-height: 1;
	transition: .25s;
}
.btn01,
a.btn01 {
	display: block;
	width: 295px;
	height: 60px;
	border-radius: 30px;
	font-weight: normal;
	font-size: 2rem;
	text-align: center;
	color: #fff;
	transition: .25s;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn01:hover {
	background: #00989d;
}
.btn01.noactive,
.btn01[disabled] {
	background: #ccc;
	pointer-events: none;
}
.btn01[disabled]:before {
	content: none;
}
.btn01_wrap {
	width: 100%;
}
.btn01_wrap:first-child {
	margin-bottom: 10px;
}
.btn01_wrap .btn01 {
	margin: 0 auto;
}
.btn04,
a.btn04 {
	display: block;
	border-radius: 30px;
	background: transparent;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	text-align: center;
	color: #666;
	padding: 22px 17px;
	text-align: center;
	width: 295px;
	margin: 0 auto;
	line-height: 1;
	border: 1px solid transparent;
	margin-top: 12px;
	transition: .25s;
}
.btn04:hover,
a.btn04:hover {
	color: #009dff;
	border: 1px solid #009dff;
}
footer {
	text-align: center;
	margin-bottom: 112px;
}
.ft_img {
	width: 237px;
	margin: 0 auto;
	margin-bottom: 18px;
}
.ft_img img {
	width: 100%;
}
.ft_copy {
	font-size: 1.3rem;
}

.iframe_box_wrap {
	position: relative;
	margin-bottom: 40px;
}
.iframe_box {
	position: relative;
	font-size: 0;
}
.iframe_box_text {
	overflow-y: scroll;
	height: 629px;
	width: 100%;
	border-radius: 10px;
	background: #fff;
	border: 2px solid #e8e8e8;
	font-size: 1.5rem;
	padding: 60px 57px;
	line-height: 1.75;
}
.iframe_box_text_box {
	margin-bottom: 60px;
}
.iframe_box_text_box a {
	text-decoration: underline;
}
.iframe_box_wrap.active .iframe_box_text {
	height: 500px;
}
.iframe_box_text_title01 {
	text-align: left;
	font-weight: bold;
	font-size: 1.7rem;
	margin-bottom: 37px;
}
.iframe_box_text_title02 {
	font-weight: bold;
	margin-bottom: 10px;
}
.iframe_box_text_title03 {
	text-align: center;
	font-size: 1.6rem;
}
.iframe_box_text_list2,
.iframe_box_text_list {
	counter-reset: count 0;
	margin-bottom: 20px;
}
.iframe_box_text_list2 li,
.iframe_box_text_list li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}
.iframe_box_text_list2 li:before,
.iframe_box_text_list2 li:before,
.iframe_box_text_list li:before {
	content: counter(count)"";
	counter-increment: count 1;
	position: absolute;
	left: 0;
	top: 0;
}
.iframe_box_text_list2 li:before {
	content: "("counter(count)")";
}
.content_box2_list_number2 {
	counter-reset: count2 0;
}
.content_box2_list_number2 li:before {
	content: counter(count2,katakana)".";
	counter-increment: count2 1;
}
.content_box2_list_dot li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.content_box2_list_dot li:before {
	content: "・";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
	color: #333;
	border: 1px solid #333;
	height: auto;
	white-space: normal;
	word-wrap: break-word;
	padding: .8em 2em;
	font-size: .8em;
	line-height: 1.2;
	cursor: pointer;
	transition: .1s ease;
	margin-bottom: 20px;
}
#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
	color: #fff;
	background: #333;
}


/* Responsive
-----------------------------------------------------------*/
@media screen and (max-width: 1280px) {

.area_header {
	width: 94%;
}
.wrap_1280 {
	width: 94%;
	margin: 0 auto;
}

}


@media screen and (max-width: 1024px) {

.wrap_1024 {
	width: 94%;
	margin: 0 auto;
}
.wrap_960 {
	width: 94%;
	margin: 0 auto;
}
.wrap_800 {
	margin: 0 auto;
}

.header_menubtn {
    display: block;
}

}


@media screen and (max-width: 768px) {

.sp_only {
	display: block;
}
.pc_only {
	display: none;
}

#contents {
	padding: 0 20px 82px;
}
header {
	margin-bottom: 40px;
}
.icon_header_hhcross {
	margin-bottom: 50px;
}
.header_box,
.head_logo {
	width: 212px;
}
.img_contents_box img {
	width: 110px;
	height: 110px;
	padding: 10px;
}
.img_contents_box {
	margin-top: 40px;
	margin-bottom: -55px;
}
.contents_box2 {
	padding: 77px 21px 110px;
}
.form_title {
	margin-bottom: 35px;
}
.form_title + .form_text {
	text-align: left;
	margin-bottom: 41px;
}
.form_step,
.contents_flow {
	margin-bottom: 70px;
}
.form_step li,
.contents_flow li {
	margin-right: 73px;
}
.form_step li:before,
.contents_flow li:before {
	transform: translate(calc(50% + 22px), 0);
	width: 44px;
}
.form_table td,
.form_table th {
	display: block;
	width: 100%;
	padding: 0;
}
.form_table td {
	padding: 20px 0 40px;
}
.check_item:has(> *:nth-child(2)) {
	gap: 0 15px;
}
.check_item:has(> *:nth-child(3)) {
	flex-wrap: wrap;
	gap: 23px 0;
}
.form_table {
	margin-bottom: 55px;
}
.form_table tr:last-child td {
	padding: 20px 0 0;
}
.form_text.aligncenter {
	text-align: center;
}
.btn02,
a.btn02 {
	font-size: 2rem;
	width: 100%;
	max-width: 295px;
}
footer {
	margin-bottom: 128px;
}
.form_text2 {
	margin-bottom: 38px;
}
.iframe_box_text {
	height: 678px;
	padding: 30px;
}
.iframe_box_wrap + .form_text {
	text-align: center;
	margin-bottom: 37px;
}

}


@media screen and (max-width: 480px) {

}
