@charset "utf-8";
html {font-size: 62.5%;}
html, body {
	width:100%;
	height:auto;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: normal;
}
#wrapper {
	width: 100%;
	position: relative;
	z-index: 1;
}
.sec_inner {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}

header {
	height: 100px;
	width: 100%;
	position: relative;
	z-index: 1;
}
header h1 {
	font-size: 11px;
	font-size: 1.1rem;
	color: #616161;
	font-weight: normal;
	padding-top: 10px;
	margin-bottom: 9px;
}
header #tel {
	height: 49px;
	width: 287px;
	position: absolute;
	z-index: 1;
	top: 40px;
	right: 0px;
}
#mv {
    background-image: url(../images/mv_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 480px;
    width: 100%;
    position: relative;
    z-index: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #dedede;
    border-bottom-color: #dedede;
}

#mv .mv_inner {
    background-image: url(../images/mv_bg02.png);
    background-repeat: no-repeat;
    background-position: right 0;
    height: 420px;
    padding-top: 60px;
    width: 100%;
    position: relative;
    z-index: 1;
}


#mv h2 {
    font-size: 56px;
    font-size: 5.6rem;
    font-weight: bold;
    line-height: 1.2;
    color: #FFFFFF;
    text-shadow: 0 0 8px #444;
    margin-bottom: 10px;
}
.mv_icon {
    width: 148px;
    height: 93px;
    position: absolute;
    top: 30px;
    left: 0;
}

p.mv_copy {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff000;
    padding: 75px 0 0 148px;
    text-shadow: 0 0 8px #444;
    margin-bottom: 25px;
}

p.mv_red {
    padding: 10px 20px 8px 10px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    background-color: rgba(231,0,18,0.9);
    display: inline-block;
}

p.page_read {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 50px 0;
    line-height: 1.6;
}
.arrow_gray {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 30px 0 50px;
	background-color: #f4f4f4;
	text-align: center;
}
.arrow_gray:after {
    content: "";
    display: block;
    background: url(../images/arrow_under.png) no-repeat 0 0;
    width: 135px;
    height: 66px;
    position: absolute;
    bottom: -64px;
    left: 50%;
    margin-left: -68px;
}
#intro h2 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: normal;
    line-height: 1.1;
	margin-bottom: 30px;
}

strong {
    font-weight: bold;
    display: inline-block;
    background-color: #fff000;
    padding: 4px 8px 6px;
    margin: 0 5px;
}
.c3_list {
    width: 100%;
    position: relative;
    z-index: 1;
}

.c3_list li {
    width: 32%;
    display: inline-block;
	margin: 0 3px;
}
.c3_list h3 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 10px;
}

.co_red {
    color: #e70012;
}

.c3_list div {
    margin-bottom: 5px;
}

.c3_list p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}

.card_box {
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 0 1px 2px #ccc;
	text-align: center;
}

.bg_card {
}
.bg01 {
    background: #fff url(../images/feature_bg01.png) no-repeat 0 0;
    height: 169px;
}
.bg02 {
    background: #fff url(../images/feature_bg02.png) no-repeat 0 0;
    height: 169px;
}
.bg03 {
    background: #fff url(../images/feature_bg03.png) no-repeat 0 0;
    height: 169px;
}
.bg04 {
    background: #fff url(../images/feature_bg04.png) no-repeat 0 0;
    height: 169px;
}
.bg05 {
    background: #fff url(../images/feature_bg05.png) no-repeat 0 0;
    height: 169px;
}
.bg06 {
    background: #fff url(../images/feature_bg06.png) no-repeat 0 0;
    height: 169px;
}

.bg_card h3 {
    padding-left: 155px;
    text-align: left;
    margin-bottom: 20px;
}

.bg_card p {
    width: 300px;
    padding-left: 155px;
    text-align: left;
}

#block01 {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 70px 0 60px;
	text-align: center;
}
h2.block_title,
h2.block_titleB {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal;
    line-height: 1.3;
    display: inline-block;
    padding: 0.5em 2em;
	margin-bottom: 12px;
}

h2.block_title b {
    font-weight: bold;
    color: #E70012;
}
h2.block_titleB b {
    font-weight: bold;
    color: #2f77a4;
}
h2.icon01 {
    background: url(../images/title_icon01.png) no-repeat left top;
}
h2.icon02 {
    background: url(../images/title_icon02.png) no-repeat left top;
}
h2.icon03 {
    background: url(../images/title_icon03.png) no-repeat left top;
}
h2.icon04 {
    background: url(../images/title_icon04.png) no-repeat left top;
}

p.border_read {
    text-align: left;
}
.border_read {
    padding-top: 20px;
    border-top: dotted 2px #ccc;
	margin-bottom: 30px;
}
.glay_box {
    display: inline-block;
    width: 48%;
    box-sizing: border-box;
    padding: 30px 25px;
    background-color: #f4f4f4;
    margin: 5px;
    border: solid 1px #dedede;
    border-radius: 5px;
}

.glay_box h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.glay_box p {
    text-align: left;
    margin-bottom: 20px;
}


.gray_card {
    background: #f4f4f4;
    padding: 20px 0;
    border: solid 1px #ccc;
    border-radius: 4px;
}

.gray_card h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.gray_card_img {
    display: block;
    background: #fff;
    width: 86%;
    margin: 0 auto;
    border: solid 1px #ccc;
    padding: 10px 0;
}

.dashed_box {
    min-width: 240px;
    box-sizing: border-box;
    border: dotted 2px #ccc;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}

.dashed_box h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.dashed_box h3 b {
    font-size: 22px;
    font-size: 2.2rem;
    color: #DA000D;
}

.dashed_box .inline_list {
    text-align: center;
    font-size: 0;
}

.dashed_box .inline_list li {
    font-size: 15px;
    font-size: 1.5rem;
    display: inline-block;
    margin: 0 40px;
}
.logo {
    background-color: #fff;
    padding: 10px 0;
    border: solid 1px #dedede;
    border-radius: 4px;
    margin-bottom: 10px;
}

a.box_link01,
a.box_link02 {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0.4em 0;
}
a.box_link01 {
    background: #3e85c3 url(../images/arrow.png) no-repeat 90px center;
}
a.box_link02 {
    background: #4a72b5 url(../images/arrow.png) no-repeat 90px center;
}

a.box_link01:hover,
a.box_link02:hover {
    opacity: 0.6;
}
.cv_area_c2 {
	background-image: url(../images/cv_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 110px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}
.cv_area_c2 ol {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
.cv_area_c2 ol li {
	text-align: center;
	height: auto;
	width: 474px;
}
.cv_area_c2 ol li p {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}
.cv_area_c2 ol li a {
	transition: all .3s;
}
.cv_area_c2 ol li a:hover {
	opacity: 0.7;
}
.cv_area_c3 {
    min-height: 140px;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    background: #111;
}
.cv_area_c3 ol {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	font-size: 0;
	text-align: center;
}
.cv_area_c3 ol li {
	display: inline-block;
	text-align: center;
	height: auto;
	margin: 0 10px;
	width: 310px;
}
.cv_area_c3 ol li p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}
.cv_area_c3 ol li a {
	transition: all .3s;
}
.cv_area_c3 ol li a:hover {
	opacity: 0.7;
}

#block02 {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 60px 0 50px;
	background-color: #f4f4f4;
}

h2.bar_title {
    width: auto;
    font-size: 30px;
    font-size: 3.0rem;
    color: #fff;
    padding: 16px 0 0 265px;
    background-color: #3e85c3;
    position: relative;
    z-index: 1;
    height: 58px;
	margin-bottom: 30px;
}

h2.bar_title span {
    display: block;
    width: 230px;
    height: 50px;
    padding: 10px;
    background-color: #fff;
    border: solid 2px #3E85C3;
    position: absolute;
    top: 0;
    left: 0;
}

h2.bar_title span img {
    width: 100%;
    height: auto;
}

h2.border_title,
h2.border_titleB {
    font-size: 26px;
    font-size: 2.6rem;
    display: inline-block;
    padding: 0.6em 2em;
    margin-bottom: 30px;
}
h2.border_title {
    color: #333;
    border: solid 2px #333;
}
h2.border_titleB {
    color: #2F77A4;
    border: solid 2px #2F77A4;
}

.c2_box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.c2_left {
    width: 470px;
    float: left;
}

.c2_right {
    width: 480px;
    float: right;
}
.M_title,
.M_titleB {
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-align: left;
}
.M_title {
	background-image: url(../images/h3_icon.png);
	color: #e70012;
}
.M_titleB {
	background-image: url(../images/h3_iconB.png);
	color: #2f77a4;
}

#block03 {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 60px 0 50px;
	background-color: #f4f4f4;
}




#block03 table {
	height: auto;
	width: 980px;
	border-collapse:collapse;
}
#block03 table th {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}
#block03 table td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9a9a9a;
	padding-top: 20px;
	padding-bottom: 20px;
}

.leftcell{
	font-size: 18px;
	font-size: 1.8rem;
	width: 200px;
	border-right: 30px solid #f4f4f4;
	vertical-align: top;
}
p.logo_M {
    display: inline-block;
    border: solid 1px #ccc;
    line-height: 0;
    margin-bottom: 20px;
}

h2.catch_title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 30px;
}

p.center_read {
    text-align: center;
    padding-bottom: 25px;
}


#block04 {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 60px 0 60px;
	text-align: center;
}
.border_box {
    display: inline-block;
    border: solid 2px #CCC;
    padding: 1em 2em;
}

#block05 {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 60px 0 60px;
	text-align: center;
	background-color: #f4f4f4;
}
li.point01 {
    background: #fff url(../images/point01.png) no-repeat 0 0;
}

li.point02 {
    background: #fff url(../images/point02.png) no-repeat 0 0;
}

li.point03 {
    background: #fff url(../images/point03.png) no-repeat 0 0;
}

li.point01 h3,li.point02 h3,li.point03 h3 {
    font-size: 16px;
    font-size: 1.6rem;
}

li.point01 p, li.point02 p, li.point03 p {
    padding: 0 20px;
    text-align: left;
}

p.right_caption {
    font-size: 13px;
    font-size: 1.3rem;
    color: #999;
    text-align: right;
    padding-top: 5px;
}

footer {
	background-color: #FFF;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}
footer p {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
footer a {
	color: #333;
	text-decoration: none;
}
footer a:hover {
	color: #666;
	text-decoration: underline;
}




header ul {
    position: absolute;
    top: 9px;
    right: 0;
}
.social {
    width: 280px;
    height: 20px;

    overflow: hidden;
    text-align: right;
}

.social li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.social li:last-child {
    margin: 0;
}

.fb_iframe_widget>span {
	vertical-align: baseline !important;
}

footer ul {
    width: 980px !important;
    position: absolute;
    top: 13px;
    left: 50%;
    margin-left: -490px;
    text-align: right;
    z-index: 1;
}