/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav 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;
}


/* === original css === */


body {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic";
	color: #595757;
	font-feature-settings: "palt";
}

img {
	width:100%;
}

a {
	text-decoration:none;
}

h1.mv_title {
	font-family: "Shin Go Regular",'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic";
	text-align: left;
	font-size: 65px;
	color: #fff;
	font-weight: normal;
	line-height: 1.6em;
}

h1.mv_title span {
	font-weight: bold;
	font-size: 90px;
}

h1 {
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	clear: both;
	line-height: 1em;
}

h2.mv_title2 {
	text-align: left;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2em;
    margin-top: 2%;
}

h2.section_title {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.4em;
	color: #004ea2;
	letter-spacing: 0.03em;
}

h2.section_title2 {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.4em;
	color: #004ea2;
	letter-spacing: 0.2em;
}

h2.address {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.7em;
	margin-top: 1%;
}

h3.petit_title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #d60073;
	line-height: 1.5em;
}

img.pattern_icon {
	width: auto;
    vertical-align: middle;
    padding-right: 1%;
}

h3.pattern_title {
	text-align: center;
	font-weight: bold;
	color: #197fd1;
	font-size: 30px;
	vertical-align: middle;
}

h3.pattern_price {
	text-align: center;
	font-weight: bold;
	color: #197fd1;
	font-size: 57px;
}

span.pattern_unit {
	font-size: 38px;
}

span.pattern_tax {
	font-size: 25px;
	color: #585858;
	font-weight: normal;
}

span.blue {
	color: #197fd1;
}

span.emphasis {
	font-size: 80px;
}

span.emphasis2 {
	font-size: 30px;
}


/*** header ***/

header {
	position: relative;
}

.header_top_box {
	background-color: #fff;
	padding: 2% 19.5%;
}

table.header_top {
	text-align: center;
	margin: 0;
	width: 100%;
}

table.header_top td.header_top_1 {
	width: 44%;
	text-align: left;
	vertical-align: middle;
}

table.header_top td.header_top_1 img {
	width: auto;
	padding-top: 2%;
}

table.header_top td.header_top_2 {
	width: 33%;
	text-align: center;
	vertical-align: middle;
	padding-right: 1.5%;
}

table.header_top td.header_top_3 {
	width: 23%;
	text-align: center;
	vertical-align: middle;
}

/*
table.header_top td.header_top_4 {
	text-align: center;
	border-top: solid 1px #a8a7a7;
	border-right: solid 1px #a8a7a7;
	border-bottom: solid 1px #a8a7a7;
	vertical-align: middle;
}
*/

.site_navi {
	text-align: center;
	border-top: solid 2px #cdcccc;
	border-bottom: solid 2px #cdcccc;
	padding: 1% 30%;
}

table.header_menu {
	text-align: center;
	border-left: solid 1px #595757;
	margin: 0;
	width: 100%;
}

table.header_menu td.header_menu5 {
	width: 20%;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #595757;
}

table.header_menu td.header_menu5 a {
	font-size: 16px;
	color: #595757;
}



/*** contents ***/

section#pc_mv {
	background-image: url("images/mv_pc.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 7% 30% 7% 21.5%;
    border-bottom: solid 2px #cdcccc;
}

section#pc_mv img {
	width: auto;
}

section.contents_w {
	max-width: 1060px;
	margin: 0 auto;
	padding: 8% 0;
	width: 100%;
}

section.contents_w2 {
	max-width: 1060px;
	margin: 5% auto 0;
	width: 100%;
}

section.contents_pb {
	padding: 6% 0;
	text-align: center;
	background-color: #e8f2fa;
}

section.contents_b {
	padding: 4% 0;
	text-align: center;
	background-color: #197fd1;
}

section.contents_b p {
	font-size: 15px;
	text-align: center;
	color: #fff;
}

section.contents_g {
	padding: 5% 0 3%;
	text-align: center;
	background-color: #eff6fc;
}

section.contents_be {
	text-align: center;
	background-color: #f5eee6;
	padding-right: 8%;
}

img.logo {
	width: auto;
	margin-left: 22%;
}

.mv_com {
	margin: 2% 0;
	text-align: left;
}

/*
.mv_com p {
	color: #fff;
	text-align: left;
	letter-spacing: 1.66em;
	margin: 0 0 1%;
	font-size: 20.5px;
}

.mv_point {
	position: absolute;
    background-color: #2d8bd5;
	left: 0;
    border-radius: 0 50px 50px 0;
    padding: 1% 13% 1% 21.5%;
    margin-top: 1%;
}

.mv_point p {
	color: #fff;
    font-size: 20px;
    line-height: 1.5em;
}
*/

table.point3img {
	text-align: right;
	width: 100%;
	margin: 0;
}

table.point3img td {
	width: 16.6%;
}

.section_title_box {
	margin-bottom: 5%;
	text-align: center;
}

.section_title_box p {
	text-align: center;
	margin: 2% 0 0;
}

.section_title_box2 {
	text-align: center;
	max-width: 350px;
    width: 100%;
    margin: 0 auto 1.5%;
    padding-bottom: 1%;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	border-bottom: solid 2px #fff;
}

.section_title_box3 {
	text-align: center;
	max-width: 580px;
    width: 100%;
    margin: 0 auto 1.5%;
    padding-bottom: 1%;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	border-bottom: solid 2px #fff;
}

.share {
	background-color: #004ea2;
    border-radius: 50px;
	max-width: 806px;
	margin: 5% auto 0;
    padding: 2% 0;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 1.3em;
}

.line {
	text-align: center;
	margin-top: 2%;
}

.line img {
	width: auto;
}

.section_content {
	text-align: center;
}

.section_content p {
	font-size: 19px;
	text-align: justify;
	line-height: 2em;
	letter-spacing: 0.04em;
}

.section_content2 {
	text-align: center;
	max-width: 1060px;
	margin: 0 auto 4%;
	width: 100%;
}

.section_content2 p {
	font-size: 19px;
	text-align: justify;
	line-height: 2em;
	letter-spacing: 0.04em;
}

table.detail_3clm {
	width: 100%;
	margin: 0;
}

table.detail_3clm td.detail_3clm_l {
	text-align: left;
	vertical-align: top;
	width: 33.3%;
    padding-right: 1%;
}

table.detail_3clm td.detail_3clm_c {
	text-align: center;
	vertical-align: top;
	padding: 0 0.5%;
    width: 33.3%;
}

table.detail_3clm td.detail_3clm_r {
	text-align: right;
	vertical-align: top;
	width: 33.3%;
    padding-left: 1%;
}

.btmpad {
	padding-bottom: 12%;
}

.petit_title_box {
	padding-top: 5%;
	height: 7vh;
}

.petit_title_box2 {
	padding-top: 7.7%;
    height: 6vh;
}

P.detail_com {
	text-align: justify;
	font-size: 16px;
	vertical-align: top;
	line-height: 1.5em;
}

table.cost_list {
	text-align: center;
	background-color: #fff;
	border: solid 2px #bfbfbf;
	margin: 0 auto;
}

td.cost_list_h {
	text-align: center;
	border: solid 2px #bfbfbf;
	padding: 2%;
	background-color: #5ea5df;
	color: #fff;
	font-size: 20px;
	width: 33vh;
	vertical-align: middle;
}

p.sub {
	text-align: center;
	font-size: 17px;
	/*line-height: 2em;
    margin: 6% 14% 0;*/
}

td.cost_list_c {
	text-align: center;
	font-size: 20px;
	border: solid 2px #bfbfbf;
	padding: 2%;
	width: 33vh;
	vertical-align: middle;
}

td.cost_list_c2 {
	text-align: center;
	border: solid 2px #bfbfbf;
	padding: 1% 2%;
	width: 33vh;
	vertical-align: middle;
}

	table.cost_img2clm {
		width: 100%;
		margin: 0;
	}

	table.cost_img2clm td.cost_img2clm_l {
		width: 45%;
		text-align: left;
	}

	table.cost_img2clm td.cost_img2clm_r {
		width: 55%;
		text-align: left;
		padding-left: 5%;
		vertical-align: middle;
		font-size: 15px;
		line-height: 1.7em;
	}

td.cost_list_c3 {
	text-align: center;
	border: solid 2px #bfbfbf;
	padding: 0;
	width: 33vh;
	vertical-align: middle;
}

td.cost_list_c3 img {
	width: 55%;
}

td.cost_list_c4 {
	font-size: 20px;
	text-align: justify;
	line-height: 1.8em;
	border: solid 2px #bfbfbf;
	padding: 3% 2.5%;
	width: 33vh;
}

ul.freepoint_list {
	max-width: 640px;
    width: 100%;
    margin: 0 auto 1%;
	text-align: center;
}

ul.freepoint_list2 {
	max-width: 1180px;
    width: 100%;
    margin: 0 auto 1%;
	text-align: center;
}

ul.freepoint_list li,
ul.freepoint_list2 li {
	list-style-type: none;
	width: 100%;
	padding: 1% 0;
}

.freepoint {
	border: solid 2px #fff;
	border-radius: 30px;
	padding: 2.5% 7%;
	font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #fff;
	font-size: 25px;
	text-align: left;
}

.freepoint2 {
	border: solid 2px #fff;
	border-radius: 50px;
	padding: 1.5% 0 1.5% 7%;
	font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #fff;
	font-size: 25px;
	text-align: left;
}

.lift_infobox {
	border: solid 1px #5ea5df;
	padding: 3% 3% 3% 0;
	margin-top: 3%;
	text-align: center;
}

table.lift_info {
	text-align: center;
	margin: 0;
}

td.lift_l {
	width: 20%;
	text-align: center;
	vertical-align: middle;
}

td.lift_r {
	width: 80%;
	text-align: left;
}

td.lift_r p {
	font-size: 15px;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 2%;
}

td.lift_l img,
td.lift_r img {
	width: auto;
}



table.cost_pattern_box {
	text-align: center;
	margin: 0;
	width: 100%;
}

table.cost_pattern_box td.cost_pattern_box_l {
	text-align: left;
	padding-right: 1%;
	padding-bottom: 5%;
}

table.cost_pattern_box td.cost_pattern_box_r {
	text-align: right;
	padding-left: 1%;
}

.cost_pattern_content {
	text-align: center;
}

.cost_pattern_content p,
table.cost_pattern td.cost_pattern_l p {
	text-align: center;
	font-size: 15px;
}

table.cost_pattern {
	border: solid 1px #5ea5df;
	margin: 2.5% 0 0;
}

table.cost_pattern td.cost_pattern_l {
	width: 50vh;
    padding: 4%;
    text-align: center;
    height: 12vh;
    vertical-align: middle;
    border-right: solid 1px #5ea5df;
    background-color: #fff;
}

table.cost_pattern td.cost_pattern_r {
	width: 50vh;
    text-align: center;
    height: 12vh;
    vertical-align: middle;
    background-color: #c4def3;
}

table.cost_pattern td.cost_pattern_r p {
	text-align: center;
	font-size: 15px;
	line-height: 1.5em;
    margin-bottom: 2%;
}

.cost_other_content {
	padding-top: 2%;
}

table.cost_other {
	text-align: center;
	width: 100%;
	margin: 2% 0 0;
	border: solid 1px #5ea5df;
}

td.cost_other_i {
	background-color: #fff;
	width: 10%;
	height: 23vh;
	padding-left: 3%;
	text-align: right;
	vertical-align: middle;
}

td.cost_other_t {
	background-color: #fff;
	width: 18%;
	height: 23vh;
	padding-left: 2%;
	text-align: left;
	vertical-align: middle;
}

td.cost_other_c {
	background-color: #fff;
	width: 41%;
	padding-right: 2%;
	text-align: justify;
	font-size: 15px;
	line-height: 1.5em;
	vertical-align: middle;
	height: 23vh;
	border-right: solid 1px #5ea5df;
}

td.cost_other_p {
	background-color: #c4def3;
	width: 30%;
	height: 23vh;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 2.5%;
}

.flow_list_box {
	margin: 3% 0 0;
}

table.flow_list {
	border: solid 2px #bfbfbf;
	margin: 0;
	width: 100%;
}

td.flow_list_h {
	text-align: center;
	padding: 3.5% 1%;
    background-color: #004ea2;
	border-right: solid 2px #bfbfbf;
    color: #fff;
    width: 20%;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 0.07em;
}

td.flow_list_c01 {
	background-image: url("images/info01bg.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 2% 17% 2% 4%;
	width: 80%;
	text-align: justify;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5em;
}

td.flow_list_c02 {
	background-image: url("images/info02bg.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 1% 17% 1% 4%;
	width: 80%;
	text-align: justify;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5em;
}

td.flow_list_c03 {
	background-image: url("images/info03bg.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 2% 17% 2% 4%;
	width: 80%;
	text-align: justify;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5em;
}

td.flow_list_c04 {
	background-image: url("images/info04bg.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 1% 17% 1% 4%;
	width: 80%;
	text-align: justify;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5em;
}

td.flow_list_c2 {
	padding: 0 0 0 4%;
	width: 80%;
	text-align: left;
}

table.flow_cont2clm {
	width: 100%;
	margin: 0;
}

td.flow_cont2clm_l {
	width: 60%;
	padding-right: 4%;
	text-align: justify;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5em;
}

td.flow_cont2clm_r {
	width: 40%;
	text-align: right;
}

td.flow_cont2clm_l2 {
	width: 50%;
    padding: 3% 0%;
    text-align: justify;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.5em;
}

td.flow_cont2clm_r2 {
	width: 50%;
    text-align: right;
    vertical-align: middle;
    padding-left: 2.5%;
}

img.right {
	margin-right: -0.3%;
    margin-bottom: -0.3%;
}

img.right2 {
	margin-right: -0.3%;
    margin-bottom: -0.5%;
}

.triangle {
	text-align: center;
	margin: 0;
}

.triangle img {
	width: auto;
}

table.introduction_box {
	/*text-align: center;
	margin: 0;*/
    width: 100%;
}

td.introduction_box_l {
	width: 40%;
    text-align: left;
    vertical-align: middle;
}

td.introduction_box_l img {
	width: auto;
}

td.introduction_box_r {
	width: 60%;
	text-align: left;
	vertical-align: middle;
	/*padding-left: 1.5%;*/
	padding: 3% 0;
}

p.doc_com {
	font-size: 25px;
	text-align: left;
	line-height: 1.7em;
}

table.doc_name_box {
	margin: 4% 0 3%;
    width: 50%;
}

td.job_title {
	width: 25%;
	text-align: left;
	vertical-align: middle;
	font-size: 40px;
}

td.family_name {
	width: 45%;
	text-align: center;
	font-size: 60px;
}

td.first_name {
	width: 30%;
	text-align: center;
	font-size: 60px;
}

td.family_name2,
td.first_name2 {
	text-align: center;
	font-size: 17px;
	font-weight: lighter;
	padding-top: 2%;
    letter-spacing: 0.15em;
}

table.doc_history {
	text-align: left;
	margin: 0;
	width: 90%;
}

td.history_title {
	border-bottom: solid 2px #595757;
	padding-bottom: 3%;
	text-align: left;
	font-size: 19px;
	font-weight: lighter;
}

td.history_days {
	width: 15%;
	text-align: left;
	padding-top: 2%;
	font-size: 19px;
	font-weight: lighter;
}

td.history_content {
	width: 85%;
	text-align: left;
	padding-top: 2%;
	font-size: 19px;
	font-weight: lighter;
	line-height: 1.7em;
}

.banner_box {
	text-align: center;
}

table.banner2clm {
	width: 100%;
	border: solid 1px #a8a7a7;
	margin: 0;
}

td.banner2clm_l {
	width: 70%;
	text-align: left;
}

td.banner2clm_r {
	width: 70%;
	text-align: right;
}

td.banner2clm_l img,
td.banner2clm_r img {
	/*width: auto;*/
	width: 100%;
}

@media screen and (max-width: 1070px) {
	td.banner2clm_l ,
	td.banner2clm_r {
		width: 100%;
		display: block;
		text-align: center;
	}
}


.map {
	text-align: center;
	margin: 0;
	width: 100%;
}


/*** footer ***/

.footer_box {
	margin: 4% auto;
	text-align: center;
}

.footer_box img {
	width: auto;
}

.cp {
	background-color: #004ea2;
	text-align: center;
	padding: 2%;
}

.cp p {
	font-size: 10px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.08em;
}



/*** PC SP ***/

.pc {
	display: block;
}
	
.sp {
	display: none;
}


.sp_mv {
	height: 100vh;
}

/**ドロワーメニュー**/
	
	.wrapper {
	  height: 100%;
	  overflow-x: hidden;
	  position: relative;
	}

	.overlay {
	  content: "";
	  display: block;
	  width: 0;
	  height: 0;
	  background-color: rgba(0, 0, 0, 0.5);
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 2;
	  opacity: 0;
	  transition: opacity .5s;
	}

	.overlay.open {
	  width: 100%;
	  height: 100%;
	  opacity: 1;
	}

	/*
	main {
	  height: 100%;
	  min-height: 100vh;
	  padding: 0 50px;
	  background-color: #eee;
	  transition: all .5s;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	}
	main h1 {
	  text-align: center;
	  font-weight: 500;
	}
	main p {
	  text-align: center;
	}
	*/
	.menu-trigger {
		display: inline-block;
		width: 60px;
		height: 77px;
		vertical-align: middle;
		cursor: pointer;
		position: fixed;
		top: 30px;
		left: 30px;
		z-index: 100;
		transform: translateX(0);
		transition: transform .5s;
		background-image: url("images/sp_menu_open.png");
		background-repeat: no-repeat;
		background-size: contain;
	}

	 .menu-trigger.active {
		transform: translateX(0);
		margin-left: 67%;
		background-image: url("images/sp_menu_close.png");
		width: 65px;
		height: 65px;
	}

	 .menu-trigger span {
	  display: inline-block;
	  box-sizing: border-box;
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  /*background-color: #fff;*/
	}

	.menu-trigger.active span {
	  /*background-color: #fff;*/
	}

	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}

	.menu-trigger.active span:nth-of-type(1) {
	  transform: translateY(12px) rotate(-45deg);
	}

	.menu-trigger span:nth-of-type(2) {
	  top: 12px;
	}

	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}

	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}

	.menu-trigger.active span:nth-of-type(3) {
	  transform: translateY(-12px) rotate(45deg);
	}
	
	nav {
		width: 75%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		transform: translate(-100%);
		transition: all .5s;
		/*overflow-y:scroll;*/
	}
	
	nav.open {
		transform: translateZ(0);
	}
	
	ul.open_menu {
		background-color:rgba(255 , 255 , 255 , 0.9);
		width:100%;
		height: 92%;
	}

	nav li a {
		color:#197fd1;
		font-size: 20px;
	}

	nav li {
		color: #fff;
		text-align: left;
		list-style-type: none;
		padding: 7% 2% 4% 10%;
		border-bottom: solid 1px #197fd1;
	}
	
	nav li.open_menu_bld {
		border-bottom: solid 1px #197fd1;
		text-align: left;
		list-style-type: none;
		padding: 15% 5% 10% 7%;
	}
	
/*
	nav li.open_menu_blu {
		border-top: solid 1px #009fb7;
		margin-top: 8%;
		text-align: left;
		list-style-type: none;
	}
	
	nav li img {
		width:100%;
	}
*/


	/**下層吸着**/
	.sp_btm {
		position : fixed;
		bottom : 0;
		z-index: 10;
	}

	.totop {
		right: 0;
		bottom: 7.3%;
		position: fixed;
		width: 12%;
	}


@media screen and (max-width: 782px) {

	body {
		max-width: 782px;
	}

	.site {
		overflow: hidden;
	}


	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
	
	h2.section_title {
		/*font-size: 30px;*/
		font-size: 5.8vw;
		letter-spacing: 0.1em;
		line-height: 1.3em;
	}
	
	h2.section_title2 {
		font-size: 30px;
		letter-spacing: 0;
		line-height: 1.3em;
	}
	
	
	h3.pattern_price {
		font-size: 40px;
	}
	
	span.pattern_unit {
		font-size: 25px;
	}
	
	span.pattern_tax {
		font-size: 18px;
	}
	
	h2.address {
		font-size: 12px;
	}
	
	h3.petit_title2 {
		text-align: center;
		margin-top: 1%;
	}
	
	h3.pattern_title {
		font-size: 25px;
	}
	
	section.contents_w {
		width: auto;
		margin: 5% 5% 10%;
	}
	
	section.contents_w2 {
		margin: 5% 5% 0;
		width: auto;
	}
	
	section.contents_b {
		padding: 6% 4%;
	}
	
	section.contents_b p {
		font-size: 11px;
		line-height: 1.3em;
	}
	
	section.contents_pb {
		padding: 5% 0 10%;
	}
	
	section.contents_g {
		padding: 2% 5% 10%;
	}
	
	section.contents_be {
		padding: 0 5%;
	}
	
	.section_content {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		max-width: 760px;
		width: 100%;
	}
	
	table.cost_list {
		width: 760px;
	}
	
	.section_content p.sub {
		font-size: 10px;
	}
	
	.section_content p {
		font-size: 16px;
	}
	
	.section_title_box2,
	.section_title_box3 {
		margin: 0 auto 4%;
		padding-bottom: 3%;
		font-size: 18.5px;
	}
	
	.section_title_box {
		margin: 15% 0 8%;
	}
	
	.section_title_box p {
		font-size: 12px;
	}
	
	.share {
		padding: 3%;
		margin: 6% 0% 2%;
		line-height: 1.5em;
		font-size: 14px;
	}
	
	.line {
		margin-top: 2%;
		margin-bottom: 5%;
	}
	
	.line img {
		width: 15%;
	}
	
	
	table.detail_3clm td.detail_3clm_l,
	table.detail_3clm td.detail_3clm_c {
		display: block;
		width: auto;
		padding: 0 0 8%;
	}
	
	table.detail_3clm td.detail_3clm_r {
		display: block;
		width: auto;
	}
	
	P.detail_com {
		font-size: 13px;
	}
	
	ul.freepoint_list,
	ul.freepoint_list2 {
		margin: 0 auto 3%;
	}
	
	.freepoint {
		font-size: 12.5px;
	}
	
	.freepoint2 {
		font-size: 12.5px;
		line-height: 1.5em;
		padding: 1.5% 5%;
		text-align: justify;
	}
	
	.lift_infobox {
		padding: 5% 0;
		margin-top: 5%;
	}
	
	td.lift_l,
	td.lift_r {
		display: block;
		width: 100%;
	}
	
	img.lift_icon {
		width: 17% !important;
	}
	
	td.lift_l img, 
	td.lift_r img {
		width: 100%;
	}
	
	td.lift_r p {
		margin: 3% 5% 5%;
	}
	
	td.cost_list_h,
	td.cost_list_c,
	td.cost_list_c4 {
		font-size: 16px;
	}
		
	.cost_pattern_content p {
		font-size: 10.5px;
	}
	
	table.cost_pattern_box td.cost_pattern_box_l {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
		padding-bottom: 7%;
	}
	
	table.cost_pattern_box td.cost_pattern_box_r {
		display: block;
		width: auto;
		padding-left: 0;
		padding-bottom: 7%;
		text-align: center;
	}
	
	table.cost_pattern td.cost_pattern_l {
		padding: 4% 4.5%;
	}
	
	table.cost_pattern td.cost_pattern_l p {
		font-size: 12px;
	}
	
	table.cost_pattern td.cost_pattern_r p {
		font-size: 10px;
		margin-bottom: 5%;
	}
	
	.cost_other_content {
		padding-top: 5%;
	}
	
	table.cost_other {
		margin: 3% 0 0;
	}
	
	td.cost_other_i {
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
		padding: 5% 0 0;
	}
	
	td.cost_other_i img {
		width: 15%;
	}
	
	td.cost_other_t {
		display: block;
		width: auto;
		height: auto;
		text-align: center;
		padding: 4% 0;
		margin: auto;
	}
	
	td.cost_other_c {
		display: block;
		width: auto;
		height: auto;
		border-bottom: solid 1px #5ea5df;
		border-right: none;
		padding: 0 4% 5%;
		line-height: 1.7em;
	}
	
	td.cost_other_p {
		display: block;
		width: auto;
		height: auto;
		padding-bottom: 8%;
	}
	
	td.flow_list_h {
		display: block;
		width: auto;
		padding: 3% 0;
		font-size: 17px;
		border-right: none;
	}
	
	td.flow_list_c01,
	td.flow_list_c02,
	td.flow_list_c03,
	td.flow_list_c04 {
		display: block;
		width: auto;
		background-position: bottom;
		font-size: 14px;
		text-align: justify;
		line-height: 1.7em;
		padding: 3%;
	}
	
	/*
	td.flow_list_c {
		display: block;
		width: auto;
		font-size: 14px;
		text-align: justify;
		line-height: 1.7em;
	}
	
	td.flow_list_c2 {
		display: block;
		width: auto;
		padding: 4% 0 0;
	    text-align: center;
	}
	*/
	
	td.flow_cont2clm_l2 {
		display: block;
		width: auto;
		font-size: 13.7px;
		text-align: justify;
		line-height: 1.7em;
		padding: 0 4%;
	}
	
	td.flow_cont2clm_l {
		display: block;
		width: auto;
		font-size: 13.7px;
		text-align: justify;
		line-height: 1.7em;
		padding: 0 4%;
	}
	
	td.flow_cont2clm_r,
	td.flow_cont2clm_r2 {
		display: block;
		width: auto;
	}
	
	img.right {
		margin-right: 0;
		margin-bottom: 0;
	}
	
	img.right2 {
		margin: 4% 0 0;
	}
	
	table.introduction_box {
		width: auto;
		margin-left: 0;
	}
	
	td.introduction_box_l {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	td.introduction_box_r {
		display: block;
		width: 100%;
		text-align: center;
		padding: 3% 0 0;
	}
	
	td.introduction_box_l img {
		width: 60%;
	}
	
	
	p.doc_com {
		font-size: 16px;
	}
	
	table.doc_name_box {
		width: 80%;
		margin: 8% auto;
		text-align: center;
	}
	
	td.job_title {
		width: 20%;
		font-size: 22px;
	}
	
	td.family_name, td.first_name {
		width: 40%;
		font-size: 35px;
	}
	
	td.family_name2, td.first_name2 {
		width: 40%;
		font-size: 10px;
		padding-top: 2.5%;
	}
	
	table.doc_history {
		width: auto;
		text-align: center;
		margin: 0 auto 10%;
	}
	
	td.history_title {
		font-size: 14px;
	}
	
	td.history_days {
		font-size: 15px;
		line-height: 1.3em;
	}
	
	td.history_content {
		padding-left: 4%;
		font-size: 15px;
		/*line-height: 1.3em;
		vertical-align: middle;*/
	}
	
	td.banner3clm_l, 
	td.banner3clm_c, 
	td.banner3clm_r {
		vertical-align: middle;
	}
	
	td.banner3clm_l img, 
	td.banner3clm_c img, 
	td.banner3clm_r img {
		width: 100%;
	}
	
	.footer_box {
		margin: 5%;
	}
	
	.footer_box img {
		width: 80%;
	}
	
	.cp {
		padding: 3%;
		margin-bottom: 15%;
	}
	
	.cp p {
		font-size: 7px;
	}
	
	
}



