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

body {
	width: 100%;
}

.main {
	top: 0;
	margin: 0 auto;
	padding: 10px;
	background: url("../../img_cl-01/top_bg.jpg") repeat-x;
}

.contents {
	width: 1170px;
	margin: 0 auto;
    border: 0;
    vertical-align: baseline;
	text-align: center;
}

.grid2 {
	text-align: right;
}


img.top {
	margin: 8% auto;
	width: 70%;
}

.top_text-box {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}

.top-lead_txt {
	font-weight: 100;
    font-size: 2.5em;
    line-height: 1.3;
    letter-spacing: 0.1em;
	margin-top: 40px;
}

h2.top-tokucyo_tit {
	font-weight: 100;
	font-size: 1.5em;
	margin: 30px auto;
	color: #6A3906;
}

.layout {
	display: flex;
	align-items: center;
	justify-content: center;
}

.layout:before,
.layout:after {
	border-top: 2px solid #6A3906;
	content: "";
	width: 40px;
}

.layout:before {
	margin-right: 10px;
}

.layout:after {
	margin-left: 10px;
}

h3.top-tokucyo_tit {
	font-weight: 100;
	font-size: 1em;
	line-height: 1.5em;
	color: #231815;
}

img.menu {
	margin: 5% auto;
	width: 50%;
}

#nav_cl {
	margin: 5% auto;
	padding: 0;
	width: 80%;
	z-index: 500;
}

#nav_cl ul {
	display: flex;
	justify-content:space-around;
	align-items: center;
	line-height: 2em;
	width: 100%;
}

#nav_cl ul li {
	border-left: 2px solid #595757;
	border-right: 2px solid #595757;
	width: 70%;
}

#nav_cl ul li+ li{
	border-left: 0;
	border-right: 2px solid #595757;
	
}

#nav_cl ul li a {
	text-decoration: none;
	color: #595757;
	font-size: 1em;
}

#nav_cl ul li a:hover {
	color: #191884;
}

.inf_box {
	display: block;
	background-color: #BABFC0;
	margin-top: 5%;
}

#inf_tit {
	padding: 30px;
	font-size: 2em;
	font-weight: 100;
	color: #fff;
}

.gaiyou_tit {
	border-bottom: 2px solid #231815;
	width: 100%;
	margin: 5% auto;
	text-align: left;
}

.gaiyou_tit p {
	font-size: 2em;
	color :#231815;
	font-weight: 100;
	padding: 8px;
}

.gaiyou_img {
	width: 100%;
	margin: 30px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.gaiyou_img img {
	width: 40%;
}

.gaiyou_img div {
	width: 40%;
	background: url("../../img_cl-01/2.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.gaiyou_img p {
	font-size: 2em;
	font-weight:bold;
	color: #231815;
	line-height: 3;
	letter-spacing: 0.1em;
}

.gaiyou_img div p a {
	color: #036EB8;
	text-decoration: none;
	border-bottom: 2px solid#036EB8;
	padding-bottom: 2px;
}

.gaiyou_img div p a:hover {
	color: #036EB8;
	text-decoration: none;
	border-bottom: 2px solid#036EB8;
	padding-bottom: 2px;
}

.like_box {
	width: 100%;
	margin: 10% auto;
	display: flex;
	justify-content: space-around;
}

.like_box img {
	width: 40%;
}

.like_text {
	text-align: left;
	width: 40%;
}

.like_text span {
	color: #231815;
	display: block;
	overflow-wrap: normal;
	margin: 5% auto;
}

.like_text a img {
	width: 60%;
}

.like_head {
	font-size: 2em;
	font-weight: bold;
	color: #572619;
	line-height: 4;
}

.longtime_box {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.longtime_box img {
	width: 40%;
}

.pop_up-box {
	width: 40%;
}

p.longtime_head {
	font-size: 2em;
	font-weight: bold;
	color: #572619;
	line-height: 3;
	text-align: left;
}

.pop_up01 {
	text-align: left;
	position: relative;
}

p.pop_up-text01 {
	display: inline-block;
	color: #231815;
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 5%;
	line-height: 3;
}

p.pop_up-text01 span {
	border-bottom: dashed 2px #3E3A39;
	padding-bottom: 6%;
	padding-right: 50px;
}

.pop_up02 {
	position: relative;
	text-align: left;
	margin-top: 5%;
}

p.pop_up-text02 {
	display: inline-block;
	color: #231815;
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 5%;
	line-height: 3;
}

p.pop_up-text02 span {
	border-bottom: dashed 2px #3E3A39;
	padding-bottom: 6%;
	padding-right: 50px;
}

.btn_toriatsu{
    width:80%;

	margin: 15px auto;
}
.btn_toriatsu a {
    display: block;
    width: 90%;
    height:100%;
    text-decoration: none;
    background: #CACACA;
    text-align: center;
	color: #373634;
	border: 3px double #F2F2F2;
    font-size: 0.8em;
    font-weight: 100;
	padding: 10px 15px;
}

.btn_toriatsu a:hover{
    background:#DADADA;
    color:#373634;
    margin-left:0px;
    margin-top:0px;
    border:2px solid #CACACA;
    box-shadow:none;
}



/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: #DFCCD5;
  opacity: 0.5;
}

.modalWrapper {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 100%;
  max-width: 2000px;
  padding: 0;
  background-color: none;
}

.closeModal {
  position: absolute;
  font-size: 3em;
  top: -10%;
  right: 25%;
  cursor: pointer;
}

/* モーダルCSS2 */
.modalArea2 {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg2 {
  width: 100%;
  height: 100%;
  background-color: #DFCCD5;
  opacity: 0.5;
}


.closeModal2 {
  position: absolute;
  font-size: 3em;
  top: -10%;
  right: 25%;
  cursor: pointer;
}


/* 以下ボタンスタイル */
button#openModal {
  cursor: pointer;
  padding: 3px 2px;
  background: #fff;
  border: 1px solid #4b4b4b;
}

#openModal {
	position: absolute;
	top: 6%;
	right: 5%
}

#openModal img {
	width: 70%;
}

button#openModal2 {
  cursor: pointer;
  padding: 3px 2px;
  background: #fff;
  border: 1px solid #4b4b4b;
}

#openModal2 {
	position: absolute;
	top: 15%;
	right: 20%;
}

#openModal2 img {
	width: 70%;
}

/* モーダルCSSここまで */



.simulation_box {
	width: 100%;
	margin: 10% auto;
	display: flex;
	justify-content: space-around;
}

.simulation_box img {
	width: 40%;
}

.simulation_text {
	text-align: left;
	width: 40%;
}

.simulation_text span {
	color: #231815;
	display: block;
	overflow-wrap: normal;
	margin: 5% auto;
}

.simulation_text a img {
	width: 60%;
} 

.simulation_head {
	font-size: 2em;
	font-weight: bold;
	color: #572619;
	line-height: 4;
}

div#design_tit {
	font-size: 1.5em;
	font-weight: 100;
	color: #595757;
	width: 80%;
	text-align: left;
	margin: auto;
}

div#design_tit img {
	width: 15%;
	vertical-align: middle;
}

div#design_tit p {
	display: inline-block;
}

.layout_d {
	display: flex;
	align-items: center;
}

.layout_d:before,
.layout_d:after {
	border-top: 2px solid #595757;
	content: "";
	width: 40px;
}

.layout_d:before {
	margin-right: 10px;
	margin-left: 10px;
}

.layout_d:after {
	margin-left: 10px;
}

.design_txt {
	color: #231815;
	font-size: 1.5em;
	display: inline-block;
	width: 80%;
	text-align: left;
	margin: 20px auto;
}

/* タブcssここから */

* {
  	box-sizing: border-box;
}

.container {
  	width: 1000px;
  	margin: 0 auto;
  	padding: 30px;
}

.tab-list {
  	display: flex;
 	margin-bottom: 10px;
	justify-content: space-around;
}

 .tab-list li {
	width: 80%;
    padding: 10px;
    transition: 0.2s ease;
	margin: 10px;
	cursor: pointer; 
}

.tab-list li:hover {
	cursor: pointer;
}

.tab-list li img {
	width: 60%;
}

.name {
	display: flex;
	margin-bottom: 5%;
	justify-content: space-around;
}

.name li {
	width: 80%;
	margin: auto;
}


.name li p {
	font-size: 1.5em;
	color: #A48B78;
}
.tab-list li:first-child {
    }

.tab-list li:hover {
     background: #F7F8F8;
    }

.tab-list li.active {
      background: #F7F8F8;
    }

.tab-container {
  border: 1px solid #333;
  padding: 20px;
  line-height: 2;
  height: 100%;
}

.tab-content {
    display: none;
}

.tab-content.active {
      display: block;
}

/* PWのCSS */

h5.tab_tit {
	width: 80%;
	text-align: left;
	font-size: 2em;
	line-height: 1.5em;
	color: #A48B78;
}

h5.tab_tit span {
	font-size: 0.7em;
	font-weight: 100;
	color: #727171;
	margin-left: 10px;
	display: inline-block;
}

.content_top-img {
	width: 70%;
	margin: 5% auto;
}

.text-box {
	width: 80%;
	margin: auto;
	text-align: left;
}

h6.tab_tit02 {
	font-size: 1.5em;
	text-align: left;
	color: #595757;
	line-height: 3;
}

.text-box p {
	font-size: 1.3em;
	line-height: 1.5;
}

.img-box01 {
	width: 80%;
	display: flex;
	margin: 5% auto;
	justify-content: space-around;
	text-align: left;
}

.img-box01 img {
	width: 30%;
}

.img-box01 p {
	width: 50%;
	font-size: 1.3em;
	margin: auto;
	color: #231815;
}

.img-box01 p span {
	font-weight: bold;
	line-height: 3;
}

.img-box02 {
	width: 80%;
	display: flex;
	margin: 5% auto;
	justify-content: space-around;
	text-align: left;
}

.img-box02 img {
	width: 30%;
}

.img-box02 p {
	width: 50%;
	font-size: 1.3em;
	margin: auto;
	color: #231815;
}

.img-box02 p span {
	font-weight: bold;
	line-height: 3;
}

.img-box04 {
	width: 80%;
	display: flex;
	margin: 5% auto;
	justify-content: space-around;
}

.img-box04 img {
	width: 30%;
	margin: auto 0px;
}

.img-box04 p span {
	font-weight: bold;
	line-height: 3;
}

.img-box04_02 {
	width: 50%;
	text-align: left;
	font-size: 1.3em;
	margin: auto;
	color: #231815;
}

.img-box04_02 img {
	width: 80%;
	margin-top: 20px;
}

h6.detail {
	width: 80%;
	margin: auto;
	display: block;
}

.detail-tit {
	width: 30%;
	background-color: #A48B78;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}

.detail-tit span {
	font-size: 0.7em;
	font-weight: 200;
	margin-left: 15%;
	letter-spacing: 0.3em;
	display: inline-block;
}

.choice {
	margin-top: 5%;
	margin-bottom: 5%;
	text-align: left;
	line-height: 1.5;
	font-weight: 200;
	color: #231815;
	font-size: 1.3em;
}

.img-box03 {
	width: 80%;
	display: flex;
	justify-content: space-around;
	margin: auto;
	text-align: left;
}

.img-box03 div {
	width: 40%;
}

.img-box03 div img{
	width: 90%;
	margin-bottom: 5%;
}

.img-box03_cl img {
	width: 70%;
}


.bar {
	line-height: 4;
	border-left: thick solid #A48B78;
  	padding-left: 8px;
	font-weight: bold;
}

h6.attachment {
	width: 80%;
	margin: 5% auto;
	display: flex;
	justify-content: space-around;
}

.attachment-tit {
	width: 45%;
	background-color: #A48B78;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}

.attachment-tit span {
	font-size: 0.7em;
	font-weight: 200;
	margin-left: 15%;
	letter-spacing: 0.3em;
	display: inline-block;
}

.attachment_box01 {
	background-color: #F7F8F8;
	width: 40%;
	text-align: left;
	padding: 5%;
}

.attachment_box02 {
	width: 40%;
}

.attachment_box01 dd {
	font-weight: 100;
	line-height: 1.5;
}

.pop_up03 {
	margin: 10% auto;
	position: relative;
}

.pop_up03 img {
	width: 100%;
	margin: 5% auto;
}

.pop_up03 a p {
  position: absolute;
  top: 80%;
  right: 5%;
  font-size: 1.5em;
  cursor: pointer;
  background: #fff;
  border: 0.5px solid #4b4b4b;
  color: #4b4b4b;
  width: 12%;
  margin: 0 auto;
}

.btn-youtube p,
a.btn-youtube p {
  color: #fff;
  background-color: #C6C6C6;
  font-size: 1em;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.btn-youtube p span,
a.btn-youtube p span {
  display: inline-block;
}

.btn-youtube p:hover,
a.btn-youtube p:hover {
  color: #fff;
  background-color: #CCCCCC;
  font-size: 1em;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.pop_up04 {
	margin: 10% auto;
	position: relative;
}

.pop_up04 a p {
  position: absolute;
  top: 80%;
  right: 5%;
  font-size: 1.5em;
  cursor: pointer;
  background: #fff;
  border: 0.5px solid #4b4b4b;
  color: #4b4b4b;
  width: 12%;
  margin: 0 auto;
}

.pop_up04 img {
	width: 100%;
}

.pop_up05 {
	margin: 10% auto;
	position: relative;
}

.pop_up05 img {
	width: 100%;
}

.pop_up05 a p {
  position: absolute;
  top: 80%;
  right: 5%;
  font-size: 1.5em;
  cursor: pointer;
  background: #fff;
  border: 0.5px solid #4b4b4b;
  color: #4b4b4b;
  width: 12%;
  margin: 0 auto;
}

.pop_up06 {
	margin: 10% auto;
	position: relative;
}

.pop_up06 img {
	width: 100%;
}

.pop_up06 a p {
  position: absolute;
  top: 80%;
  right: 5%;
  font-size: 1.5em;
  cursor: pointer;
  background: #fff;
  border: 0.5px solid #4b4b4b;
  color: #4b4b4b;
  width: 12%;
  margin: 0 auto;
}

.banner {
	width: 80%;
	background-color: #EFEFEF;
	text-align: center;
	margin: 0 auto;
	padding: 5%;
}

.banner p {
	color: #231815;
	text-decoration: none;
	font-weight: 100;
	font-size: 1em;
}

.banner p:hover {
	text-decoration: none;
}

#font_cnt {
	padding: 30px;
	font-size: 1.5em;
	font-weight: 100;
	color: #fff;
}

.font-box {
	width: 30%;
	text-align: left;
	color :#231815;
	line-height: 2;
}

.font-box span {
	color: #C30D23;
	font-size: 0.8em;
}

.font-tit {
	font-size: 2em;
	font-weight: bold;
	color: #572619;
	line-height: 5;
	text-align: center;
}

h4.font {
	width: 80%;
	text-align: left;
	font-size: 2em;
	margin: auto;
}

.font_sample {
	width: 80%;
 	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.5em;
	font-weight: 100;
	margin: 5% auto;
}

.font_sample::after{
  content:"";
  display: block;
  width:30%;
}

.font_sample dl {
	text-align: left;
	width: 30%;
	margin: 10px;
}

.font_sample img {
	width: 70%;
	margin: 10px auto;
}

img.mihon {
	width: 50%;
	margin-left: 50%;
}

#photo_tit {
	padding: 30px;
	font-size: 1.5em;
	font-weight: 100;
	color: #fff;
}

#photo {
	display: block;
	width: 90%;
	margin: 5% auto;
	padding: 0;
	text-align: center;
}

img.plan {
	width: 100%;
}

#photo a img {
	width: 50%;
	margin-top: 5%;
}


#simulation_tit {
	padding: 30px;
	font-size: 1.5em;
	font-weight: 100;
	color: #fff;
}

.banner_simulation {
	width: 80%;
	margin: 5% auto;
}

div#design_tit_s {
	font-size: 1.5em;
	font-weight: 100;
	color: #595757;
	width: 90%;
	text-align: left;
	margin: 5% auto;
}

div#design_tit_s img {
	width: 30%;
	vertical-align: middle;
}

#design_tit_s a img {
	width: 40%;
}



div#design_tit_s p {
	display: inline-block;
}

.simulation_txt {
	width: 80%;
	color: #231815;
	text-align: left;
	margin: 5% auto;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.3em;
}

.simulation_text img {
	text-align: left;
	width: 50%;
}





/* モバイルサイズ */


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

	
	body {
		margin: auto;
	}
	
	.main {
		background:url("../../img_cl-01/top_bg.jpg") repeat-x 0 20px;
		background-size: auto 371px;
		margin: 0 auto;
	}

	.contents {
		margin: auto;
   		padding-top: 5%;
    	border: 0;
    	vertical-align: baseline;
    	background: 0 0;
		text-align: center;
		width: 100%;
	}
	
	.top_text-box {
		font-size: 1em;
		width: 90%;
	}
	
	.top-lead_txt span {
	display: block;
	}
	
	#nav_cl {
	margin: 5% auto;
	padding: 0;
	width: 90%;
	z-index: 500;
	}

	#nav_cl ul {
	display: flex;
	justify-content:space-around;
	align-items: center;
	line-height: 1em;
	width: 100%;
	}

	#nav_cl ul li {
	border-left: 1px solid #595757;
	border-right: 1px solid #595757;
	width: 100%;
	}

	#nav_cl ul li+ li{
	border-left: 0;
	border-right: 1px solid #595757;
	}

	#nav_cl ul li a {
	text-decoration: none;
	color: #595757;
	font-size: 0.6em;
	font-weight: lighter;
	}

	.gaiyou_img {
		display: block;
	}
	
	.gaiyou_img img {
		width: 80%;
	}
	
	.gaiyou_img div {
		margin: 5% auto;
		width: 90%;
		font-size: 1em;
	}
	
	.gaiyou_img div p {
		font-size: 1em;
		margin: 5% auto;
	}
	
	.img02 {
		width: 80%;
		margin: 5% auto;
		text-align: center;
	}
	
	.img02 p {
		font-size: 1.5em;
		line-height: 1.5em;
		letter-spacing: 0.1em;
	}
	
	.like_box {
		display: block;
	}
	
	.like_box img {
		width: 80%;
	}
	
	.like_text {
		font-size: 1em;
		margin: 5% auto;
		text-align: left;
		width: 90%;
	}

	.like_head {
		font-size: 1.5em;
	}
	

	.simulation_box {
		display: block;
	}
	
	.simulation_box img {
		width: 80%;
	}
	
	.simulation_head {
		font-size: 1.5em;
		margin: 10% auto;
	}
	
	.simulation_text {
		font-size: 1em;
		margin: 5% auto;
		text-align: left;
		width: 80%;
	}
	
	.simulation_text a img {
		width: 50%;
	}
	
	.longtime_box {
		display: block;
	}
	
	.longtime_box img {
		width: 80%;
	}
	
	p.longtime_head {
		width: 100%;
		font-size: 1.5em;
		margin: auto;
	}
	
	.pop_up-box {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	
	.pop_up01 {
		width: 80%;
		margin: auto;
		text-align: center;
	}
	
	.pop_up01 img {
		display: block;
		margin: 5% auto;
		width: 60%;
	}
	
	.modalWrapper {
	  position: absolute;
	  text-align: center;
	  top: 50%;
	  left: 50%;
	  transform:translate(-50%,-50%);
	  width: 150%;
	  max-width: 1500px;
	  padding: 0;
	  background-color: none;
	}

	.closeModal {
	  position: absolute;
	  font-size: 3em;
	  top: -15%;
	  right: 20%;
	  cursor: pointer;
	}
	
	.closeModal2 {
	  position: absolute;
	  font-size: 3em;
	  top: -15%;
	  right: 20%;
	  cursor: pointer;
	}
	
	
	button#openModal {
	  cursor: pointer;
	  padding: 4px 2px;
	  background: #fff;
	  border: 1px solid #4b4b4b;
	}

	#openModal {
		position: absolute;
		top: 45%;
		right: 10%;
	}

	#openModal img {
		width: 70%;
	}

	.pop_up-text01 {
		font-size: 0.8em;
		margin: 5% auto;
		text-align: left;
	}
	
	.pop_up02 {
		width: 80%;
		margin: auto;
		text-align: center;
	}
	
	.pop_up02 img {
		display: block;
		margin: 5% auto;
		width: 60%;
	}
	
	button#openModal2 {
	  cursor: pointer;
	  padding: 4px 2px;
	  background: #fff;
	  border: 1px solid #4b4b4b;
	}

	#openModal2 {
		position: absolute;
		top: 55%;
		right: 15%;
	}

	#openModal2 img {
		width: 70%;
	}
	
	.pop_up-text02 {
		font-size: 0.8em;
		margin-top: 5%;
		text-align: left;
	}
	
	p.pop_up-text02 span {
		border-bottom: dashed 2px #3E3A39;
		padding-right: 80px;
	}
	
	.inf_box {
		font-size: 0.8em;
	}
	
	.font-tit {
		text-align: left;
	}
	
	.font-box {
		font-size: 0.8em;
		margin: 5% auto;
		text-align: left;
		width: 80%;
	}
	
	.font-box a img {
		width: 50%;
	}

	#design_tit_s {
		width: 80%;
		margin: 5% auto;
		text-align: center;
	}
	
	#design_tit_s a img {
		width: 50%;
	}
	
	.layout_d {
		font-size: 0.8em;
	}
	
	.simulation_txt {
		font-size: 0.7em;
		width: 90%;
		text-align: left;
		margin: auto;
	}
	
	/* タブcssここから */

.container {
  	width: 95%;
  	margin: 0 auto;
  	padding: 10px;
}

.tab-container {
  border: 1px solid #333;
  padding: 10px;
  line-height: 2;
  height: 100%;
}

.text-box {
	font-size: 0.8em;
	}
	
.img-box01 {
	width: 90%;
	font-size: 0.8em;
	align-items: center;
	}
	
	.img-box02 {
	width: 90%;
	font-size: 0.8em;
	align-items: center;	
	}
	
	.img-box03 {
		font-size: 0.8em;
	}
	
	.detail {
		font-size: 0.8em;
	}
	
	.detail-tit {
	width: 45%;
	background-color: #A48B78;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin-top: 5%;
}
	
	.choice {
		font-size: 1em;
	}
	
   h6.attachment {
		display: block;
	}
	
	.attachment_box01 {
		font-size: 0.8em;
		width: 90%;
		margin: auto;
	}
	
	.attachment_box02 {
		width: 90%;
		margin: auto;
	}
	
	.attachment-tit {
	width: 45%;
	background-color: #A48B78;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin-top: 5%;
}

	
	.pop_up03 {
		width: 100%;
		margin: 5% auto;
	}
	
	.pop_up03 img {
		width: 90%;
		margin: 5% auto;
	}
	
	.banner {
		display: block;
		width: 100%;
		margin: 5% auto;
	}
	
	h4.font {
		font-size: 1.5em;
	}

	.font_sample {
	width: 90%;
 	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1em;
	font-weight: 100;
	margin: 5% auto;
}

.font_sample::after{
  content:"";
  display: block;
  width:40%;
}

.font_sample dl {
	text-align: left;
	width: 40%;
	margin: 10px;
}

.font_sample img {
	width: 70%;
	margin: 10px auto;
}
	
img.mihon {
	width: 60%;
	margin-left: 30%;
}
	.layout_d {
	display: flex;
	align-items: center;
}

	.layout_d:before,
	.layout_d:after {
		border-top: 1px solid #595757;
		content: "";
		width: 20px;
	}

	.layout_d:before {
		margin-right: 6px;
		margin-left: 6px;
	}

	.layout_d:after {
		margin-left: 6px;
	}

	.pop_up03 a p {
  position: absolute;
  top: 70%;
  right: 5%;
  font-size: 1em;
  cursor: pointer;
  background: #fff;
  border: 0.5px solid #4b4b4b;
  color: #4b4b4b;
  width: 12%;
  padding: 5% 0;
}
	
.pop_up04 a p {
  position: absolute;
  top: 70%;
  right: 5%;
  font-size: 1em;
  cursor: pointer;
  background: #fff;
  border: 0.5px solid #4b4b4b;
  color: #4b4b4b;
  width: 12%;
  padding: 5% 0;
}
	
.pop_up05 a p {
  position: absolute;
  top: 70%;
  right: 5%;
  font-size: 1em;
  cursor: pointer;
  background: #fff;
  border: 0.5px solid #4b4b4b;
  color: #4b4b4b;
  width: 12%;
  padding: 5% 0;
}
	
.pop_up06 a p {
  position: absolute;
  top: 70%;
  right: 5%;
  font-size: 1em;
  cursor: pointer;
  background: #fff;
  border: 0.5px solid #4b4b4b;
  color: #4b4b4b;
  width: 12%;
  padding: 5% 0;
}
}
	




