@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/

body.request #container h1 {
	font-weight: bold;
	color: #003686;
	font-size: 2.2rem;
}
body.request #container h2 {
	margin-bottom: 1.5em;
}
body.request article h3 {
	margin-bottom: 1.5em;
}
body.request #container #notice_list {
	border: 1px solid #CCCCCC;
    padding: 10px 20px;
}
body.request #container #notice_list ol,
body.request #container #notice_list ul {
	margin: 0.5em 0 0.5em 1em;
}
body.request #container #notice_list ol li,
body.request #container #notice_list ul li {
	margin: 0.5em 0;
}
.content_inner div.form div#section_flow {
	margin-top: 1em;
}
.content_inner div.form div#section_flow ol#flow_list {
	margin: 2em auto;
	background: transparent url('../images/flow_bg.gif') no-repeat center top;
	list-style: none;
}
.content_inner div.form div#section_flow ol#flow_list li.current p.flow {
	background-color: #ebf3f6;
	border-color: #1A388C;
}
body.request #container p#pswd_notice {
	font-weight: bold;
	color: #ff0000;
}

/* エラー ------------------*/

.content_inner div#error_messages {
	margin: 1em 0;
	padding: 20px;
	background-color: #fff3f3;
}

.content_inner div#error_messages ul {
	margin: 0 0 0 20px;
}

.content_inner div#error_messages ul li {
	list-style-type: disc;
}
.content_inner p.error {
	display: none;
	margin: 0;
	color: #C60000;
}


/* ボタン（共通） ------------------*/

.content_inner div.form a.button {
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 15px;
	border: 2px solid #1A388C;
	text-align: center;
	color: #1A388C;
	text-decoration: none;
	font-weight: bold;
}
.content_inner div.form a.button:hover,
.content_inner div.form a.button:active {
	background: #ebf3f6;
}


/* ボタン（画面遷移の操作ボタン） ------------------*/

.content_inner div.form div#operation_buttons {
	margin: 2em auto;
}
.content_inner div.form div#operation_buttons p a.button {
	padding: 15px 20px;
}
.content_inner div.form div#operation_buttons p#btn_cancel a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 15px;
	border: 2px solid #666666;
	text-align: center;
	color: #333333;
}
.content_inner div.form div#operation_buttons p#btn_inquriy_top {
	margin-right: auto;
	margin-left: auto;
}

/* お問い合わせに関する注意事項 ------------------*/

.content_inner div.form form#section_notice div#notice_list {
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
}

.content_inner div.form form#section_notice div#notice_list ol {
    margin: 0 0 0 20px;
}

.content_inner div.form form#section_notice div#notice_list ol li {
	list-style-type: decimal;
    margin: 0.5em 0;
}
.content_inner div.form form#section_notice div#notice_list ol.nlist li {
	list-style-type: disc;
}

/*------------------------------------------------------------------------
 *	資料ダウンロード
 *-----------------------------------------------------------------------*/

.content_inner div.form div#section_explanation #soufu_notice {
	margin: 0 0 1em;
}
body#download_comp .content_inner div.form div#operation_buttons {
	display: flex;
	justify-content: space-between;
}

.content_inner div.form div#operation_buttons p#download_btn1,
.content_inner div.form div#operation_buttons p#download_btn2 {
	margin: 0 auto 1.5em;
}
.content_inner div.form div#operation_buttons p#download_btn1 a,
.content_inner div.form div#operation_buttons p#download_btn2 a {
	background: url(../images/gmenu_arrow.png) no-repeat 95% center;
}
.content_inner div.form div#operation_buttons p#download_btn1 a:hover,
.content_inner div.form div#operation_buttons p#download_btn2 a:hover {
	background: #ebf3f6 url(../images/gmenu_arrow.png) no-repeat 95% center;
}
.content_inner div.form ul.book_content {
	display: flex;
	margin-top: 25px;
	justify-content: space-around;
}
.content_inner div.form ul.book_content li {
	text-align: center;
}
.content_inner div.form ul.book_content span {
	display: block;
	text-align: center;
}
.content_inner div.form ul.book_content .span1,
.content_inner div.form ul.book_content .span2 {
	margin-top: 5px;
}
.content_inner div.form ul.book_content span.midasi {
	font-weight: bold;
	margin-bottom: 5px;
}
.content_inner div.form .download_type,
.content_inner div.form .book_content {
	list-style: none;
	margin: 0;
}

/* お問い合わせフォーム ------------------*/

.content_inner div.form span.must,
.content_inner div.form .fred {
	margin: 0;
	color: #c60000;
}

.content_inner div.form form table {
	margin: 1em auto;
}

.content_inner div.form form table,
.content_inner div.form form table tr th,
.content_inner div.form form table tr td {
	border: 1px solid #cccccc;
}
.content_inner div.form form table p#gp_rate {
	margin: 1em 0 0 0;
}

.content_inner div.form form table p#gp_rate strong {
	font-weight: bold;
}

.content_inner div.form form input.radio,
.content_inner div.form form input.checkbox {
	margin: 5px 10px 5px 5px;
}

.content_inner div.form form label.radio,
.content_inner div.form form label.checkbox {
	margin-right: 20px;
}

.content_inner div.form form input.text,
.content_inner div.form form select,
.content_inner div.form form textarea {
	margin: 5px;
	padding: 5px;
	font-size: 100%;
}

/* IME制御 */
.content_inner div.form form input {
	ime-mode: active;
}
.content_inner div.form form table tr.mail input,
.content_inner div.form form table tr.birthday input,
.content_inner div.form form table tr.member_no input,
.content_inner div.form form table tr.address dd.zipcode input,
.content_inner div.form form table tr.tel input,
.content_inner div.form form table tr.fax input {
	ime-mode: inactive;
}


/* 会員番号 */

.content_inner div.form form table tr.member_info,
.content_inner div.form form table div.member_no {
	display: none;
}
.content_inner div.form form table tr.member_no input.member_no_2 {
	width: 50px;
}
.content_inner div.form form table tr.member_no input.member_no_4 {
	width: 4em;
}
.content_inner div.form form table tr.member_no input.member_no_3,
.content_inner div.form form table tr.birthday input.year {
	width: 4em;
}
.content_inner div.form form table tr.member_no input.member_no_5,
.content_inner div.form form table tr.member_no input.member_no_6 {
	width: 6em;
}
.content_inner div.form form table tr.member_no input.member_no_8 {
	width: 170px;
}


/* 住所 */


.content_inner div.form form table tr.address dl {
	margin: 0;
}
.content_inner div.form form table tr.address dl::after {
	display: block;
	clear: both;
	content: "";
}
.content_inner div.form form table tr.address dd.zipcode {
	position: relative;
}
.content_inner div.form form table tr.address dd.address_type {
	padding-top: 5px;
	padding-bottom: 10px;
}

.content_inner div.form form table tr.address dd.address_type input {
	margin-left: 5px;
}
.content_inner div.form form table tr.address #address_notice {
	font-weight: normal;
}
.content_inner div.form form table tr.address #address_notice strong {
	text-decoration: underline;
}
.content_inner div.form form table tr.book p {
	margin: 1em 0 0 0;
}

.content_inner div.form form ul.book_list {
	list-style-type: none;
	margin: 1em 0 2em 10px;
}

.content_inner div.form form ul.book_list li {
	margin: 0.5em 0 0.5em 15px;
	text-indent: -15px;
}

.content_inner div.form form table.checkbox_table,
.content_inner div.form form table.checkbox_table th,
.content_inner div.form form table.checkbox_table td {
	margin: 0;
	padding: 3px;
	border: none;
}

body.request .content_inner div.form ul.request_data_list {
	margin-left: 0;
	list-style: none;
}
body.request .content_inner div.form ul.request_data_list li {
	text-indent: -2em;
	margin-left: 2.3em;
	margin-bottom: 1em;
}
body.request .content_inner div.form ul.request_data_list li label {
	font-weight: bold;
	font-size: 1.2em;
}
body.request .content_inner div.form ul.request_data_list input.checkbox {
	width: 20px;
	height: 20px;
	margin: 0 0.5em 0 0;
}
#request .content_inner div.form .inquiry_forms th,
#change_request .content_inner div.form .inquiry_forms th {
	vertical-align: middle;
}
body.request .content_inner div.form #notice_list_docs {
	padding: 0px 10px 0 0;
	border: 1px solid #CCCCCC;
}
body.request .content_inner div.form #notice_list_docs ol li {
	margin: 0.5em 0;
}
#change_request_input .content_inner div.form ul.notice_list li {
	list-style-type: disc;
}

#change_request_input .content_inner div.form div.section {
	width: 808px;
	margin: 1em auto 4em;;
}

body#address_search {
	padding: 0 20px 20px 20px;
}

body#address_search #header {
	width: auto;
}

body#address_search .content_inner {
	width: auto;
	padding: 20px;
	background-color: #ffffff;
}

body#address_search .content_inner table#result_list {
	margin: 2em 0 0 0;
	border: 1px solid #CCCCCC;
}

body#address_search .content_inner table#result_list th,
body#address_search .content_inner table#result_list td {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

body#address_search .content_inner table#result_list th {
	background-color: #ebf3f6;
}

body#address_search .content_inner table#result_list .prefecture {
	width: 100px;
}

body#address_search .content_inner table#result_list .city {
	width: 100px;
}

body#address_search .content_inner table#result_list .button {
	width: 100px;
}



/* 当社を何でお知りになりましたか？ */
.content_inner div.form form ul.media_type {
	list-style: none;
	margin: 0;
}


/*------------------------------------------------------------------------
 *	各種手続き書類のご請求（会員専用）
 *-----------------------------------------------------------------------*/

#change_request_input .content_inner div.form form table.inquiry_forms th {
     width: 180px;
}

#change_request_input .content_inner div.form form table.inquiry_forms td {
    width: 555px;
}
#change_request_input .content_inner div.form form table.inquiry_forms tr.member_no input.member_no_4 {
    width: 80px;
}
#change_request_input .content_inner div.form form table.inquiry_forms tr.member_no input.member_no_6 {
    width: 100px;
}
#change_request_input ul.request_data_list li {
	position: relative;
}
#change_request_input ul.request_data_list li:hover label {
	color: #1a388c;
}
#change_request_input ul.request_data_list li:hover label::before {
	border: 2px solid #1a388c;
}
#change_request_input .checkbox {
	display: none;
}
#change_request_input .checkbox:checked + label {
	color: #1a388c;
}
#change_request_input .checkbox:checked + label::before {
	border: 2px solid #1a388c;
	background: #1a388c;
}
#change_request_input label {
	display: -webkit-box;
	display: flex;
	padding: 1em 0;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-box-align: center;
	align-items: center;
}
#change_request_input label::before {
	display: block;
	width: 1em;
	height: 1em;
	margin-right: 0.625em;
	content: '';
	border: 2px solid #1a388c;
}
#change_request_input .checkbox:disabled + label {
	cursor: not-allowed;
	color: #1a388c;
}
#change_request_input .checkbox:disabled + label::before {
	cursor: not-allowed;
	border: 2px solid #1a388c;
}

#change_request_input div#notice_list_docs {
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
}

#change_request_input div#notice_list_docs ol {
    margin: 0 0 0 20px;
}

#change_request_input div#notice_list_docs ol li {
	list-style-type: decimal;
    margin: 0.5em 0;
}

#change_request_input dl#member_address::after {
  content: "";
  display: block;
  clear: both;
}
#change_request_input p#address_notice {
    margin: 1em 0 0 0 ;
    color: #c60000;
}
#change_request_input p#address_notice strong {
    font-weight: bold;
    text-decoration: underline;

}
#change_request_input .content_inner div.form div#operation_buttons p.btn_tttanaka {
    width: 310px;
}
#change_request_input .content_inner div.form div#operation_buttons a.button {
    padding: 15px 10px;
}

/*------------------------------------------------------------------------
 *	各種手続き書類のご請求（G＆P）
 *-----------------------------------------------------------------------*/
body#request .type_select_block {
	border: 1px solid #003686;
}
body#request .type_select_block .type_ttl {
	margin: 0;
	background: #003686;
	color: #fff;
	font-weight: bold;
}
body#request .type_select_block .type_ttl a {
	display: block;
	color: #fff;
	text-decoration: none;
}
body#request .type_select_block .type_ttl a:hover {
/*	background: #E9B800; */
	color: #003686; 
	transition: .4s;
}
body#request .type_select_block .type_ttl a span {
	position: relative;
}
body#request .type_select_block .type_ttl a span::before {
	content: "";
	position: absolute;
	top: 7.5px;
    right: 6px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 13.0px;
	border-color: transparent transparent transparent #003686;
}
body#request .type_select_block .type_ttl a span::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 1em;
	border-radius: 50%;
	background: #fff;
	vertical-align: middle;
}
body#request .type_select_block .type_inner {
	padding: 1em;
}
body#request .type_select_block .fblue {
	color: #003686;
}
body#request .type_select_block .notice {
	margin-top: 0;
	color: #000;
}

/* -------------------- 20240821 */ 
body#request .content_inner .notice_0821 {
	list-style: none;
}
body#request .content_inner .notice_0821 span {
	color: red;
	font-weight: bold;
}
/* -------------------- 20240821 end */ 

body#request .content_inner .idpass_know {
	padding: 1em;
	border: 1px solid #ccc;
}
body#request .content_inner .idpass_know dt {
	margin-top: 0;
}
#gp_request_input ul.request_data_list li {
	position: relative;
}
#gp_request_input ul.request_data_list li:hover label {
	color: #1a388c;
}
#gp_request_input ul.request_data_list li:hover label::before {
	border: 2px solid #1a388c;
}
#gp_request_input .checkbox {
	display: none;
}
#gp_request_input .checkbox:checked + label {
	color: #1a388c;
}
#gp_request_input .checkbox:checked + label::before {
	border: 2px solid #1a388c;
	background: #1a388c;
}
#gp_request_input label {
	display: -webkit-box;
	display: flex;
	padding: 1em 0 0;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-box-align: center;
	align-items: center;
	font-weight: bold;
}
#gp_request_input label::before {
	display: block;
	width: 1em;
	height: 1em;
	margin-right: 0.625em;
	content: '';
	border: 2px solid #1a388c;
}
#gp_request_input .checkbox:disabled + label {
	cursor: not-allowed;
	color: #1a388c;
}
#gp_request_input .checkbox:disabled + label::before {
	cursor: not-allowed;
	border: 2px solid #1a388c;
}
#gp_request_input ul.request_data_list span {
	padding-left: 2em;
	line-height: 2;
	display: block;
}
#gp_request_input ul.request_data_list li#first_chk {
	margin-top: 1em;
}
#gp_request_input ul.request_data_list li#first_chk,
#gp_request_input ul.request_data_list li#second_chk {
	margin-top: 1em;
}

/*各種手続き書類のご請求（G＆P）チェックボックス囲み */
#gp_request_input .content_inner div#notice_area {
	margin-top: 1em;
	padding: 20px;
	border: 1px solid #1A388C;
	border-radius: 5px;

}

#gp_request_input .content_inner div.form ul.request_data_list {
	margin: 1em 0;
}

#gp_request_input .content_inner div.form ul.notice_list {
	margin: 1em 0 1em 20px;
}

#gp_request_input .content_inner div.form ul.notice_list li {
	list-style-type: disc;
}

#gp_request_input .content_inner div.form div.section {
	width: 808px;
	margin: 1em auto 4em;
}



#gp_request_input div#notice_list_docs {
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
}

#gp_request_input div#notice_list_docs ol {
    margin: 0 0 0 20px;
}

#gp_request_input div#notice_list_docs ol li {
	list-style-type: decimal;
    margin: 0.5em 0;
}


#gp_request_input .pdding0 {
	padding-left: 0 !important;
}

#gp_request_input #notice_context {
	display: block;
	padding-left: 2em;
	margin-top: 1em;
	text-indent: -0.5em;
	border: 1px solid #000;
}
#gp_request_input #notice_context span.notice {
	font-weight: bold;
	display: inline-block;
	padding-left: 0;
}

#gp_request_input #netservice_member {
	font-size: 16px;
	background-color: #ebf3f6;
	border: 2px solid #A6A6A6;
	padding: 5px;
	margin: 1em 0;
}
#gp_request_input #netservice_member p {
	text-indent: -1em;
	padding-left: 1em;
	margin: 0;
}
#gp_request_input #netservice_member .fred {
	color: #ff0000;
}
#gp_request_input #netservice_member .bold {
	font-weight: bold;
}
p#select_context {
	font-size: 14px;
	margin-bottom: 0;
}
.content_inner .txt_indent_1 {
	text-indent: -1em;
}

.content_inner .doc_select_box  .fred {
	color: #cc0000;
}
.content_inner .doc_select_box .bold {
	font-weight: bold;
}

.content_inner .doc_select_box a.button {
	font-size: 14px;
}
.content_inner div.form div#operation_buttons p.btn_tttanaka a {
    padding: 15px 10px;
}

/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */

#footer_sp,
.visible-pc-inline {
	display: none !important;
}
.content_inner div.form table th,
.content_inner div.form table td {
	display: block;
}
.content_inner div.form form table,
.content_inner div.form form table tr th,
.content_inner div.form form table tr td {
	border: none;
}
.content_inner div.form form table tr td {
	margin-bottom: 1em;
	padding: 10px 0 5px;
}
.content_inner div.form ul.book_content {
	
}
.content_inner div.form ul.book_content li {
	width: 40%;
}
.content_inner div.form ul.book_content span.midasi {
	height: 44px;
}
.content_inner div.form .bookimg {
	text-align: center;
}
.content_inner div.form .bookimg img {
	width: 40%;
}
.content_inner div.form .bookimg .midasi {
	text-decoration: underline;
	font-weight: bold;
}
body.request .content_inner div.form form input.text {
	display: block;
    width: calc(100% - 14px);
    margin: 0 0 0.5em;
}
body.request .content_inner div.form form select {
	width: 100%;
	margin: 0 0 0.5em;
}
body.request .content_inner div.form textarea {
	margin: 0;
    width: calc(100% - 12px);
}
body.request .content_inner div.form tr.tel input.text {
	width: 20%;
	margin-right: 2%;
}
body.request .content_inner div.form tr.tel input.text:nth-of-type(n+2) {
	margin-left: 2%;
}
#request .content_inner div.form tr.tel input.text {
	display: inline;
}
body.request .content_inner div.form tr.tel td,
body.request .content_inner div.form tr.birthday td {
	display: flex;
	flex-wrap: wrap;
}
body.request .content_inner div.form tr.birthday input,
body.request .content_inner div.form tr.birthday select {
	width: 20% !important;
	margin-right: 2%;
}
body.request .content_inner div.form #member_gp input.text,
body.request .content_inner div.form .member_no input.text {
	display: inline;
	width: 25% !important;
	margin-right: 2% !important;
}
body.request .content_inner div.form #member_gp input:nth-of-type(2),
body.request .content_inner div.form .member_no input:nth-of-type(2) {
	margin-left: 2%;
}
body.request .content_inner div.form table.inquiry_forms {
	margin: 0;
}
body.request .content_inner div.form dt.zipcode {
	margin-top: 0;
}
body#request .type_select_block {
	margin-bottom: 25px;
}
body#request .type_select_block .type_ttl a {
	padding: 4vw 1em;
	font-size: 4vw;
}
body#request .type_select_block .request_title {
	padding: 2vw 1em !important;
}
body#request .type_select_block .request_title a {
	padding: 2vw 13vw 2vw 1em !important;
	border-radius: 10px;
	display: inline-block;
	background: #fff;
	color: #003686;
}
body#request .type_select_block .type_ttl a span::before {
	top: calc(50% - 1.5vw);
    right: -7.5vw;
    z-index: 2;
    border-width: 1.5vw 0 1.5vw 2.5vw;
/*
	top: calc(50% - 4px);
    right: 5px;
	border-width: 6.5px 0 6.5px 11.0px;
*/
}
body#request .type_select_block .type_ttl a span::after {
	position: absolute;
    right: -9vw;
    top: calc(50% - 3vw);
	width: 6vw;
	height: 6vw;
	margin: 0;
}
body.request .content_inner div.form ul.request_data_list input.checkbox {
	width: 15px;
	height: 15px;
}

.content_inner div.form form#section_notice div#notice_list {
    border: 1px solid #CCCCCC;
    padding: 1% 3%;
}
.content_inner div.form form#section_notice div#notice_list ol {
    margin: 0 0 0 20px;
}
.content_inner div.form form#section_notice div#notice_list ol li {
	list-style-type: decimal;
    margin: 0.5em 0;
}
.content_inner div.form form#section_notice div#notice_list ol.nlist li {
	list-style-type: disc;
}


/* エラーメッセージ ------------------*/
.content_inner div#error_messages {
	margin: 1em 0 2em 0;
	padding: 3%;
	background-color: #fff3f3;
	font-size: 85%;
}
.content_inner div#error_messages ul {
	margin: 0 0 0 20px;
}
.content_inner div#error_messages ul li {
	list-style-type: disc;
}
body.request_input .content_inner div#error_messages {
    color: #cb0031;
    font-size: 110%;
}
.content_inner p.error {
	display: none;
	margin: 0;
	color: #C60000;
	font-size: 85%;
}

/* ���₢���킹�t�H�[�� ------------------*/
.content_inner div.form span.must {
	margin: 0;
	color: #c60000;
}
.content_inner div.form dl.inquiry_forms {
	margin: 2em 0;
}
.content_inner div.form dl.inquiry_forms dt {
	margin: 1em 0 0.5em 0;
	padding: 2%;
	font-weight: bold;
	background-color: #ebf3f6;
}
.content_inner div.form dl.inquiry_forms dd {
	margin: 0.5em 0 1em 0;
	padding: 0;
}
.content_inner div.form dl.inquiry_forms input.text {
	width: 96%;
	padding: 3% 1%;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

.content_inner div.form dl.inquiry_forms select.prefecture,
.content_inner div.form dl.inquiry_forms select#slt_birthday_month,
.content_inner div.form dl.inquiry_forms select#slt_birthday_day {
	padding: 3% 1%;
}

/* 会員 */
.content_inner div.form dl.member dd ul {
    margin: 0;
}
.content_inner div.form dl.member dd:after { content: ''; display: block; clear: both; }  
.content_inner div.form dl.member dd li {  
    position: relative;  
    list-style: none;  
    float: left;  
    width: 50%;  
}  
.content_inner div.form dl.member dd label {  
    display: block;  
    padding: 10px 10px;  
    border: 1px solid #fff;  
    border-radius: 10px 0 0 10px;  
    -webkit-box-shadow: 0 0 5px #aaa;  
    color: #333;  
    font-weight: bold;  
    text-shadow: 0 1px #fff;  
    text-align: center;  
    color: #555;  
}  
.content_inner div.form dl.member dd li:last-child label {  
    border-left: 0;  
    border-radius: 0 10px 10px 0;  
}  
.content_inner div.form dl.member dd input[type="radio"]:checked + label {  
    text-shadow: 0 -1px #fff;  
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(100,100,100,.3)), color-stop(1, rgba(255,255,255,0)));  
    color: #333;  
}  
.content_inner div.form dl.member dd input[type="radio"] {  
    opacity : 0;  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 100%;  
    padding: 0;  
}  
.content_inner div.form dl.member_info {
	display:none;
}
.content_inner div.form div.member_no {
	display:none;
}
.content_inner div.form div.member_no input.member_no_2 {
	width: 12%;
}
.content_inner div.form div.member_no input.member_no_4 {
	width: 50%;
}
.content_inner div.form div.member_no input.member_no_3,
.content_inner div.form dl.birthday input.year {
	width: 25%;
}
.content_inner div.form div.member_no input.member_no_5,
.content_inner div.form div.member_no input.member_no_6 {
	width: 25%;
}
.content_inner div.form div.member_no input.member_no_8 {
	width: 42%;
}

.content_inner div.form dl.age input.text,
.content_inner div.form dl.grade input.text {
	width: 25%;
}

/* 商品名 */
.content_inner div.form dl.product_name dd select {
	width: 98%;
}

/* 住所 */

.content_inner div.form dl.address dl dt {
	background-color: #FFF;
	font-weight:normal;
	padding: 0;
	margin: 0;
}
.content_inner div.form dl.address dd {
	margin-top: 0;
	margin-left: 0;
}

.content_inner div.form dl.address dd.zipcode input,
.content_inner div.form dl.tel input.text,
.content_inner div.form dl.fax input.text {
	width: 25%;
}
.content_inner div.form dl.address.address dd.zipcode {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
}
body.request .content_inner div.form dl.address.address dd.zipcode input[type="text"] {
	width: 20% !important;
	margin-right: 2% !important;
	margin-bottom: 0 !important;
}
body.request .content_inner div.form dl.address.address dd.zipcode input[type="text"]:nth-of-type(2) {
	margin-left: 2% !important;
}
.content_inner div.form dl.address.address dd.zipcodediv.input_zipcode {
	margin-bottom: 0.5em;
}
.content_inner div.form dl.address.address .btn_search_address {
	width: 25%;
	padding: 3px 5px;
}
.content_inner div.form dl.address.address dd.zipcode p.zipcode {
	float: left;
	width: 68%;
	margin: 0;
}
.content_inner div.form dl.address.address dd.zipcode p.zipcode input {
	width: 40%;
	padding: 4.5% 0;
	vertical-align: middle;
}
.content_inner div.form dl.address.address dd.zipcode p.search {
	float:left;
	width: 30%;
	margin: 0;
}
.content_inner div.form dl.address.address dd.zipcode p.search a {
	padding: 8%;
}
.content_inner div.form dl.inquiry_forms p.error {
	margin: 5% 0;
}
body#address_search .content_inner table#result_list .prefecture {
	width: 25%;
}

body#address_search .content_inner table#result_list .city {
	width: 25%;
}

body#address_search .content_inner table#result_list .button {
	width: 25%;
}
/* ���� */
.content_inner div.form dl.gender dd ul,
.content_inner div.form dl.guardian dd ul,
.content_inner div.form dl.address dd ul {
    margin: 0;
}
.content_inner div.form dl.gender dd:after,
.content_inner div.form dl.guardian dd:after,
.content_inner div.form dl.address dd:after {
	content: ''; display: block; clear: both;
}
.content_inner div.form dl.gender dd li,
.content_inner div.form dl.guardian dd li,
.content_inner div.form dl.address dd li {  
    position: relative;  
    list-style: none;  
    float: left;  
    width: 50%;  
}  
.content_inner div.form dl.gender dd label,
.content_inner div.form dl.guardian dd label,
.content_inner div.form dl.address dd label {  
    display: block;  
    padding: 10px 10px;  
    border: 1px solid #fff;  
    border-radius: 10px 0 0 10px;  
    -webkit-box-shadow: 0 0 5px #aaa;  
    color: #333;  
    font-weight: bold;  
    text-shadow: 0 1px #fff;  
    text-align: center;  
    color: #555;  
}  
.content_inner div.form dl.gender dd li:last-child label,
.content_inner div.form dl.guardian dd li:last-child label,
.content_inner div.form dl.address dd li:last-child label {
    border-left: 0;  
    border-radius: 0 10px 10px 0;  
}  
.content_inner div.form dl.gender dd input[type="radio"]:checked + label,
.content_inner div.form dl.guardian dd input[type="radio"]:checked + label,
.content_inner div.form dl.address dd input[type="radio"]:checked + label {  
    text-shadow: 0 -1px #fff;  
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(100,100,100,.3)), color-stop(1, rgba(255,255,255,0)));  
    color: #333;  
}  
.content_inner div.form dl.gender dd input[type="radio"],
.content_inner div.form dl.guardian dd input[type="radio"],
.content_inner div.form dl.address dd input[type="radio"] {  
    opacity : 0;  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 100%;  
    padding: 0;  
}  

/* ���₢���킹���e */
.content_inner div.form dl.comment textarea {
    height: 10em;
    width: 98%;
}
/* ���₢���킹�t�H�[�� �u�M�������Y�v�̎������� ------------------*/
#download_confirm .content_inner div.form dl.inquiry_forms dd ul{
	margin-left:0;
}
#download_confirm .content_inner div.form dl.inquiry_forms dd ul li{
	list-style: none;
}


body#request .type_select_block .request_title a span::before {
	top: -0.6vw !important;
	right: -9.2vw !important;
	box-sizing: border-box !important;
	width: 7vw !important;
	height: 7vw !important;
	border: 2px solid #003686 !important;
	border-radius: 50% !important;
}
body#request .type_select_block .request_title a span::after {
	content: "▶" !important;
	right: -10vw !important;
	top: calc(50% - 3.5vw) !important;
}


.sp_br_none {
	display: none;
}




/* 736px以下用（スマートフォン用）の記述 end */
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

.visible-pc-inline {
	display: inline !important;
}
.content_inner div.form div#section_flow ol#flow_list li p.flow {
	margin: 0 0 0.5em 0;
	padding: 12px 0;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background: none repeat scroll 0 0 #FFFFFF;
	color: #1A388C;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
.content_inner div.form div#section_flow ol#flow_list li {
	float: left;
	width: 200px;
	padding: 0 20px;
}
.content_inner div.form form table tr th {
	width: 220px;
	padding: 10px;
}

.content_inner div.form form table tr td {
	width: 535px;
	padding: 15px;
}
.content_inner div.form form table#request_data_list th {
	width: 475px;
	vertical-align: middle;
}
.content_inner div.form form table#request_data_list td {
	width: 485px;
}

.content_inner div.form form table#request_data_list th#pc_width_700 {
	width: 700px;
	vertical-align: middle;
}
.content_inner div.form form table#request_data_list td#pc_width_469 {
	width: 469px;
}



.content_inner div.form form ul.media_type {
	float: left;
}
.content_inner div.form ul.book_content span.midasi {
	width: 250px;
	height: 44px;
}
.content_inner div.form ul.book_content span {
	width: 250px;
}
.content_inner div.form ul.book_content img {
	width: 150px;
}
.content_inner div.form div#operation_buttons {
	margin: 3em auto 5em;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
body.request .content_inner div.form div#operation_buttons p {
	width: 320px;
	margin: 0 2em;
}
.content_inner div.form form ul.media_type:nth-child(1) {
	width: 250px;
}
.content_inner div.form form table tr.name input,
.content_inner div.form form table tr.kana input {
	width: 150px;
}

.content_inner div.form form table tr.age input,
.content_inner div.form form table tr.grade input {
	width: 50px;
}
.content_inner div.form form table tr.user_name input,
.content_inner div.form form table tr.mail input,
.content_inner div.form form table tr.member_no input,
.content_inner div.form form table tr.address dd.address2 input,
.content_inner div.form form table tr.address dd.address3 input,
.content_inner div.form form table tr.tel_all input,
.content_inner div.form form table tr.fax_all input,
.content_inner div.form form table tr.company input,
.content_inner div.form form table tr.section input,
.content_inner div.form form table tr.media input,
.content_inner div.form form table tr.post input,
.content_inner div.form form table tr.member_name input,
body.change_request div#main form table tr.name input,
body.change_request div#main form table tr.no input {
	width: 350px;
}
body.gp_request div#main form table tr.name input,
body.gp_request div#main form table tr.no input {
	width: 350px;
}

.content_inner div.form form table tr.comment textarea {
	width: 510px;
	height: 200px;
}
.content_inner div.form form table tr.address dl {
	width: 535px;
}
.content_inner div.form form table tr.address dl dt {
	float: left;
	width: 130px;
	margin: 0;
	padding: 5px 0 5px 0;
}

.content_inner div.form form table tr.address dl dd {
	float: left;
	width: 405px;
	margin: 0;
	padding: 0 0 5px 0;
}

.content_inner div.form form table tr.address dd.zipcode input,
.content_inner div.form form table tr.tel input,
.content_inner div.form form table tr.fax input {
	width: 4em;
}
.content_inner div.form form table tr.address a.btn_search_address {
	position: absolute;
	top: 5px;
	right: 130px;
	width: 70px;
	padding: 3px 5px;
}
body#request .type_select_block {
	margin-bottom: 50px;
}
body#request .type_select_block .type_ttl a {
	padding: 1em;
	font-size: 16px;
}

body#request .type_select_block .request_title {
	padding: 5px 1em !important;
}
body#request .type_select_block .request_title a {
	padding: 10px 1em !important;
	border-radius: 10px;
	display: inline-block;
	background: #fff;
	color: #003686;
}
body#request .type_select_block .request_title a span::before {
	top: -2px !important;
	right: 9px !important;
	box-sizing: border-box !important;
	width: 30px !important;
	height: 30px !important;
	border: 2px solid #003686 !important;
	border-radius: 50% !important;
}
body#request .type_select_block .request_title a span::after {
	content: "▶" !important;
	right: -10vw !important;
	top: calc(50% - 3.5vw) !important;
}


/* 737px以上用（PC用）の記述 end */
}


/*------------------------------------------------------------------------
 *	clear fix
 *-----------------------------------------------------------------------*/

.content_inner div.form div#section_flow ol#flow_list {
	zoom: 100%;
}
.content_inner div.form div#section_flow ol#flow_list:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
