@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Clearfix */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
a{
	text-decoration: none;
}

hr{
	width: 640px;
	color: #fff;
	opacity:.25;
}






/*******************************************************************************
下のアキ指示と、下ボーダー指示と、フォント指示
******************************************************************************/

.mb1{margin-bottom:1px;}
.mb2{margin-bottom:2px;}
.mb3{margin-bottom:3px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb13{margin-bottom:13px;}
.mb15{margin-bottom:15px;}
.mb18{margin-bottom:18px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}

.border_bottom{
	border-bottom:1px solid #414548;
	padding-bottom:10px;
	margin-bottom:10px;
	}
.borderdot_bottom{
	border-bottom:1px dotted #BAD2E7;
	padding-bottom:10px;
	margin-bottom:10px;
	}

/*
font-family: 'M PLUS Rounded 1c', sans-serif;　丸ゴシック
weight:300/400/500/700
font-family: 'Noto Sans JP', sans-serif;　ゴシック
weight:300/400/500/700
font-family: 'Noto Serif JP', serif;　明朝
weight:300/400/500/600/700
*/



/*******************************************************************************
ここから
******************************************************************************/
body{
	width: 100%;
	margin:0 auto; 
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	/* color:#414548; */
	background-image:url(zai/back-image4.jpg);
	min-height: 100vh; /*画面の高さの指定*/
	background-position: center top;
	background-attachment:fixed;
	background-size: cover;
	background-color:#626063;
/*
	background-position: center top;
	background-repeat: repeat;
	*/
}
#wrapper{
	width: 720px;
	margin:0 auto; 
	overflow: hidden;
}
#headline{
	width:100%;
	height:40px;
	background-color:#fff;
}
#header_img{
	width:100%;
	margin:50px auto 50px;
}
#header_img img{
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.4));
}


/*
年間購読と試し読みのボタン
*************************/
#headerbtn_container{
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-top: 10px;
	margin-left: 25px;
}
.button_size320{
	width: 320px;
	height: 65px;
	float: left;
}
.color_red320{
	font-size: 20px;
	width: 320px;
	height: 65px;
	line-height: 65px;
	color: #e60012;
	display: block;
	border: 1px solid #e60012;
}
.color_blue320{
	font-size: 20px;
	width: 320px;
	height: 65px;
	line-height: 65px;
	color: #0089ce;
	display: block;
	border: 1px solid #0089ce;
	margin-left: 30px;
}
.button_size320 .color_red320:hover{
	color:white;
	background-color: #e60012;
	transition: 0.5s;
}
.button_size320 .color_blue320:hover{
	color:white;
	background-color: #0089ce;
	transition: 0.5s;
}

/*
ダウンロードサイトのボタン
******************************/
#dlwebsite{
	width:100%;
	text-align:center;
	margin:50px 0 0 0;
}
#dlwebsite a{
  text-align:center;
  display: inline-block;
  padding:15px 30px;
  color: #FFF;
  background: #fd9535;
  border-bottom: solid 2px #d27d00;
  border-radius: 6px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-size:20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:400;
}
#dlwebsite a:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/*******************************************************************************
最新号/目次・年間申し込みリンク/特集・連載予定/読者の声（main）
******************************************************************************/

/*
mainvisual/最新号/目次・年間申し込みリンク（section1）
******************************************************************************/
#article,#main{
	width:100%;
	margin:0 auto;
}
#section1{
	width:100%;
	margin:0 auto;
	margin-top:30px;
}

/*#index{
	width:500px;
	height:30px;
	font-size:18px;
	text-align:center;
	margin:0 auto;
	padding:10px 0 3px;
	color:#565656;
	background-color:#d3d3d3;
	border-radius:50px;
}
*/
.explanation{
	font-size:14.5px;
	line-height:23px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:400;
	margin:20px auto 20px;
	color:#fff;
	text-align:center;
}
.text-narrow-90 {
    transform: scale(0.9, 1);
	transform-origin: top left;
    width: 111%;
}
.text-narrow-80 {
    transform: scale(0.8, 1);
	transform-origin: top left;
    width: 125%;
}
.text-narrow-70 {
    transform: scale(0.7, 1);
	transform-origin: top left;
    width: 143%;
}

.hiyari-title {
	font-size:35px;
	line-height:38px;
	font-weight:600;
	margin:80px auto 30px;
	color:#fff;
	text-align:center;
}

.katagaki {
	font-size:16px;
	line-height:20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:300;
	margin:20px auto 20px;
	color:#fff;
	text-align:center;
}

.name {
	font-size:18px;
	line-height:20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:400;
	margin:20px auto 20px;
	color:#fff;
	text-align:center;
}


/*
box部分
***************************************************************/

/*
メインビジュアル
*****************/
#mainvisual{
	width:83.4%;
	margin:0 auto;
}
#mainvisual img{
	/*box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);*/
}

/*box1 コンテンツタイトル
************/
#mainvisual_box1{
	margin-top:20px;
}
.img_ex {
	width: 600px;
	text-align:center;
	margin: 30px auto ;
}

/*box1 箱*/
#mainvisual_box1 .band{
	width:630px;
	height:80px;
	/*background-color:#2cb4ad;*/
	margin:30px auto 0;
	padding:20px 20px 20px;
	border-radius:60px;
	position:relative;
	background-image: -webkit-gradient(linear, left top, right top, from(#00947a), to(#2cb4ad));
	background-image: -webkit-linear-gradient(left, #00947a 0%, #2cb4ad 100%);
	background-image: linear-gradient(to right, #00947a 0%, #2cb4ad 100%);
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.4));
}
#mainvisual_box1 .band .circle{
	width:80px;
	height:80px;
	background-color:#fff;
	padding:;
	border-radius:60px;
	position:absolute;
}
#mainvisual_box1 .band .circle p{
	font-size:15px;
	line-height:20px;
	font-weight:500;
	margin:20px auto 0;
	padding:;
	text-align:center;
	color:#4e454a;
	bottom:50px;
}
#mainvisual_box1 .band .text{
	vertical-align:50px;
	margin:20px 0 0 100px;
	position:absolute;
}
#mainvisual_box1 .band .text-2l{
	vertical-align:50px;
	margin:2px 0 0 100px;
	position:absolute;
}
#mainvisual_box1 .band p{
	font-size:28px;
	line-height:38px;
	color:#fff;
	font-weight:500;
}
#mainvisual_box1 .band .new{
	color:#FFE96E;
	font-weight:300;
}
#mainvisual_box1 .band .small{
	font-size:19px;
	line-height:28px;
	color:#fff;
	font-weight:400;
	vertical-align: 0;
}
#mainvisual_box1 .band .media{
	font-size:16px;
	line-height:28px;
	color:#fff352;
	font-weight:400;
	vertical-align:2px;
}


/*box2 表
************/
#mainvisual_box2 .band{
	width:630px;
	height:55px;
	/*background-color:#f8f4e6;*/
	margin:13px auto 0px;
	padding:8px 20px 10px;
	position:relative;
}
#mainvisual_box2 .band .dlbox{
	width:110px;
	height:55px;
	background-color:#00a1e9;
	margin:1px 0 0 520px;
	border-radius:5px;
	position:absolute;
}
#mainvisual_box2 .band .dlbox:hover{
	background-color: #e4007f;
}
#mainvisual_box2 .band .dlbox p{
	font-size:15px;
	line-height:20px;
	font-weight:500;
	margin:7px auto 0;
	padding:;
	text-align:center;
	color:#fff;
	bottom:50px;
}
#mainvisual_box2 .band .dlbox .small{
	font-size:14px;
	line-height:18px;
	font-weight:400;
	margin:7px auto 0;
	padding:;
	text-align:center;
	color:#fff;
	bottom:50px;
}
#mainvisual_box2 .band .circle{
	width:50px;
	height:50px;
	background-color:#2cb4ad;
	padding:;
	position:absolute;
	top:11px;
	left:15px;
	border-radius:50px;
}
#mainvisual_box2 .band .circle p{
	font-size:13px;
	line-height:20px;
	font-weight:500;
	margin:14px auto 0;
	padding:;
	text-align:center;
	color:#2e2e2e;
}
#mainvisual_box2 .band .text{
	width:470px;
	vertical-align:50px;
	margin:14px 0 0 60px;
	position:absolute;
	pointer-events:none;
}
#mainvisual_box2 .band .text-2l{
	width:470px;
	vertical-align:50px;
	margin:0 0 0 60px;
	position:absolute;
	left: 22px;
	top: 10px;
	pointer-events:none;
}
#mainvisual_box2 .band p{
	font-size:21px;
	line-height:26px;
	font-weight:500;
	color:#fff;
	/*color:#626063;*/
	pointer-events:none;
}
#mainvisual_box2 .band .new{
	color:#F03;
	font-weight:300;
}
#mainvisual_box2 .band .small{
	font-size:15px;
	line-height:20px;
	color:#cbd0d3;
	font-weight:400;
	vertical-align:1px;
	pointer-events:none;
}
#mainvisual_box2 .band .small_2{
	font-size:11px;
	line-height:20px;
	color:#cbd0d3;
	font-weight:400;
	vertical-align:2px;
	pointer-events:none;
}
#mainvisual_box2 .band .media{
	font-size:15px;
	line-height:20px;
	color:#00a1e9;
	font-weight:400;
	vertical-align:1px;
	pointer-events:none;
}

/*box2-2 表（子要素）
************/
#mainvisual_box2-2 .band{
	width:630px;
	height:55px;
	/*background-color:#44617b;*/
	margin:2px auto 0;
	padding:8px 20px 10px;
	position:relative;
}
#mainvisual_box2-2 .band .dlbox{
	width:110px;
	height:55px;
	background-color:#00a1e9;
	margin:1px 0 0 520px;
	border-radius:5px;
	position:absolute;
}
#mainvisual_box2-2 .band .dlbox:hover{
	background-color: #e4007f;
}
#mainvisual_box2-2 .band .dlbox p{
	font-size:15px;
	line-height:20px;
	font-weight:500;
	margin:7px auto 0;
	padding:;
	text-align:center;
	color:#fff;
	bottom:50px;
}
#mainvisual_box2-2 .band .dlbox .small{
	font-size:14px;
	line-height:18px;
	font-weight:400;
	margin:7px auto 0;
	padding:;
	text-align:center;
	color:#fff;
	bottom:50px;
}
#mainvisual_box2-2 .band .circle{
	width:50px;
	height:50px;
	padding:;
	border-radius:50px;
	position:absolute;
	top:11px;
	left:80px;
	border:1.7px solid #fff462;
}
#mainvisual_box2-2 .band .circle p{
	font-size:13px;
	line-height:20px;
	font-weight:500;
	margin:14px auto 0;
	padding:;
	text-align:center;
	color:#fff462;
}
#mainvisual_box2-2 .band .text{
	width:400px;
	vertical-align:50px;
	margin:14px 0 0 60px;
	position:absolute;
	left: 87px;
	pointer-events:none;
}
#mainvisual_box2-2 .band .text-2l{
	width:400px;
	vertical-align:50px;
	margin:0 0 0 60px;
	position:absolute;
	left: 87px;
	pointer-events:none;
}
#mainvisual_box2-2 .band p{
	font-size:18px;
	line-height:26px;
	font-weight:400;
	color:#fff462;
	pointer-events:none;
}
#mainvisual_box2-2 .band .new{
	color:#F03;
	font-weight:300;
}
#mainvisual_box2-2 .band .small{
	font-size:15px;
	line-height:20px;
	color:#fff462;
	font-weight:400;
	vertical-align:1px;
	pointer-events:none;

}
#mainvisual_box2-2 .band .small_2{
	font-size:15px;
	line-height:20px;
	color:#cbd0d3;
	font-weight:400;
	vertical-align:1px;
	pointer-events:none;
}
#mainvisual_box2-2 .band .media{
	font-size:15px;
	line-height:20px;
	color:#00a1e9;
	font-weight:400;
	vertical-align:1px;
	pointer-events:none;
}
#mainvisual_box2-2 .band .child{
	font-size:15px;
	line-height:20px;
	color:#e4007f;
	font-weight:500;
	vertical-align:1px;
	pointer-events:none;
}

/* サムネール */
.thumbnail{
	top:6px;
	left:420px;
	position:absolute;
}


/*box3 連載
***********
#mainvisual_box3 a{
	display:block;
	margin-bottom:20px;
	margin-top:13px;
}
#mainvisual_box3{
	margin-top:10px;
}
#mainvisual_box3 h2{
	font-size:23px;
	line-height:28px;
	color:#696969;
	font-weight:500;
	margin-bottom:8px;
}
#mainvisual_box3 p{
	font-size:21px;
	line-height:25px;
	color:#696969;
	font-weight:500;
}*/

/*矢印
#mainvisual_box3 p{
	width:98%;
	position:relative;
}
#mainvisual_box3 p::before,
#mainvisual_box3 p::after{
	content:"";
	display:block;
	position:absolute;
}
#mainvisual_box3 p::before{
	border-right:1px solid #696969;
	border-top:1px solid #696969;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	width:8px;height:8px;
	right:0;top:50%;
	margin-top:-4px;
}
#mainvisual_box3 p::after{
	width:50%;
	border-bottom:1px solid #696969;
	right:0;
	top:50%;
}*/

/*box3 目次
************/

#index {
	width:60px;
	font-size:18px;
	position: relative;
	margin: 120px auto 60px;
	padding: 0 65px;
	color:#fff;
	text-align: center;
}

#index:before,
#index:after {
	position: absolute;
	top: 9px;
	width: 50px;
	content: '';
	border: solid 1px #fff;
}

#index:before {
	left: 0;
}

#index:after {
	right: 0;
}

#index_sample {
	width:80px;
	font-size:18px;
	position: relative;
	margin: 120px auto 60px;
	padding: 0 65px;
	color:#fff;
	text-align: center;
}

#index_sample:before,
#index_sample:after {
	position: absolute;
	top: 9px;
	width: 50px;
	content: '';
	border: solid 1px #fff;
}

#index_sample:before {
	left: 0;
}

#index_sample:after {
	right: 0;
}

/*box3 目次
************/
#mainvisual_box3{
	margin-top:0;
}

/*box3 箱*/
#mainvisual_box3 .band{
	width:630px;
	height:30px;
	background-color:#fff;
	margin:20px auto 10px;
	padding:15px 20px 10px;
	transition: background-color .5s;
	border-radius:3px;
}
#mainvisual_box3 .band:hover{
	background-color: #a1d8e6;
}
#mainvisual_box3 .band p{
	font-size:18px;
	line-height:25px;
	color:#626063;
	font-weight:400;
}
#mainvisual_box3 .band .new{
	color:#F03;
	font-weight:300;
}
#mainvisual_box3 .band .small{
	font-size:15px;
	line-height:20px;
	color:#626063;
	font-weight:400;
	vertical-align:1px;
}
#mainvisual_box3 .band .small_2{
	font-size:11px;
	line-height:20px;
	color:#626063;
	font-weight:400;
	vertical-align:2px;
}
#mainvisual_box3 .band .media{
	font-size:15px;
	line-height:20px;
	color:#00a1e9;
	font-weight:400;
	vertical-align:1px;
}


#mainvisual_box3 .band-2{
	width:630px;
	height:30px;
	background-color:#858585;
	margin:20px auto 10px;
	padding:15px 20px 10px;
	transition: background-color .5s;
	border-radius:10px;
}
#mainvisual_box3 .band-2 p{
	font-size:18px;
	line-height:25px;
	color:#c0c0c0;
	font-weight:400;
}
#mainvisual_box3 .band-2 .new{
	color:#F03;
	font-weight:300;
}
#mainvisual_box3 .band-2 .small{
	font-size:15px;
	line-height:20px;
	color:#c0c0c0;
	font-weight:400;
	vertical-align:1px;
}
#mainvisual_box3 .band-2 .small_2{
	font-size:11px;
	line-height:20px;
	color:#c0c0c0;
	font-weight:400;
	vertical-align:2px;
}
#mainvisual_box3 .band-2 .media{
	font-size:15px;
	line-height:20px;
	color:#c0c0c0;
	font-weight:400;
	vertical-align:1px;
}



/*box3 目次反転
************/
#mainvisual_box3_red{
	margin-top:20px;
}

/*box3 箱*/
#mainvisual_box3_red .band{
	width:640px;
	height:35px;
	background-color:#d83473;
	margin:20px auto 10px;
	padding:20px 15px 10px;
	transition: background-color .5s;
	border-radius:3px;
}
#mainvisual_box3_red .band:hover{
	background-color: #00608d;
}

#mainvisual_box3_red .band p{
	font-size:18px;
	line-height:25px;
	color:#fff;
	font-weight:400;
}
#mainvisual_box3_red .band .new{
	color:#FFE96E;
	font-weight:300;
}
#mainvisual_box3_red .band .small{
	font-size:15px;
	line-height:20px;
	color:#fff;
	font-weight:400;
	vertical-align:2px;
}
#mainvisual_box3_red .band .media{
	font-size:15px;
	line-height:20px;
	color:#fff462;
	font-weight:400;
	vertical-align:2px;
}


#mainvisual_box3_red .band-2{
	width:640px;
	height:35px;
	background-color:#858585;
	margin:20px auto 10px;
	padding:20px 15px 10px;
	transition: background-color .5s;
	border-radius:10px;
}

#mainvisual_box3_red .band-2 p{
	font-size:18px;
	line-height:25px;
	color:#c0c0c0;
	font-weight:400;
}
#mainvisual_box3_red .band-2 .new{
	color:#c0c0c0;
	font-weight:300;
}
#mainvisual_box3_red .band-2 .small{
	font-size:15px;
	line-height:20px;
	color:#c0c0c0;
	font-weight:400;
	vertical-align:2px;
}
#mainvisual_box3_red .band-2 .media{
	font-size:15px;
	line-height:20px;
	color:#c0c0c0;
	font-weight:400;
	vertical-align:2px;
}


/*box4 箱2行*/
#mainvisual_box4 .band{
	width:630px;
	height:55px;
	background-color:#fff;
	margin:20px auto 10px;
	padding:15px 20px 10px;
	transition: background-color .5s;
	border-radius:3px;
}
#mainvisual_box4 .band:hover{
	background-color: #a1d8e6;
}
#mainvisual_box4 .band p{
	font-size:18px;
	line-height:25px;
	color:#626063;
	font-weight:400;
}
#mainvisual_box4 .band .new{
	position: relative;
	top:10px;
	color:#F03;
	font-weight:300;
}
#mainvisual_box4 .band .small{
	font-size:15px;
	line-height:20px;
	color:#626063;
	font-weight:400;
	vertical-align:1px;
}
#mainvisual_box4 .band .small_2{
	font-size:11px;
	line-height:20px;
	color:#626063;
	font-weight:400;
	vertical-align:2px;
}
#mainvisual_box4 .band .media{
	font-size:15px;
	line-height:20px;
	color:#00a1e9;
	font-weight:400;
	vertical-align:1px;
}


#mainvisual_box4 .band-2{
	width:630px;
	height:30px;
	background-color:#858585;
	margin:20px auto 10px;
	padding:15px 20px 10px;
	transition: background-color .5s;
	border-radius:10px;
}
#mainvisual_box4 .band-2 p{
	font-size:18px;
	line-height:25px;
	color:#c0c0c0;
	font-weight:400;
}
#mainvisual_box4 .band-2 .new{
	color:#F03;
	font-weight:300;
}
#mainvisual_box4 .band-2 .small{
	font-size:15px;
	line-height:20px;
	color:#c0c0c0;
	font-weight:400;
	vertical-align:1px;
}
#mainvisual_box4 .band-2 .small_2{
	font-size:11px;
	line-height:20px;
	color:#c0c0c0;
	font-weight:400;
	vertical-align:2px;
}
#mainvisual_box4 .band-2 .media{
	font-size:15px;
	line-height:20px;
	color:#c0c0c0;
	font-weight:400;
	vertical-align:1px;
}


/*boxyoutube
************/
#mainvisual_boxyoutube a{
	display:block;
	margin-bottom:60px;
}
#mainvisual_boxyoutube{
	margin-top:10px;
}
#mainvisual_boxyoutube h2{
	font-size:28px;
	line-height:35px;
	color:#25b7c0;
	font-weight:500;
	margin-bottom:8px;
}
#mainvisual_boxyoutube p{
	font-size:15px;
	line-height:20px;
	color:#25b7c0;
	font-weight:300;
}



/*矢印*/
#mainvisual_boxyoutube p{
	width:98%;
	position:relative;
}
#mainvisual_boxyoutube p::before,
#mainvisual_boxyoutube p::after{
	content:"";
	display:block;
	position:absolute;
}
#mainvisual_boxyoutube p::before{
	border-right:1px solid #25b7c0;
	border-top:1px solid #25b7c0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	width:8px;height:8px;
	right:0;top:50%;
	margin-top:-4px;
}
#mainvisual_boxyoutube p::after{
	width:23%;
	border-bottom:1px solid #25b7c0;
	right:0;
	top:50%;
}



/*
hover時の動き
********************/
.hover_eff{
	width:600px;
	hright:320px;
	margin:0 auto;
    overflow: hidden;
	/** position:relative; **/
}
.hover_eff img{
	width:100%;
	transition: transform 0.5s linear;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;

    transform: scale(1.0);
	-webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
}
.hover_eff img:hover{
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
}
/*
box部分ここまで
***************************************************************/



/*目次ボタン・年間購読ボタン*/
#section1_buttoncontainer{
	margin:0 45px 0 45px;
}
.button_size630{
	width: 630px;
	height: 65px;
}
.color_red630{
	font-size: 30px;
	width: 630px;
	height: 65px;
	line-height: 65px;
	color: #e60012;
	display: block;
	border: 1px solid #e60012;
	text-align:center;
	margin-top:20px;
}
.color_blue630{
	font-size: 30px;
	width: 630px;
	height: 65px;
	line-height: 65px;
	color: #0089ce;
	display: block;
	border: 1px solid #0089ce;
	text-align:center;
}
.button_size630 .color_red630:hover{
	color:white;
	background-color: #e60012;
	transition: 0.5s;
}
.button_size630 .color_blue630:hover{
	color:white;
	background-color: #0089ce;
	transition: 0.5s;
}





/*
ボタン
********************/
#aside_buttoncontainer{
	width:100%;
	margin:0 auto;
	margin:80px 45px 0 45px;
	margin-bottom:150px;
}




/*******************************************************************************
問い合わせ先/コピーライト（footer）
******************************************************************************/
#footer{
	width:100%;
	margin:0 auto;
	margin-bottom:100px;
}

/*
問い合わせ先
********************/
#footer_contactcontainer{
	width:85%;
	margin:0 auto;
}
#footer_contactcontainer p{
	font-size:15px;
	font-weight:300;
	line-height:23px;
	text-align:center;
}
#footer_contactcontainer .desk{
	text-decoration:underline;
	color:#e60012;
}

#footer_contactcontainer .freedial{
	font-size:15px;
	font-weight:700;
	color:#414548;
	font-weight:500;
}



/*
前のページに戻る
********************/
#footer_button{
	width:500px;
	margin:0 auto;
	text-align:center;
	margin-top:60px;
	margin-bottom:60px;
	background-color:#fff;
	border-radius:10px;
}
#footer_button a{
	font-size:22px;
	text-align:center;
	color:#414548;
	width:500px;
	height:60px;
	line-height:60px;
	border:1px solid #414548;
	border-radius:10px;
	display:block;
}
#footer_button a:hover{
	color:white;
	background-color:#414548;
	transition: 0.5s;
}


/*
コピーライト
********************/
#copywriter{
	width:100%;
	margin:0 auto;
	height:20px;
}
#copywriter2{
	width:60%;
	float:left;
	padding-left:2%;
	font-size:15px;
	font-weight:300;
	line-height:20px;
	color:#fff;
}
#copywriter1{
	width:35%;
	float:left;
	text-align:right;
	position:relative;
	top:6px;
	color:#fff;
}
