@charset "utf-8";

/*------------------------------

Global settings

------------------------------*/

/* ----------------
 WRAPPER
---------------- */

#wrapper {
	min-width: 960px;
	width: auto !important;
	width: 100%;
}

/* ----------------
 CONTENTS
---------------- */

#contents ul.bread {
	/* padding: 12px 0 15px 0; */
	padding: 0 0 10px 0;
	font-size: 83.3%;
	line-height: 1;
	float: left;
	*zoom: 1;
}
#contents ul.bread:after {
	content:".";display:block;height:0;clear: both;visibility:hidden;font-size:0;line-height:0;
}
#contents ul.bread li {
	line-height: 1;
	display: inline;
}
#contents ul.bread a {
	margin-right: 5px;
	text-decoration: none;
}
#contents ul.bread a:hover {
	text-decoration: none;
	border-bottom: 1px solid #568cc5;
}

/* ----------------
 MAINCONTENTS
---------------- */

#maincontents {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	*zoom: 1;
}
#maincontents:after {
	content:".";display:block;height:0;clear: both;visibility:hidden;font-size:0;line-height:0;
}

#maincontents {
	font-family: I-OTF-UDゴ表示Pro R, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',　"游ゴシック体", "Yu Gothic", YuGothic,Verdana, 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #444;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	background: none;
	border:none;
}

.contents-inner a {
	color: #2c59ba;
}

.contents-inner a:hover {
	text-decoration: underline;
}

.contents-inner p {
	line-height: 2;
}

.contents-inner img {
	max-width: 100%;
	height: auto;
}

.cfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.cfix {
	display: inline-table;
	min-height: 1%;
}
 
* html .cfix {
   height: 1%;
}
.cfix {
	display: block;
}

.clear {
	clear: both;
}

.in_section {
	width: 960px;
	margin: 0 auto;
}

.row {
	overflow: hidden;
}

.row .col_wrap {
	width: 990px;
}

.row .col-6 {
	float: left;
	width: 465px;
	margin-right: 30px;
}

.row .col-4 {
	float: left;
	width: 300px;
	margin-right: 30px;
}

.row .clear {
	clear: both;
}

.sec_bg-gray {
	background: #eaefef;
	border-top: 1px solid #dce4e4;
	border-bottom: 1px solid #dce4e4;	
}

.sec_pd-50 {
	padding: 50px 0;
}

.f-bold{
	font-weight: bold;
}
.f_w-strong{
	font-size: large;
}

.f_w-bold {/*web_font fix*/
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
}

.f_w-normal {/*web_font fix*/
	font-weight: normal;
	font-family: I-OTF-UDゴ表示Pro R;
}

.headline_01 {
	font-size: 48px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	text-align: center;
}

.headline_02 {
	font-size: 28px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	line-height: 1.2;
}
.headline_03{
	font-size: 24px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	line-height: 1.2;
}
	
ul.list_style-disc li {
	margin-left: 20px;
	list-style-type: disc;
	line-height: 2;
}

.table_style-02 {
	width: 100%;
	border: none;
	border-collapse: separate;
	border-spacing: 2px;
}

.table_style-02 thead tr th,
.table_style-02 thead tr td {
	padding: 15px;
	background: #007bbc;
	text-align: center;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	color: #fff;
}

.table_style-02 thead tr th,
table.table_style-02.reference thead tr th {
	font-size: 18px;
}

.table_style-02 thead tr td {
	font-size: 18px;
}

.table_style-02 tbody tr.odd th,
.table_style-02 tbody tr.odd td {
	background: #f2f2f2;
}

.sec_bg-gray .table_style-02 tbody tr.odd th,
.sec_bg-gray .table_style-02 tbody tr.odd td {
	background: #fff;
}

.table_style-02 tbody tr.even th,
.table_style-02 tbody tr.even td {
	background: #eaebeb;
}

.sec_bg-gray .table_style-02 tbody tr.even th,
.sec_bg-gray .table_style-02 tbody tr.even td {
	background: #f7f7f8;
}

.table_style-02 tbody tr th {
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	line-height: 1.2;
}

.table_style-02 tbody tr td {
	padding: 20px;
	font-size: 18px;
	line-height: 1.2;
}

.table_style-02 tbody tr th small,
.table_style-02 tbody tr td small {
	display: block;
	font-size: 14px;
	font-family: I-OTF-UDゴ表示Pro R;
	line-height: 1.6;
}

/*** btn ***/
.btn_left{
	float: left;
}
.btn_right{
	float: right;
}

.btn{
	box-sizing: border-box;
}

.btn a{
	display: inline-block;
}

.btn_width-half{
	width: 48%;
}
.btn_width-middle{
	width: 320px;
}

.btn_style-01 a {
	padding: 20px 0;
	width: 100%;
	border: 2px solid #6D6D6D;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	text-decoration: none;
	line-height: 1;
	color: #444;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.btn_style-01 a:hover {
	background: #e5e5e5;
	text-decoration: none;
}

.btn_style-01 a i {
	position: relative;
	top: 2px;
	margin-left: 14px;
	font-size: 28px;
	line-height: 0.6;
}

.btn_style-01 a i.icon_left {
	margin-left: 14px;
	margin-right: 14px;
}

.btn_style-02{
	text-align: center;
}
.btn_style-02 a{
	padding: 18px 0 17px;
	width: 100%;
	background: #e46c82;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align: middle;
}
.btn_style-02 a:hover{
	text-decoration: none;
	background: #bb596b;
}

.btn_style-02 a i{
	position: relative;
	top: 2px;
	margin-left: 14px;
	font-size: 28px;
	line-height: 0.6;
}


.trial_apply {
	text-align: center;
}

.trial_apply .btn {
	width: 560px;
	margin: 0 auto;
}

.trial_apply .btn a {
	display: block;
	padding: 20px 0;
	background: #e46c82;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-family: 新ゴ R;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.trial_apply .btn a:hover {
	text-decoration: none;
	background: #bb596b;
}


.trial_apply .btn a i {
	margin-left: 10px;
	font-size: 32px;
}

/* .trial_apply .notes {
	margin-top: 10px;
	font-size: 12px;
} */

/* .trial_apply .notes a {
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
} */

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

.case_summary {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

i.fa-exclamation-triangle {
	color: #ffb626;
}

/*------------------------------

Layouts settings

------------------------------*/
#contents #contents-header {/*ini*/
	margin-bottom: 0;
	padding: 10px 0;
	background: none;
}

#contents #contents-header .description {/*ini*/
	padding-bottom: 0;
}

#maincontents {/*ini*/
	position: relative;
	z-index: 5;
	width: 100%;
	margin-bottom: -10px;
}

#mc_header {
	position: relative;
}

#mc_header .upper {
	height: 60px;
	background: #0055a6;
}

#mc_header .upper.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

#mc_header .upper .logo {
	float: left;
	margin: 10px 0 0 0;
}
#mc_header .upper .button {
	float: right;
}

#mc_header .upper .contact_form a {
	display: inline-block;
	padding: 7px 20px 9px 20px;
	background: #9ad5c2;
	color: #444;
	line-height: 1;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top:9px;
}

#mc_header .upper .contact_form a:hover  {
	background: #87BAA9;
	text-decoration: none;
}

#mc_header .upper .apply a {
	display: inline-block;
	padding: 7px 20px 9px 20px;
	background: #ffd800;
	color: #444;
	line-height: 1;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#mc_header .upper .apply a:hover {
	background: #ba9e00;
	text-decoration: none;
}

#mc_header .upper .apply a i, #mc_header .contact_form a i {
	font-size: 18px;
	line-height: 14px;
}

#mc_header .upper .button-inner {
	float: right;
	padding-top: 5px;
}

#mc_header .upper .navi {
	float: right;
	padding-top: 19px;
	padding-right:5px;
}

#mc_header .upper .navi li {
	display: inline-block;
	margin-right: 20px;
}
 #mc_header .upper .button-inner li {
	display: inline-block;
	margin-right: 10px;
}


#mc_header .upper .navi li a {
	color: #fff;
	line-height: 1;
}

#mc_header .upper .navi li a i {
	margin-right: 3px;
}

#mc_header .middle {
	background-color: #0072bb;
}
#mc_header #main_visual ul{
	background: url(../../images/index/mv_02_pattern.png);
}

#mc_header #main_visual ul li {
	height: 310px;
}

#mc_header #main_visual ul li#mv_01 .in_section {
	position: relative;
	height: 310px;
}
#mc_header #main_visual ul li#mv_01 .in_section:before {
	content: "";
	width: 665px;
	height: 310px;
	position: absolute;
	background: url(../../images/index/mv_02_bg.png) 0 0 no-repeat;
	right: -120px;
	z-index: 0;
}

#mc_header #main_visual ul li#mv_01 .figure {
	padding-top: 55px;
	position: relative;
	z-index: 10;
}

#mc_header .lower {
	margin-bottom: 10px;
}

#mc_header .lower.fixed {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 100;
}

#mc_header #main_navigation {
	background-color: #444;
	border-top: 1px solid #152635;
	border-top: 1px solid rgba(0,0,0,0.4);
}

#mc_header #main_navigation ul.navi {
	text-align: left;
	line-height: 0;
}

#mc_header #main_navigation ul.navi li {
	display: inline-block;
}

#mc_header #main_navigation ul.navi li.stay {
	position: relative;
}

#mc_header #main_navigation ul.navi li.stay:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 28px;
	height: 10px;
	margin-left: -14px;
	background: url(../images/main_navi_stay.png) 0 0 no-repeat;
}

#mc_header #main_navigation ul.navi li a {
	display: inline-block;
	padding: 30px 35px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
}

#mc_header #main_navigation ul.navi li.stay a {
	color: #8794a1;
}

#mc_header #sub_navigation {
	margin-top: -1px;
	background: #8794a1;
	border-top: 1px solid #152635;
	border-top: 1px solid rgba(0,0,0,0.4);
}

#mc_header #sub_navigation ul.navi li {
	display: inline-block;
	padding: 15px 0;
	margin-right: 30px;
}

#mc_header #sub_navigation ul.navi li a {
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

#bread_list  {
	margin-bottom: 10px;
}

#bread_list ul.bread {
	font-size: 12px;
	line-height: 1;
	float: left;
	*zoom: 1;
}

#bread_list ul.bread:after {
	content:".";display:block;height:0;clear: both;visibility:hidden;font-size:0;line-height:0;
}

#bread_list ul.bread li {
	line-height: 1;
	display: inline;
}

/*** addition ***/
.feature-body{
	text-align: left;
}

#footer{
	text-align: center;
	background-color: #0055a6;
}
#footer #footer-btm{
	padding: 50px 0 40px;
}
#footer #footer-btm #copyright{
	float: none;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 12px;
}
.in_section .summary {
    line-height: 1.4;
    margin-bottom: 25px;
}
.table_style-02 img{
	padding-top:4px;
}
.notes_wrap{
	padding:14px 0px;
}
.notes_wrap ul{
	background-color:#F7F7F8;
	padding:8px 8px 8px 14px;
}
.notes_wrap h4{
	font-size: 15px;
    margin-bottom: 10px;
}
.notes_wrap p, .notes_wrap ul li{
	line-height: 2;
	padding-left: 1em;
	text-indent: -1em;
}
.notes_wrap .ex{
	margin:0px 24px;
}
.msg .summary {
	margin-bottom: 25px;
	line-height: 1.4;
}

.msg .mt {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}