@charset "utf-8";

/* ******************************************************************

	--common.css--

	0. BoxModel change

	1. Common setting
		1-1. Reset styles
		1-2. BoxModel styles
		1-3. Text styles
		1-4. Heading styles
		1-5. Button styles
		1-6. List styles
		1-7. Table styles
		1-8. Form styles
		1-9. Scrollbar styles
		1-99. VisualFormattingModel styles

	2. Responsive setting
		2-1. Fluid columns
        2-2. Movie formatting (by TI)

	99. SP

****************************************************************** */

/*==================================================================
	0. BoxModel change
===================================================================*/
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*==================================================================
	1. Common setting
===================================================================*/
/* ------------------------------------------------------------------
	1-1. Reset styles
-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0;
}
img {
	border-style: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
ol,ul {
	list-style: none;
}
caption {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}
table {
	width: 100%;
}

/* ------------------------------------------------------------------
	1-2. BoxModel styles
-------------------------------------------------------------------*/
.pt_00 { padding-top: 0 !important;}
.pt_10 { padding-top: 10px !important;}
.pt_20 { padding-top: 20px !important;}
.pt_30 { padding-top: 30px !important;}
.pt_40 { padding-top: 40px !important;}
.pt_50 { padding-top: 50px !important;}
.pb_00 { padding-bottom: 0 !important;}
.pb_10 { padding-bottom: 10px !important;}
.pb_20 { padding-bottom: 20px !important;}
.pb_30 { padding-bottom: 30px !important;}
.pb_40 { padding-bottom: 40px !important;}
.pb_50 { padding-bottom: 50px !important;}
.mt_00 { margin-top: 0 !important;}
.mt_10 { margin-top: 10px !important;}
.mt_20 { margin-top: 20px !important;}
.mt_30 { margin-top: 30px !important;}
.mt_40 { margin-top: 40px !important;}
.mt_50 { margin-top: 50px !important;}
.mb_00 { margin-bottom: 0 !important;}
.mb_10 { margin-bottom: 10px !important;}
.mb_20 { margin-bottom: 20px !important;}
.mb_30 { margin-bottom: 30px !important;}
.mb_40 { margin-bottom: 40px !important;}
.mb_50 { margin-bottom: 50px !important;}

/* ------------------------------------------------------------------
	1-3. Text styles
-------------------------------------------------------------------*/
.f12 { font-size: 12px;}
.f14 { font-size: 14px;}
.f16 { font-size: 16px;}
.f18 { font-size: 18px;}
.f20 { font-size: 20px;}
.f24 { font-size: 24px; line-height: 1.4;}
.f30 { font-size: 30px; line-height: 1.4;}
.lh12 { line-height: 1.2;}
.lh14 { line-height: 1.4;}
.lh16 { line-height: 1.6;}
.lh18 { line-height: 1.8;}
.lh20 { line-height: 2;}

.highlight_box_01 {
	border: 1px solid #dcdcdc;
	background: #efefef;
	padding: 15px;
}
.highlight_box_02 {
	background: url(../img/stripe_01.gif) repeat left top;
	padding: 15px;
}

.f_color_base { color: #92c81e;}/* MAIN_COLOR */
.f_color_sub { color: #006fa3;}
.f_color_red { color: #FF0000;}

/* ------------------------------------------------------------------
	1-4. Heading styles
-------------------------------------------------------------------*/
.heading {
	margin-bottom: 10px;
	line-height: 1.6;
}
.heading_top {
	border-bottom: 2px solid #000;
	padding: 10px 0;
	margin-bottom: 10px;
	position: relative;
}
.heading_parts {
	position: absolute;
	top: 10px;
	right: 10px;
}

.heading_type_01 {
	border-top: 5px solid #e7e7e7;
	padding: 5px 0;
	position: relative;
	margin-bottom: 10px;
}
.heading_type_01 h3 {
	font-size: 18px;
	font-weight: bold;
	color: #92c81e;
}
.heading_type_01:after {
	border-top: 5px solid #92c81e;
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -5px;
	width: 20%;
}
.heading_type_02 {
	background: #eeecec;
	border-left: 8px solid #92c81e;
	padding: 10px;
}
.heading_type_02 h4 {
	font-size: 16px;
}
.heading_type_03 {
	border-left: 8px solid #92c81e;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #92c81e;
}
.heading_type_03 h4 {
	font-size: 16px;
	font-weight: bold;
	color: #92c81e;
}
.heading_type_04 {
	padding: 5px 0;
	text-indent: -1.3em;
	margin-left: 1.3em;
}
.heading_type_04 h4 {
	font-size: 18px;
	font-weight: bold;
	color: #92c81e;
}
.heading_type_04 h4:before {
	content: url(../img/hexagon.png);
	display: inline-block;
	vertical-align: text-top;
	width: 1.3em;
	text-indent: 0;
}

.heading_text {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}




/* ------------------------------------------------------------------
	1-5. Button styles
-------------------------------------------------------------------*/
.link_button_list {
	font-size: 0;
}
.link_button {
	display: inline-block;
	vertical-align: top;
}
.link_button_list .link_button {
	margin: 0 15px 15px 0;
}
.link_button a {
	display: block;
	background: #f0f0f0;
	text-decoration: none;
}

/* ------------------------------------
	01_角丸/立体ボタン（大）
------------------------------------*/
.link_button_01 {
	font-size: 16px;
	font-weight: bold;
}
.link_button_01 a {
	width: 300px;
	background: #92c81e;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 6px 0 #76a60e;
	-webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
	transition: box-shadow 0.3s, transform 0.3s;
	padding: 10px 35px 10px 10px;
	position: relative;
}
.link_button_01 a:after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 15px;
	left: auto;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.link_button_01 a:hover {
	color: #FFF;
	box-shadow: 0 3px 0 #76a60e;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.link_button_01_flex { }
.link_button_01_flex a {
	width: auto;
}

/* ボタン色をやさしくするために追加 */
.link_button_01_type_a a {
	background: #d7e7b3;
	color: #333;
}
.link_button_01_type_a a:hover {
	color: #333;
}

/* ------------------------------------
	01_角丸/立体ボタン（大：pdf／blank）
------------------------------------*/
.link_button_01.link_button_01_pdf a:before,
.link_button_01.link_button_01_blank a:before {
	display: none;
}
.link_button_01_pdf a:after {
	font-family: FontAwesome;
	content: "\f1c1";
	margin-left: 5px;
	font-weight: normal;
}
.link_button_01_blank a:after {
	font-family: FontAwesome;
	content: "\f08e";
	margin-left: 5px;
	font-weight: normal;
}


/* ------------------------------------
	02_四角ボタン
------------------------------------*/
.link_button_02 {
	font-size: 22px;
	font-weight: bold;
}
.link_button_02 a {
width: 480px;
/*width: 300px;*/
	background: #92c81e;
	border: 3px solid #92c81e;
	padding: 10px 35px 10px 10px;
	color: #FFF;
	text-align: center;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.link_button_02 a::before {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
}
.link_button_02 a:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.3);
	transform: scale(.3);
}
.link_button_02 a:hover:before {
	background: #FFF;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.link_button_02 a:after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	top: 45%;
	right: 15px;
	left: auto;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
}
.link_button_02 a:hover {
	border: 3px solid #92c81e;
	color: #92c81e;
}
.link_button_02_flex { }
.link_button_02_flex a {
	width: auto;
}

/* ------------------------------------
	03_四角ボタン（グラデ）
------------------------------------*/
.link_button_03 {
	font-size: 22px;
	/*font-weight: bold;*/
	border: 1px solid #898989;
	padding: 1px;
}
.link_button_03 a {
width: 480px;
/*width: 300px;*/
	background: -webkit-linear-gradient(top, #fff 0%, #eff0ef 100%);
	background: linear-gradient(to bottom, #fff 0%, #eff0ef 100%);
	padding: 10px;
	text-align: center;
	color: #333;
	position: relative;
}
.link_button_03 a:after {
	content: "";
	bottom: 3px;
	right: 3px;
	border-top: 20px solid transparent;
	border-right: 20px solid #92c81e;
	position: absolute;
	z-index: 100;
}
.link_button_03 a:hover {
	background: -webkit-linear-gradient(top, #91c71d 0%, #77a80e 100%);
	background: linear-gradient(to bottom, #91c71d 0%, #77a80e 100%);
	color: #FFF;
}
.link_button_03 a:hover::after {
	border-right: 20px solid #FFF;
}
.link_button_03_flex { }
.link_button_03_flex a {
	width: auto;
}

/* ------------------------------------
	04_四角ボタン
------------------------------------*/
.link_button_04 {
	font-size: 16px;
	font-weight: bold;
}
.link_button_04 a {
	width: 300px;
	background: #92c81e;
	border: 3px solid #92c81e;
	color: #FFF;
	padding: 10px 10px 10px 50px;
	position: relative;
}
.link_button_04 a:before {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	top: 50%;
	left: 15px;
	right: auto;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
	font-size: 24px;
}
.link_button_04 a:hover {
	background: #FFF;
	color: #92c81e;
}
.link_button_04_flex { }
.link_button_04_flex a {
	width: auto;
}

/* ------------------------------------
	04_四角ボタン（電話番号やFAXなどアイコンをつける）
------------------------------------*/
.link_button_04_tel a:before {
	content: "\f098";
	font-size: 28px;
}
.link_button_04_fax a:before {
	content: "\f1ac";
}
.link_button_04_blank a:before {
	content: "\f08e";
}

/* ------------------------------------
	丸ボタン（小）
------------------------------------*/
/*
.link_button_04 {
	font-size: 14px;
	font-weight: bold;
}
.link_button_04 a {
	width: 300px;
	background: #FFF;
	border: 1px solid #b70149;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	padding: 0 35px 0 15px;
	position: relative;
}
.link_button_04 a:after {
	font-family: FontAwesome;
	content: "\f178";
	position: absolute;
	top: 50%;
	right: 15px;
	left: auto;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.link_button_04 a:hover {
	background: #b70149;
	color: #FFF;
}
.link_button_04_flex { }
.link_button_04_flex a {
	width: auto;
}
*/







/* ------------------------------------------------------------------
	1-6. List styles
-------------------------------------------------------------------*/
/* ------------------------------------
	六角付きリンク
------------------------------------*/
.icon_list { }
.icon_item {
	margin-bottom: 5px;
}
.icon_item_type_01 {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
}
.icon_item_type_01:before {
	background: url(../img/hexagon.png) top left no-repeat;
	background-size: 15px 15px;
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	width: 15px;
	height: 15px;
	margin-top: -5px;
}

/* ------------------------------------
	矢印付きリンク
------------------------------------*/
.link_list { }
.link_list a { color: #333;}
.link_list a:hover { color: #92c81e;}
.link_item {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.4;
}
.link_list_01 { }
.link_list_01_horizontal .link_item {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.link_item_arl_01:before {
	font-family: FontAwesome;
	content: "\f0a9"; /* デフォルトは右矢印*/
	margin-right: 5px;
	color: #92c81e;
}
.link_item_arr_01:after {
	font-family: FontAwesome;
	content: "\f0a9";
	margin-left: 5px;
	color: #92c81e;
}

/* 単独で使いたいとき */
.link_item_single {
	margin-bottom: 0;
}

/* ------------------------------------
	その他フラッグ
------------------------------------*/
/* 外部リンクアイコン */
.flag_blank:after {
	font-family: FontAwesome;
	content: "\f08e";
	margin-left: 5px;
	color: #92c81e;
}

/* NEWアイコン */
.flag_update:after {
	content: "NEW";
	background: #fb7787;
	color: #FFF;
	padding: 2px 10px;
	margin-left: 5px;
	font-size: 14px;
	position: relative;
	top: -3px;
}

/* PDFアイコン */
.flag_pdf:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_p.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}

/* Excelアイコン */
.flag_excel:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_e.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}

/* Wordアイコン */
.flag_word:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_w.png) left center no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}

/* ------------------------------------------------------------------
	1-7. Table styles
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #313131;
	border-right: 1px solid #313131;
	border-bottom: 1px solid #313131;
}
th,td {
	border-bottom: 1px solid #313131;
	border-left: 1px solid #313131;
	/*border-style: solid;
	border-width: 1px;
	border-color: #313131;
	*/
	padding: 10px;
}

.th_col2 {
	width: 50%;
}
.th_col3 {
	width: 33.3%;
}
.th_col4 {
	width: 25%;
}
.th_col5 {
	width: 20%;
}
.th_col6 {
	width: 16.7%;
}
.th_col7 {
	width: 14.3%;
}
.th_col8 {
	width: 12.5%;
}
.th_col9 {
	width: 11.1%;
}
.th_col10 {
	width: 10%;
}

.table_01 { }
.table_01 th {
	background: #e5efd0;
}
.table_01 td { }

/* 破線のtd */
.table_01 .td_type_01 {
	border-style: dashed solid dashed solid;
	border-width: 1px;
	border-color: #c9c9c9 #313131 #c9c9c9 #313131;
}

/* 背景色グレー */
.table_01 .td_type_02 {
	background: #eeecec;

}







/*
.table_02 {
	background: #dcdcdc;
}
.table_02 th {
	background: #faf1f4;
	padding: 10px;
}
.table_02 td {
	background: #FFF;
	padding: 10px;
}
*/

/* 外側罫線ナシバージョン */
/*
.table_03 {
	border-bottom: 1px solid #e5e5e5;
}
.table_03 th {
	border-top: 1px solid #e5e5e5;
	padding: 10px;
}
.table_03 td {
	border-top: 1px solid #e5e5e5;
	padding: 10px;
	word-break: break-all;
}
.table_03 tr:first-child th,
.table_03 tr:first-child td {
	border-top: none;
}
*/


/* ------------------------------------------------------------------
	1-8. Form styles
-------------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.4;
	vertical-align: middle;
	/*
	background: none;
	border: none;
	border-radius: 0;
	*/
}
select::-ms-expand {
	display: none;
}
/*textarea { font-size: inherit;}*/
button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	/*border: 1px solid #b70149;*/
	transition: all 0.5s;
	/*box-shadow: 0 0 1px 1px rgba(0,160,233,1);*/
}

/*-------------------------------*/
/*	オートフィル時の背景色を無効に
/*-------------------------------*/
input:-webkit-autofill {
	/* 色はinput要素の背景色（ここでは#fff）にそろえる */
	box-shadow: 0 0 0px 999px #FFF inset;
}

/*-------------------------------*/
/*	placeholder
/*-------------------------------*/
input::-webkit-input-placeholder {
	color: #b7b5b5;
}
input::-moz-placeholder {
	color: #b7b5b5;
	opacity: 1;
}
input:-ms-input-placeholder {
	color: #b7b5b5;
}

/*-------------------------------*/
/*	必須項目
/*-------------------------------*/
.form_subject { }
.form_subject_name {
	float: left;
	display: inline-block;
}
.form_subject_req {
	float: right;
	display: inline-block;
	font-size: 12px;
	background: #fe0000;
	color: #FFF;
	padding: 3px 10px;
}
.form_subject_btn {
	float: right;
	display: inline-block;
}
.form_subject_btn a {
	background: #3399ff;
	padding: 3px 12px;
	border-radius: 3px;
	color: #FFF;
	text-decoration: none;
}
.form_subject_btn a:hover {
	background: #0a5ad3;
}

/*-------------------------------*/
/*	フォームパーツ
/*-------------------------------*/
.form_item {
	margin: 20px 0;
}

/*-------------------------------*/
/*	要素を横に並べる
/*-------------------------------*/
.form_inline {
	vertical-align: middle;
}
.form_inline .form_inline_item {
	display: inline-block;
}
.form_inline .form_inline_item:not(:first-child) {
	margin-left: 5px;
}

/*-------------------------------*/
/*	text
/*-------------------------------*/
.form_text {
	border: 1px solid #dcdcdc;
	background-color: #eee;
	border-radius: 3px;
	padding: 5px;
	width: 100%;
}
.form_text_01 {
	width: 194px;
	margin-right: 5px;
}

/* エラー時 */
.form_text_error {
	border: 1px solid #fe0000;
}

/*-------------------------------*/
/*	textarea
/*-------------------------------*/
.form_textarea {
	border: 1px solid #dcdcdc;
	background-color: #eee;
	border-radius: 3px;
	padding: 5px;
	width: 100%;
	height: 200px;
	overflow: auto;
}

/* エラー時 */
.form_textarea_error {
	border: 1px solid #fe0000;
}

/*-------------------------------*/
/*	select
/*-------------------------------*/
.form_select_wrap{
	position: relative;
}
.form_select_wrap::before{
	/*background-color: #282e70;*/
	display: inline-block;
	font-size: 24px;
	width: 30px;
	height: 100%;
	font-family: fontAwesome;
	content: "\f0d7";
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	color: #333;
	pointer-events: none;
	line-height: 1.4;
	text-align: center;
}
.form_select{
	border: 1px solid #dcdcdc;
	background-color: #eee;
	border-radius: 3px;
	padding: 5px 35px 5px 5px;
	width: 100%;
}
/*
select.form_selectError{
	border: 2px solid #ff0000;
}
*/

/* エラー時 */
.form_select_error {
	border: 1px solid #fe0000;
}

/*-------------------------------*/
/*	checkbox
/*-------------------------------*/
.form_checkbox{
	display: none;
}
.form_checkbox_parts{
	padding-left: 25px;
	position: relative;
	margin-right: 25px;
}
.form_checkbox_parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
}
.form_checkbox:checked + .form_checkbox_parts{
	/*color: #fe0000;*/
}
.form_checkbox:checked + .form_checkbox_parts::after{
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 8px;
	width: 8px;
	height: 16px;
	transform: rotate(40deg);
	border-bottom: 3px solid #b70149;
	border-right: 3px solid #b70149;
}

/*-------------------------------*/
/*	radio
/*-------------------------------*/
.form_radio {
	display: none;
}
.form_radio + label{
	padding-left: 25px;
	position: relative;
	margin-right: 25px;
}
.form_radio + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #dcdcdc;
	border-radius: 50%;
}
.form_radio:checked + label{
	/*color: #009a9a;*/
}
.form_radio:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: #b70149;
	border-radius: 50%;
}

/*-------------------------------*/
/*	button
/*-------------------------------*/
.form_btn {
	display: inline-block;
	position: relative;
	background: #757575;
	color: #FFF;
	padding: 10px 0;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	/*
	line-height: 1;
	border-radius: 3px;
	*/
}
.form_btn:hover {
	background: #505050;
}
.form_btn:before {
	font-family: FontAwesome;
	content: "\f0da";
	position: absolute;
	top: 50%;
	left: 15px;
	right: auto;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}

/* オリジナルボタン1 */
.form_btn_01 {
	background: #b70149;
}
.form_btn_01:hover {
	background: #f9d1cb;
	color: #333;
}

/* サイズ固定 */
.form_btn_fix {
	width: 300px;
}

/*-------------------------------*/
/*	同意
/*-------------------------------*/
.form_consent {
	margin-top: 10px;
	font-size: 12px;
}

/*-------------------------------*/
/*	assist
/*-------------------------------*/
.form_assist {
	margin-top: 10px;
	font-size: 12px;
}
.form_assist i {
	margin-right: 3px;
	font-size: 12px;
}

/* エラー時 */
.form_assist_error {
	color: #fe0000;
}

/*-------------------------------*/
/*	住所自動入力ボタン
/*-------------------------------*/
.zip_search {
	display: inline-block;
}
.zip_search a {
	background: #3399fe;
	color: #FFF;
	border-radius: 3px;
	padding: 5px 10px;
	text-decoration: none;
}
.zip_search a:hover {
	background: #0a5ad3;
}

/*-------------------------------*/
/*	フォーム内各種文言
/*-------------------------------*/
.form_info {
	padding: 5px 0;
	margin: 20px 0;
	text-align: center;
}
.form_info_text { }
.form_info_error {
	border: 1px solid #fe0000;
	background: #fededf;
	color: #fe0000;
}
.form_info_finish {
	padding: 60px 0;
	/*
	border: none;
	background: none;
	*/
}

/*-------------------------------*/
/*	jQuery-Validation-Engineのスタイルを上書き
/*-------------------------------*/
/* 吹き出しの色を変える */
.section .formError .formErrorContent,
.section .formError .formErrorArrow div {
	background: #b70149;
}
.section .formError .formErrorArrow .line1,
.section .formError .formErrorArrow .line2 {
	background: #ddd;
}

/* ------------------------------------------------------------------
	1-9. Scrollbar styles
-------------------------------------------------------------------*/
.scroll_area_y::-webkit-scrollbar{
	width: 10px;
}
.scroll_area_x::-webkit-scrollbar{
	height: 10px;
}
::-webkit-scrollbar-track{
	background: #e7e7e7;
}
::-webkit-scrollbar-thumb{
	background: #898989;
}

/* スクロール範囲の下部に透過グラデを置く場合に必要 */
.grd_area {
	position: relative;
}
.grd_area::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}

/* ------------------------------------------------------------------
	1-99. VisualFormattingModel styles
-------------------------------------------------------------------*/
.pc_block{
	display: block !important;
}
.pc_inline{
	display: inline !important;
}
.sp_block{
	display: none !important;
}
.sp_inline{
	display: none !important;
}
.align_left { text-align: left;}
.align_right { text-align: right;}
.align_center { text-align: center;}

/* ------------------------------------
	CLEARFIX
------------------------------------*/
.header .wrapper:after,
.header_tools:after,
.gnav_list:after,
.for_nav_list:after,
.footer_section_01 .wrapper:after,
.contents .wrapper:after,
.section_box:after,
.post_meta:after,
.post_article:after,
.fluid_col:after,
.section_2nd_type_c .section_2nd_article:after,
.cf:after {
	content: "";
	display: block;
	clear: both;
}







/*==================================================================
	2 Responsive setting
===================================================================*/

/* ------------------------------------------------------------------
	2-1. Fluid columns
-------------------------------------------------------------------*/
/* 初期設定 */
.fluid_col > li {
	float: left;
	margin-bottom: 2.87%;
}

.fluid_col_02 > li { width: 48.56%; margin-right: 2.88%;}/* 横並びに等分 */
.fluid_col_03 > li { width: 31.42%; margin-right: 2.87%;}/* 横並びに3等分 */
.fluid_col_04 > li { width: 22.84%; margin-right: 2.88%;}/* 横並びに4等分 */
.fluid_col_05 > li { width: 17.68%; margin-right: 2.9%;}/* 横並びに5等分 */
.fluid_col_06 > li { width: 14.25%; margin-right: 2.9%;}/* 横並びに6等分 */
.fluid_col_07 > li { width: 11.8%; margin-right: 2.9%;}/* 横並びに7等分 */
.fluid_col_08 > li { width: 9.98%; margin-right: 2.88%;}/* 横並びに8等分 */
.fluid_col_09 > li { width: 8.56%; margin-right: 2.87%;}/* 横並びに9等分 */

.fluid_col_02 > li:nth-child(2n),
.fluid_col_03 > li:nth-child(3n),
.fluid_col_04 > li:nth-child(4n),
.fluid_col_05 > li:nth-child(5n),
.fluid_col_06 > li:nth-child(6n),
.fluid_col_07 > li:nth-child(7n),
.fluid_col_08 > li:nth-child(8n),
.fluid_col_09 > li:nth-child(9n) {
	margin-right: 0;
}



/* ------------------------------------------------------------------
	2-2. Movie size formatting (by TI)
-------------------------------------------------------------------*/

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}























/*==================================================================
	99 SP
===================================================================*/

@media only screen and (max-width: 640px) {
/*==================================================================
	0. BoxModel change
===================================================================*/
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*==================================================================
	1. Common setting
===================================================================*/

/* ------------------------------------------------------------------
	1-3. Text styles
-------------------------------------------------------------------*/
.highlight_box_01 {
padding: 3%;
}
.highlight_box_02 {
padding: 3%;
}


/* ------------------------------------------------------------------
	1-4. Heading styles
-------------------------------------------------------------------*/





/* ------------------------------------------------------------------
	1-5. Button styles
-------------------------------------------------------------------*/
.link_button_list { }
.link_button {
display: block;
}
.link_button_list .link_button {
margin: 0 0 3% 0;
}
.link_button a {
width: auto;
}



/* ------------------------------------------------------------------
	1-6. List styles
-------------------------------------------------------------------*/
/* ------------------------------------
	六角付きリンク
------------------------------------*/
.icon_list { }

/* ------------------------------------
	矢印付きリンク
------------------------------------*/
.link_list { }
.link_item {
font-size: 16px;
}


/* ------------------------------------------------------------------
	1-7. Table styles
-------------------------------------------------------------------*/
.th_col2 {
	width: 50%;
}
.th_col3 {
	width: 33.3%;
}
.th_col4 {
	width: 25%;
}
.th_col5 {
	width: 20%;
}


/* tableを横スクロールさせる部分 */
.scroll_area_program {
	overflow-x: scroll;
}
.scroll_area_program table{
	width: 700px;
}
.scroll_area_program::-webkit-scrollbar {
  height: 10px;
}
.scroll_area_program::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
.scroll_area_program::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}


/* SP版スクロールエリア右の余白 */
.grd_area_margin{
	margin-right: 8%;
}

/* ------------------------------------------------------------------
	1-8. Form styles
-------------------------------------------------------------------*/
.form_text_01 {
width: 48%;
margin-right: 1%;
}
.form_btn {
margin-bottom: 3%;
}
.form_btn_fix {
width: 100%;
}
.form_info_finish {
padding: 5% 0;
}

/* ------------------------------------------------------------------
	1-99. VisualFormattingModel styles
-------------------------------------------------------------------*/
.pc_block{
display: none !important;
}
.pc_inline{
display: none !important;
}
.sp_block{
display: block !important;
}
.sp_inline{
display: inline !important;
}








/*==================================================================
	2 Responsive setting
===================================================================*/






}
