@charset "utf-8";
/*ヘッダーhober関連*/
.business-mobile #header a {
  color: #333333;
  text-decoration: none;
}
.business-mobile #header .logo img {
  width: auto;
}
.business-mobile #header .logo a:hover {
  transition: all 0.3s;
}
.business-mobile #header .logo a:hover {
  opacity: 0.6;
}

#main_small H2 {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #146dd3;
}

/*contents関連*/


#contents {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	line-height: 1.6;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main {
	width: auto;
}
#main_small {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}
#main_small_thanks {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
.dot_border {
	border: 1px dashed #666;
	padding: 15px;
}
#error_box {
	margin-top: 50px;
}
/*テーブル*/
.table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
	line-height: 1.2;
	font-size: 13px;
}
.table th {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 0 1px 1px;
	color: #444444;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	background-attachment: scroll;
	background-color: #dbecff;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	width: 180px;
}
.table td {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 10px;
}
#confirm .table th {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 0 1px 1px;
	color: #444444;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	background-attachment: scroll;
	background-color: #F8F8F8;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
/*フォーム*/

::-webkit-input-placeholder {
 color: #bbb;
}
:-moz-placeholder {
 color: #bbb;
}
:-ms-placeholder {
 color: #bbb;
}
#main_small input[type="text"] {
	background-color: #FFFFFF;
	border: 2px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	display: inline-block;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 3px;
	outline: 0 none;
	padding: 4px;
	width: 470px;
	font-size: 108%;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type="checkbox"] {
	vertical-align: middle;
}
textarea {
	background-color: #FFFFFF;
	border: 2px solid #eee;
	border-radius: 3px 3px 3px 3px;
	display: inline-block;
	outline: 0 none;
	padding: 4px;
	width: 470px;
	height: 120px;
	font-size: 100%;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 5px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
select {
	margin: 0;
	padding: 6px;
	border:1px solid #ccc;
}
.zipwidth {
	width: 100px!important;
}
.telwidth {
	width: 130px!important;
}
.usridwidth {
	width: 160px!important;
}
.back {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px #D2D2D2, 2px 2px #FFFFFF inset;
	color: #666666;
	font-size: 138.5%;
	font-weight: bold;
	padding: 13px 35px;
	text-decoration: none;
	text-shadow: 0 1px 1px #FFFFFF;
	height: auto;
}
.submit {
	background-color: #134999;
	background-image: linear-gradient(to bottom, #486ab3, #054192);
	border: 1px solid #054192;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 2px #2f5992, 1px 1px rgba(255, 255, 255, 0.6) inset;
	color: #FFFFFF;
	font-size: 138.5%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #4F2F10;
	height: auto;
	margin-right: 10px;
	padding-top: 13px;
	padding-right: 50px;
	padding-bottom: 13px;
	padding-left: 50px;
}
.recapsubmit {
	opacity: 0.3;
	cursor: default!important;
	background-color: #134999;
	background-image: linear-gradient(to bottom, #486ab3, #054192);
	border: 1px solid #054192;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 2px #2f5992, 1px 1px rgba(255, 255, 255, 0.6) inset;
	color: #FFFFFF;
	font-size: 138.5%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #4F2F10;
	height: auto;
	margin-right: 10px;
	padding-top: 13px;
	padding-right: 50px;
	padding-bottom: 13px;
	padding-left: 50px;
}
.oksubmit {
	opacity: 1;
	cursor: pointer!important;
}
.kiyaku_box {
	height: 120px;
	width: auto;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 85%;
}
.essential {
	background-color: #EC5151;
	color: #FFFFFF;
	font-size: 77%;
	padding-left: 3px;
	padding-right: 3px;
	color: #fff;
	width: 22px;
	float: right;
	line-height:14px;
}
#en .essential {
	width: 45px;
}
.optional {
	background-color: #4a93e4;
	color: #FFFFFF;
	font-size: 77%;
	padding-left: 3px;
	padding-right: 3px;
	color: #fff;
	width: 22px;
	float: right;
	line-height:14px;
}
/*バリデーション*/

.form_error {
	margin: 0;
	color: #EC5151;
	font-weight: bold;
	font-size: 93%;
}
.error_area {
	border-color: #EC5151!important;
	background: #fff2f2!important;
}
.rMark {
	display: inline-block;
	font-size: 70%;
	vertical-align: top;
}
.rMarkL {
	display: inline-block;
	font-size: 50%;
	vertical-align: top;
}
.midashi {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.table th.change {
	background-color: #eef6ff;
}
/* 利用規約 */
#main_small .sitepolicy {
	border: 1px solid #d6d6d6;
	overflow:scroll;
	overflow-x: hidden;
	width:auto;
	height:100px;
	padding:20px;
	font-size: 12px;
}
/* 表組 */
#main_small .sitepolicy table {
	border:1px solid #cccccc;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 3px;
}
#main_small .sitepolicy th{
	font-weight:bold;
}
#main_small .sitepolicy th,
#main_small .sitepolicy td {
	border-color: #cccccc;
	/* border-image: none; */
	border-style: solid;
	border-width: 0 0 1px 1px;
	color: #444;
	line-height: 120%;
	padding: 7px 5px;
	text-align: left;
}
#main_small .sitepolicy h3{
	font-weight:bold;
}
/*キャンペーン*/
.cmpn h3{
	background-color:#ebebeb;
	font-size:121.3%;
	font-weight:bold;
	margin-bottom:15px;
	padding:5px 5px 5px 10px;
}
/*楽モバ*/
.mobile_cmpn #header #gnavi{
	background:#bf0000!important;
	border-top:none!important;
	border-bottom:none!important;
}
.bg_mobile{
	background:#bf0000!important;
}
.bg_mobile2{
	background:#adadad  !important;
}
/*楽モバ・パートナー*/
#mobile-partner-box{
  display:flex;
  justify-content: center;
  align-items: center;
  margin:20px auto;
  padding:10px;
  border:solid 2px #bf0000;
  width:95%;
}
#mobile-partner-box div p{
  font-size:15px;
  font-weight:bold;
}
#mobile-partner-box div p span{
  font-size:13px;
  font-weight:normal;
  padding-left:20px;
}
 @media screen and (max-width: 767px) {
/*全体*/
html {
	font-size: 95%;
}
.toiawase #wrap #header #gnavi {
	height: 5px;
	margin-bottom: 15px;
}
#resp #main_small {
	width: 95%;
	margin-top: 0px;
}
#resp #main_small H2 {
	width: auto;
	font-size: 145%!important;
	line-height:1.4;
}
#resp .toiawase #wrap #header #gnavi {
	height: 9px;
}
#resp .contentwrap {
	width: auto;
}
#resp #footer {
	padding: 10px 0 10px;
}
#resp #footer .bottom .leftbox {
	width: auto;
}
/*フォーム*/
#resp #main_small input[type="text"] {
	border: 1px solid #999;
	border-radius: 3px 3px 3px 3px;
	display: inline-block;
	margin: 0;
	outline: 0 none;
	padding: 4px;
	width: 95%;
	font-size: 100%;
}
#resp textarea {
	width: 95%;
	height: auto;
	border: 1px solid #999;
}
#resp select {
	font-size: 110%;
}
#resp .submit {
	margin-bottom: 15px;
}
/*テーブル*/
#resp .table {
	width: 100%;
	font-size: 100%;
}
#resp .table th {
	width: auto;
	font-size: 11px;
	padding: 5px;
}
#resp .table td {
	width: auto;
	padding: 5px;
}
/*個別タグ*/
#resp .gray_box {
	width: 85%;
}
#resp #header p {
	padding-left: 3%;
}
#resp #header p img {
	width: 100%;
	height: auto;
}
#resp #footer img {
	width: 270px;
	padding-left: 3%;
}
#resp .gray_box {
	padding: 10px;
	font-size: 75%;
}
/*キャンペーン*/
.cmpn img.sp{
	width:100%;
}
/*楽モバ・パートナー*/
#mobile-partner-box{
    flex-direction: column;
    margin:20px auto 40px auto;
    width:95%;
  }
#mobile-partner-box div p{
		font-size:15px;
  }
#mobile-partner-box div p span{
		font-weight:normal;
		font-size:12px;
		text-align: center;
  }
 }
 /* 20220928追記 */
 #header p {
 	width: auto;
 }

 /* サンクスページ下部 */
 .contentWrap .contentInner {
	box-sizing: border-box;
	max-width: 952px;
	margin: 0 auto;
 }
 h2.recommend {
	margin-bottom: 18px;
	margin-top: 60px;
	font-size: 0;
	font-weight: bold;
	text-align: center;
	
 }
 h2.recommend::before {
	font-size: 18px;
	font-weight: bold;
	content: 'ビジネスに役立つ情報をコラムで掲載しています。ぜひご覧ください。';
	color: #002896;
 }
 .column-box03a {
	display: flex;
	box-sizing: border-box;
	justify-content: left;
	flex-wrap: wrap;
	gap: 24px;
	padding: 28px 26px;
	background-color: #EFF4F7;
 }
 .column-box03a .box {
	width: calc(33.3% - (24px*2)/3);
	margin-right: 0;
	margin-bottom: 0;
 }
 .column-box03a .box .thumb {
	transition: all 300ms;
 }
 .column-box03a .box .thumb:hover {
	opacity: 0.7;
 }
 .column-box03a .box .rightBlock {
	margin-top: 9px;
	line-height: 1.3;
	font-weight: bold;
 }
 .date-category.recommend {
	display: none;
 }
 .toMediaTop {
	text-align: right;
	margin-top: 16px;
	margin-bottom: 30px;
 }
 /* 追記ここまで */
