/* *********************
 *
 *  中ページのみ適用させるCSS
 *
 ***********************/
@import url("../../webfonts/MADE_Canvas_Black/stylesheet.css");
@import url("../../webfonts/MADE_Evolve_Sans_Regular/stylesheet.css");
@import url("../../webfonts/Didot_Regular/stylesheet.css");
main.contentPage{
	padding: 0px;
	margin:  0px;
}
em {
    font-style: normal;
}
.contentPage * { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 16px;
	color: #667971;
	line-height: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	overflow-x: hidden;
	padding: 0px;
	margin:  0px;
}
.contentPage h1{
	height:0px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.contentPage a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.contentPage span { 
	white-space: nowrap;
}
.contentPage img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.inner1280 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1280px;
}
.inner1150 {
	width: 90%;
	max-width: 1150px;
	margin-right: auto;
	margin-left: auto;
}
.inner1000 {
	width: 90%;
	height: auto;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.dis_none{
	display: none;
}
/* *********************
 *
 *     font
 *
 ***********************/
.madecanvas {
    font-family: "MADE Canvas Black";	
}
.evolve {
    font-family: "MADE Evolve Sans Regular";
}
.didot {
    font-family: "Didot Regular";	
}
.font_gothic {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}
.font_mincho {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;	
}
.font_black {
	color: #1b1b1b;
}
.font_green {
	color: #667971;
}
.font_yellow {
	color: #d2ae5d;
}
.font_gray{
	color: #757575;
}
.font_60 {
	font-size: 60px;
}
.font_50 {
	font-size: 50px;
}
.font_40 {
	font-size: 40px;
}
.font_30 {
	font-size: 30px;
}
.font_24 {
	font-size: 24px;
}
.font_21 {
	font-size: 21px;
}
.font_18 {
	font-size: 18px;
	line-height: 40px;
}
.font_16 {
	font-size: 16px;
	line-height: 36px;
}
.font_14 {
	font-size: 14px;
	line-height: 30px;
}
.font_12 {
	font-size: 12px;
}
.txt_left{
    text-align: left;
}
.txt_right{
	text-align: right;
}
.txt_center{
	text-align: center;
}
.txt_justify {
	text-align: justify;
	text-justify: inter-ideograph;
}
.bold {
	font-weight: bold;
}
/* *********************
 *
 *     flexbox
 *
 ***********************/
.flexbox {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; 
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* *********************
 *
 *    grid
 *
 ***********************/
.grid{
	display: -ms-grid;
	display: grid;
}

/* *********************
 *
 *     responsive
 *
 ***********************/
.pc_none {
	display: block;
}
.sp_none {
	display: none;
}
.sp_only {
	display: block;
}

/* *********************
 *
 *     position
 *
 ***********************/
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.centering {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
    z-index: 1;
}
.hideAnchor {
	display: block;
	height: 0px;
    height:1px;
	overflow: hidden;
	cursor: default;
	pointer-events: none;
	outline: none;
	font-size: 0px;
	text-indent: -9999px;
	padding-top: 100px;
	margin-top: -100px;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
/* *********************
 *
 * ボタン
 *
 ***********************/

/* *********************
 *
 * 共通
 *
 ***********************/
header{
	margin-bottom: 10%;
}
.mb_5 {
	margin-bottom: 5%;
}
.mb_10 {
	margin-bottom: 10%;
}
.mb_15 {
	margin-bottom: 15%;
}
.mb_20 {
	margin-bottom: 20%;
}
.contentPage h2 {
    margin-bottom: 12%;
}
.contentPage .main_title{
    font-size: 42px;
    color: #667971;
    letter-spacing: 0px;
    display: block;
	margin-bottom: 3%;
}
.contentPage .sub_title{
    color: #1b1b1b;
    font-size: 18px;
    font-weight: normal;
    display: block;
}
.contentPage .sub_title02 {
	color: #767676;
	margin-top: 5%;
	margin-bottom: 5%;
}

.contentPage .content {
    text-align: left;
    border-bottom: 1px solid #667971;
    padding-bottom: 10%;
    margin-bottom: 10%;
}
.contentPage .content:last-child{
	border-bottom: none;
}
.contentPage .content .cont_tit {
    margin-top: 5%;
}
.contentPage .content .cont_subtit {
    color: #767676;
    letter-spacing: 2px;
	margin-top: 5%;
    margin-bottom: 5%;
}

@media screen and (min-width:768px){
.sp_none {
	display: block;
}
.sp_only {
	display: none;
}
.contentPage h2 {
    margin-bottom: 5%;
}
}
@media screen and (min-width:1024px){
.pc_none {
	display: none;
}
.font_16 {
    line-height: 50px;
    font-size: 20px;
}
.font_mincho.font_24 {
    font-size: 40px;
    line-height: 64px;
}
.contentPage .main_title{
    font-size: 70px;
	margin-bottom: 1%;
}
.contentPage .sub_title{
    font-size: 24px;
}
.contentPage .content .cont_tit {
    margin-top: 2%;
}
.contentPage .content .cont_subtit {
    margin-top: 2%;
    margin-bottom: 2%;
}


}
