@charset "UTF-8";
/*-----------------------------------------------------------
***  [ 税理士法人 カマチ 共通 main ]  ***
------------------------------------------------------------*/

/* = [COMMON] ===========================================*/
#wrapper {
  width: 100%;
  height: 100%;
}
/* 背景色指定 */
.bg_color_01 {
	background-color: #EEF5DF;
}
/* 緑ボックス・共通 */
.color_bnr_box a {
	display: block;
	text-align: center;
	color: #fff;
	background-color: #aacc03;
	border-radius: 6px;
}
/* 緑青_タイトル線 */
.color_bar_title {
	margin: 0;
	padding: 0 73px;
	position: relative;
	display: inline-block;
	font-size: 2.4rem;
	letter-spacing: 8px;
}
.color_bar_title::before,
.color_bar_title::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	width: 53px;
	height: 2px;
}
.color_bar_title::before {
	left: 0;
	background-color: #AACC03;
}
.color_bar_title::after {
	right: 0;
	background-color: #69A1D7;
}
@media screen and (max-width: 768px) {
.color_bar_title {
	font-size: 2rem;
	letter-spacing: 4px;
	line-height: normal;
	}
}
.font_bold {
	font-weight: bold;
}
/* = [HEADER] ===========================================*/
.main_header {
  position: relative;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  height: 86px;
}
.main_header_logo {
  margin-left: 40px;
  width: 246px;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.main_header {
		/*position: fixed;*/
		width: 100%;
		height: 55px;
	}
	.main_header_inner {
		position: relative;
		z-index: 200;
		display: -ms-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}
	.main_header_logo {
		margin-left: 20px;
		width: 187px;
	}
}

/* NAVIGATION */
.gnav_list {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.gnav_list li {
  margin-left: 3em;
}
.gnav_list li a {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2.5px;
}
.gnav_list li:not(:last-child) a:hover {
	text-decoration: none;
}
.gnav_list li:not(:last-child) a::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: -1px;
	width: 100%;
	height: 2px;
	background-color: #aacc03;
	transition: transform 0.2s 0.2s ease-out, bottom 0.2s ease-out;
	transform: scaleX(0);
}
.gnav_list li:not(:last-child) a:hover::after {
	bottom: -8px;
	transition: transform 0.2s ease-out, bottom 0.15s 0.3s ease-out;
	transform: scaleX(1);	
}
.gnav_list li:last-child {
  margin-left: 42px;
}
.gnav_list li:last-child a {
  display: block;
  width: 200px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  color: #fff;
  background-color: #aacc03;
}
.gnav_list li:last-child a::before {
  content: "";
  margin-right: 13px;
  display: inline-block;
  width: 24px;
  height: 19px;
  vertical-align: middle;
  background: url("../img/all/all_jcon_contact01.svg") no-repeat 0 0;
}

@media screen and (max-width: 768px) {
	/* NAVIGATION */
	.gnav {
		padding: 35px 0 60px;
		position: absolute;
		top: 55px;
		width: 100%;
		background-color: #aacc03;
		transition: transform 0.5s ease-out;
		transform-origin: top;
		transform: translateY(-100vh);
		z-index: 100;
	}

	/* #gnav_area スライドアニメーション */
	.open .gnav {
		transform: translateY(0);
		overflow-y: scroll;
	}

	.gnav_list {
		display: block;
	}
	.gnav_list li {
		margin-left: 0;
		text-align: center;
	}
	.gnav_list li a {
		display: block;
		line-height: 3.25;
		font-size: 1.7rem;
		color: #fff;
	}
	.gnav_list .gnav_pp a {
		font-size: 1.4rem;
	}
	.gnav_list li:last-child {
		margin: 30px 0 0;
	}
	.gnav_list li:last-child a {
		position: relative;
		display: inline-block;
		width: 280px;
		height: 60px;
		line-height: 60px;
		color: #3f3b39;
		background-color: #fff;
		border-radius: 6px;
	}
	.gnav_list li:last-child a::before {
		margin-right: 20px;
		width: 30px;
		height: 25px;
		background-image: url("../img/all/all_jcon_contact02.svg");
	}
	
	/* HAMBURGER ANIMATION */
	.nav_toggle {
		margin: auto;
		padding: 0;
		position: absolute;
		width: 25px;
		height: 20px;
		top: 0;
		right: 20px;
		bottom: 0;
		z-index: 100;
		background-color: transparent;
		border: 0;
		outline: none;
		cursor: pointer;
		-webkit-appearance: button;
	}
	.nav_toggle span {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background: #727172;
	}
	.nav_toggle span:nth-child(1) {
		top: 0;
		transition: top 0.2s 0.5s, transform 0.2s 0s;
	}
	.nav_toggle span:nth-child(2) {
		top: 9px;
		transition: top 0.2s 0.5s, transform 0.2s 0s;
	}
	.nav_toggle span:nth-child(3) {
		top: 18px;
		transition: top 0.2s 0.5s, transform 0.2s 0s;
	}

	/* #nav_toggle 切り替えアニメーション */
	.open .nav_toggle span:nth-child(1) {
		top: 10px;
		transform: rotate(45deg);
		transition-delay: 0s, 0.5s;
	}
	.open .nav_toggle span:nth-child(2) {
		background-color: transparent;
	}
	.open .nav_toggle span:nth-child(3) {
		top: 10px;
		transform: rotate(-45deg);
		transition-delay: 0s, 0.5s;
	}
}


/* = [FOOTER] ===========================================*/
.main_footer {
	margin-top: 65px;
  height: 543px;
}
.main_footer_inner {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 243px;
  background-color: #3f3b39;
}
.main_footer_info_area {
  margin: auto;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 1000px;
  height: 130px;
}
.main_footer_info_box > dt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.main_footer_info_box > dd {
  margin-top: 20px;
  display: table;
  letter-spacing: 1px;
}
.main_footer_info {
  display: table-cell;
  color: #fff;
}
.main_footer_info:first-child {
  padding-right: 70px;
}
.main_footer_info dt {
  font-size: 1.4rem;
}
.main_footer_info dt span {
  display: inline-block;
  width: 50px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #3f3b39;
  font-weight: bold;
  background-color: #fff;
  border-radius: 4px;
}
.main_footer_info dd {
  margin-top: 12px;
  line-height: 1.75;
	letter-spacing: 0.5px;
}
.main_footer_contact {
  padding-left: 43px;
  border-left: 1px solid #fff;
}
.main_footer_contact a {
  position: relative;
  display: block;
  width: 222px;
  height: 130px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 3px;
  background: #fff url("../img/all/all_jcon_contact02.svg") no-repeat 50% 32px/52px;
  border-radius: 6px;
}
.main_footer_contact span {
  position: relative;
  top: 82px;
}
.main_footer_logo {
  margin: 60px auto 0;
  width: 107px;
}
.main_footer_list {
  margin-top: 35px;
  text-align: center;
}
.main_footer_list li {
  display: inline-block;
  font-size: 1.5rem;
}
.main_footer_list li:not(:first-child) {
  margin-left: 2em;
}
.copyright p {
  margin: 5px 0 0;
  text-align: center;
}
.copyright small {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
	.main_footer {
		margin-top: 40px;
		height: 556px;
	}
	.main_footer_inner {
		display: block;
		height: 375px;
	}
	.main_footer_info_area {
		margin: auto;
		padding: 40px 48px 35px;
		display: block;
		width: auto;
		height: auto;
	}
	.main_footer_info_box > dt {
		font-size: 1.7rem;
	}
	.main_footer_info_box > dd {
		margin-top: 0;
		display: block;
	}
	.main_footer_info {
		display: block;
	}
	.main_footer_info:first-child {
		padding-right: 0;
	}
	.main_footer_info dt {
		margin-top: 18px;
		font-size: 1.3rem;
	}
	.main_footer_info dt span {
		font-size: 1.5rem;
	}	
	.main_footer_info dd {
		margin-top: 5px;
		line-height: 1.4;
		font-size: 1.5rem;
	}
	.main_footer_contact {
		margin-top: 25px;
		padding-left: 0;
		border-left: 0;
	}
	.main_footer_contact a {
		width: auto;
		height: 44px;
		line-height: 44px;
		font-size: 1.5rem;
		background: #fff url("../img/all/all_jcon_contact02.svg") no-repeat 60px 50%/30px;
	}
	.main_footer_contact span {
		top: 0;
		left: 22px;
	}
	.main_footer_logo {
		margin: 35px auto 0;
		width: 91px;
	}
	.main_footer_list {
		display: none;
	}
	.copyright p {
		margin: 15px 0 0;
	}
	.copyright small {
		font-size: 1rem;
	}
}

/* = [MAIN] ===========================================*/
.main_content {
  min-height: 600px;
}
.content_header_area {
	position: relative;
	height: 197px;
	overflow: hidden;
}
.content_header_area img {
	width: 100%;
	height: auto;
}
.content_header {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 59px;
}
.content_header span {
	display: block;
	line-height: 1.5;
	text-align: center;
}
.content_header_lead {
	margin: 0 auto;
	width: 790px;
}
.b_title {
	color: #3F3B39;
}
.w_title {
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
.content_header .jp {
	font-size: 2.7rem;
	font-weight: bold;
  letter-spacing: 7px;
}
.content_header .en {
	font-size: 1.3rem;
	font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
	.content_box {
		padding: 0 15px;
	}
	.content_header_area {
		height: auto;
	}
	.bg_color_01 {
		padding-top: 36%;
		height: 0;
	}
	.content_header {
		height: 49px;
	}
	.content_header .jp {
		font-size: 2.2rem;
		letter-spacing: 7px;
	}
	.content_header .en {
		font-size: 1.1rem;
		letter-spacing: 4px;
	}
	.content_header_lead {
		margin: 0 auto;
		width: auto;
		letter-spacing: inherit;
	}
}
/* = [TOP] ===========================================*/
.top .content_header {
	top: -100px;
	height: 140px;
}
.top .content_box {
	position: relative;
	margin: -111px auto 0;
	padding-top: 73px;
	width: 1000px;
	background-color: #fff;
	border-radius: 6px;
}
.top .content_box:nth-of-type(odd) {
	margin: 0 auto;
	padding: 0;
	}
.top .content_header_area {
	height: 536px;
}
.top .content_header .en {
	font-size: 6rem;
	font-weight: bold;
  letter-spacing: 4px;
	color: #aacc03;
	mix-blend-mode: multiply;
	text-shadow: none;
}
.top_message_area,
.top_profile_box {
	margin: 0 auto;
	width: 854px;
}
.top_main_title {
	margin: 0;
	text-align: center;
	font-size: 2.7rem;
	letter-spacing: 4px;
}
.top_sub_title {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 2px;
	vertical-align: top;
	color: #aacc03;
}
.top_message_box {
	padding-left: 268px;
	position: relative;
}
.top_message_text {
	margin: 0;
}
.top_message_area dl {
	margin-top: 35px;
}
.top_message_job {
	font-size: 1.3rem;
	letter-spacing: 1px;
}
.top_message_name_jp {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 4px;
}
.top_message_name_en {
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 1px;
}
.top_message_img_box {
	position: absolute;
	top: 0;
	left: 0;
}
.top_profile_box {
	margin-top: 45px;
	padding: 40px 40px 45px 40px;
	border: 1px solid #aacc03;
	border-radius: 6px;
}
.top_profile_title {
	margin: 0;
	font-size: 1.8rem;
	letter-spacing: 2px;
	color: #aacc03;
}
.top_profile_text {
	margin: 0;
	display: block;
	font-size: 1.3rem;
}
.top_profile_text span {
	display: inline-block;
}
.top_service_box {
	width: 1000px;
	height: 509px;
	background: url( "../img/top/top_img02_pc.jpg") no-repeat 0 0/1000px;	
	border-radius: 6px;
}
.top_service_list {
	display: flex;
	justify-content: center;
	list-style: none;
}
.top_service_list li {
	margin: 75px 26px 0 0;
	padding: 32px 0 0;
	width: 268px;
	height: 273px;
	text-align: center;
	background-color: #fff;
	border-radius: 6px;
}
.top_service_list li:last-child {
	margin-right: 0;
}
.top_service_area {
	margin: 0 auto;
	width: 1000px;
}
.top_service_img {
	margin: 27px 0 0;
}
.top_service_bnr a {
	margin: 55px auto 0;
	padding: 17px 0;
	width: 404px;
	height: 56px;
	line-height: 1.5;
	font-size: 1.4rem;
	letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
	.top .content_header {
		top: 0;
	}
	.top .content_box {
		margin: -53px 15px 0;
		padding: 20px 0 0;
		width: auto;
	}
	.top .content_box:nth-of-type(odd) {
		margin: 0 15px 0;
		padding: 0;
	}
	.top .content_header_area {
		height: auto;
	}
	.top .content_header .en {
		font-size: 2.1rem;
		letter-spacing: 1px;
		line-height: 1.3;
	}
	.top .content_header .jp {
		font-size: 1.7rem;
		letter-spacing: 3px;
	}
	.top_message_area,
	.top_profile_box {
		width: auto;
	}
	.top_message_area {
		position: relative;
	}
	.top_main_title {
		font-size: 2.2rem;
	}
	.top_message_box {
		padding-left: 0;
	}
	.top_sub_title {
		font-size: 1.1rem;
	}
	.top_message_text {
		margin: 0;
		width: auto;
	}
	.top_message_profile_area {
		margin-top: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.top_message_area dl {
		margin: 0 0 0 23px;
	}
	.top_message_profile {
		line-height: 1.5;
	}
	.top_message_name_jp {
		margin-top: 16px;
		line-height: 1;
	}
	.top_message_img_box {
		position: relative;
		order: -1;
		width: 132px;
	}
	.top_message_img_box img {
		max-width: 100%;
	}
	.top_profile_box {
		margin-top: 20px;
		padding: 30px 27px 36px 27px;
	}
	.top_profile_title {
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
	.top_profile_text {
		margin: 0;
		display: block;
		font-size: 1.3rem;
	}
	.top_profile_text span {
		display: inline-block;
	}
	.top_service_box {
		margin-top: 5px;
		padding-top: 41%;
		width: auto;
		height: auto;
		background: url( "../img/top/top_img02_sp.jpg") no-repeat 0 0/100%;	
		border-radius: 0px;
	}
	.top_service_list {
		margin: 0 28px;
		display: inherit;
		background-color: #fff;
		border-radius: 6px;
	}
	.top_service_list li {
		margin: 0;
		padding: 30px 0 0;
		width: auto;
		height: auto;
		background-color: transparent;
	}
	.top_service_list li:last-child {
		margin-right: 0;
	}
	.top_service_area {
		width: auto;
	}
	.top_service_img {
		margin: 27px 0 0;
	}
	.top_service_bnr a {
		margin: 40px 47px 0;
		padding: 11px 0;
		width: auto;
		height: 44px;
	}
	.top .service_sub_title {
		margin-top: 8px;
	}
}
/* = [SERVICE] ===========================================*/
.service_content_box {
	position: relative;
}
.service_text_box {
	margin-top: 45px;
	display: flex;
	align-items: center;
	position: relative;
	width: 667px;
	height: 348px;
	border: 1px solid;
	border-radius: 6px;
}
.service_text_box p {
	margin: 28px 0 0;
}
.service_img_box {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 302px;
}
.service_img_box_l { left: -333px; }
.service_img_box_r { right: -333px; }

.service_title_L {
	margin: 0 0 0 25px;
	position: relative;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 4px;
}
.service_sub_title {
	margin-bottom: 10px;
	display: block;
	font-size: 1.3rem;
	letter-spacing: 2px;
	color: #3F3B39;
}
.service_inner {
	position: relative;
}
.service_inner_l {
	margin: 0 50px 0 166px;
}
.service_inner_r {
	margin: 0 166px 0 50px;
}
/* トップページ用タイトル */
.service_title_S {
	margin: 0;
	font-size: 2rem;
	line-height: 1.45;
	letter-spacing: 3px;
}
.service_color_01 { color: #8FB721; }
.service_color_02 { color: #69A1D7; }
.service_color_03 { color: #79629B; }

.service_box_01 { 
	margin-left: 333px;
	border-color: #8FB721;
}
.service_box_02 { 
	border-color: #69A1D7;
}
.service_box_03 { 
	margin-left: 333px;
	border-color: #79629B;
}
@media screen and (max-width: 768px) {	
	.service_text_box {
		margin: 20px 0 0 0;
		padding: 28px 26px 25px 26px;
		display: block;
		width: auto;
		height: auto;
	}
	.service_img_box {
		position: inherit;
		height: auto;
		text-align: center;
	}
	.service_img_box img {
		margin-top: 28px;
		width: 100%;
	}
	.service_img_box_l { left: 0px; }
	.service_img_box_r { right: 0px; }

	.service_title_L {
		margin: 0;
		text-align: center;
	}
	.service_sub_title {
		margin-bottom: 17px;
		text-align: center;
	}
	.service_title_icon {
		display: block;
		margin: 26px auto 29px;
	}
	.service_inner_l,
	.service_inner_r { margin: 0; }
	
	.service_box_01,
	.service_box_03 { margin-left: 0; }
}
/* = [FLOW] ===========================================*/
.flow_step_list {
	margin: 65px auto 0;
	padding: 47px 65px 40px 80px;
  position: relative;
  width: 751px;
  list-style: none;
  border: 1px solid #C3C3C4;
  border-radius: 6px;
}
.flow_step_list:first-child {
	margin-top: 0;
}
.flow_step_list::after {
  content: "";
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -48px;
  left: 0;
  width: 48px;
  height: 25px;
  border: 25px solid transparent;
  border-top-color: #C3C3C4;
  border-bottom-width: 0;
}
.flow_step_list:last-child::after {
	content: none;
}
.flow_step_icon {
	width: 74px;
	text-align: center;
}
.flow_step_box {
	width: 530px;
}
.flow_step_title {
	margin: 0;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 4px;
}
.flow_step_inner {
	margin-left: 80px;
}
.flow_step_text {
	margin: 15px 0 0;
}
.flow_contact_box {
	margin-top: 25px;
	width: 390px;
	height: 64px;
	position: relative;
	line-height: 64px;
}
.flow_contact_box a {
	padding-left: 52px;
	font-size: 1.8rem;
	letter-spacing: 3px;
}
.flow_contact_box a::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 109px;
	width: 32px;
	height: 25px;
	background: url("../img/all/all_jcon_contact01.svg") no-repeat;
}
@media screen and (max-width: 768px) {	
	.flow_step_list {
		padding: 28px 26px 25px 26px;
		width: auto;
	}
	.flow_step_icon,
	.flow_step_box {
		width: auto;
	}
	.flow_step_title {
		margin-top: 20px;
		text-align: center;
	}
	.flow_step_inner {
		margin-left: 0;
	}
	.flow_contact_box {
		width: auto;
	}
	.flow_contact_box a {
		padding-left: 0;
	}
	.flow_contact_box a::before {
		margin-right: 15px;
		display: inline-block;
		position: inherit;
		vertical-align: middle;
	}
}
/* = [OFFICE] ===========================================*/
.philosophy_box {
	position: relative;
	margin: 23px auto 0;
	padding: 83px 76px 76px;
	width: 752px;
	height: 499px;
	background-color: #F1F7E4;
	border-radius: 6px;
}
.philosophy_box:after {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	bottom: 12px;
	left: 12px;
	border-radius: 6px;
	border: 1px solid #AACC03;
}
.philosophy_title {
	margin: 0;
	display: block;
	text-align: center;
	font-size: 3.3rem;
	letter-spacing: 13px;
	font-weight: bold;
	color: #8FB721;
}
.philosophy_title span {
	font-size: 1.3rem;
	letter-spacing: 2px;
	font-weight: normal;
	vertical-align: top;
}
.philosophy_text {
	margin: 0 auto;
	width: 564px;
	height: 246px;
	text-align: left;
}
.symbol_box {
	margin-top: 60px;
}
.symbol_text {
	margin-top: 56px;
}
.office_wrapper {
	margin: 85px auto;
	padding-top: 78px;
	padding-bottom: 86px;
	background-color: #F5F7F9;
	width: auto;
}
.office_area_about,
.office_area_history {
	margin: auto;
	padding: 76px 72px 64px;
	width: 746px;
	background-color: #fff;
	border-radius: 6px;
}
.office_area_history {
	margin-top: 34px;
}
.office_area_list {
	margin-top: 50px;
}
.office_area_list > dl:last-child {
	border-bottom: 1px solid #D7D7D7;
}
.office_area_list > dl > dt {
	margin-left: 17px;
	padding: 15px 0;
	width: 9em;
	text-align: left;
	font-size: 1.5rem;
	font-weight: bold;
	float: left;
	clear: both;
}
.office_area_list > dl > dd {
	padding: 15px 0 15px 168px;
	text-align: left;
	font-size: 1.5rem;
	border-top: 1px solid #D7D7D7;
}
.access_area .content_flex {
	margin: 0 auto;
	justify-content: space-between;
	width: 1000px;
}
.map_img_box {
	margin-top: 57px;
	display: block;
	width: 488px;
	height: 263px;
	line-height: 263px;
	background: #F5F7F9;
}
.map_title {
	text-align: left;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.map_title span {
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 1px;
}
.map_text {
	text-align: left;
}
.map_text ul {
	margin-top: 22px;
	list-style: none;
	padding-left: 1.15em;
	text-indent: -1.15em;
}
.map_text ul li::before {
	content: "●";
	padding-right: 0.5em;
}
.map_detail_box a {
	margin-top: 24px;
	width: 200px;
	height: 56px;
	line-height: 56px;
	font-size: 1.4rem;
	letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
	.philosophy_box {
		padding: 40px 30px;
		width: auto;
		height: auto;
	}
	.philosophy_title {
		font-size: 2.8rem;
		letter-spacing: 7px;
		line-height: 1.5;
	}
	.philosophy_title span {
	font-size: 1.2rem;
	}
	.philosophy_text {
		width: auto;
		height: auto;
	}
	.symbol_box {
		margin-top: 30px;
	}
	.symbol_text {
		margin-top: 28px;
		margin-bottom: 0;
		text-align: left;
	}
	.office_wrapper {
		margin: 43px auto;
		padding: 40px 10px;
		width: auto;
	}
	.office_area_about,
	.office_area_history {
		padding: 35px 15px;
		width: auto;
	}
	.office_area_list {
		margin-top: 25px;
	}
.office_area_list > dl:last-child {
	border-bottom: none;
}
.office_area_list > dl > dt {
	margin: 10px 0 0;
	padding: 0;
	width: 9em;
	text-align: left;
	font-size: 1.5rem;
	font-weight: bold;
	float: none;
	clear: both;
}
.office_area_list > dl > dd {
	padding: 0 0 10px;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.75;
	border-top: none;
	border-bottom: 1px solid #D7D7D7;
}
	.access_area .content_flex {
		width: auto;
	}
	.map_img_box {
		margin-top: 28px;
		width: auto;
	}
	.map_detail_box a {
	margin-top: 12px;
}
}
/* = [ETC / PRIVACY] ===========================================*/
.privacy p {
	line-height: 2;
}
.privacy_policy_title, 
.privacy_policy_list {
	font-weight: bold;
}
.privacy_policy_list li {
	margin-top: 35px;
	list-style: inside decimal;
}
.privacy_policy_list p {
	margin: 10px 0 0;
	font-weight: normal;
}

/* = [CONTACT] ===========================================*/
.contact_main_text {
	margin: 20px 0 0;
	font-size: 1.4rem;
	text-align: center;
	line-height: 2;
	letter-spacing: 1px;
}
.contact .content_box,
.confirm .content_box,
.completion .content_box {
	margin: 0 auto;
	width: 900px;
}
#form_area {
	margin: 30px auto 0;
	padding: 0;
}
#form_area fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#form_box dt {
	margin-right: 20px;
	line-height: 70px;
	width: 10em;
	float: left;
	clear: both;
	font-size: 1.5rem;
}
#form_box .contact_line02 {
	margin-top: 16px;
	line-height: normal;
}
#form_box dd {
	margin: 0 0 28px;
	width: 900px;
	font-size: 1.5rem;
}
#form_box dd:last-child {
	margin: 0;
}
#form_area .hiss {
	margin-left: 10px;
	position: relative;
	font-size: 1.4rem;
	color: #9C0017;
}
#form_area .contact_select_box {
	position: relative;
}	
#form_area select {
	padding-left: 14px;
	width: 730px;
	height: 70px;
	line-height: 70px;
	border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
	background-color: #F7F7F7;
	letter-spacing: 1px;
}	
#form_area .contact_select_box::after {
	content: "";
	position: absolute;
	top: 4px;
	right: 14px;
	display: block;
	width: 11px;
	height: 11px;
	border-right: 2px solid #AFAFAF;
	border-bottom: 2px solid #AFAFAF;
	transform: rotate(45deg);
	pointer-events: none;
}
/* IE select appearace */
select::-ms-expand {
  display: none;
}
#form_area input[type="text"],
#form_area input[type="tel"] {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 2%;
	width: 355px;
	height: 70px;
	line-height: 70px;
	border: none;
	background-color: #F7F7F7;
}
#form_area #office,
#form_area #address,
#form_area input[type="email"] {
	padding-left: 2%;
	width: 730px;
	height: 70px;
	line-height: 70px;
	border: none;
	background-color: #F7F7F7;
}
#form_area #name,
#form_area #kana {
	margin-right: 14px;
}
#form_area #zip_area .zip_input,
#form_area #age {
	padding-left: 2%;
	width: 20%;
}
#form_area textarea {
	padding: 1% 0 0 2%;
	width: 730px;
	height: 218px;
	line-height: 175%;
	border: none;
	resize: vertical;
	background-color: #F7F7F7;
}
#address {
	margin: 10px 0 0;
	display: block;
}
#form_area .ERR {
	font-weight: bold;
	color: #C30;
}
#form_area #submit_area .ERR {
	text-align: center;
	font-size: 1.5rem;
}
/*contact_form_privacy*/
#privacy_area {
	margin: 35px 0;
	position: relative;
}
#privacy_area label,
.confirm #privacy_area #privacy_box {
	margin: 0 auto;
	padding-left: 30px;
	position: relative;
	display: block;
	width: 424px;
	height: 74px;
	line-height: 74px;
	font-size: 1.5rem;
	text-align: center;
	background: #fff;
	border: 1px solid #C3C3C4;
    border-radius: 6px;
	cursor: pointer;
	transition: .15s ease-in-out;
}
#privacy_area input[type=checkbox] { display: none; }
#privacy_area label:before {
	content: "";
	margin-top: -10px;
	position: absolute;
	top: 50%;
	left: 35px;
	width: 19px;
	height: 19px;
	background: #fdfdfd;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#privacy_area input[type=checkbox]:checked + label:after {
	content: "";
	position: absolute;
	top: 41%;
	left: 42px;
	display: block;
	width: 5px;
	height: 9px;
	opacity: 0;
	border-right: 2px solid #E7AF00;
	border-bottom: 2px solid #E7AF00;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#privacy_area input[type=checkbox]:checked + label:after {
	opacity: 1;
}
#privacy_area input[type=checkbox]:checked + label,
#privacy_area input[type=checkbox]:checked + label:before {
	background: #eaeaea;
}
.privacy_text_line a {
	text-decoration-line: none;
	border-bottom: 1px solid #959597;
}
/*contact_form_submit*/
.confirm #form_area {
	margin: 20px auto 40px;
}
.confirm #form_box dt {
	line-height: 175%;
}
.confirm #form_box dd {
	padding-left: 170px;
}
.confirm #privacy_area #privacy_box {
	padding: 15px 0;
	width: 504px;
	height: auto;
	line-height: 175%;
	cursor: default;
}
.confirm #privacy_area label:before,
.confirm #privacy_area input[type=checkbox]:checked + label:after {
	display: none;
}
.confirm #privacy_area input[type=checkbox]:checked + label {
	background: #fff;
}
.confirm #submit_area,
.confirm #submit_area p {
	text-align: center;
}
#submit_area #submit,
#submit_btn {
	margin: 0 auto 0;
	display: block;
	width: 220px;
	height: 50px;
	line-height: 50px;
	letter-spacing: 2px;
	color: #ffffff;
	border: none;
	font-size: 1.7rem;
	background: #AACC03;
	border-radius: 8px;
}
.confirm #submit_area #submit,
.confirm #submit_area #back {
	display: inline-block;
}
#submit_area #back {
	margin: 0 0 0 0;
	width: 220px;
	height: 50px;
	line-height: 50px;
	letter-spacing: 2px;
	color: #ffffff;
	border: none;
	font-size: 1.7rem;
	background: #aaa;
	border-radius: 6px;
}
.confirm #submit_area #submit {
	margin: 0 30px 0 0;
}
/*radioparts_ラジオボタンの装飾*/
.radiolist {
	display: flex;
}
.radiolist li {
	margin-right: 2em;
}
.radioparts label {
	margin-left: 0.75em;
	padding: 5px;
	display: inline-block;
	transition: .3s;
	cursor: pointer;
}
.radiolist li:hover label,
.radioparts input[type=radio]:checked + label {
	transition: .3s;
}
.radioparts input[type="radio"] {
	display: none;
}
.radioparts .textlabel {
	padding-left: 15px;
	position: relative;
}
.radioparts .textlabel:before {
	content: "";
	margin: -10px 0 0;
	position: absolute;
	bottom: -2px;
	left: -14px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
}
.radioparts input[type=radio]:checked + label .textlabel:after {
	content: "";
	margin: -4px 0 0;
	position: absolute;
	bottom: 4px;
	left: -8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #004EA2;
}

/*check_parts_チェックボックスの装飾*/
.check_parts li {
	margin-right: 2em;
}
.check_parts input[type="checkbox"] {
	margin-right: 5px;
	border: 0;
}

@media screen and (max-width: 768px) {
	/*inquiry*/
	.contact_main_text {
		margin: 10px 0 0;
		text-align: left;
	}
	.contact .content_box {
		width: auto;
	}
	.contact_box {
		width: auto;
	}
	#form_area {
		margin: 0 auto 15px;
		padding: 0;
	}
	#form_area fieldset {
		margin: 0 0 !important;
		padding: 0;
		border: none;
	}
	#form_area input {
		padding: 0;
	}
	#form_title {
		margin: 0 0 10px;
		font-size: 1.6rem;
	}
	#form_box {
		margin: 0;
	}
	#form_box dt {
		margin: 14px 0 0;
		line-height: 35px;
		font-size: 1.5rem;
		float: none;
	}
	#form_box dd {
		margin: 0 0 14px;
		width: 100%;
		font-size: 1.4rem;
	}
	#form_box dd:last-child {
		margin: 0 0 0;
	}
	#form_area #submit_area .ERR {
		text-align: left;
	}
	#form_area #name,
	#form_area #kana {
	margin-bottom: 10px;
	margin-right: 0;
	}
	#form_area input[type="text"],
	#form_area input[type="tel"],
	#form_area input[type="email"],
	#form_area #office,
	#form_area #address,
	#form_area select {
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	#form_area textarea {
		width: 100%;
}
#form_area .contact_select_box::after {
	content: "";
	position: absolute;
	top: 4px;
	right: 14px;
	display: block;
	width: 11px;
	height: 11px;
	border-right: 2px solid #AFAFAF;
	border-bottom: 2px solid #AFAFAF;
	transform: rotate(45deg);
	pointer-events: none;
}
	/*contact_form_privacy*/
	#privacy_area {
		margin: 30px 0;
	}
	#privacy_area label {
		margin: 0 auto;
		padding: 45px 0 20px;
		width: auto;
		height: auto;
		line-height: 175%;
		font-size: 1.5rem;
		border-radius: 6px;
	}
	.confirm #privacy_area #privacy_box {
		margin: 0 auto;
		padding: 20px 0 20px;
		width: auto;
		height: auto;
		font-size: 1.4rem;
	}
	#privacy_area label:before {
		content: "";
		margin: 0 auto;
		position: absolute;
		top: 17px;
		left: 0;
		right: 0;
		border-radius: 3px;
	}
	#privacy_area input[type=checkbox]:checked + label:after {
		content: "";
		margin: 0 auto;
		position: absolute;
		top: 21px;
		left: 0;
		right: 0;
		display: block;
		opacity: 1;
	}
	/*contact_form_submit*/
	.confirm #form_box dd {
	padding-left: 0;
}
	.confirm #submit_area,
	.confirm #submit_area p {
		text-align: center;
	}
	#submit_area #submit,
	#submit_btn,
	.confirm #submit_area #back {
		margin: 10px auto 0;
		display: block;
		width: 80%;
		height: 44px;
		line-height: 44px;
		font-size: 1.5rem;
	}
	.confirm #submit_area #submit {
		margin: 0 0 0 0;
	}
}
