<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

	Base Style
	
-------------------------------------------------------------------- */
/*  Universal Reset
--------------------------------------- */
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;
	vertical-align	: baseline;
	background		: transparent;
}

*, *:before, *:after {
	-webkit-box-sizing	: border-box;
	-moz-box-sizing		: border-box;
	-o-box-sizing		: border-box;
	-ms-box-sizing		: border-box;
	box-sizing			: border-box;
}

/*  HTML5 Display Definitions
--------------------------------------- */
section, nav, article, aside, hgroup, menu, summary,
header, footer, figure, figcaption, details {
	display			: block;
}

video, audio, canvas {
	display			: -moz-inline-stack;
	display			: inline-block;
	vertical-align	: middle;
}

audio:not([controls]) {
	display			: none;
}

[hidden] {
	display			: none;
}

/*  Base
--------------------------------------- */
html {
}

body {
	line-height		: 1.8;
	color			: #333333;
/*	font-family		: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	font-family		: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size		: 14px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
	
	font-feature-settings: "pkna";
	letter-spacing: 0.1em;
	
	background-color: #F6F6F6;
}

/*  Links
--------------------------------------- */
a {
	color			: #333333;
	text-decoration	: underline;
}
a:link, a:visited {
	color			: #333333;
	text-decoration	: underline;
}
a:hover, a:focus, a:active {
	color			: #333333;
	text-decoration	: none;
	outline			: none;
}

/*  Typography
--------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height		: 1.5;
	font-size		: 100%;
}
h1 {
	line-height		: 1.5;
	font-size		: 143%;
}
h2 {
	line-height		: 1.5;
	font-size		: 129%;
}
h3 {
	line-height		: 1.5;
	font-size		: 115%;
}
h4 {
	line-height		: 1.5;
	font-size		: 100%;
}

/*
------------------
base 14px
------------------
10px	72%
11px	79%
12px	86%
13px	93%
14px	100%
15px	108%
16px	115%
17px	122%
18px	129%
19px	136%
20px	143%
21px	150%
22px	158%
23px	165%
24px	172%
25px	179%
26px	186%
*/




em {
	font-style		: normal;
	font-weight		: bold;
}

strong, b {
	font-style		: normal;
}

sub, sup {
	vertical-align	: baseline;
	line-height		: 0;
	font-size		: 84%;
}

pre {
	font-family		: monospace, sans-serif;
	white-space		: pre-wrap;
	word-wrap		: break-word;
}

hr {
	display: none;
}

/*  Embedded Content
--------------------------------------- */
img {
	border			: 0;
	vertical-align	: bottom;
}

svg:not(:root) {
	overflow		: hidden;
}

/*  List Content
--------------------------------------- */
ul, ol {
	margin-left		: 2em;
}

/*  Tables
--------------------------------------- */
table {
	border			: 0 none;
	border-collapse	: collapse;
}

table th,
table td {
	border			: 1px solid #ccc;
	vertical-align	: top;
	font-size		: 1em;
	text-align		: left;
	font-weight		: normal;
	padding			: 4px;
}
table th{
	background-color: #f4f4f4;
}
/*  Forms
--------------------------------------- */
input
,textarea
,select
{
	font-family		: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
	border			: 0;
	padding			: 0;
}
input[type="text"]
,input[type="password"]
,textarea
,select{
	border: 1px solid #999;
}
input[type="text"],
input[type="image"] {
	vertical-align	: middle;
	border-radius	: 0;
	webkit-border-radius	: 0;
	-webkit-appearance		: none;
}

input[type="search"] {
	-webkit-appearance	: textfield;
	-webkit-box-sizing	: content-box;
	-moz-box-sizing	: content-box;
	box-sizing		: content-box;
}

input[type="search"]:focus {
	outline-offset	: -2px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing		: border-box;
	padding			: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor			: pointer;
	-webkit-appearance: button;
	*overflow		: visible;
}

textarea {
	vertical-align	: top;
	font-size		: 100%;
	resize			: none;
}

fieldset {
	border			: 0 none;
}

legend {
	display			: none;
}

label {
	cursor			: pointer;
}

select {
	line-height		: normal;
}



.ipt_size_full{
	width			: 100%;
}
.ipt_size_l{
	width			: 400px;
}
.ipt_size_m{
	width			: 200px;
}
.ipt_size_s{
	width			: 100px;
}
.ipt_size_ss{
	width			: 50px;
}


.ipt_row_l{
	height			: 300px;
}
.ipt_row_m{
	height			: 200px;
}
.ipt_row_s{
	height			: 80px;
}



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

	Structure
	
-------------------------------------------------------------------- */


/* -----------------------------------------------------
	Header
----------------------------------------------------- */
header {
	width			: 100%;
	height			: 1030px;
	background		: url("../img/bg_haed_photo.jpg") no-repeat 50% 0;
	position		: relative;
}

header h1{
	background		: url("../img/ttl_h1.png") no-repeat 0 0;
	width			: 931px;
	height			: 296px;
	margin			: 0 auto;
	overflow		: hidden;
	text-indent		: 200%;
	white-space		: nowrap;
	position		: absolute;
	top				: 80px;
	left			: 0;
}
header .header_bg_light{
	background		: url("../img/bg_lights.png") no-repeat 50% 0;
	position		: absolute;
	width			: 100%;
	height			: 440px;
	top				: 0;
	left			: 0;
	z-index			: 2;
}

header .header_bg_stripe{
	background		: url("../img/bg_stripe.png") repeat 0 0;
	position		: absolute;
	width			: 100%;
	height			: 100%;
	top				: 0;
	left			: 0;
	z-index			: 1;
}

header .header_inner {
	width			: 1000px;
	margin			: 0 auto;
	position		: relative;
	z-index			: 99;
/*	border			: 1px solid #f00;*/
}
header #pic_medal{
	position		: absolute;
	width			: 249px;
	height			: 252px;
	top				: 0;
	right			: 20px;
}

header .box_shinpai_outer{
	background-color: #f6f6f6;
	position		: absolute;
	width			: 100%;
	height			: auto;
	top				: 424px;
	left			: 0;
	padding			: 0px;
}


header .box_shinpai{
	padding			: 20px 30px 0px 30px;
}
header .box_shinpai h2{
	background: linear-gradient(transparent 60%, #FCEC5A 60%);
	text-align		: center;
	margin-bottom	: 0px;
	padding-bottom	: 2px;
}
header .box_shinpai .list_shinpai{
	border-top		: 4px solid #063565;
	border-bottom	: 4px solid #FCEC5A;
	margin-left		: 0;
}

header .box_shinpai .list_shinpai li{
	font-size		: 28px;
	float			: left;
	border-bottom	: 4px solid #063565;
	width			: 50%;
	height			: 55px;
	list-style		: none;
	padding			: 13px 0 10px 55px;
	line-height		: 100%;
	
	font-family		: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight		: 700;
	background		: url("../svg/icon_checked.svg") no-repeat 0px 0px;
	
	letter-spacing	: 0em;
}
header .box_shinpai_outer .box_sep{
	background		: url("../img/bg_gradation01.png") repeat-x 0 100%;
	text-align		: center;
	margin-top		: -4px;
	height			: 66px;
}
header .box_shinpai_outer .box_sep span{
	background		: url("../img/bg_arw_dwon.png") no-repeat 50% 28px;
	display			: inline-block;
	height			: 60px;
	
}
header .box_shinpai_outer h3{
	text-align		: center;
	margin-top		: -10px;
	margin-bottom	: 30px;
}





/* -----------------------------------------------------
	section
----------------------------------------------------- */
section {
	width			: 100%;
}
section .section_inner {
	width			: 1000px;
	margin			: 0 auto;

/*	border			: 1px solid #f00;*/
}



section.section_tel{
	background-color: #073665;
	padding			: 60px 0 40px 0;
}
section.section_tel .box_tel{
	border			: 1px solid #FCEC5A;
	text-align		: center;
	color			: #fff;
	font-family		: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight		: 700;
}
section.section_tel .h2_outer{
	display			: block;
	width			: 130px;
	margin			: 0 auto;
	text-align		: center;
}
section.section_tel h2{
	background-color: #073665;
	color			: #FCEC5A;
	font-size		: 24px;
	margin-top		: -18px;
	display			: block;
}

section.section_tel dl{
	width			: 500px;
	margin			: 0 auto;
}
section.section_tel dl dt{
	background-color: #fff;
	color			: #073665;
	width			: 160px;
	float			: left;
	font-size		: 20px;
	line-height		: 120%;
	padding			: 6px 0;
	border-radius: 20px;			/* CSS3草案 */  
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 20px;		/* Firefox用 */ 
}
section.section_tel dl dd{
	color			: #fff;
	font-size		: 28px;
	line-height		: 120%;
	padding-top		: 4px;
	padding-left	: 180px;
	text-align		: left;

}
section.section_tel .txt_tel_message{
	background-color: #FCEC5A;
	color			: #073665;
	font-size		: 20px;
	line-height		: 120%;
	margin-top		: 20px;
	padding			: 7px 0 4px 0;
}


section.section_shippai{
	margin-top		: 100px;
}

section.section_shippai .h2_outer{
	border-bottom	: 2px solid #DFDBCC;
	text-align		: center;
	margin-bottom	: 30px;
}
section.section_shippai .h2_outer h2{
	background		: linear-gradient(transparent 78%, #DFDBCC 78%);
	margin-bottom	: 4px;
	padding-bottom	: 4px;
}


section.section_shippai .block_shippai.block_shippai01
,section.section_shippai .block_shippai.block_shippai03
,section.section_shippai .block_shippai.block_shippai05{
	border			: 1px solid #AAAAAA;
	margin-top		: -1px;
	
	/* プレフィックスありの非推奨の古い構文。Webkitベースの古いブラウザ用にまだ必要です */
	background: -prefix-linear-gradient(-45deg, #F2F1EF,  #FFFFFF 80%, #FFFFFF);
	/* プレフィックスなしの新しい構文。標準準拠のブラウザで必要（Opera 12.1、IE 10、Fx 16 以降） */
	background: linear-gradient(-45deg, #F2F1EF,  #FFFFFF 80%, #FFFFFF);
	
	padding			: 60px 30px 30px 80px;
}
section.section_shippai .block_shippai.block_shippai02
,section.section_shippai .block_shippai.block_shippai04
,section.section_shippai .block_shippai.block_shippai06{
	border			: 1px solid #AAAAAA;
	margin-top		: -1px;

	/* プレフィックスありの非推奨の古い構文。Webkitベースの古いブラウザ用にまだ必要です */
	background: -prefix-linear-gradient(45deg, #F2F1EF,  #FFFFFF 80%, #FFFFFF);
	/* プレフィックスなしの新しい構文。標準準拠のブラウザで必要（Opera 12.1、IE 10、Fx 16 以降） */
	background: linear-gradient(45deg, #F2F1EF,  #FFFFFF 80%, #FFFFFF);
	
	padding			: 60px 80px 30px 30px;
}

section.section_shippai .block_shippai01 .block_shippai_inner
,section.section_shippai .block_shippai03 .block_shippai_inner
,section.section_shippai .block_shippai05 .block_shippai_inner{
	background		: url("../img/pic_building.png") no-repeat 0% 100%;
	border			: 1px solid #073665;
	border-bottom	: 8px solid #073665;
	border-left		: none;
	padding-bottom	: 80px;
	
	position		: relative;
}
section.section_shippai .block_shippai05 .block_shippai_inner{
	padding-bottom	: 93px;
}
section.section_shippai .block_shippai02 .block_shippai_inner
,section.section_shippai .block_shippai04 .block_shippai_inner
,section.section_shippai .block_shippai06 .block_shippai_inner{
	background		: url("../img/pic_building.png") no-repeat 100% 100%;
	border			: 1px solid #073665;
	border-bottom	: 8px solid #073665;
	border-right	: none;
	padding-bottom	: 80px;
	
	position		: relative;
}

section.section_shippai .block_shippai01 .lbl_case
,section.section_shippai .block_shippai03 .lbl_case
,section.section_shippai .block_shippai05 .lbl_case{
	margin-top		: -26px;
	background-color: #fff;
	padding			: 4px 10px;
	display			: block;
	width			: 190px;
}
section.section_shippai .block_shippai01 h3
,section.section_shippai .block_shippai03 h3
,section.section_shippai .block_shippai05 h3{
	margin			: 20px 0 30px 0;
}
section.section_shippai .block_shippai01 p
,section.section_shippai .block_shippai03 p
,section.section_shippai .block_shippai05 p{
	font-size		: 17px;
	line-height		: 220%;
	width			: 540px;
	padding-left	: 10px;
	
	text-align		: justify;
	text-justify	: inter-ideograph;
}
section.section_shippai .block_shippai02 .lbl_case
,section.section_shippai .block_shippai04 .lbl_case
,section.section_shippai .block_shippai06 .lbl_case{
	margin-top		: -26px;
	background-color: #fff;
	padding			: 4px 10px;
	display			: block;
	width			: 190px;

	float			: right;
}
section.section_shippai .block_shippai02 h3
,section.section_shippai .block_shippai04 h3
,section.section_shippai .block_shippai06 h3{
	margin			: 20px 0 30px 0;

	float			: right;
	clear			: both;
}
section.section_shippai .block_shippai02 p
,section.section_shippai .block_shippai04 p
,section.section_shippai .block_shippai06 p{
	font-size		: 17px;
	line-height		: 220%;
	width			: 500px;
	padding-left	: 10px;

	float			: right;
	clear			: both;
	
	text-align		: justify;
	text-justify	: inter-ideograph;
}


section.section_shippai .block_shippai_inner .pic_case01
,section.section_shippai .block_shippai_inner .pic_case03
,section.section_shippai .block_shippai_inner .pic_case05{
	position		: absolute;
	bottom			: -38px;
	right			: 10px;
}
section.section_shippai .block_shippai_inner .pic_case03{
	right			: 40px;
}
section.section_shippai .block_shippai_inner .pic_case02
,section.section_shippai .block_shippai_inner .pic_case04
,section.section_shippai .block_shippai_inner .pic_case06{
	position		: absolute;
	bottom			: -38px;
	left			: 10px;
}
section.section_shippai .block_shippai_inner .pic_case04{
	left			: 80px;
}
section.section_shippai .block_shippai_inner .pic_case06{
	left			: 80px;
}




section.section_riyu{
	margin-top		: 100px;
}





section.section_riyu .h2_outer{
	border-bottom	: 2px solid #DFDBCC;
	text-align		: center;
	margin-bottom	: 20px;
}
section.section_riyu .h2_outer h2{
	background		: linear-gradient(transparent 78%, #DFDBCC 78%);
	margin-bottom	: 4px;
	padding-bottom	: 4px;
}

section.section_riyu .box_riyu_onaji_servise{
	background-color: #fff;
	text-align		: center;
	padding			: 30px;
}
section.section_riyu .box_riyu_onaji_servise p{
	font-size		: 20px;
	line-height		: 200%;
	margin-top		: 40px;
	margin-bottom	: 20px;
}


section.section_riyu .box_riyu_7komoku{
	margin-top		: 80px;
}
section.section_riyu .box_riyu_7komoku h3{
	margin-bottom	: 30px;
}
section.section_riyu .box_riyu_7komoku dl{
	border-top		: 4px solid #073665;
	padding-top		: 2px;
	font-family		: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight		: 700;
}
section.section_riyu .box_riyu_7komoku dl dt{
	float			: left;
	clear			: both;
	width			: 78px;
	height			: 70px;
}
section.section_riyu .box_riyu_7komoku dl dd{
	border-bottom	: 4px solid #073665;
	width			: 100%;
	padding-left	: 94px;
	height			: 76px;
	margin-bottom	: 2px;
	font-size		: 36px;
	line-height		: 120%;
	padding-top		: 16px;
}


section.section_riyu .box_riyu_7komoku dl dd strong{
	color			: #D90C0C;
}

section.section_riyu .box_riyu_erabareru {
	margin-top		: 80px;
}
section.section_riyu .box_riyu_erabareru .block_riyu_erabareru{
	float			: left;
	width			: 50%;
	padding			: 30px;
	text-align		: center;
	border-bottom	: 5px solid #073665;
}
section.section_riyu .box_riyu_erabareru .block_riyu_erabareru:nth-child(odd){
	padding-right	: 0;
	border-left		: 3px solid #073665;
}
section.section_riyu .box_riyu_erabareru .block_riyu_erabareru:nth-child(even){
	clear			: both;
	padding-left	: 0;
	border-right	: 2px solid #073665;
}
section.section_riyu .box_riyu_erabareru .block_riyu_erabareru h4{
	font-size		: 28px;
	font-family		: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight		: 700;
	color			: #073665;
	line-height		: 140%;
	margin-top		: 10px;
	
}
section.section_riyu .box_riyu_erabareru .block_riyu_erabareru h4 span{
	background		: linear-gradient(transparent 60%, #FCEC5A 60%);
	padding			: 0 10px;
	display			: inline-block;
	line-height		: 100%;
	margin-top		: 5px;
}
section.section_riyu .box_riyu_erabareru .block_riyu_erabareru p{
	text-align		: left;
	font-size		: 17px;
	line-height		: 200%;
	margin-top		: 20px;
	text-align		: justify;
	text-justify	: inter-ideograph;
}

section.section_riyu .box_riyu_erabareru .block_riyu_erabareru .pic_riyu_erabareru{
	margin-top		: 20px;
	width			: 100%;
}




section.section_riyu .box_motto_koritsuteki{
	text-align		: center;
	margin-bottom	: 100px;
	border-bottom	: 6px solid #073665;
}

section.section_riyu .box_motto_koritsuteki h3{
	display			: block;
	margin			: 30px 0 25px 0;
}
section.section_riyu .box_motto_koritsuteki .block_motto_koritsuteki {
	float			: left;
	width			: 320px;
	border			: 6px solid #073665;
	background-color: #FCEC5A;
	margin-right	: 20px;
	margin-bottom	: 20px;
}
section.section_riyu .box_motto_koritsuteki .block_motto_koritsuteki:nth-child(3n) {
	margin-right	: 0px;
}
section.section_riyu .box_motto_koritsuteki .block_motto_koritsuteki h4{
	height			: 100px;
	width			: 320px;
	display			: table-cell;
	text-align		: center;
	vertical-align	: middle;
}
section.section_riyu .box_motto_koritsuteki .block_motto_koritsuteki p{
	background-color: #073665;
	color			: #fff;
	height			: 140px;
	font-size		: 20px;
	line-height		: 160%;
	padding			: 20px 0;
}




section.section_seminar{
	margin-top		: 100px;
}
section.section_seminar .h2_outer{
	border-bottom	: 2px solid #DFDBCC;
	text-align		: center;
	margin-bottom	: 20px;
}
section.section_seminar .h2_outer h2{
	background		: linear-gradient(transparent 78%, #DFDBCC 78%);
	margin-bottom	: 4px;
	padding-bottom	: 4px;
}

section.section_seminar .box_seminar{
	background-color: #fff;
}
section.section_seminar .box_seminar .box_seminar_target{
	padding			: 40px 40px;
}

section.section_seminar .box_seminar .box_seminar_target ul.list_seminar_target{
	border-top		: 4px solid #063565;
	border-bottom	: 4px solid #FCEC5A;
	margin-left		: 0;}
section.section_seminar .box_seminar .box_seminar_target ul.list_seminar_target li{
	border-bottom	: 4px solid #063565;
	font-size		: 32px;
	list-style		: none;
	padding			: 11px 0 8px 55px;
	height			: 55px;
	line-height		: 100%;
	color			: #063565;
	font-family		: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight		: 700;
	
	background		: url("../svg/icon_checked.svg") no-repeat 0px 0px;

}

section.section_seminar .box_seminar p.txt_seminar_target {
	font-size		: 20px;
	line-height		: 200%;
	margin-top		: 0px;
	height			: 500px;
	padding			: 0 40px;
	background		: url("../img/pic_seminar.jpg") no-repeat 50% 100%;
	
	text-shadow: 1px 1px 1px #fff,
	-1px 1px 1px #fff,
	1px -1px 1px #fff,
	-1px -1px 1px #fff;
	
	text-align		: justify;
	text-justify	: inter-ideograph;

}
section.section_seminar .box_seminar .box_btn_seminar{
	margin-top		: 30px;
	padding			: 0 30px;
}
section.section_seminar .box_seminar .box_btn_seminar  a.btn_seminar{
	background		: url("../img/icon_arw.png") no-repeat 20px 50%;
	background-color: #063565;
	color			: #fff;
	font-size		: 28px;
	line-height		: 100%;
	width			: 100%;
	padding			: 20px 20px 20px 60px;
	display			: block;
	text-decoration	: none;
}
section.section_seminar .box_seminar a.btn_seminar:hover{
	color			: #063565;
	background-color: #FCEC5A;
}

section.section_seminar .box_seminar .box_vr_outer{
	padding			: 30px;
	margin-top		: 80px;
}
section.section_seminar .box_seminar .box_vr{
	border			: 1px solid #063565;
	text-align		: center;
}
section.section_seminar .box_seminar .box_vr .icon_vr{
	margin-top		: -47px;
}

section.section_seminar .box_seminar .box_vr h3{
	margin			: 20px 0;
}
section.section_seminar .box_seminar .box_vr p.txt_vr{
	font-size		: 17px;
	line-height		: 200%;
	margin-top		: 30px;
}
section.section_seminar .box_seminar .box_vr p.txt_vr_attention{
	color			: #B20000;
	font-size		: 13px;
	margin-top		: 20px;
	margin-bottom	: 20px;
}
section.section_seminar .box_seminar .box_vr .pic_vr{
	
}
section.section_seminar .box_seminar .box_vr .box_about_vr_outer{
	padding			: 20px;
}
section.section_seminar .box_seminar .box_vr .box_about_vr{
	background-color: #F6F6F6;
	padding			: 24px 30px 16px 30px;
	text-align		: left;
}
section.section_seminar .box_seminar .box_vr .box_about_vr h4{
	font-size		: 20px;
}
section.section_seminar .box_seminar .box_vr .box_about_vr p{
	font-size		: 16px;
	line-height		: 200%;
	margin-top		: 10px;
	text-align		: justify;
	text-justify	: inter-ideograph;
}







section.section_rp{
	margin-top		: 100px;
	margin-bottom	: 100px;
}
section.section_rp .h2_outer{
	border-bottom	: 2px solid #DFDBCC;
	text-align		: center;
	margin-bottom	: 20px;
}
section.section_rp .h2_outer h2{
	background		: linear-gradient(transparent 78%, #DFDBCC 78%);
	margin-bottom	: 4px;
	padding-bottom	: 4px;
}
section.section_rp .box_rp{
	padding			: 40px;
	background-color: #fff;
}
section.section_rp .box_rp .block_rp{
	float			: left;
	padding-right	: 43px;
	border-right	: 1px solid #AEBCCA;
}
section.section_rp .box_rp .block_rp:nth-child(even){
	float			: right;
	padding-left	: 40px;
	padding-right	: 0px;
	border-right	: none;
}
section.section_rp .box_rp .block_rp .box_rp_pic{
	position		: relative;
	width			: 418px;
	height			: 458px;
}

section.section_rp .box_rp .block_rp .box_rp_pic .pic_rp{
	border			: 1px solid #073665;
	width			: 100%;
	height			: auto;
}
section.section_rp .box_rp .block_rp .box_rp_pic .icon_rp_sales{
	position		: absolute;
	top				: 5px;
	left			: -9px;
}
section.section_rp .box_rp .block_rp .box_rp_text{
	text-align		: center;
	width			: 100%;
}
section.section_rp .box_rp .block_rp .box_rp_text .txt_rp_pic_attention{
	font-size		: 12px;
	line-height		: 120%;
	display			: block;
	margin-top		: 10px;
}
section.section_rp .box_rp .block_rp .box_rp_text a{
	text-decoration	: none;
}
section.section_rp .box_rp .block_rp .box_rp_text h3{
	display			: block;
	font-size		: 28px;
	line-height		: 120%;
	margin-top		: 14px;
	margin-bottom	: 8px;
	font-family		: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight		: 700;
}

section.section_rp .box_rp .block_rp .box_rp_text .txt_iee
,section.section_rp .box_rp .block_rp .box_rp_text .txt_eia{
	font-family		: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight		: 700;
	font-size		: 16px;
	line-height		: 100%;
	background-color: #FF8000;
	margin-top		: 10px;
	padding			: 1px 30px;
	color			: #fff;
	
	border-radius			: 20px;
	-webkit-border-radius	: 20px;
	-moz-border-radius		: 20px;
}
section.section_rp .box_rp .block_rp .box_rp_text .txt_eia{
	background-color: #59B200;
}




section.section_rising_asia{
	background-color: #fff;
	padding-top		: 50px;
	padding-bottom	: 80px;
}
section.section_rising_asia h2{
	font-size		: 36px;
	font-family		: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight		: 700;
	text-align		: center;
	margin-bottom	: 24px;
}
section.section_rising_asia .tbl_rising_asia{
}
section.section_rising_asia .tbl_rising_asia th{
	width			: 100px;
	background-color: #E6E6E6;
	text-align		: center;
	padding			: 10px 20px;
	
	border			: none;
	border-top		: 1px solid #AEBCCA;
	border-bottom	: 1px solid #AEBCCA;
	
	font-size		: 16px;
}
section.section_rising_asia .tbl_rising_asia td{
	background-color: #fff;
	width			: 900px;
	padding			: 10px 20px;

	border			: none;
	border-top		: 1px solid #AEBCCA;
	border-bottom	: 1px solid #AEBCCA;
	
	font-size		: 16px;
}
section.section_rising_asia .tbl_rising_asia td .box_address_honsha{
	float			: left;
	width			: 430px;
}
section.section_rising_asia .tbl_rising_asia td .box_address_shisha{
	float			: right;
	width			: 430px;
	padding-left	: 30px;
	border-left		: 1px solid #AEBCCA;
}
section.section_rising_asia .tbl_rising_asia td .map_ra{
	border			: 1px solid #063565;
	margin			: 10px 0;
}

section.section_rising_asia .box_pic_ra{
	margin-top		: 30px;
}
section.section_rising_asia .box_pic_ra .pic_ra_thai{
	float			: left;
}
section.section_rising_asia .box_pic_ra .pic_ra_jp{
	float			: right;
}




/* -----------------------------------------------------
	Footer
----------------------------------------------------- */
footer {
	width			: 100%;
	background-color: #073665;
	color			: #fff;
	text-align		: center;
	font-family		: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size		: 14px;
	padding			: 10px 0;
}





#side_bnr_rising-asia{
	position:fixed;
	right:0;
	top:50%;
	margin-top:-180px;
	z-index:100;
	border:	1px solid #52C3F1;
	border-right:none;
	background-color: #ffffff;
}













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

	Modules Common
	
-------------------------------------------------------------------- */

.sp_only{
	display			: none;
}
.pc_only{
	display			: block;
}

.sp_only_inline{
	display			: none;
}
.pc_only_inline{
	display			: inline-block;
}


.flex_height {
	display			: flex;
	justify-content	: space-between;
	flex-wrap		: wrap;
	align-items		: stretch;
}





@media all and (-ms-high-contrast:none) {
	header .box_shinpai .list_shinpai li {
		padding-top		: 18px;
	}
	
	section.section_tel h2{
		margin-top		: -13px;
	}
	section.section_tel dl dt{
		padding			: 8px 0px 0px;
	}
	section.section_tel .txt_tel_message{
		padding			: 10px 0px 0px;
		margin-top		: 16px;
	}
	section.section_riyu .box_riyu_7komoku dl dd{
		padding-top		: 22px;
	}
	section.section_riyu .box_riyu_erabareru .block_riyu_erabareru h4 span{
		background: linear-gradient(transparent 50%, #FCEC5A 50%,#FCEC5A 85%, transparent 85%);
	}
	section.section_seminar .box_seminar .box_seminar_target ul.list_seminar_target li{
		padding-top		: 15px;
	}
	section.section_seminar .box_seminar .box_btn_seminar a.btn_seminar{
		padding-top		: 25px;
		padding-bottom	: 14px;
	}
	section.section_rp .box_rp .block_rp .box_rp_text .txt_iee
	, section.section_rp .box_rp .block_rp .box_rp_text .txt_eia{
		padding			: 6px 30px 0px 30px;
	}
	section.section_rising_asia .tbl_rising_asia th
	,section.section_rising_asia .tbl_rising_asia td{
		padding-top		: 16px;
	}
	section.section_rising_asia h2{
		margin-bottom	: 10px;
	}
}


/* tablet phone
--------------------------------------------*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {

	body{
		min-width:initial;
	}
}


/* smart phone
--------------------------------------------*/
@media (max-width: 643px) {
	
	.sp_only{
		display			: block;
	}
	.pc_only{
		display			: none;
	}
	
	.sp_only_inline{
		display			: inline-block;
	}
	.pc_only_inline{
		display			: none;
	}
	
	
	header{
		background-size	: 160%;
		background-position-x:-100px;
		height			: auto;
		position		: static;
	}
	
	header .header_inner{
		width			: 100%;
		height			: auto;
		position		: static;
	}
	header h1{
		width			: 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width			: -webkit-calc(100% - 20px) ;
		width			: calc(100% - 20px) ;
		margin			: 0 10px;
		height			: auto;
		min-height		: 150px;
		background-size	: contain;
		position		: static;
		display			: block;
		margin-top		: -50px;
		float			: left;
	}
	header #pic_medal{
		width			: 120px;
		height			: auto;
		right			: 10px;
		position		: static;
		float			: right;
	}
	header .header_bg_light{
		display			: none;
	}
	header .header_bg_stripe{
		display			: none;
	}
	header .box_shinpai_outer{
		top				: 300px;
	}
	header .box_shinpai_outer{
		position		: static;
		clear			: both;
	}
	header .box_shinpai{
		padding			: 10px 10px 0 10px;
		clear			: both;
	}
	header .box_shinpai h2 img{
		width			: 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width			: -webkit-calc(100% - 20px) ;
		width			: calc(100% - 20px) ;
		margin			: 0 10px;
	}
	
	
	header .box_shinpai .list_shinpai li{
		font-size		: 14px;
		width			: 100%;
		clear			: both;
		background-size	: 30px 30px;
		height			: 36px;
		padding			: 10px 0 4px 32px;
	}
	header .box_shinpai_outer .box_sep{
		height			: 55px;
	}
	header .box_shinpai_outer .box_sep span{
		height			: 50px;
		background-position-y:17px;
	}
	header .box_shinpai_outer .box_sep span img{
		height			: 25px;
	}
	header .box_shinpai_outer h3{
		margin-top		: -10px;
		margin-bottom	: 20px;
	}
	header .box_shinpai_outer h3 img{
		width			: 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width			: -webkit-calc(100% - 20px) ;
		width			: calc(100% - 20px) ;
		margin			: 0 10px;
	}
	
	
	
	
	section .section_inner{
		width			: 100%;
	}
	
	
	
	section.section_tel{
		padding			: 20px 0 15px 0;
	}
	section.section_tel .box_tel{
		width			: 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width			: -webkit-calc(100% - 20px) ;
		width			: calc(100% - 20px) ;
		margin			: 0 10px;
	}
	section.section_tel .h2_outer{
		width			: 5em;
	}
	section.section_tel h2{
		font-size		: 14px;
		margin-top		: -10px;
	}
	section.section_tel .box_tel img{
		width			: 96%;
	}
	
	section.section_tel dl{
		width			: 260px;
		margin-top		: 5px;
	}
	section.section_tel dl dt{
		font-size		: 11px;
		width			: 7em;
		padding			: 2px 0;
	}
	section.section_tel dl dd{
		font-size		: 15px;
		padding-left	: 6em;
		padding-top		: 0;
	}
	section.section_tel .txt_tel_message{
		font-size		: 11px;
		margin-top		: 15px;
	}
	
	
	
	section.section_shippai{
		margin-top		:40px;
	}
	section.section_shippai .section_inner{
		width			: 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width			: -webkit-calc(100% - 20px) ;
		width			: calc(100% - 20px) ;
		margin			: 0 10px;
	}
	section.section_shippai .h2_outer{
		margin-bottom	: 10px;
	}
	section.section_shippai .h2_outer h2 img{
		width			: 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width			: -webkit-calc(100% - 20px) ;
		width			: calc(100% - 20px) ;
		margin			: 0 10px;
	}
	section.section_shippai .block_shippai.block_shippai01
	, section.section_shippai .block_shippai.block_shippai02
	, section.section_shippai .block_shippai.block_shippai03
	, section.section_shippai .block_shippai.block_shippai04
	, section.section_shippai .block_shippai.block_shippai05
	, section.section_shippai .block_shippai.block_shippai06{
		padding			: 20px 10px;
	}
	section.section_shippai .block_shippai01 .block_shippai_inner
	, section.section_shippai .block_shippai02 .block_shippai_inner
	, section.section_shippai .block_shippai03 .block_shippai_inner
	, section.section_shippai .block_shippai04 .block_shippai_inner
	, section.section_shippai .block_shippai05 .block_shippai_inner
	, section.section_shippai .block_shippai06 .block_shippai_inner{
		border-left		: none;
		border-right	: none;
		background-size	: 117px;
		padding-bottom	: 160px;
	}
	section.section_shippai .block_shippai06 .block_shippai_inner{
		padding-bottom	: 180px;
	}
	section.section_shippai .block_shippai01 .lbl_case
	, section.section_shippai .block_shippai02 .lbl_case
	, section.section_shippai .block_shippai03 .lbl_case
	, section.section_shippai .block_shippai04 .lbl_case
	, section.section_shippai .block_shippai05 .lbl_case
	, section.section_shippai .block_shippai06 .lbl_case{
		width			: 90px;
		height			: 40px;
		margin-top		: -20px;
		padding			: 4px 0;
		float			: left;
	}
	section.section_shippai .block_shippai01 .lbl_case img
	, section.section_shippai .block_shippai02 .lbl_case img
	, section.section_shippai .block_shippai03 .lbl_case img
	, section.section_shippai .block_shippai04 .lbl_case img
	, section.section_shippai .block_shippai05 .lbl_case img
	, section.section_shippai .block_shippai06 .lbl_case img{
		width			: 85px;
		height			: 20px;
	}
	
	section.section_shippai .block_shippai01 h3
	, section.section_shippai .block_shippai02 h3
	, section.section_shippai .block_shippai03 h3
	, section.section_shippai .block_shippai04 h3
	, section.section_shippai .block_shippai05 h3
	, section.section_shippai .block_shippai06 h3{
		float			: left;
		margin			: 0px 0 15px 0;
		clear			: both;
	}
	
	section.section_shippai .block_shippai01 h3 img
	, section.section_shippai .block_shippai02 h3 img
	, section.section_shippai .block_shippai03 h3 img
	, section.section_shippai .block_shippai04 h3 img
	, section.section_shippai .block_shippai05 h3 img
	, section.section_shippai .block_shippai06 h3 img{
		width			: auto;
		max-width		: 100%;
		height			: 47px;
	}
	section.section_shippai .block_shippai04 h3 img{
		height			: 23px;
	}
	section.section_shippai .block_shippai01 p
	, section.section_shippai .block_shippai02 p
	, section.section_shippai .block_shippai03 p
	, section.section_shippai .block_shippai04 p
	, section.section_shippai .block_shippai05 p
	, section.section_shippai .block_shippai06 p{
		clear			: both;
		width			: 100%;
		padding			: 0 5px;
		font-size		: 15px;
		line-height		: 180%;
	}
	section.section_shippai .block_shippai_inner .pic_case01
	, section.section_shippai .block_shippai_inner .pic_case02
	, section.section_shippai .block_shippai_inner .pic_case03
	, section.section_shippai .block_shippai_inner .pic_case04
	, section.section_shippai .block_shippai_inner .pic_case05
	, section.section_shippai .block_shippai_inner .pic_case06{
		width			: 120px;
		float			: right;
		bottom			: 0px;
		right			: 0;
		overflow		: hidden;
	}
		section.section_shippai .block_shippai_inner .pic_case01 img
	, section.section_shippai .block_shippai_inner .pic_case02 img
	, section.section_shippai .block_shippai_inner .pic_case03 img
	, section.section_shippai .block_shippai_inner .pic_case04 img
	, section.section_shippai .block_shippai_inner .pic_case05 img
	, section.section_shippai .block_shippai_inner .pic_case06 img{
		width			: 100%;
	}
	section.section_shippai .block_shippai_inner .pic_case01{
		width			: 120px;
		max-height		: 160px;
	}
	section.section_shippai .block_shippai_inner .pic_case02{
		width			: 130px;
		max-height		: 150px;
	}
	
	section.section_shippai .block_shippai_inner .pic_case03{
		width			: 90px;
		max-height		: 150px;
		right			: 20px;
	}
	section.section_shippai .block_shippai_inner .pic_case04{
		width			: 90px;
		max-height		: 150px;
		left			: 20px;
	}
	section.section_shippai .block_shippai_inner .pic_case05{
		width			: 100px;
		max-height		: 150px;
		right			: 0px;
	}
	section.section_shippai .block_shippai_inner .pic_case06{
		width			: 96px;
		max-height		: 170px;
		left			: 30px;
	}
	
	
	
	
	
	section.section_riyu{
		margin-top		: 40px;
/*		border			: 1px solid #070000;*/
	}
	section.section_riyu .section_inner{
		width			: 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width			: -webkit-calc(100% - 20px) ;
		width			: calc(100% - 20px) ;
		margin			: 0 10px;
	}
	section.section_riyu .h2_outer{
		margin-bottom	: 10px;
	}
	section.section_riyu .h2_outer h2{
		background: linear-gradient(transparent 60%, #DFDBCC 60%);
	}
	section.section_riyu .h2_outer h2 img{
		width			: 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width			: -webkit-calc(100% - 20px) ;
		width			: calc(100% - 20px) ;
		margin			: 0 10px;
	}
	section.section_riyu .box_riyu_onaji_servise{
		padding			: 20px 10px;
		text-align		: left;
	}
	section.section_riyu .box_riyu_onaji_servise h3 img{
		width			: 100%;
		max-width		: 213px;
	}
	section.section_riyu .box_riyu_onaji_servise p{
		font-size		: 15px;
		margin-top		: 20px;
		margin-bottom	: 0px;
	}
	
	section.section_riyu .box_riyu_7komoku{
		margin-top		: 40px
		
	}
	section.section_riyu .box_riyu_7komoku h3{
		text-align		: center;
		margin-bottom	: 10px;
	}
	section.section_riyu .box_riyu_7komoku h3 img{
		width			: 100%;
		max-width		: 272px;
	}
	section.section_riyu .box_riyu_7komoku dl dt
	,section.section_riyu .box_riyu_7komoku dl dt img{
		width			: 39px;
		height			: 35px;
	}
	section.section_riyu .box_riyu_7komoku dl dt.bg_list_num{
		height			: 52px;
		background		: url("../img/bg_list_num.png") repeat-y 0% 0%;
		background-size	: 39px;
	}
	
	section.section_riyu .box_riyu_7komoku dl dd{
		font-size		: 15px;
		padding-left	: 48px;
		min-height		: 41px;
		height			: auto;
		padding-top		: 9px;
		padding-bottom	: 9px;
	}
	
	section.section_riyu .box_riyu_erabareru h3 img{
		width			: 100%;
	}
	section.section_riyu .box_riyu_erabareru .block_riyu_erabareru:nth-child(odd)
	,section.section_riyu .box_riyu_erabareru .block_riyu_erabareru:nth-child(even){
		float			: none;
		width			: 100%;
		border			: none;
		border-bottom	: 0px solid #073665;
		padding			: 40px 0 0px 0;
		margin			: 0px 0;
	}
	section.section_riyu .box_riyu_erabareru .block_riyu_erabareru .icon_riyu_erabareru{
		width			: 41px;
		height			: 30px;
	}
	section.section_riyu .box_riyu_erabareru .block_riyu_erabareru h4{
		font-size		: 20px;
		margin-top		: 5px;
	}
	section.section_riyu .box_riyu_erabareru .block_riyu_erabareru p{
		font-size		: 15px;
	}
	
	section.section_riyu .box_motto_koritsuteki{
		border			: none;
		margin-bottom	: 0;
	}
	
	section.section_riyu .box_motto_koritsuteki h3{
		margin-top		: 0;
	}
	section.section_riyu .box_motto_koritsuteki h3 img{
		width			: 100%;
		max-width		: 260px;
	}
	section.section_riyu .box_motto_koritsuteki .block_motto_koritsuteki{
		width			: 100%;
		margin-right	: 0;
		border			: 3px solid #073665;
	}
	section.section_riyu .box_motto_koritsuteki .block_motto_koritsuteki h4{
		padding			: 10px 0 8px 0;
		height			: auto;
		font-size		: 20px;
		line-height		: 120%;
		font-weight		: 700;
		color			: #073665;
		font-family		: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	section.section_riyu .box_motto_koritsuteki .block_motto_koritsuteki p{
		height			: auto;
		font-size		: 15px;
		line-height		: 150%;
		padding			: 7px 0 4px;
	}
	
	
	
	
	
	section.section_seminar{
		margin-top		: 40px;
/*		border			: 1px solid #070000;*/
	}
	section.section_seminar .section_inner{
		width			: 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width			: -webkit-calc(100% - 20px) ;
		width			: calc(100% - 20px) ;
		margin			: 0 10px;
	}
	section.section_seminar .h2_outer{
		margin-bottom	: 10px;
	}
	section.section_seminar .h2_outer h2{
		background: linear-gradient(transparent 60%, #DFDBCC 60%);
	}
	section.section_seminar .h2_outer h2 img{
		width			: 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width			: -webkit-calc(100% - 20px) ;
		width			: calc(100% - 20px) ;
		margin			: 0 10px;
	}
	section.section_seminar .box_seminar{
		padding-bottom	: 10px;
	}
	section.section_seminar .box_seminar .box_seminar_target{
		padding			: 20px 10px;
	}
	
	section.section_seminar .box_seminar .box_seminar_target ul.list_seminar_target li{
		font-size		: 15px;
		width			: 100%;
		clear			: both;
		background-size	: 30px 30px;
		min-height		: 36px;
		height			: auto;
		padding			: 10px 0 4px 32px;
	}
	
	section.section_seminar .box_seminar p.txt_seminar_target{
		font-size		: 15px;
		padding			: 10px 10px 100px 10px;
		background-size : 100%;
		height			: auto;
	}
	section.section_seminar .box_seminar .box_btn_seminar{
		padding			: 0 10px;
		margin-top		: 10px;
	}
	section.section_seminar .box_seminar .box_btn_seminar  a.btn_seminar{
		font-size		: 15px;
		background-size	: 15px;
		background-position-y:10px;
		background-position-x:10px;
		padding			: 10px 10px 10px 30px;
	}
	section.section_seminar .box_seminar .box_vr_outer{
		padding			: 0 10px;
	}
	section.section_seminar .box_seminar .box_vr{
		padding			: 0 0px;
	}
	section.section_seminar .box_seminar .box_vr .icon_vr{
		width			: 47px;
		height			: 47px;
		margin-top		: -23px;
	}
	section.section_seminar .box_seminar .box_vr h3{
		padding			: 0 10px;
		margin			: 5px 0;
	}
	section.section_seminar .box_seminar .box_vr h3 img{
		width			: 100%;
		max-width		: 287px;
	}
	section.section_seminar .box_seminar .box_vr p.txt_vr{
		padding			: 0 10px;
		font-size		: 15px;
		text-align		: left;
		margin-top		: 20px;
	}
	section.section_seminar .box_seminar .box_vr p.txt_vr_attention{
		padding			: 0 10px;
		font-size		: 13px;
		text-align		: left;
	}
	section.section_seminar .box_seminar .box_vr .pic_vr{
		width			: 100%;
		height			: auto;
		
	}
	section.section_seminar .box_seminar .box_vr .box_about_vr_outer{
		padding			: 10px;
	}
	section.section_seminar .box_seminar .box_vr .box_about_vr{
		padding			: 5px 10px;
	}
	section.section_seminar .box_seminar .box_vr .box_about_vr h4{
		font-size		: 18px;
	}
	section.section_seminar .box_seminar .box_vr .box_about_vr p{
		font-size		: 14px;
		margin-top		: 0;
	}
	
	
	
	
	section.section_rp{
		margin-top		: 40px;
		margin-bottom	: 40px;
	}
	section.section_rp .section_inner{
		width			: 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width			: -webkit-calc(100% - 20px) ;
		width			: calc(100% - 20px) ;
		margin			: 0 10px;
	}
	section.section_rp .h2_outer{
		margin-bottom	: 10px;
	}
	section.section_rp .h2_outer h2{
		background: linear-gradient(transparent 60%, #DFDBCC 60%);
	}
	section.section_rp .h2_outer h2 img{
		width			: 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width			: -webkit-calc(100% - 20px) ;
		width			: calc(100% - 20px) ;
		margin			: 0 10px;
	}
	
	section.section_rp .box_rp{
		padding			: 10px;
	}
	
	section.section_rp .box_rp .block_rp
	,section.section_rp .box_rp .block_rp:nth-child(even){
		padding			: 10px;
		float			: none;
		width			: 100%;
		border-right	: none;
		margin-bottom	: 20px;
	}
	section.section_rp .box_rp .block_rp .box_rp_pic
	,section.section_rp .box_rp .block_rp .box_rp_pic .pic_rp{
		width			: 100%;
		height			: auto;
	}
	section.section_rp .box_rp .block_rp .box_rp_pic .icon_rp_sales{
		width			: 58px;
		height			: 37px;
		left			: -4px;
	}
	section.section_rp .box_rp .block_rp .box_rp_text .txt_rp_pic_attention{
		font-size		: 10px;
	}
	section.section_rp .box_rp .block_rp .box_rp_text h3{
		font-size		: 20px;
		margin-top		: 5px;
		margin-bottom	: 2px;
		letter-spacing	: 0;
	}
	section.section_rp .box_rp .block_rp .box_rp_text .txt_iee
	, section.section_rp .box_rp .block_rp .box_rp_text .txt_eia{
		font-size		: 12px;
	}
	
	
	section.section_rising_asia{
		padding-top		: 20px;
		padding-bottom	: 20px;
	}
	
	section.section_rising_asia h2{
		font-size		: 20px;
		margin-bottom	:10px;
	}
	
	
	section.section_rising_asia .tbl_rising_asia th{
		padding			: 10px 5px;
		width			: 4em;
	}
	section.section_rising_asia .tbl_rising_asia td{
		width			: auto;
		padding			: 10px 5px;
	}
	section.section_rising_asia .tbl_rising_asia td .box_address_honsha
	,section.section_rising_asia .tbl_rising_asia td .box_address_shisha{
		float			: none;
		width			: 100%;
		padding			: 0;
		border			: none;
	}
	section.section_rising_asia .tbl_rising_asia td .box_address_shisha{
		border-top		: 1px solid #AEBCCA;
		margin-top		: 20px;
		padding-top		: 20px;
	}
	section.section_rising_asia .tbl_rising_asia td .map_ra{
		width			: 100%;
		height			: auto;
	}
	section.section_rising_asia .box_pic_ra .pic_ra_thai{
		width			: 49%;
	}
	section.section_rising_asia .box_pic_ra{
		margin-top		: 10px;
	}
	section.section_rising_asia .box_pic_ra .pic_ra_jp{
		width			: 49%;
	}
	footer{
		font-size		: 10px;
	}
	
}




/* clearfix
--------------------------------------------*/
.cf:before,
.cf:after {
	content			: "";
	display			: block;
	overflow		: hidden;
}
.cf:after {
	clear			: both;
}
.cf {
	zoom			: 1;
}</pre></body></html>