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

/********************************************
	共通
*********************************************/
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	}

body {
    height: 100%;
    margin: 0;
}
html,
body {}
body {
	color: #000;
	display: block;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
	height: 100%;
	max-width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 15px;
	}
a,
a:hover {
	text-decoration: none;

	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
	a:link {}
	a:visited {}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	outline: none;
	max-width:100%;
	}
img:hover { outline: none; }
a:hover img {
	opacity:0.75;
}
ul { list-style: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: lighter;
	margin: 0;
	}

#wrap {
	overflow:hidden;
}
.inner {
    max-width: 1024px;
    margin: 0 auto;
}
.min { font-family: 'Droid Serif', YuMincho, "Yu Mincho", 'Hiragino Mincho ProN', 'Sawarabi Mincho', Georgia, "Times New Roman", Times, 'MS P Mincho', 'MS Mincho', serif;}
.svg_lab{ display: none;}
em {font-style: normal;}
.no_link {
    pointer-events: none;
    opacity: 0.4;
}
.work_list .no_link {
    opacity: 1;
}

/********************************************
	header
*********************************************/
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #fff;
}
body.scrollactive header {
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
}
#fixedmenu {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 1000;
}
#fixedmenu li {
    position: absolute;
    right: 0;
    width: 60px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    top: 0;
    height: 244px;
}
#fixedmenu a {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: #fff;
    background-color: #4c8bb1;
    padding: 15px 16px 50px 16px;
    font-size: 19px;
    border-radius: 10px 0 0 10px;
    font-weight: 600;
    border: #fff 3px solid;
    border-right: none;
    position: relative;
    display: block;
}
#fixedmenu a:after {
    content: '';
    position: absolute;
    bottom: 8%;
    left: 35%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mail_icon {
    width: 26px;
    height: 30px;
    fill: rgba(255,255,255,1);
    transition: .3s;
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 10px;
}
#header_wrap {
    position: relative;
    padding: 1rem 1rem 1em 5%;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}
body.scrollactive #header_wrap {
    padding-top: 0.9rem;
}

#fixedmenu li.f_tel, 
header .menu .snsArea {
    display: none;
}

#header_wrap:after {
	content: '';
	display: block;
	clear: both;
}
header .logo_area {
    float: left;
}
header .logo_area a {
    color: #666666;
    font-weight: 600;
}

header .logo_area a small {
    margin-bottom: 5px;
    display: block;
}
header .logo_area h1 {
    background-image: url(/src/img/common/logo.svg);
    background-repeat: no-repeat;
    background-size: 220px;
    height: 45px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    text-indent: -9999px;
}

#glnav-trigger {
    display: none;
}
header #header_wrap .inner:after {
    content: "";
    background-color: #193dab;
    height: 6px;
    width: 298px;
    position: absolute;
    left: 0px;
    top: 0; 
}
header #header_wrap .contact p, header #header_wrap .contact p a { color: #fff; }
header #header_wrap .contact p {
  align-items: center;
    background-color: #488ab2;
    font-size: 1.6rem;
    display: inline-flex;
    /*padding: 0.3rem 1.5rem 0.2rem;*/
    border-radius: calc(40px / 2);
	/*line-height: 2;*/
  padding: 0 1em;
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
header #header_wrap .contact p {
    padding: 0.5rem 1.5rem 0;
}
}

header #header_wrap .contact .tel_icon {
	margin-right: 0.4rem;
	width: 20px;
	height: 20px;
	fill: rgba(255,255,255,1);
	transition: .3s;
	display: inline-block;
	vertical-align: baseline;
}

header #header_wrap .contact {
    text-align: right;
}
header #header_wrap .contact li {
  align-items: center;
  display: inline-flex;
  position: relative;
  vertical-align: middle;
  height: 40px;
}
header #header_wrap .contact .telText {
  display: inline-block;
  font-size: 14px;
  margin: 0 1em 0 0;
  text-align: center;
}

header #header_wrap .contact li.branch {
  margin-left: 1rem;
}
header #header_wrap .contact li.branch .branch_link {
  align-items: center;
  border-radius: calc(40px / 2);
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  padding: 0.1em 1em 0;
  position: relative;
  transition: all 0.3s;
}
header #header_wrap .contact li.branch.style-simizu .branch_link {
  background-color: #94819a;
  border: 1px #94819a solid;
}
header #header_wrap .contact li.branch .branch_link:hover {
  background-color: #fff;
}
header #header_wrap .contact li.branch.style-simizu .branch_link:hover {
  color: #94819a;
}
header #header_wrap .contact li.link-external a:after {
  background-image: url("/src/img/common/external_link_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 0 0.2rem 0.5rem;
  transition: all 0.3s;
  width: 15px;
}
header #header_wrap .contact li.link-external.style-simizu a:hover:after {
  background-image: url("/src/img/common/external_link_purple.svg");
}
header #header_wrap .contact li.sns {
    width: 60px;
    margin-left: 1rem;
}

header #header_wrap .inner {
    overflow:  hidden;
    width: 1024px;
    margin: -6px auto 5px auto;
    position: relative;

}
header .menu {
    float: right;
   
}

header .menu #mainnavi li {
    display: inline-block;
    position: relative;
    margin-left: 1.5rem;
}
header .menu #mainnavi li.branch {
    display: none;
}

header .menu #mainnavi {
    margin-top: 1.2rem;
}

header .menu #mainnavi li a {
    color: #666666;
    width: 100%;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

header .header_top {
    position: relative;
    z-index: 200;
    float: left;
}
header .header_top .logo_area {
    position: relative;
    margin-top: 15px;
}
header .menu_contact { display:none; }


/********************************************
	footer
*********************************************/	
footer .addArea {
    /* padding: 2.5rem 0 0; */
    text-align: center;
}

footer .addArea h2 {
    background-image: url(/src/img/common/btm_logo.svg);
    background-repeat: no-repeat;
    background-size: 170px;
    height: 135px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    text-indent: -9999px;
    background-position: center bottom;
}

footer .addBox {
    margin-top: 1rem;
    line-height: 1.5;
}

footer .addBox span {
    margin-right: 0.5rem;
    display: inline-block;
}

footer .addArea .tel_icon {
    margin-right: 0.4rem;
    width: 24px;
    height: 24px;
    fill: #4489b3;
    transition: .3s;
    display: inline-block;
    vertical-align: baseline;
}

footer .addArea .tel, footer .addArea .tel a {
    color: #4489b3;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0.7rem;
}

footer .cpArea {
    background-color: #666666;
    padding: 1rem 1.5rem;
    overflow: hidden;
}

footer .cpArea a {
    color: #fff;
    font-size: 14px;
}

footer .cpArea li {
    display: inline-block;
    margin-right: 1rem;
}
footer .cpArea li.button a {
  border-radius: 15px;
  color: #fff;
  display: block;
  font-weight: 600;
  padding: 0.5em 1em;
  transition: all 0.3s;
}
footer .cpArea li.link-external a:after {
  background-image: url(/src/img/common/external_link_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0.1em 0 0 0.5rem;
  transition: all 0.3s;
  width: 12px;
}
footer .cpArea li.button.style-simizu a {
  background-color: #94819a;
  border: 1px #94819a solid;
}

footer .cpArea .cp {
    float: right;
    color: #fff;
    font-size: 13px;
		padding-top:1rem;
}

footer .cpArea .f_menu {
    float: left;
}
.f_block {
    background-color: #e5e5e5;
    overflow: hidden;
    padding: 2rem 0;
}

.f_block .inner:after {
    content: '';
    display: block;
    clear: both;
}

.f_block article:last-child {
    margin-left: 2%;
}

.f_block article:first-child {
    margin-right: 2%;
}

.f_block .kouji ul li p {
    width: 80%;
}

.f_block .kouji ul li:nth-child(2) p {
    width: 75%;
}
.f_block .kouji ul li:nth-child(4) p {
    width: 76%;
}
.f_block article {
    background-color: rgba(255,255,255,0.85);
    padding-bottom: 1rem;
    width: 48%;
    float: left;
    position: relative;
}

.f_block article ul {
    margin: 0.5rem auto 0;
    padding: 1rem;
}

.f_block .sekouArea ul {
    padding: 1rem 0.2rem 1rem 0.7rem;
}
.f_block article.kouji {
    padding-bottom: 0;
}

.f_block .kouji ul {
    padding-bottom: 0.7rem;

}
.f_block article ul li span, .f_block article ul li p {
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}
.f_block .sekouArea ul li p {
    width: 86%;
}
.f_block .sekouArea ul li p br { display:none; }
.f_block article ul li span {
    font-weight: 600;
    margin-right: 1rem;
    color: #4489b3;
    border-radius: 50px;
}

.f_block article ul li {
    padding-bottom: 0.5rem;
}

.f_block article ul li span:before {
	content: '●';
	color: #bdd6e6;
	display: inline-block;
	vertical-align: middle;
	font-size: 0.5rem;
	margin-right: 0.2rem;
}

.f_block article ul li {
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
}

.f_block article h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    background-color: #a6aaad;
    padding: 0.5rem 0;
}
footer .addArea:after {
    content: '';
    display: block;
    clear: both;
}

footer .addArea .logoArea {
    /* float: left; */
    /* width: 35%; */
    padding: 3rem 0;
	/*display:none;*/
}

footer .addArea .secouArea {
    width: 60%;
    float: right;
}

footer .addBox em {
    display: block;
}

.f_block article .cap {
    border-top: #cfe1eb 1px solid;
    display: block;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    color: #4489b3;
    font-size: 13px;
    padding-top: 0.5rem;
}
#pagetop {
    background: url(/src/img/common/pagetop_btn.png) no-repeat;
    background-size: 66px auto;
    background-position: 0 0;
    cursor: pointer;
    height: 66px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 66px;
    z-index: 100;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}

/********************************************
	crumbs
*********************************************/	

#crumbs {
	height: auto !important;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0 30px;
	text-align: left;
	}
	#crumbs a, #crumbs p {
		color: #452d03;
		display: inline-block;
		font-size: 12px;
		position: relative;
		}
		#crumbs a:after {
			content: '|';
			display: inline-block;
			padding: 0 10px;
			}
			
/********************************************
	newアイコン
*********************************************/				

dl dd .new {
    color: #fff;
    background-color: #e7787f;
    font-style: italic;
    border: #e7787f 1px solid;
    padding: 0.1rem 0.5rem 0.1rem 0.4rem;
    line-height: 1.5;
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.9rem;
}


@media screen and (min-width: 1025px) {
#fixedmenu li:hover {
    width: 70px;
}
#fixedmenu li:hover a {
padding-right: 25px;
}

header .menu #mainnavi li a:after {
    content: "";
	display: block;
    width: 0;
    transition: width 0.3s;
    border-bottom: 2px solid #488ab2;
}
header .menu #mainnavi li a:hover, 
header .menu #mainnavi li a.on { color: #488ab2;}
header .menu #mainnavi li a:hover:after, 
header .menu #mainnavi li a.on:after {
	width: 100%;
	color: #488ab2;
}
}



@media screen and (max-width: 1024px) {
/********************************************
	header
*********************************************/
header .menu #mainnavi li a.n_parent.pc { display:none; }
header .menu #mainnavi li a.n_parent.sp { display:block; }
header, 
header .header_top {height:80px;}
header #header_wrap .contact {
    display: none;
}
header .header_top .logo_area {
    width: 83%;
}

header #header_wrap .contact li a span {
    display: block;
    text-indent: -9999px;
}

header #header_wrap {
	height: 80px;
	padding-top: 0.8rem;
	padding-left: 3%;
}
body.scrollactive #header_wrap { padding-top: 0.8rem;}
header #header_wrap .contact li a:before {
    content: none;
}
header #header_wrap .inner {
    display: inline-block;
    position: initial;
    width: 85%;
    margin: 0;
    z-index: 200;
    height: 100%;
}
header #header_wrap .inner:after {
    width: 230px;
    top: -6px; 
}

header .logo_area h1 {
    background-size: 200px auto;
}
header .logo_area a small {
    font-size: 11px;
}
	header #header_wrap:after {
    content: " ";
    display: block;
    clear: both;
}
	#glnav-trigger {
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    display: table;
    float: right;
    height: 100%;
    position: relative;
    width: 120px;
    z-index: 200;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}

/* header > glnav-trigger */
	#glnav-trigger {
		cursor: pointer;
		display: table;
		float: right;
		position: relative;
		width: 5%;
		z-index: 200;
		-webkit-transition-duration: .5s;
		-moz-transition-duration: .5s;
		transition-duration: .5s;
		}
		#gt-wrap {
			display: table-cell;
			height: 100%;
			width: 100%;
			text-align: center;
			vertical-align: middle;
			}
			#gt-wrap p {
				color: #666666;
				line-height: 1;
				padding-top: 10px;
				display: block;
				font-size: 14px;
				}
			#gt-mark {
			    height: 20px;
			    margin: 0 auto;
			    position: relative;
			    width: 25px;
			    z-index: 200;
			 }
				#gt-mark span {
					background: #666666;
					display: block;
					width: 25px;
					height: 3px;
					position: absolute;
					transition: .5s;
					}
					#gt-mark span:nth-child(1) { top: 0; }
					#gt-mark span:nth-child(2) { top: 8px; }
					#gt-mark span:nth-child(3) { top: 16px; }
#glnav {
    position: absolute; /*bodyに対しての絶対位置*/
    right: -1000px; /*通常時はビュー外*/
    background: rgba(255,255,255,0.9);
    width: 40%;
    padding:0 10px;
    -webkit-transition:.5s ease-in-out; /*transitionで動きを*/
    -moz-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    text-align:left;
}
header .menu {
	margin-top: 0;
    border-bottom: none; }

header .menu #mainnavi {
	margin-top: 0;
	padding-top: 5rem;
	}

header .menu #mainnavi li a {
	border-right:none;
	padding-bottom: 0;
	text-align: center;
	padding-left: 0;
	background: url(/src/img/common/arrow_menuWhite.png) no-repeat center right 20px;
	background-size: 15px;
}
header .menu #mainnavi li.branch {
  display: block;
}
header .menu #mainnavi li.branch a {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
}
header .menu #mainnavi li.branch.style-simizu a {
  background-color: #94819a;
}
header .menu #mainnavi li.link-external a:after{
  background-image: url(/src/img/common/external_link_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 0 0.2rem 0.4rem;
  transition: all 0.3s;
  width: 12px;
}
header .menu #mainnavi li.acod a {
	background-image: url(/src/img/common/plus.png);
}

header .menu #mainnavi li.acod a.active {
	background-image: url(/src/img/common/minus.png);
}
header .menu #mainnavi li.acod a, 
header .menu #mainnavi li.acod a.active {
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center right 20px;
}

header .menu #mainnavi li {
    display: block;
    margin: 0;
    line-height: 3.5;
    text-align: center;
 }

header #header_wrap .contact li a {
    background: #193dab url(/src/img/common/ico_mail.png);
    background-position: center;
	background-size: 30px;
    padding: 3px 0;
    display: table-cell; 
    border-radius: 0; 
    font-size: 0.9em;
    margin-left: 0;
    border-bottom: none; 
    vertical-align: middle;
	background-repeat:no-repeat;
	z-index:100;
	position:relative;
}
header .menu #mainnavi li a:hover:after, header .menu #mainnavi li .on:after { content: none; }
header .menu #mainnavi li.link-external a:hover:after{
  content: "";
}
			.menu-open #gt-wrap p {color: #666666;}
			.menu-open #gt-mark span {background: #666666;}
					.menu-open #gt-mark span:nth-child(1) {
		            	-webkit-transform: translateY(8px) rotate(-45deg);
		            	-moz-transform: translateY(8px) rotate(-45deg);
		            	transform: translateY(8px) rotate(-45deg);
						}
					.menu-open #gt-mark span:nth-child(2) { opacity: 0; }
					.menu-open #gt-mark span:nth-child(3) {
		            	-webkit-transform: translateY(-8px) rotate(45deg);
		            	-moz-transform: translateY(-8px) rotate(45deg);
		            	transform: translateY(-8px) rotate(45deg);
						}
.menu-open #glnav {
    -moz-transform: translateY(-400px);
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
    height: 120%;
    position: fixed;
    width: 40%;
    right: -400px;
    padding: 0;
    background: rgba(255,255,255,0.9);
}

#fixedmenu {
    height: 60px;
    top: auto;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-top: 2px solid #fff;
    overflow: hidden;
}

#fixedmenu li {
    position: initial;
    height: 100%;
    float: left;
    width: 50%;
}

#fixedmenu a {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
    writing-mode: inherit;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    margin-bottom: 0;
    border-radius: inherit;
    text-align: center;
    padding: 1.2rem;
    padding-bottom: 0;
    font-size: 18px;
    border: none;
}

#fixedmenu li.f_tel, header .menu .snsArea {
    display: block;
}
#fixedmenu li.f_tel { border-left: 2px #fff solid; }
#fixedmenu a:after {
    left: inherit;
    right: 5%;
    bottom: inherit;
    top: 40%;
    width: 10px;
    height: 10px;
}

.mail_icon {
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 0.5rem;
}

header #fixedmenu .tel_icon {
    fill: rgba(255,255,255,1);
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

header #fixedmenu .f_tel_suppleText {
  display: block;
  font-size: 12px;
  padding: 0.25rem 0 0 1rem;
  text-align: center;
}


header .menu .snsArea {
    margin-top: 2rem;
    text-align: center;
}

header .menu .snsArea .sns {
    display: inline-block;
    width: 13%;
    margin: 0 0.5rem;
}



#crumbs {
    width: 95%;
}




/********************************************
	footer
*********************************************/
footer {
    padding-bottom: 70px;
}

.f_block .inner {
    max-width: 90%;
    margin: 0 auto;
}

.f_block article:first-child {
    margin-right: 0;
}
.f_block .sekouArea ul {
    padding: 1rem;
}

.f_block article:last-child {
    margin-left: 0;
}

.f_block .kouji ul li:nth-child(2) p, 
.f_block .kouji ul li:nth-child(4) p {
    width: 85%; 
}

footer .cpArea .f_menu {
    float: none;
}

footer .cpArea .cp {
    float: none;
    margin-top: 1rem;
    border-top: rgba(255,255,255,0.2) 1px solid;
    padding-top: 1rem;

}

footer .cpArea {
    text-align: center;
}

footer .cpArea li {
    margin-right: 0.5rem;
    line-height: 1.6;
}

footer .cpArea a {
    font-size: 13px;
}
footer .cpArea li.button {
  margin-top: 0.3rem;
  }
footer .cpArea li.button a {
  padding: 0.3em 0.75em;
  }

footer .addArea .logoArea {
    float: none;
    width: inherit;
    padding: 2rem 0;
}

.f_block article {
    float: none;
    width: 100%;
    margin: 1rem auto;
}

footer .addArea h2 {
    background-size: 150px;
    height: 120px;
}
}

@media screen and (max-width: 750px) {
#fixedmenu {
    height: 65px;
}
header #fixedmenu .tel_icon {
    width: 20px;
    height: 20px;
}
header .menu .snsArea .sns {
    width: 15%;
}
.menu-open #glnav {
    width: 50%;
}
#fixedmenu a {
    padding: 1rem 1rem 1rem 0;
    font-size: 15px;
}


.mail_icon {
    width: 20px;
    height: 20px;
}
#fixedmenu a:after {
    width: 7px;
    height: 7px;
}
footer .cpArea li, footer .addBox {
    font-size: 14px;
}
footer .addBox {
    margin-top: 0.5rem;
}
.f_block {
    padding: 1rem 0;
}

footer .addArea .tel, footer .addArea .tel a {
    font-size: 1.6rem;
}

dl dd .new {
    font-size: 13px;
}

}

@media screen and (max-width: 480px) {
header .logo_area h1 {
	background-size: 170px;
    margin-top: -0.1rem;
}

header .logo_area a small {
    font-size: 10px;
}

header #header_wrap {
    padding-top: 0.8rem;
    height: 70px;
}

header, header .header_top {
    height: 70px;
}
header .menu .snsArea .sns {
    width: 20%;
}

#fixedmenu a {
    font-size: 14px;
}

footer .addArea h2 {
    background-size: 130px;
    height: 100px;
}

.f_block .kouji ul li:first-child p {
    width: 70%;
}

.f_block .kouji ul li p,
.f_block .kouji ul li:nth-child(2) p, 
.f_block .kouji ul li:nth-child(4) p {
    width: 73%;
}
.f_block article h3 {
    font-size: 14px;
}

footer .cpArea .cp {
    font-size: 12px;
}

footer .addBox span.close {
    display: block;
}
.f_block article {
    width: 100%;
}
.f_block .sekouArea ul li p {
    width: 80%;
}
.f_block .sekouArea ul li p br { display: block;}
footer .addArea .logoArea {
	padding: 1.5rem 0;
}
#pagetop {
 	background-size: 50px auto;
 	right: 5px;
 	background-position: right top;
}
}