@charset "utf-8";

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

vps.sakura.ad.jpドメイン以下
共通スタイルセット

Global settings

------------------------------*/
#header {
	position: relative;
}
#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;
}

.sp_only {
	display: none;
}

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

.row {
	overflow: hidden;
}

.row .col_wrap {
	width: 990px;
}

.row .col-7 {
	float: left;
	width: 527px;
	margin-right: 30px;
}

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

.row .col-5 {
	float: left;
	width: 403px;
	margin-right: 30px;
}

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

.row .col_r {
	float:right;
}

.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;
}

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

.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;
}
	
ul.list_style-disc li {
	margin-left: 20px;
	list-style-type: disc;
	line-height: 2;
}

.table_style-01 {
	width: 100%;
	border: none;
}

.table_style-01 tr th {
	padding: 20px;
	border: 1px solid #cfcfcf;
	background: #1aadaa;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
}

.table_style-01 tr td {
	padding: 20px;
	border: 1px solid #cfcfcf;
	background: #fff;
}

.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: #1aadaa;
	text-align: center;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	color: #fff;
}

.table_style-02 thead tr th {
	font-size: 24px;
}

.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;
}

.table_style-02 tbody tr th small.multi,
.table_style-02 tbody tr td small.multi {
	margin-bottom: 5px;
}

.btn_style-01 {
	text-align: center;
}

.btn_style-01 a {
	display: inline-block;
	min-width: 320px;
	padding: 20px;
	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: 0;
	margin-right: 14px;
}

.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;
}

.case_summary .post  {
	overflow: hidden;
	margin-bottom: 40px;
}

.case_summary .post .photo {
	height: 224px;
	padding: 4px;
	border: 1px solid #ebebeb;
	overflow: hidden;
	text-align: center;
}

.case_summary .post .detail {
	padding: 10px;
	background: #f8f8f8;
}

.case_summary .post .detail .meta {
	margin-bottom: 10px;
	font-size: 12px;
}

.case_summary .post .detail .title {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

.case_summary .post .detail .title a {
	color: #444;
}

.case_summary .post .detail .summary a {
	margin-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

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

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

Layouts settings

------------------------------*/
#change_theme {
	margin: 10px;
	padding: 30px;
	background: #fff;
	border: 3px solid #444;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	font-family: I-OTF-UDゴ表示Pro M;
	line-height: 1.2;
	color: #444;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#change_theme i {
	font-size: 50px;
}

#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: #0e9794;
}

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

#mc_header .upper .logo {
	float: left;
	margin: 15px 0 0 0;
}

#mc_header .upper .apply {
	float: right;
	margin-top: 15px;
}

#mc_header .upper .apply a {
	display: inline-block;
	padding: 8px 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 {
	font-size: 18px;
	line-height: 14px;
}

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

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

#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: #1aadaa;
	border-bottom: 1px solid #00C0BB;
}

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

#mc_header #main_visual ul li#mv_01 {
	background: url(../images/mv_01_bg.png) 50% 0 no-repeat #1AADAA;
}

#mc_header #main_visual ul li#mv_01 .figure {
	padding-top: 10px;
}

#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: url(../images/main_navi_bg.png);
	border-top: 1px solid #152635;
	border-top: 1px solid rgba(0,0,0,0.4);
}

#mc_header #main_navigation ul.navi {
	text-align: center;
	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;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#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;
}

#pagetop {/*ini*/
	position: relative;
	z-index: 100;
}

/*余白関係*/

.mgb20 {
	margin-bottom: 20px;
}

.mgb30 {
	margin-bottom: 30px;
}