 @charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
body {
	font-size: 14px;
	line-height: 1.6;
	color: #000;
	font-family: "メイリオ", Meiryo, Osaka, sans-serif;
}

@media only screen and (max-width: 800px) {
body {
	font-size: 14px;
}
}
/************************************ a:link a:hoverの設定*/
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #666;
	text-decoration: underline;
}
/************************************ サイト幅の設定（meta内のviewportも同様の数値を記入　※960px以下の場合は960pxに設定するiPad向け）*/
.container {
	width: 1110px;
}

@media only screen and (max-width: 800px) {
.container {
	width: 100%;
}
}
/***************************/
/********【ヘッダー】********/
/***************************/
/*------header-----*/
#head_ar {
	width: 100%;
	min-width: 1054px;
	height: 90px;
	position: relative;
}
#head_ar .bx {
	width: 1080px;
	margin: auto;
}
#head_ar .h_line {
	font-size: 12px;
	padding: 5px 0 0;
}
#head_ar .logo {
	padding: 5px 0 0;
}
#head_ar .logo span {
	display: inline-block;
	margin: auto 15px;
}
#head_ar .line {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
}
#head_ar .line .line_bt {
	display: table;
}
#head_ar .line .line_bt a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: .2em 0 0 50px;
	width: 300px;
	height: 90px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	transition: .3s;
	background: #00B900 url(images/shared/icon_line.svg) no-repeat left 50px center;
}
#head_ar .line .line_bt a:hover {
	text-decoration: none;
	opacity: .7;
}

@media only screen and (max-width: 800px) {
#head_ar {
	width: 100%;
	min-width: inherit;
	height: 88px;
}
#head_ar .bx {
	width: 100%;
}
#head_ar .h_line {
	text-align: center;
}
#head_ar .logo {
	text-align: center;
	padding: 5px 0 0;
}
#head_ar .logo img {
	max-width: 250px;
}
}
/***************************/
/********【フッター】********/
/***************************/
/*------footer-----*/
#foot_ar {
	position: relative;
	width: 100%;
	min-width: 1110px;
	background: #F2F2F2;
	padding: 50px 0 50px;
	text-align: center;
}
#foot_ar .logo {
	margin: 0 0 25px;
}
#foot_ar .add {
}

@media only screen and (max-width: 800px) {
#foot_ar {
	width: 100%;
	min-width: inherit;
	padding: 50px 0px 40px;
}
}
/*------copyright-----*/
.footer_copyright-area {
	width: 100%;
	min-width: 1110px;
	background: #68ADE8;
}
.copyright_typo {
	font-family: Verdana, "Droid Sans";
	font-size: 12px;
	color: #fff;
	padding: 15px 0px;
	text-align: center;
}

@media only screen and (max-width: 800px) {
.footer_copyright-area {
	min-width: inherit;
	margin: 0 0 60px;
}
.copyright_typo {
	font-size: 12px;
	padding: 5px 0px;
}
}
.sp_foot_fix {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 100;
	text-align: center;
	display: table;
}
.sp_foot_fix a {
	width: 100%;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding: .2em 0px 0px 50px;
	transition: .3s;
	background: #00B900;
}
.sp_foot_fix a:before {
	position: absolute;
	content: "";
	background: url(images/shared/icon_line.svg) no-repeat center center/cover;
	width: 30px;
	height: 30px;
	margin: -3px 0 0 -40px;
}
.sp_foot_fix a:hover {
	text-decoration: none;
	opacity: .7;
}
/*------pagetop-----*/
.pagetop_ar {
	position: relative;
	z-index: 12000;
}
.pagetop_btn {
	width: 56px;
	height: 57px;
	display: block;
	right: 20px;
	cursor: pointer;
	margin: 0 0 20px;
	z-index: 12000;
}

@media only screen and (max-width: 800px) {
.pagetop_btn_sp {
	right: 0px;
	bottom: 0px;
	cursor: pointer;
}
.pagetop_btn_sp img {
	float: right;
	width: 60%;
	display: block;
	visibility: visible;
	height: inherit;
}
}
/***************************/
/********【index】********/
/***************************/
/***************************/
/********【common】********/
/***************************/
.common_line_bt {
	display: table;
	width: 450px;
	margin: 0 auto 20px
}
.common_line_bt a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: .2em 0 0 50px;
	width: 450px;
	height: 100px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	transition: .3s;
	background: #00B900 url(images/shared/icon_line.svg) no-repeat left 65px center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.common_line_bt a:hover {
	text-decoration: none;
	opacity: .7;
}

@media only screen and (max-width: 800px) {
.common_line_bt {
	width: 335px;
}
.common_line_bt a {
	height: 75px;
	font-size: 20px;
	padding: .2em 0px 0px 45px;
	transition: .3s;
	background: #00B900 url(images/shared/icon_line.svg) no-repeat left 40px center;
}
}
/********【headline】********/
.h3_st {
	clear: both;
	margin: 0 0 50px;
	text-align: center;
}
.h3_fo {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.h3_fos {
	font-size: 20px;
	font-weight: bold;
	color: #68ADE8;
}

@media only screen and (max-width: 800px) {
.h3_st {
	margin: 0 0 40px;
}
.h3_fo {
	font-size: 24px;
}
.h3_fos {
	font-size: 16px;
}
}
/*------main img-----*/
.mainimg_ar {
	width: 100%;
	background: url(images/top_main_01.png) no-repeat center center/cover;
	clear: both;
	min-width: 1054px;
	padding: 95px 0px 130px 0px;
	position: relative;
}
.mainimg_ar .bx {
	position: relative;
	z-index: 2;
	width: 700px;
	text-align: center;
}
.mainimg_ar .bx:after {
	position: absolute;
	z-index: 1;
	content: "";
	background: url(images/top_main_02.png);
	width: 495px;
	height: 559px;
	left: 660px;
	top: -60px;
}
.mainimg_ar .com01 {
	margin: 0 0 30px;
}
.mainimg_ar .com02 {
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 10px;
}
.mainimg_ar .com03 {
	font-size: 50px;
	font-weight: bold;
	color: #68ADE8;
	margin: 0 0 30px;
	line-height: 1.3em;
}
.mainimg_ar .com04 {
	margin: 0 0 15px;
}
.mainimg_ar .com05 {
	font-size: 15px;
}
.mainimg_ar .com06 {
	font-size: 14px;
	margin-top: 1em;
}
.mainimg_ar .fos40 {
	font-size: 40px;
	font-weight: bold;
}
.mainimg_ar .line_bt {
	display: table;
	width: 280px;
	margin: 0 auto 20px
}
.mainimg_ar .line_bt a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: .2em 0 0 40px;
	width: 280px;
	height: 55px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	transition: .3s;
	background: #00B900 url(images/shared/icon_line.svg) no-repeat left 35px center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.mainimg_ar .line_bt a:hover {
	text-decoration: none;
	opacity: .7;
}

@media only screen and (max-width: 800px) {
.mainimg_ar {
	background: url(images/top_main_01sp.png) no-repeat center center/cover;
	min-width: inherit;
	padding: 40px 0px 20px 0px;
}
.mainimg_ar .bx:after {
	display: none;
}
.mainimg_ar .bx {
	width: 100%;
}
.mainimg_ar .com01 {
	margin: 0 0 30px;
}
.mainimg_ar .com02 {
	font-size: 20px;
}
.mainimg_ar .com03 {
	font-size: 40px;
	font-weight: bold;
	color: #68ADE8;
	margin: 0 0 30px;
	line-height: 1.3em;
}
.mainimg_ar .com04 {
	margin: 0 0 15px;
}
.mainimg_ar .com05 {
	padding: 20px 0 0;
	font-size: 14px;
}
.mainimg_ar .fos40 {
	font-size: 30px;
}
}
/********01********/
#cont01_ar {
	clear: both;
	padding: 140px 0px 100px;
}
#cont01_ar .img {
	text-align: center;
	margin: 0 0 30px;
}
#cont01_ar .bt {
	text-align: center;
}
#cont01_ar .txt {
	text-align: center;
	margin: 0 0 30px;
}
@media only screen and (max-width: 800px) {
#cont01_ar {
	min-width: inherit;
	padding: 50px 0px 50px 0px;
}
#cont01_ar .img {
	margin: 0 0 30px;
}
#cont01_ar .bt img {
	max-width: 335px;
}
}
/********02********/
#cont02_ar {
	width: 100%;
	min-width: 1054px;
	background: url(images/top_con_06.png) no-repeat center center/cover;
	clear: both;
	padding: 100px 0px 110px;
}
#cont02_ar .img {
	text-align: center;
	margin: 0px 0px 70px;
}
#cont02_ar .txt_b {
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0px 70px;
	padding: 10px 0 0;
	text-align: center;
	background: url(images/top_con_04.png) no-repeat center center;
}
#cont02_ar .bx_ar {
	overflow: hidden;
	width: 790px;
	margin: 0 auto 30px;
}
#cont02_ar .bx_l, #cont02_ar .bx_r {
	width: 370px;
	float: left;
	background: url(images/top_con_05.png) no-repeat center center;
}
#cont02_ar .bx_l {
	margin: 0px 25px 0 0;
}
#cont02_ar .bx_r {
	margin: 0px 25px 0 0;
}
#cont02_ar .com {
	font-size: 18px;
	font-weight: bold;
	color: #68ADE8;
	text-align: center;
	padding: 35px 20px;
}
#cont02_ar .txt_m {
	font-size: 25px;
	font-weight: bold;
	color: #68ADE8;
	margin: 0px 0px 20px;
	text-align: center;
}
#cont02_ar .txt_s {
	text-align: center;
}

@media only screen and (max-width: 800px) {
#cont02_ar {
	min-width: inherit;
	padding: 80px 0px 90px 0px;
}
#cont02_ar .img {
	margin: 0px 0px 50px;
}
#cont02_ar .txt_b {
	font-size: 20px;
	margin: 0px 0px 50px;
	padding: 65px 0;
	background: url(images/top_con_04sp.png) no-repeat center center;
}
#cont02_ar .bx_ar {
	width: 100%;
}
#cont02_ar .bx_l, #cont02_ar .bx_r {
	width: 100%;
	float: none;
	background: url(images/top_con_05sp.png) no-repeat center center;
	margin: 0 0 10px;
}
#cont02_ar .com {
	font-size: 16px;
	padding: 30px 20px;
}
#cont02_ar .txt_s {
	text-align: justify;
	text-indent: -1em;
	padding-left: 1em;
}
}
/********03********/
#cont03_ar {
	clear: both;
	padding: 100px 0px 40px;
}
#cont03_ar .bx_ar01, #cont03_ar .bx_ar02 {
	clear: both;
	overflow: hidden;
	position: relative;
}
#cont03_ar .bx_ar01 {
	padding: 80px 0 180px;
}
#cont03_ar .bx_ar01:after {
	position: absolute;
	content: "";
	background: url(images/top_con_08.png)no-repeat center center/cover;
	width: 503px;
	height: 544px;
	margin: 0 0 0 0px;
	top: 0px;
	right: 20px;
}
#cont03_ar .bx_ar02 {
	margin: -30px 0 0;
	padding: 40px 0 160px;
}
#cont03_ar .bx_ar02:after {
	position: absolute;
	content: "";
	background: url(images/top_con_10.png)no-repeat center center/cover;
	width: 521px;
	height: 569px;
	margin: -110px 0 0 0px;
	top: 0px;
	right: 20px;
}
#cont03_ar .bx_l, #cont03_ar .bx_c {
	float: left;
}
#cont03_ar .bx_l {
	width: 127px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#cont03_ar .bx_c {
	width: 483px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#cont03_ar .ttl {
	font-size: 25px;
	font-weight: bold;
	margin: 0px 0px 20px;
}
#cont03_ar .txt {
	margin: 0px 0px 20px 0px;
}
#cont03_ar .txt_c {
	text-align: center;
	margin: 0px 0px 20px 0px;
}
@media only screen and (max-width: 800px) {
#cont03_ar {
	min-width: inherit;
	padding: 80px 0px 80px 0px;
}
#cont03_ar .bx_ar01, #cont03_ar .bx_ar02 {
	overflow: inherit;
}
#cont03_ar .bx_ar01 {
	padding: 20px 0 0px;
	margin: 0 0 0px 0px;
}
#cont03_ar .ico {
	text-align: center;
}
#cont03_ar .bx_ar01:after {
	/*width:250px;
	height:270px;
	margin:0 0 0 0px;
	right:0px;*/
	display: none;
}
#cont03_ar .bx_ar02 {
	padding: 20px 0 0px;
	margin: 0 0 0px 0px;
}
#cont03_ar .bx_ar02:after {
	/*width:250px;
	height:270px;
	margin:0 0 0 0px;
	right:0px;*/
	display: none;
	display: none;
}
#cont03_ar .bx_l, #cont03_ar .bx_c {
	float: none;
	width: 100%;
}
#cont03_ar .bx_l {
	margin: 0px 0px 10px;
}
#cont03_ar .bx_c {
	margin: 0px 0px 0px 0px;
}
#cont03_ar .ttl {
	font-size: 22px;
	margin: 0px 0px 15px;
}
#cont03_ar .txt_c {
	text-align: justify;
	margin: 0px 0px 20px 0px;
}
}
/********04********/
#cont04_ar {
	width: 100%;
	min-width: 1054px;
	background: url(images/top_con_06.png) no-repeat center center/cover;
	clear: both;
	padding: 100px 0px 110px;
}
#cont04_ar .bx_ar {
	overflow: hidden;
	margin: 0 0 50px;
}
#cont04_ar .bx {
	width: 25%;
	float: left;
}
#cont04_ar .pad01 {
	padding: 25px 0 0;
}
#cont04_ar .pad02 {
	padding: 5px 0 0;
}
#cont04_ar .pad04 {
	padding: 20px 0 0;
}
#cont04_ar .img {
	height: 230px;
	text-align: center;
}
#cont04_ar .com {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#cont04_ar .txt {
	text-align: center;
}
#cont04_ar .txt_c {
	text-align: center;
}
@media only screen and (max-width: 800px) {
#cont04_ar {
	min-width: inherit;
	padding: 80px 0px 80px;
}
#cont04_ar .bx_ar {
	overflow: hidden;
	margin: 0 0 20px;
}
#cont04_ar .bx {
	width: 50%;
	padding: 0 3%;
	margin: 0 0 30px;
}
#cont04_ar .img {
	height: 140px;
	text-align: center;
}
#cont04_ar .com {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#cont04_ar .txt {
	text-align: center;
}
}
/********05********/
#cont05_ar {
	width: 1110px;
	margin: auto;
	clear: both;
	padding: 140px 0px 100px;
}
#cont05_ar .bx_ar {
	margin: 0 -5px;
	clear: both;
	font-size: 0;
	text-align: center;
}
#cont05_ar .bx {
	width: 330px;
	margin: 0 5px 40px;
	text-align: center;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
 /display: inline; /*for ie5～7*/
 /zoom: 1; /*for ie5～7*/
	vertical-align: top;/*要素の上揃え*/
}
#cont05_ar .img {
}
#cont05_ar .txt {
	font-size: 18px;
	font-weight: bold;
}
#cont05_ar .price {
	font-size: 15px;
	font-weight: bold;
}
#cont05_ar .txt_c {
	font-size: 14px;
}

@media only screen and (max-width: 800px) {
#cont05_ar {
	width: 100%;
	min-width: inherit;
	padding: 80px 0px 50px;
}
#cont05_ar .bx_ar {
	margin: 0 0px;
	clear: both;
	text-align: left;
}
#cont05_ar .bx {
	width: 50%;
	margin: 0 0px 30px;
}
#cont05_ar .txt {
	font-size: 15px;
}
#cont05_ar .price {
	font-size: 13px;
}
#cont05_ar .txt_c {
	margin: 0 15px;
}
}
/********06********/
#cont06_ar {
	width: 100%;
	min-width: 1054px;
	background: url(images/top_con_06.png) no-repeat center center/cover;
	clear: both;
	padding: 100px 0px 130px;
}
#cont06_ar .bx_ar {
	margin: 0 0%;
	clear: both;
	font-size: 0;
	text-align: center;
}
#cont06_ar .bx {
	width: 240px;
	margin: 0 20px;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
 /display: inline; /*for ie5～7*/
 /zoom: 1; /*for ie5～7*/
	vertical-align: top;/*要素の上揃え*/
}
#cont06_ar .txt {
	font-size: 15px;
	font-weight: bold;
}
.detail_txt {
	font-size: 14px;
	text-align: justify;
	margin-top: 10px;
}

@media only screen and (max-width: 800px) {
#cont06_ar {
	min-width: inherit;
	padding: 50px 0px 50px 0px;
}
#cont06_ar .bx {
	width: 100%;
	margin: 0 0px 30px;
}
#cont06_ar .txt {
	font-size: 16px;
}
}
/********07********/
#cont07_ar {
	clear: both;
	padding: 120px 0px 120px;
}
#cont07_ar .ttl {
	font-size: 26px;
	font-weight: bold;
	margin: 0px 0px 50px;
	text-align: center;
}
#cont07_ar .bt {
	margin: 0px 0px 60px;
	text-align: center;
}
#cont07_ar .txt {
	text-align: center;
}

@media only screen and (max-width: 800px) {
#cont07_ar {
	min-width: inherit;
	padding: 50px 0px 50px 0px;
}
#cont07_ar .ttl {
	font-size: 15px;
	margin: 0px 0px 40px;
}
#cont07_ar .bt {
	margin: 0px 0px 40px;
}
}
