@charset "UTF-8";
/* --------------------------------
	style_pc.css
--------------------------------
messageページ用のcssです。
-------------------------------- */

#message_top {
	background: url(../images/main01.jpg) no-repeat;
	background-position: right 45% top;
	background-size: cover;
	width: 100%;
	text-align: center;
	min-height: 620px;
	box-sizing: border-box;
	padding: 0 60px 50px;
}
#message_top h1 {
	padding-top: 43px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
}
#message_top p {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.message_area {
	color: #fff;
	margin: 60px auto 0px;
	border: solid 1px #fff;
	max-width: 840px;
	padding: 0 60px 30px;
	background-color: rgb(255,255,255,0.9);
	border-radius: 10px;
	
}
#message_top h2 {
	font-size: 24px;
	padding: 40px 0 20px;
	letter-spacing: 2px;
	text-align: center;
	color: #4d4d4d;
	font-family: 'Montserrat', sans-serif;
}
#message_top p.main_text {
	max-width: 780px;
	text-align: left;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 17px;
	color: #4d4d4d;
	line-height: 2.0;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	text-shadow: inherit;
}
#message_02 {
	color: #4d4d4d;
	margin: 40px auto 0px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}


.inner {
    color: #4d4d4d;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    max-width: 1200px;
    padding: 0px 40px 0px;
}

.message_inner {
    max-width: 1200px;
    margin: 30px auto 30px;
    padding: 0 60px;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 2.0;
}
.box01 {
	overflow: hidden;
}

#message_02 h2 {
	font-size: 24px;
	padding: 30px 0;
	background-color: #fef7f7;
	border-top: solid 1px #fbd8d8;
	border-bottom: solid 1px #fbd8d8;
	letter-spacing: 2px;
	text-align: center;
	color: #c892a1;
	margin: 40px 0 0;
}
#message_02 p {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

img.imgM3 {
    margin: 10px 0px 0 20px;
    max-width: 400px;
    width: 40%;
    float: right;
}

.column {
    margin: 16px 0px 0;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: left;
	display: inline-block;
	 float: left;
}

.column:before {
    content: "";
	display: block;
	clear: both;
}

.column a{
	display: inline-block;
	
}

.column a:hover img{
   opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.column img{
    vertical-align: middle;
	margin-right: 10px;
}

.column p {
    display: inline-block;
    vertical-align: middle;
	font-size: 16px!important;
}

.column a p {
	text-decoration: underline;
}

.column a:hover p {
	text-decoration: none;
}

.colum_t {
	background-color: #000;
	color: #fff;
	padding: 2px;
	margin: 0 5px 0 0;
	font-size: 15px;
}

.benefit_area{
	 margin: 60px auto 30px;
	padding: 40px 30px;
	background-color: #d7eaf1;
	 border-radius: 10px;
}
.message_inner h3{
    margin: 0px auto 20px;
	font-size: 24px;
	color: #4faacb;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

.message_inner h4{
	font-size: 20px;
	color: #4faacb;
	text-align: left;
}

.imgN {
    width: 60px;
    margin-right: 5px;
	vertical-align: middle;
}

ul.benefit li{
	padding: 10px 20px 20px;
	border-radius: 10px;
	margin: 20px 0 0;
	background-color: #fff;
}

ul.benefit li p{
	font-size: 15px;
	line-height: 1.6;
}

.imgB01{
	max-width: 640px;
	width: 100%;
	margin: 0 0 20px;
}

img.imgB02 {
    margin: 0px 0px 0 20px;
    max-width: 320px;
    width: 40%;
    float: right;
}

.imgB03{
	max-width: 640px;
	width: 100%;
	margin: 0 0 0px;
}

.imgB04{
	max-width: 640px;
	width : -moz-calc(50% - 10px);
	width : -webkit-calc(50% - 10px);
	width : calc(50% - 10px);
	margin: 0 5px 0px;
}


.box02{
	max-width: 640px;
	width: 90%;
	margin: 0 auto 20px;
}

.box02b{
	max-width: 562px;
	width: 90%;
	margin: 0 auto 20px;
}

ul.benefit li p.op_tex{
	font-size: 11px;
	text-align:right!important;
}

#message_03 {
	margin: 40px 0 60px;
}

#message_03 h2 {
	font-size: 24px;
	padding: 30px 0;
	background-color: #fef7f7;
	border-top: solid 1px #fbd8d8;
	border-bottom: solid 1px #fbd8d8;
	letter-spacing: 2px;
	text-align: center;
	color: #c892a1;
	font-family: 'Montserrat', sans-serif;
}
#message_03 p {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color:#4d4d4d;
}

#message_03 a{
	text-decoration: underline;
	
}

#message_03 a:hover{
	text-decoration: none;
	
}


