﻿@charset "utf-8";
/* CSS Document */

/*====================================================================

page.css

======================================================================


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

.box section {
	position: relative;
	margin-bottom: 2rem;
	padding: 0 3rem;
	text-align:center;
}
.box section#p01 {
	background: url(../img/reason/images/bg_01.png) no-repeat 80% 60px,  url(../img/bg_02.jpg);
}
.box section#p02 {
	background: url(../img/reason/images/bg_02.png) no-repeat 20% 60px,  url(../img/bg_02.jpg);
}
.box section#p03 {
	background: url(../img/reason/images/bg_03.png) no-repeat 80% 10px,  url(../img/bg_02.jpg);
}
.box section h4 {
	margin-bottom: 1rem;
	color: #f49446;
	font-size: 24px;
	font-size: 2rem;
	font-weight: bold;
	text-align:center;
font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Sans Japanese", sans-serif;}
p.txt_c{
	font-size:16px!important;
}


/*====================================================================/
	 smp & tablet Layout
/====================================================================*/

@media screen and (max-width: 999px) {
.box section {
	padding: 1.5rem 1rem 0;
}
.box section h4 {
	text-align: center;
}
.box section figure {
	margin-bottom: 1rem;
}
.box section figure img {
	width: auto;
}

}


/*====================================================================/
	 tablet Layout
/====================================================================*/

@media screen and (min-width: 580px) and (max-width: 999px) {

.box section figure img{
	margin-top: -20px;
}


}


/*====================================================================/
	 PC Layout
/====================================================================*/

@media print, screen and (min-width: 1000px) {

.box section h4{
	padding-top: 20px;
}
.box section h4.r{
	text-align: right;
}
.box section figure img{
	margin-top: -80px;
}

.pc_img_right {
	margin-left: 3.5rem;
	margin-bottom: 1rem;
}
.pc_img_left {
	margin-right: 3.5rem;
	margin-bottom: 1rem;
}

}