@charset "utf-8";

/*-------------------------------------------Reshal_resetCSS----*/

body {
    line-height: 1.9;
    font-size: 14px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    letter-spacing: 0.03em;
	color: #4B392D;
}

p {
    line-height: 150%;
	font-size:14px;
	margin:4px 0;
}

a {
	margin: 0 0 0 0.2em;
	color: #1a0dab;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}

article,aside,details,figcaption,figure,
header,hgroup,menu,nav,section {
/*	line-height: 150%;
	display: block;*/
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
	margin-left:1.2em;
}

/*
::-webkit-input-placeholder { color: #999999; }

:-moz-placeholder  { color: #999999; }
*/
:-ms-input-placeholder { color: #999999; }

/*--------------------バグ対策-----*/

nav ul {
    list-style:none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

.clear-left {
	clear: left;
	line-height: 0px;
	display:block;
	margin: 0;
	padding: 0;
    height: 0; 
	border:none;
	visibility:hidden;
	font-size:0;
}

.clear-right {
	clear: right;
	line-height: 0px;
	display:block;
	margin: 0;
	padding: 0;
    height: 0; 
	border:none;
	visibility:hidden;
	font-size:0;
}

.clear-both {
	clear: both;
	line-height: 0px;
	display:block;
	margin: 0;
	padding: 0;
    height: 0; 
	border:none;
	visibility:hidden;
	font-size:0;
}

.px {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

.pzz {
	display: none;
}

.pxx {
	visibility: hidden;
}

label {
  cursor: pointer;
}
.box-row .box-input .pxx {
	visibility: hidden;
	width: 1px;
	height: 1px;
	line-height: 0px;
	font-size: 1px;
	border-style: none;
}
/*.btncenter>.button {
	margin:1em auto;
	padding:0 10px;
	font-size: 1.4em;
	line-height: 1.8em;
	background-color: #F8AA17;
	font-weight: bold;
	border: 2px solid #FFA85D;
}
*/
/*-------------------------Reshal_resetCSSとﾊﾞｸﾞ対策--end-----*/

/*pcﾀﾌﾞｽﾏﾎ共通*/
#wrapper{
	width:100%;
	background:#dfdfdf;
	padding:0 0 1em 0;
}

h2 {
 	clear:both;
	display: block;
    position: relative;
	margin:0 0 10px 0;
    border-bottom: 3px solid #82d8d8;
	background:#F7F7F7;
    color: #4B392D;
    font-size: 1.3em;
    line-height: 2.2em;
	text-indent: 1.8em;
}

h2:before {
    position: absolute;
    top: 16px;
    left: .5em;
    height: .8em;
    width: .8em;
    background: #8BE0FE;
    content: "";
}

h3 {
    background:#B1E5F3;
	padding:.5em;
}
	
h4 {background:#dddddd;
	padding: 1em;
	margin: 1em 0;
}
	
footer{
	text-align:center;
}

footer #footgridContainer {
	display:block;
	border-top:1px solid #E9E9E9;
	width: 100%;
	margin: 0 auto 2px;
	clear: none;
	float: none;
	background-repeat:repeat;
	overflow:hidden;
}

#footlogo a img {
    margin: 20px 0 10px;
}
/* 追加：20260420 */
#footlogo a {
    display: inline-block;
    padding: 10px;
}
#footer-div a {
    display: inline-block;
    padding: 10px;
}
/* 追加ココマデ：20260420 */
/*キャプションのliにはdisc付ける*/
.caption-div{
	display:block;
	width:90%;
	margin:0 auto 0 1.5em;
}

.caption-div ul {
	list-style:url(/images/botan2.gif) ;
	list-style-image: url(/images/square-b.gif);/*青ｱｽﾀﾘｽｸ*/
}

.button  { /* 送信ボタン*/
	display: block;
	font-size : 16px;
	padding: 8px 30px;
	margin: 1em auto;
	line-height: 1.2em;
	background-color: #E0E0E0;
	font-weight: 500;
	color: #4B392D;
}


/*必須の文字*/
.hittsu {
	display:inline;
	width:2.4em;
	height:1.2em;
	border-radius:5px;
	font-size: 16px;
	color: #e63946;
	margin:0 3px 0 0;
	padding:1px 3px 1px 3px;
	line-height:2em;
}

.hittsu::after{	content:"*";

}

/*注意コメント-------*/
.attention{
	color: #dd0000;
	text-align: left;
}

#kanryo #toiawase {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#kanryo #toiawase .attention {
	font-size: 18px;
}
#kanryo #toiawase .attention a {
	font-size: 18px;
}


.attention::before{/*オレンジ丸*/
   content: url("/images/botan3.gif");
   padding:0 5px 0 0;
}

.attention_r{
	color:#dd0000;
	text-align:left;
}

.attention_r::before{/*赤丸*/
   content: url("/images/botan4.gif");
   padding:0 5px 0 1px;
}

/*question*/
textarea[name="naiyo"]{
	display:block;
	width:300px;
	height:200px;
	margin:0 auto;
}

/*input編集不可_生年月日*/
input.disabled{
	cursor: not-allowed;
	border:1px solid #E9E9E9;
	color:#000;
	background:none;
	box-shadow:none;
	margin:.2em .1em;
/*	width:50%;*/
	height:2em;
	padding:0 0 0 .5em;
}


/*----Mobile Layout: 480px and below---スマホ：基本 */
@media screen and (max-width: 480px) {
	
#wrapper{
	width:100%;
	background:#ffffff;
	padding:0 0 1em 0;
}

body header p {
	padding: 7px 0 10px 0;
	font-weight: normal;
	font-size: x-small;
}

#logo {
	clear: both;
	float: left;
	width: auto;
	display: block;
	margin: 0.1em;
}

#logo a img {
	width:100%;
}

.error_pattern{
	display:block;
	width:100%;
	margin: 0 0 1em 0;
	clear:both;
	overflow:hidden;
}

}

/*----Tablet Layout: 481px to 768px---タブレット-基本*/
@media screen and (min-width: 481px) {

#wrapper{
	width:100%;
	background:#ffffff;
	padding:0 0 1em 0;
}

#gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	clear: none;
	float: none;
}

#logo {
	clear: both;
	float: left;
	display: block;
}

#logo a img {
	width: auto;
	margin: 0.5em;
}

}

/*----- Desktop Layout: 769px以上---PC-基本*/
@media screen and (min-width: 769px) {
	
#wrapper{
	max-width:760px;
	margin:0 auto;
}

#top_gridContainer {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 10px 0;
	clear: none;
	float: none;
}

.gridContainer{
	width: 100%;
	margin: 0 auto;
	clear: none;
	float: none;
}

#logo a img {
	width: auto;
	margin-top: 1.5em
}

}

/*---ｽﾏﾎ ﾀﾌﾞﾚｯﾄ-- */
@media screen and (max-width: 768px) {
	
#gridContainer {
	margin-right: auto;
	margin-left: auto;
}

.gridContainer p{
	background-color:#fff;
	padding:.4em 0 0 0;
	font-size:.9em;
}

.gridContainer .arrow_sp #now{
	font-weight:bold;
	color:#FF0004;
	border:1px solid #ff0000;
	border-radius:3px;
}

#menu-pc{
	display:none;
}

/*ログインボックス---ｽﾏﾎ-----*/
#loginbox {
	clear: both;
	margin: 2em 0.4em;
	background-color: #fff;
	border-radius: 3px;
}

#loginbox h2 {
	width: 100%;
	position: relative;
	text-indent: .5em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding:.4em 0;
	background-color:#f4c551;
	border-top-radius:3px;
	margin:0;
}

#loginbox .box-label0 {
	margin: 0 0 0 1em;
}

.select-inline ul li {
	display: inline;
}

/*#kaiintoroku1 .btncenter*/
/*#questionform1*/
#kaiintoroku1,
#questionform1{
	background-color:#fff;
	width: 96%;
	margin:0 auto;
}
#kaiintoroku1 .btncenter{
	margin:0 auto;
}
	
/*form レイアウトスマホ--*/
.basicdata-kakunin .form-wrap,
.basicdata .form-wrap,
.question .form-wrap{
	clear: both;
	width:98%;
	margin:0 auto; 
	background-color:#fff;
	padding:0;
}

.form-wrap form {
	clear: both;
}

form .box-row {
	width: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 2em .4em 0 .4em; 
	}

form .box-label,
form .box-input {
	width: 100%;
	display: block;
	padding: 10px 0;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: auto;
	}

form .box-label {
	line-height: 1.9em;
	text-indent: 1em;
	display:inline-block;
	padding:0;
}

form .box-input span{
	display:inline-block;
	margin:10px 5px 0 0;
}

form .box-input label{
	padding:4px;
	display:inline-block;
}

input{
	border:1px solid #777777;
	color:#000;
	border-radius:5px;
	background:-webkit-linear-gradient(top,#e5e5e5 0%,#ffffff 100%);
	box-shadow: inset 1px 4px 9px -6px #efefef;
	margin:.2em .5em .2em .5em;
	width:90%;
	height: 2.5em;
	padding:0 0 0 .5em;
}

#n_sei,#n_mei,#k_sei,#k_mei{
	width: 90%;
	white-space: nowrap;
}

.br_sp{/*スマホ時のみ改行*/
	white-space: normal;
}


/*ラジオボタンスマホサイズ*/
input[type="radio"]{
	width:7%;
}

.tel{
	width:4em;
	margin:auto 2%;
}
	
.input1 {
	line-height: 150%;
	font-size: 18px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", Meiryo, sans-serif;
	letter-spacing: 0.05em;
	padding: 5px;
}

.input2 {/*メール*/
	line-height: 150%;
	font-size: 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	letter-spacing: 0.05em;
	padding: 5px;
}

.ime-on { ime-mode: active;}


.box-input input[name="jyusyo_postno1"],
.box-input input[name="jyusyo_postno2"],
.box-input input[name="b_nen"]{
	width: 60px;
	white-space: nowrap;
}
.box-input input[name="jyusyo_pref"]{
	width: 100px;
	white-space: nowrap;
	}
.box-input input[name="b_tuki"],
.box-input input[name="b_hi"] {
	width: 40px;
	white-space: nowrap;
}


/* 職業*/
#job {
	height: 3.5em;
	color:#000000;
	border-radius:5px;
	border:1px solid #777777;
	background:-webkit-linear-gradient(top,#e5e5e5 0%,#ffffff 100%);
	box-shadow: inset 1px 4px 9px -6px #efefef;
	width: 130px;
}

.kakunin #job{
	border:none;
	background:none;
}

/*メールチェック*/
input[type=checkbox]{width:6%;}

/*コメント赤文字*/		
.form-wrap form p {color: #EC0408;}


.form-wrap  #mailcheck {
	width:1.4em;
	height:1.4em;
}

.btncenter{
	clear:both;
	text-align:center;
	margin:.5em auto;
	width:90%;
}

.submitbtn{
	width: 95%;
	height: 44px;
	clear: both;
	margin: 1.2em auto 1em;
	color: #fff;
	background-image: -webkit-linear-gradient(302deg,rgba(255,192,10,1.00) 9.33%,rgba(249,162,19,1.00) 89.64%);
	background-image: linear-gradient(148deg,rgba(255,192,10,1.00) 9.33%,rgba(249,162,19,1.00) 89.64%);
	border: none;
	-webkit-box-shadow: 1px 1px;
	box-shadow: 1px 1px #B4B4B4;
	font-size:large;
	font-weight:bold;
	clear:both;
	
	border : 3px solid #fff;
	box-shadow : 0 0 5px rgba(0, 0, 0, .5); 
	-webkit-box-shadow : 0 0 5px rgba(0, 0, 0, .5); 
	-moz-box-shadow : 0 0 5px rgba(0, 0, 0, .5); 
} 

.cancelbtn{
	width: 90%;
	height: 44px;
	clear: both;
	border:#D0CDCD;
	margin:.4em auto;
	-webkit-box-shadow: 1px 1px;
	box-shadow: 1px 1px #B4B4B4;
	font-size:16px;
	font-weight:normal;
}

/*  エラーメッセージ  */
#errormess {
	margin-left: auto;
	border: 1px solid #FF6600;
	background-color: #FFF;
	width: 100%;
	margin-right: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 12px;
}

#errormess ul {
	margin-left: 30px;
}

#errormess li {
	font-size: 16px;
	line-height: 22px;
	color: #FF3300;
	list-style: url(/images/hosi15.gif) outside;
	text-align: left;
}

#errormess span {
	font-size: 24px;
	line-height: 26px;
	color: #000000;
	font-weight: bold;
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 2px;
	background-color: #FFF;
}

/* :::::::: スマホmodalmenu ::::::::: */

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:1000%;
    width:100%;
    background: #000;
    display: none;
}

#modalbtn{/*画面右上のボタン*/
	display:block;
	padding:1px 5px;
	
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#222222;
	padding:5px 5px;
	position:absolute;
	right:5px;
	top:3px;
	background:#CBEDED;
}

#sp_popup>p{
	text-align:right;}

#sp_popup {
	width: 90%;
	height:550px;
	padding: 5px;
	margin:auto;

	display:none;
	background: #FFF;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
/**/
#sp_popup h3{
	margin:0 0 5px 0;}

#navi_left {
	width: 100%;
}

ul{
	margin:0;
	padding:0;
}

#navi_left ul {list-style:none;
	margin:0 auto;	
	width:98%;
}

#navi_left li{
	float:left;
	width:48%;
	line-height: 65px;
	margin:0 1px 15px;
}
 
#navi_left li:nth-child(2n+1) {
	margin:0 2% 0 0;
}
   
#navi_left li a{
	display:block;
	width:100%;
	text-align:center;
	font-size:.9em;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration:none;
	color:#4B392D;
}

li a:hover {
	text-decoration:blink;
}

.bkai-1 a {
	text-decoration:none;
	background:#A7EFA7;
}

#navi_left .bkai-1 a:hover {
	text-decoration:blink;
}

.bkai-2 a {
	background:#F7FDE8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#navi_left .bkai-2 a:hover {
	text-decoration:none
}

.bkai-3 a {
	background-color:#FFFAD5;
}

.bkai-3 a:hover {
	text-decoration: none;
}

.bkai-4 a {
	background-color:#DDDCDC;
}

#navi_left .bkai-4 a:hover {
	text-decoration: none;
}

}

/*--- PC--- */
@media screen and (min-width: 769px) {

/*メニュー*/
#menu-pc{
	display:block;
	overflow:hidden;
}
#menu-pc ul{
	list-style: none;
	margin:.1em 0;
	display:block;
	float:right;
}
#menu-pc li{
	float:left;
	padding:1em 0;
}
#menu-pc li a{
	vertical-align: middle;
 	border: 1px solid #F0F0F0;
	text-decoration: none;
	font-weight: 500;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #4B392D;
	margin:0 .2em 0;
	padding:.5em 0;
	text-align: center;
	font-size: 14px;
	display:block;
	width: 125px;
	position: relative;
	display: inline-block;
	padding: .4em;
	text-decoration: none;
}

#menu-pc li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color:#82d8d8;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#menu-pc li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);

}

/*メニュー終わり*/


/*フォーム用flow画像*/
.arrow_sp {
	display: none;
}

/*フォーム用h2*/

#form_ttl{
	font-size:1.8em;
	padding:.8em .6em .4em;
	margin: 1em 0 .5em 0;
	color: #000;
	text-shadow: 2px #111;
	display: block;
	border-top: 2px solid #FABC48;	
	border-right: 2px solid #FABC48;
	border-bottom: 2px solid #FABC48;
	border-left: 12px solid #FABC48;
	background:#F7F7F7;
	padding:.5em;
	text-align: left;
	color: #373636;
	clear: both;
}

/*login-2.html---PC-*/
.login-2 .container_box{
	display:block;
	clear:both;
	overflow:hidden;
}

.login-2 #loginbox {
	clear: both;
	background-color: #fff;
	clear: both;
	width:56%;
	height:420px;
	margin: 5em 20px 3em 0;
	float:left;
	display:block;
}

.login-2 #loginbox > div {
	clear: both;
	width: 100%;
	margin: 0;
	padding:0;
	border-radius: 5px;
}

.login-2 #loginbox div div div{
	margin:0 0 0 1em;
}
	
.login-2 #loginbox > div > div {
	padding:.5em 0em 1.5em;
	background-color:#fff;
	border-radius:5px;
	margin-top: 3em;
}

.login-2 #loginbox div div p{
	margin:.5em 0 0 1em;
	font-size:13px;
}

.btncenter{
	clear:both;
	text-indent: 1em;
	margin:1em auto 0em;
	background-color:#fff;
}
	
/*login-2.htmlの右側 pc*/

.login-2 .error_pattern{
	display:block;
	float:left;
	width:40%;
	height:auto;
	margin:0 5px 0 0;
}	
/*/login-2　pc終わり*/

input{
	border:1px solid #777777;
	border-radius:5px;
	background:-webkit-linear-gradient(top,#e5e5e5 0%,#ffffff 100%);
	box-shadow: inset 1px 4px 9px -6px #efefef;
	margin:.2em .5em .2em 20px;
	height:2em;
	padding:0 0 0 .5em;
	max-width:100%;
}

/*スマホでは非表示-------*/
.br_sp{
	display:none;
}

input[type="email"]{
	width:90%;
	font-size: 18px;
}

.form-wrap {
	margin:0 auto 2em;
	padding:1em 2em 2em;
	clear: both;
	width:90%;
	background-color:#fff;
	border-radius:5px;
}

/*form_*/
form .box-row {
	width: 100%;
	border-top: 1px solid #ddd;
	display:table;
}

form .box-label {
	width: 200px;
	min-height:40px;
	display:table-cell;
	padding: 16px 10px;
	background: #f5fbfc;
	line-height: 1;
}

form .box-input {
	display:table-cell;
	padding: 10px 0em 0px 1em;
	vertical-align: top;
}

.form-wrap form p.attention {
	margin:auto auto auto 0em;
	color: #EC0408;
}

/*#formbox .add{
	width:90%;}*/

.input1 {
	line-height: 130%;
	font-size: 18px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", Meiryo, sans-serif;
	letter-spacing: 0.05em;
	margin:1px 0;
	padding: 5px;
}

/*メール*/
.input2 {
	line-height: 150%;
	font-size: 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", Meiryo, sans-serif;
	letter-spacing: 0.05em;
	margin:.5em 0;
	width: 320px;
	height: 44px;
	box-sizing: border-box;
}

.ime-on { ime-mode: active;}

/* 職業*/
#job {
	height:2em;
	color:#000000;
	border-radius:5px;
	border:1px solid #777777;
	background:-webkit-linear-gradient(top,#e5e5e5 0%,#ffffff 100%);
	box-shadow: inset 1px 4px 9px -6px #efefef;
	width: 150px;
}

.kakunin #job{
	border:none;
	background:none;
}

input,
select {
	margin-left:0em;
}

/*入力数　合計*/
/*#goukei {
	text-align:right;
	margin:0 3em 0 0;
	}
#goukei p {
	color:#000;
}*/

/*ログインボタンと次へボタン　同一クラス*/
.submitbtn {
	width: 320px;
	max-width: 90%;
	height: 44px;
	clear: both;
	margin: 1em auto 1em;
	color: #fff;
	background-image: -webkit-linear-gradient(302deg,rgba(255,192,10,1.00) 9.33%,rgba(249,162,19,1.00) 89.64%);
	background-image: linear-gradient(148deg,rgba(255,192,10,1.00) 9.33%,rgba(249,162,19,1.00) 89.64%);
	border : 3px solid #fff;
	box-shadow : 0 0 5px rgba(0, 0, 0, .5); 
	-webkit-box-shadow : 0 0 5px rgba(0, 0, 0, .5); 
	-moz-box-shadow : 0 0 5px rgba(0, 0, 0, .5); 
	font-size:large;
	font-weight:bold;
	
	border : 3px solid #fff;
	box-shadow : 0 0 5px rgba(0, 0, 0, .5); 
	-webkit-box-shadow : 0 0 5px rgba(0, 0, 0, .5); 
	-moz-box-shadow : 0 0 5px rgba(0, 0, 0, .5); 
}

.cancelbtn {
	width: 20%;
	height: 44px;
	clear: both;
	margin:1em 1em 1em auto;
	border: none;
	-webkit-box-shadow: 1px 1px;
	box-shadow: 1px 1px #B4B4B4;
	font-size:16px;
	font-weight:normal;
}

/*  エラーメッセージ PC */
#errormess {
	margin-left: auto;
	border: 1px solid #FF6600;
	background-color: #FFF;
	width: 100%;
	margin-right: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 12px;
}

#errormess ul {
	margin-left: 30px;
}

#errormess li {
	font-size: 16px;
	line-height: 22px;
	color: #FF3300;
	list-style: url(/images/hosi15.gif) outside;
	text-align: left;
}

#errormess span {
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	font-weight: bold;
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 2px;
	background-color: #FFF;
}

}


/*遷移　ステップフロー*/

#seni {
    overflow: hidden;
    position: relative;
    width: 100%;
	margin: 40px 0 30px;
}

#seni ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    list-style: none;
}

#seni ul li {
    width: 40%;
    position: relative;
    margin: 0 1.5em 0 0;
    padding: .5em;
    text-decoration: none;
    color: #444;
    background: #ddd;
    z-index: 1;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    border-radius: .4em;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #seni ul li {
        width: 38%;
        height: 45px;
        margin: 0 2% 0 2%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
}

#seni li.current{
	font-weight: bold;
	background: #abe0ef;
}

#seni li:nth-child(1)::before{
	content: "";
	display: inline-block;
	border: 8px solid transparent;
	border-left-color:#aaaaaa;
	position: absolute;
	right: -19px;
	top: 50%;
	margin-top: -8px;
}
/*遷移ステップフロー終わり*/

/*basicdata-kakunin　
確認画面のフォーム枠無しにする-------*/
.basicdata-kakunin input{
	border:none;
	background:none;
	box-shadow:none;
}

.basicdata-kakunin .input1,
.basicdata-kakunin .input2{
	border:none;
	background:none;
}

.basicdata-kakunin .input1[type="password"]{
	border:1px solid #777777;
}

input[type="tel"]{
	width: 20%;	
	white-space: nowrap;
}

input[type="submit"]{
	height: 44px;
	clear: both;
	margin: 1.2em auto 1em;
	color: #fff;
	background-image: -webkit-linear-gradient(302deg,rgba(255,192,10,1.00) 9.33%,rgba(249,162,19,1.00) 89.64%);
	background-image: linear-gradient(148deg,rgba(255,192,10,1.00) 9.33%,rgba(249,162,19,1.00) 89.64%);
	border: none;
	-webkit-box-shadow: 1px 1px;
	box-shadow: 1px 1px #B4B4B4;
	font-size:large;
	font-weight:bold;
	clear:both;
	
	border : 3px solid #fff;
	box-shadow : 0 0 5px rgba(0, 0, 0, .5); 
	-webkit-box-shadow : 0 0 5px rgba(0, 0, 0, .5); 
	-moz-box-shadow : 0 0 5px rgba(0, 0, 0, .5); 

}

@media screen and (max-width: 768px) {	
input[type="submit"]{
	width: 95%;
 }}
 
 @media screen and (min-width: 769px) {	
input[type="submit"]{
	width: 50%;
 }}
 @media screen and (min-width: 769px) {

/* 2026年4月追加ココマデ
   login-1 PCレイアウト */
.login-1 .login-form-space {
	width: 90%;
	max-width: 720px;
	margin: 4em auto 2em;
	padding: 2.5em 3em;
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
}

.login-1 form .box-row {
	width: 100%;
	display: table;
	border-top: 1px solid #ddd;
}

.login-1 form .box-label {
	width: 160px;
	display: table-cell;
	background: #f9f9f9;
	padding: 18px 10px;
	vertical-align: middle;
	line-height: 1.5;
	box-sizing: border-box;
}

.login-1 form .box-input,
.login-1 form .box-input0 {
	display: table-cell;
	padding: 14px 20px;
	vertical-align: middle;
	box-sizing: border-box;
}

.login-1 .input1,
.login-1 .input2 {
	width: 100%;
	max-width: 420px;
	height: 46px;
	font-size: 18px;
	box-sizing: border-box;
}

.login-1 .submitbtn {
	width: 320px;
	max-width: 90%;
}

.login-1 .miss_ex {
	width: 90%;
	max-width: 720px;
	margin: 0 auto;
}

.login-1 .logout-link {
	margin-bottom: 0;
	white-space: nowrap;
}
}
/* 2026年4月追加ココマデ*/
/*newmail-1.html 
   newpassword.php*/
 .miss_ex ul {
	margin: 0 2em;
}
.miss_ex ul li{
	list-style:url(/images/botan3.gif);
}
/*.miss_ex ul li::before{オレンジ丸
   content: url("/images/botan3.gif");
   padding:0 5px 0 0;
}*/

/* セレクトボックス　生年月日　年*/
.newmail-1 select,
.newpassword-2 select{
	font-size:14px;
	height:2em;
	color:#000000;
	border-radius:5px;
	border:1px solid #777777;
	background:-webkit-linear-gradient(top,#e5e5e5 0%,#ffffff 100%);
	box-shadow: inset 1px 4px 9px -6px #efefef;
	margin:0;
}
.newmail-1 select[name="b_nen"],
.newpassword-2 select[name="b_nen"] {
	width: 120px;
	margin:0 0 0 6px;
}
/* セレクトボックス　生年月日　月日*/
.newmail-1 select[name="b_tuki"],
.newmail-1 select[name="b_hi"],
.newpassword-2 select[name="b_tuki"],
.newpassword-2 select[name="b_hi"]{
	width: 76px;
	margin-left: 3px;
}
/* 1. 送信・ログインボタン本体 */
.submitbtn,
input[type="submit"] {
    background: #FFC00A;
    color: #4B392D;
    border: none;
    border-radius: 50px; /* カプセル型 */
    width: 320px;        /* ログインページで収まりの良いサイズ */
    max-width: 90%;      /* スマホでの横はみ出し防止 */
    height: 54px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 192, 10, 0.3);
    margin: 1.5em auto;
    display: block;
    /* iPhoneでのデフォルト装飾をリセット */
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}

/* 2. マウスを乗せた時の動き（PC用） */
.submitbtn:hover,
input[type="submit"]:hover {
    background: #ffd04b;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 192, 10, 0.4);
}

/* 3. クリック・タップした瞬間 */
.submitbtn:active,
input[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(255, 192, 10, 0.3);
}

/* 4. ログインページ（.login-1, .login-2）用の微調整 */
.login-1 .submitbtn,
.login-2 .submitbtn {
    margin: 2em auto; /* 上下に少し余裕を持たせる */
}

/* 5. 古い設定（グラデーションや枠線）を打ち消す */
.submitbtn, 
input[type="submit"] {
    background-image: none;
    -webkit-box-shadow: 0 4px 12px rgba(255, 192, 10, 0.3);
}
/* ラジオボタンの選択色をミントブルーに変更 */
input[type="radio"]{
    accent-color: #82d8d8;
}/* 1. フォーム全体のコンテナを中央に寄せる */
.contact-page-fix .form-wrap {
    background-color: #ffffff !important;
    border: 1px solid #d1e5e5;
    border-radius: 12px;
    padding: 20px;
    margin: 0 auto 30px !important; /* 左右マージンをautoにして中央寄せ */
    width: 95% !important;
    max-width: 700px;
    box-sizing: border-box;
}

/* 2. 元のCSSの「margin-left: 1.2em」などを完全に打ち消す */
.contact-page-fix input, 
.contact-page-fix select, 
.contact-page-fix textarea {
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box; /* 幅にパディングを含める */
}

/* 3. 入力欄（テキスト、メール、テキストエリア）の幅と枠線 */
.contact-page-fix .box-input input[type="text"],
.contact-page-fix .box-input input[type="email"],
.contact-page-fix .box-input textarea {
    border: 1.5px solid #4B392D !important;
    background: #ffffff !important;
    border-radius: 6px !important;
    padding: 10px !important;
    width: 100% !important; /* 親要素に対して100% */
    height: auto !important;
    display: block !important; /* ブロック化して余計な回り込みを防ぐ */
    box-shadow: none !important;
}

/* 4. 各行の余白調整 */
.contact-page-fix .box-row {
    margin: 0 0 15px 0 !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    display: block !important; /* スマホ・PC問わずブロック化した方が安全 */
}

/* 5. ラベル（項目名）のテキストインデントをリセット */
.contact-page-fix .box-label {
    text-indent: 0 !important; 
    padding: 5px 10px !important;
    margin-bottom: 5px;
    display: block !important;
    width: 100% !important;
    background-color: #f5fbfc !important;
    box-sizing: border-box;
}

.contact-page-fix .box-input {
    display: block !important;
    width: 100% !important;
    padding: 0 10px !important;
    box-sizing: border-box;
}

/* 6. ラジオボタン（種別）が横に並ぶように調整 */
.contact-page-fix .box-input input[type="radio"] {
    display: inline-block !important;
    width: auto !important;
    margin-right: 5px !important;
    margin-left: 10px !important; /* ラジオボタンだけは少し左に余白 */
}

/* 7. 送信ボタン */
.contact-page-fix .submitbtn {
    background: #FFC00A !important;
    color: #4B392D !important;
    border-radius: 50px !important;
    width: 280px !important;
    max-width: 90%;
    height: 60px !important;
    margin: 30px auto !important;
    display: block !important;
    border: none !important;
}

/* 8. スマホ特有の微調整（768px以下） */
@media screen and (max-width: 768px) {
    .contact-page-fix .form-wrap {
        padding: 10px !important; /* スマホでは内側の余白を少し詰める */
    }
    .contact-page-fix .box-label {
        background: none !important; /* スマホではラベルの背景なし */
        color: #4B392D;
        font-size: 0.95rem;
    }

}

/* 9. 確認画面の「戻る」ボタン（.button）の垂直位置を完全固定 */
.contact-page-fix .button {
    background: transparent !important;
    border: 1px solid #ccc !important;
    border-radius: 50px !important;
    color: #888 !important;
    width: 200px !important;
    max-width: 80% !important;
    height: 44px !important;
    margin: 10px auto !important;
    font-size: 0.9rem !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    box-shadow: none !important;

    /* --- ここが重要：Flexboxを使って強制的に中央へ --- */
    display: flex !important;           /* 以前の block から flex に変更 */
    align-items: center !important;      /* 垂直方向の真ん中 */
    justify-content: center !important;  /* 水平方向の真ん中 */
    padding: 0 !important;               /* 余計なパディングをすべて捨てる */
    line-height: 1 !important;           /* 行の高さを最小にして計算を固定 */
}

/* 戻るボタン：ホバー時 */
.contact-page-fix .button:hover {
    background: #f5f5f5 !important;
    color: #4B392D !important;
    border-color: #999 !important;
    /* ホバー時もレイアウトが変わらないように、同じ flex 設定を維持（念のため） */
    display: flex !important;
}

/* ポップアップ（sp_popup）を基準位置にする */
.contact-page-fix #sp_popup {
    position: relative !important;
    padding-top: 40px !important; /* ボタンのスペースを確保 */
}

/* 「×」ボタンのデザイン */
.contact-page-fix .modal_close {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 36px !important;
    height: 36px !important;
    background: #f0f0f0 !important; /* 控えめなグレーの背景 */
    color: #4B392D !important;      /* 文字色はブラウン */
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;  /* 正円にする */
    text-decoration: none !important;
    font-size: 24px !important;     /* 「×」を大きく */
    font-weight: bold !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.2s;
    z-index: 100;
}

/* 押した時に少し色を変える */
.contact-page-fix .modal_close:hover {
    background: #e0e0e0 !important;
}

/* 「閉じる」の親要素のPタグに付いている余計な隙間を消す */
.contact-page-fix #sp_popup > p:first-child {
    margin: 0 !important;
    height: 0 !important; /* 位置固定にするので高さは不要 */
}

.contact-page-fix #modalbtn {
    /* 元のスタイルをリセット */
    background: #82d8d8 !important; /* アクセントカラーのミントブルーに変更 */
    color: #ffffff !important;      /* 文字を白にして視認性アップ */
    border: none !important;        /* 枠線を消す */
    
    /* 丸角のデザインに */
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 4px 15px !important;   /* 横長に */
    border-radius: 20px !important; /* カプセル型にする */
    
    /* 位置とフォント */
    font-size: 11px !important;
    font-weight: bold !important;
    letter-spacing: 0.1em;
    text-decoration: none;
    
    /* 配置の微調整（ヘッダーの高さに合わせる） */
    top: 10px !important;
    right: 10px !important;
    box-shadow: 0 2px 4px rgba(130, 216, 216, 0.3); /* 軽い影 */
    transition: all 0.3s;
}

/* 押した時（タップした時）の反応 */
.contact-page-fix #modalbtn:active {
    transform: scale(0.95);
    background: #6ec7c7 !important;
}

/* エラーページ・メッセージエリアを白い角丸ボックスにする */
.contact-page-fix #toiawase {
    background-color: #ffffff !important;
    border: 1px solid #d1e5e5;
    border-radius: 12px;
    padding: 20px;
    margin: 20px auto !important;
    width: 95% !important;
    max-width: 600px;
    box-sizing: border-box;
}

/* 「Not Found」などのタイトルの中央寄せ */
.contact-page-fix h2.title {
    text-align: center !important;
    margin-top: 40px !important;
}

/* 赤文字の警告文を中央に */
.contact-page-fix .attention_r {
    text-align: center !important;
    font-weight: bold;
    margin-bottom: 15px;
}

/* 箇条書き部分の微調整 */
.contact-page-fix #toiawase h4 {
    background: #f5fbfc !important;
    padding: 10px !important;
    border-radius: 6px;
    font-size: 1rem;
    margin-top: 10px !important;
}

.contact-page-fix #toiawase p {
    padding: 10px !important;
    line-height: 1.6;
}