@charset "UTF-8";


/* ======================================================
▼▼▼introduction.cssの既存のスタイルを拡張▼▼▼
====================================================== */

/* =================================
module
================================= */
/**02-------------------------------------- **/

/* ボタンの種類（背景：青）を追加 */
.selectBtnItem-type2{
	color: #FFF;
	background: #014190;

}
.selectBtnItem-type2:hover{
	background-color:#FFF;
	color:#014190;
}

/* ボタンを可変にするスタイル追加 */
.selectBtnItem-flex{
	width: auto;
}



/* ======================================================
▲▲▲introduction.cssの既存のスタイルを拡張▲▲▲
====================================================== */


/* ======================================================
▼▼▼共通で使えそう▼▼▼
====================================================== */
.cf:after {
	content: "";
	display: block;
	clear: both;
}

.contents_page {
	padding: 20px 0 10px;
	width: 980px;
	margin: 0 auto;
}

/* =================================
見出し
================================= */
.heading {
	margin-bottom: 10px;
	text-align: center;
}
.heading_title {
	font-size: 2.857rem;
	color: #014190;
}
.heading_title_sub {
	overflow: hidden;
	font-size: 18px;
}
.heading_title_sub strong {
	font-size: 1.428rem;
}
.heading_line {
	display: inline-block;
	padding: 0 10px;
	position: relative;
}
.heading_line:before,
.heading_line:after {
	border-top: 2px solid #333;
	content: "";
	position: absolute;
	top: 50%;
	width: 30%;
}
.heading_line:before {
	right: 100%;
}
.heading_line:after {
	left: 100%;
}



/* =================================
カラムレイアウト
================================= */
.section_col {
	font-size: 0;
}
.section_col_item {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

/* 2カラム */
.section_col-2 {
	margin-left: -15px;
	overflow: hidden;
}
.section_col-2 .section_col_item {
	width: 50%;
	padding: 0 0 15px 15px;
}
.section_col-2_post .section_col_item {
	padding: 0 0 0 15px;
}

/* 3カラム */
.section_col-3 {
	margin-left: -10px;
	overflow: hidden;
}
.section_col-3 .section_col_item {
	width: 33.3%;
	padding: 0 0 10px 10px;
}

/* ======================================================
▲▲▲共通で使えそう▲▲▲
====================================================== */


/* ======================================================
▼▼▼ページ毎のスタイル▼▼▼
====================================================== */
/* =================================
お申し込み（道内／動外）ページ
================================= */
.contents_application {
	
}

.plan_box {
	border: 1px solid #959595;
}
.plan_box_top {
	border-bottom: 1px solid #959595;
	text-align: center;
	padding: 5px 0;
	font-size: 18px;
	display: table;
	width: 100%;
	height: 75px;
}
.plan_box_mid {
	padding: 20px;
}
.contents_page-application .section_col-2 .plan_box_mid {
	min-height: 750px;
}
.contents_page-application .section_col-3 .plan_box_mid {
	min-height: 795px;
}
.plan_box_btm {
	padding: 0 20px 50px 20px;
}
.plan_title_box {
	display: table-cell;
	vertical-align: middle;
}
.plan_title {
	font-size: 24px;
	font-weight: bold;
}
.plan_title_sub { }
.plan_thm {
	text-align: center;
}
.plan_list_box {
	background: #f3f3f3;
	padding: 20px;
}
.plan_list_box_col {
	font-size: 0;
}
.plan_list { }
.plan_list_box_col .plan_list {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.plan_item {
	background: url(/files/dogai2nd/image/application/icon_square.png) left center no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}
.plan_btn_item {
	margin-top: 20px;
	text-align: center;
}
.plan_btn { }
.plan_btn_label {
	font-size: 1.285rem;
}
.plan_btn .selectBtnItem{
	width: 270px;
	
}
.plan_btn i {
	margin-right: 5px;
	font-size: 22px;
}
.plan_description {
	
}

.plan_description span {
	height: 95px;
	display: table-cell;
	vertical-align: top;
}


.plan_description-fix {
	display: table;
	width: 75%;
	text-align: left;
	margin: auto;
}
.plan_description-fix span {
	display: table-cell;
	height: 77px;
	vertical-align: middle;
}


/* ======================================================
▲▲▲ページ毎のスタイル▲▲▲
====================================================== */


/* 2020年1月7日　追加 */
.plan_price {
	display: table;
    width: 75%;
    text-align: left;
    margin: auto;
    padding: 30px 0;
}
.plan_price p {
    display: table-cell;
    vertical-align: middle;
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
}
.price-table caption {
	font-size: 1.1em;
	font-weight: bold;
	text-align:left;
}
.price-table td {
	font-weight: bold;
	font-size:1.05rem;
}
.price-table td .price {
	font-size:1.4rem;
}
.plan_price_dogai {
	display: table;
    width: 100%;
    text-align: left;
    margin: auto;
    padding: 30px 0;
}





