@charset "UTF-8";
/*Theme Name: 663_yamamoto
Theme URI:
Description: 663_yamamoto-template
Version: 1.0
Author: beaut imaging office.
Author URI:
*/

/*============================================================*/
/* Reset CSS
/*============================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*============================================================*/
/* common
/*============================================================*/
html,body {
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100%;
}
html { font-size: 62.5%;/*default size : 10px */}
body {
    overflow-x: hidden;
    background-color: #FFF;
	line-height: 1.5;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	color: #222;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

/* anchor */
a {
    text-decoration: underline;
	color: #48A63F;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:hover {
    opacity: 0.7;
	text-decoration: none;
}


/* img (anchor) */
a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

/* placeholder */
:placeholder-shown { color: #a6a6a6;}
::-webkit-input-placeholder { color: #a6a6a6;}/* Google Chrome, Safari, Opera 15+, Android, iOS */
:-moz-placeholder { color: #a6a6a6; opacity: 1;}/* Firefox 18- */
::-moz-placeholder { color: #a6a6a6; opacity: 1;}/* Firefox 19+ */
:-ms-input-placeholder { color: #a6a6a6;}/* IE 10+ */



/*========================================================
fonts
========================================================*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?npuvrw');
  src:  url('fonts/icomoon.eot?npuvrw#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?npuvrw') format('truetype'),
    url('fonts/icomoon.woff?npuvrw') format('woff'),
    url('fonts/icomoon.svg?npuvrw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tel:before {
  content: "\e900";
}
.icon-home:before {
  content: "\e901";
}
.icon-mail:before {
  content: "\e902";
}
.icon-arrow:before {
  content: "\e903";
}

/*========================================================
header
========================================================*/
.ghead {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	min-width: 320px;
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
.ghead .inr {
	height: 85px;
    padding: 0 0 0 30px;
}
@media screen and (max-width: 1080px) {
    .ghead .inr {
	    padding: 0 10px;
    }
}

/* logo */
.ghead h1 {
	float: left;
	margin-top: 21px;
	width: 208px;
}
.ghead h1 img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 840px) {
    .ghead h1 {
		width: 180px;
	}
}
@media screen and (max-width: 480px) {
    .ghead h1 {
		width: 125px;
		margin-top: 7px;
	}
}

/* global navi */
.gnav {
	float: right;
}
.gnav h2 {
    float: left;
	border-right: 1px solid #daddd9;
	border-left: 1px solid #daddd9;

	width: 90px;
	height: 50px;
	padding: 36px 0 0;
	background: url(images/common/icon-burger.svg) no-repeat center 6px;
    background-size: 24px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	cursor: pointer;

	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.gnav h2:hover{
	background: url(images/common/icon-burger_over.svg) no-repeat center 6px;
    background-size: 24px;
	color: #48A63F;
}

.gnav ul {
    float: left;
	background-color: #FFF;
    margin-top: 5px;
}
.gnav ul li {
	float: left;
	width: 91px;
}
.gnav ul li a {
    display: block;
	overflow: hidden;
	padding-top: 36px;
	line-height: 1.2;
	text-align: center;
    text-decoration: none;
	font-size: 1.3rem;
	color: #333;

	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.gnav ul li a:hover,
.gnav ul li.current a {
	color: #48A63F;
	text-decoration: none;
}
.gnav ul li:nth-child(1) a { background: url(images/common/icon-home_over.svg) no-repeat center 6px; background-size: 24px 24px;}
.gnav ul li:nth-child(2) a { background: url(images/common/icon-doc_over.svg) no-repeat center 6px; background-size: 24px 24px;}
.gnav ul li:nth-child(3) a { background: url(images/common/icon-person_over.svg) no-repeat center 6px; background-size: 24px 24px;}
.gnav ul li:nth-child(4) a { background: url(images/common/icon-star_over.svg) no-repeat center 6px; background-size: 24px 24px;}
.gnav ul li:nth-child(5) a { background: url(images/common/icon-pin_over.svg) no-repeat center 6px; background-size: 24px 24px;}

@media screen and (min-width:841px) {
	.gnav h2 { display: none;}
	.gnav ul {
        /* display: block; */
        display: flex !important;
        align-items: center !important;
    }
    .gnav ul li a .br {
        display: block;
    }
}
@media screen and (max-width: 840px) {
	.gnav h2 {
        display: block;
        position: relative;
        margin-top: 10px;
        margin-right: 10px;
    }
	.gnav ul {
		display: none;
		
		position: fixed;
		left: 0;
		top: 81px;
		width: calc(100% - 20px);
        box-sizing: border-box;
        margin: 4px 10px 10px;
        padding: 10px;
        border: 2px solid #48A63F;
        
        -webkit-box-shadow: 0 0 8px 0 #666;
        box-shadow: 0 0 8px 0 #666;
        
        -webkit-border-radius: 4px;
        border-radius: 4px;
        
        /*
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000); 
		background: rgba(0, 0, 0, 0.75);
        */
	}
	.gnav ul:not(:target) {
		filter: none;
	}
    
	.gnav ul::before {
        content: "";
        display: block;
        position: absolute;
        top: -9px;
        right: 247px;
        z-index: -1;
        width: 14px;
        height: 14px;
        background-color: #48A63F;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        /*-webkit-box-shadow: 0 0 8px 0 #999999;
        box-shadow: 0 0 8px 0 #999999;*/
    }
	.gnav ul::after {
        content: "";
        display: block;
        opacity: 1;
        position: absolute;
        top: -6px;
        right: 247px;
        width: 14px;
        height: 14px;
        background-color: #FFF;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

	.gnav ul li {
		float: left;
		width: 50%;
		height: auto;
		border: none;	
		border-bottom: 1px solid #daddd9;
	}
	.gnav ul li:first-child {
		border-left: none;
	}
	.gnav ul li:nth-child(odd) {
		border-right: 1px solid #daddd9;
    }
	.gnav ul li a {
		display: block;
        height: auto;
		padding: 10px 8px 10px 35px;
		text-align: left;
        line-height: 1.5;
		font-size: 1.4rem;
	}
    .gnav ul li:nth-child(1) a { background: url(images/common/icon-home_over.svg) no-repeat 8px 10px; background-size: 20px 20px;}
    .gnav ul li:nth-child(2) a { background: url(images/common/icon-person_over.svg) no-repeat 8px 10px; background-size: 20px 20px;}
    .gnav ul li:nth-child(3) a { background: url(images/common/icon-doc_over.svg) no-repeat 8px 10px; background-size: 20px 20px;}
    .gnav ul li:nth-child(4) a { background: url(images/common/icon-star_over.svg) no-repeat 8px 10px; background-size: 20px 20px;}
    .gnav ul li:nth-child(5) a { background: url(images/common/icon-pin_over.svg) no-repeat 8px 10px; background-size: 20px 20px;}
    .gnav ul li:nth-child(1) a:hover, .gnav ul li.current:nth-child(1) a { background: url(images/common/icon-home_over.svg) no-repeat 8px 10px; background-size: 20px 20px;}
    .gnav ul li:nth-child(2) a:hover, .gnav ul li.current:nth-child(2) a { background: url(images/common/icon-person_over.svg) no-repeat 8px 10px; background-size: 20px 20px;}
    .gnav ul li:nth-child(3) a:hover, .gnav ul li.current:nth-child(3) a { background: url(images/common/icon-doc_over.svg) no-repeat 8px 10px; background-size: 20px 20px;}
    .gnav ul li:nth-child(4) a:hover, .gnav ul li.current:nth-child(4) a { background: url(images/common/icon-star_over.svg) no-repeat 8px 10px; background-size: 20px 20px;}
    .gnav ul li:nth-child(5) a:hover, .gnav ul li.current:nth-child(5) a { background: url(images/common/icon-pin_over.svg) no-repeat 8px 10px; background-size: 20px 20px;}
}
@media screen and (max-width: 540px) {
	.gnav ul li a {
		font-size: 1.3rem;
	}
}
@media screen and (max-width:480px) {
	.gnav {
		margin-top: 5px;
	}
	.gnav h2 {
		overflow: hidden;
		width: auto;
		height: 0;
		max-width: 40px;
		padding: 40px 0 0;
        margin-top: 0;
		background-color: transparent;
		border-left: none;
		border-right: none;
        
        background: url(images/common/icon-burger.svg) no-repeat center 2px;
        background-size: 40px;
	}
    .gnav h2:hover {
        background: url(images/common/icon-burger_over.svg) no-repeat center 2px;
        background-size: 40px;
    }

    .gnav ul::before,
	.gnav ul::after {
        right: 50%;
        margin-right: -7px;
    }

	.gnav ul li {
		width: 100% !important;
	}
	.gnav ul li:nth-child(odd) {
		border-right: none;
    }
	.gnav ul li:last-child {
        border-bottom: none;
    }
	.gnav ul li a {
		font-size: 1.4rem;
	}
    
}


/* contact */
.gContact {
    float: left;
}

/* tel */
.gTell .tel {
    position: relative;
    padding-left: 24px;
    line-height: 1;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 2.8rem;
}
.gTell .tel:before {
    position: absolute;
    display: block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\e900";
    color: #48A63F;
    font-size: (14px*2.2);
    font-size: 2.2rem;
    line-height: 1;
    top: 85%;
    left: 0;
    transform: translateY(-85%);
}
.gTell .tel a {
    color: #222;
    text-decoration: none;
}
.gTell .text {
    display: block;
    font-size: 1.3rem;
    line-height: 1.3;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: .3rem;
}
.gTell .text span {
    display: block;
    color: #E07A27;
    font-size: 1rem;
}
.gTell .text .br {
    display: none;
}

@media screen and (max-width:1080px) {
    .gTell .text span {
        display: block;
        font-size: .9rem;
    }
    .gTell .text .br {
        display: block;
    }
}

@media screen and (max-width:480px) {
    .gTell .text .br {
        display: none;
    }
}

/* mail */
.gMail {
    margin-left: 20px;
}
.gMail .mail {
    width: 120px;
    height: 85px;
}
.gMail .mail a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #A3C503;
  line-height: 1.2;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 1rem 1rem 1rem 1rem;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-transition-property: background-color , color;
  transition-property: background-color , color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
.gMail .mail a span {
  position: relative;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 29px;
}
.gMail .mail a span::before {
    position: absolute;
    display: block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\e902";
    color: #fff;
    font-size: 2.2rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.gMail .mail a:hover {
  background-color: #ABCF03;
}


@media screen and (min-width:1080px) {
    .gContact {
        display: flex;
        align-items: center;
        margin-left: 20px;
    }
}
@media screen and (max-width:1080px) {
    .gContact {
        margin-top: 5px;
    }
    .gTell .tel {
        font-size: 2.3rem;
    }
    .gTell .text {
        font-size: 1.1rem;
    }
    .gMail {
        margin-left: 0;
    }
    .gMail .mail {
        width: auto;
        height: auto;
        margin-top: 5px;
    }
    .gMail .mail a {
        font-size: 1.1rem;
        padding: .5rem .6rem;
    }
    .gMail .mail a span {
        padding-top: 0;
        padding-left: 20px;
    }
    .gMail .mail a span::before {
        font-size: 1.6rem;
        top: 50%;
        right: auto;
        bottom: auto;
        transform: translateY(-50%);
    }
}
@media screen and (max-width:960px) {
    .gTell .tel {
        font-size: 1.8rem;
    }
    .gTell .text {
        font-size: 1rem;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    .gContact {
        float: none;
        position: absolute;
        left: 0;
        bottom: 5px;
        width: 100%;
        padding: 0 10px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .gTell .tel {
        padding-left: 20px;
        font-size: 1.8rem;
        margin-bottom: 0;
    }
    .gTell .tel:before {
        font-size: 1.7rem;
    }
    .gMail .mail {
        margin-top: 0;
    }
}

/*========================================================
footer
========================================================*/
.gFoot {
	background-color: #48A63F;
}
.gFoot .inr{
    overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

.gFoot .lead {
    background: #fff;
}
.gFoot .lead p {
    max-width: 1000px;
    margin: 0 auto;
    padding: .7em 1em;
    color: #444;
    font-size: 1.3rem;
}

/* footer navi */
.fnav {
    float: left;
    line-height: 10px;
}
.fnav li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #FFF;
}
.fnav li:first-child {
    padding-left: 0;
    border-left: none;
}
.fnav li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 1.4rem;
    color: #FFF;
}
@media screen and (max-width: 1000px) {
    .gFoot .inr{
        padding: 20px 10px;
    }
}
@media screen and (max-width:640px) {
    .fnav li a {
        font-size: 1.1rem;
    }
}
@media screen and (max-width:480px) {
    .fnav {
        float: none;
        margin-bottom: 20px;
        text-align: center;
    }
}

/* copyright */
p.copyright {
    float: right;
    text-align: center;
    font-weight: 500;
	font-size: 1.4rem;
	color: #FFFFFF;
}
@media screen and (max-width:640px) {
    p.copyright {
	    font-size: 1.1rem;
    }
}
@media screen and (max-width:480px) {
    p.copyright {
        float: none;
    }
}




/*========================================================
contents
========================================================*/
/* splash */
#splash {
	height: 480px;
	margin-top: 86px;
	padding: 0 10px;
	background: url(images/top/top_image.jpg) no-repeat center center;
	background-size: cover;
	color: #333;
}
#splash .block {
    max-width: 920px;
    margin: 0 auto;
	vertical-align: middle;
    text-align: center;
    -webkit-transform: translate(0, 35%);
            transform: translate(0, 35%);
}
#splash .catch-container {
    padding: 3.2em 2em 3.5em;
    margin-bottom: 1.5em;
    background-color: rgba(255,255,255,0.65);
}
#splash h2 {
    color: #111;
    font-size: 3.7rem;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    margin-bottom: .5em;
}
#splash p {
    color: #378131;
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    text-shadow: rgba(255,255,255,0.9) 2px 2px 8px, rgba(255,255,255,0.9) -2px 2px 8px, rgba(255,255,255,0.9) 2px -2px 8px, rgba(255,255,255,0.9) -2px -2px 8px;
}
#splash .catch-list {
    display: flex;
    justify-content: center;
}
#splash .catch-list .list-item {
    position: relative;
    list-style: none;
    padding-left: 1.5em;
    color: #111;
    font-size: 2rem;
    line-height: 1.5;
    text-align: left;
    text-shadow: rgba(255,255,255,0.5) 3px 3px 10px, rgba(255,255,255,0.5) -3px 3px 10px, rgba(255,255,255,0.5) 3px -3px 10px, rgba(255,255,255,0.5) -3px -3px 10px;
}
#splash .catch-list .list-item:not(:last-child) {
    margin-right: 2em;
}
#splash .catch-list .list-item::before {
    content: "";
    position: absolute;
    top: .5rem;
    left: 0;
    display: block;
    width: 21px;
    height: 18px;
    background: url(images/common/check-icon.png) no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 1100px) {
    #splash .catch-container {
        padding: 1.8em 1.5em 2em;
    }
    #splash h2 {
        font-size: 3.2rem;
    }
    #splash p {
        font-size: 2rem;
    }
}
@media screen and (max-width: 768px) {
    #splash .catch-container {
         margin-bottom: 1em;
    }
    #splash .catch-list {
        display: inline-block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
    }
    #splash .catch-list .list-item:not(:last-child) {
        margin-right: 0;
    }
}
@media screen and (max-width: 640px) {
    #splash h2 {
        font-size: 2.8rem;
    }
    #splash p {
        font-size: 1.7rem;
    }
}
@media screen and (max-width: 480px) {
    #splash .catch-container {
        padding: 1.2em 1.5em 1.5em;
    }
    #splash {
        padding: 1.5em 1em;
        height: auto;
    }
	#splash .block {
        transform: none;
	}
    #splash h2 {
        font-size: 2rem;
    }
	#splash h2 .br {
        display: block;
	}
    #splash p {
        font-size: 1.5rem;
    }
    #splash .catch-list .list-item {
        font-size: 1.6rem;
    }
}

/* contents */
#contents {
    background-color: #FBF9F5;
}

/* category cover */
#cover {
	height: 200px;
	margin-top: 81px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#cover.cat { background-image: url(images/under_image.jpg); }

@media screen and (max-width:400px) {
	#cover {
		margin-top: 51px;
	}
}

/* frame set */
.section {
	padding: 40px 10px;
}
.block {
	max-width: 1000px;
	margin: 0 auto;
}
.section .block + .block {
	margin-top: 30px;
}


/* flex set */
.flexSet {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.flexSet.col2 {
}
.flexSet.col2 > * {
    width: calc((100% - 20px) / 2);
}
.flexSet.partition.col2 > * {
    width: 50%;
}
.flexSet.partition.col2 > *:nth-child(odd) {
    padding-right: 20px;
    border-right: 1px solid #daddd9;
}
.flexSet.partition.col2 > *:nth-child(even) {
    padding-left: 20px;
}

@media screen and (max-width:768px) {
    .flexSet {
        display: block;
    }
    .flexSet.col2 > * {
        width: 100%;
        margin-top: 30px;
    }
    .flexSet.col2 > *:first-child {
        margin-top: 0;
    }
    .flexSet.partition.col2 > * {
        width: 100%;
    }
    .flexSet.partition.col2 > *:nth-child(odd) {
        padding-right: 0;
        border-right: none;
    }
    .flexSet.partition.col2 > *:nth-child(even) {
        margin-top: 0;
        padding-left: 0;
        border-top: 1px solid #daddd9;
    }
}
@media screen and (max-width:480px) {
}



/*========================================================
design format
========================================================*/

/* frame box -------------------------------------------*/
.frmBox {
	background-color: #FFFFFF;
}

/* frame head */
.frmBox .frmHead {
    position: relative;
    padding-bottom: .3em;
    margin-bottom: 1em;
	border-bottom: 3px solid #DDDDDD;
}
.frmBox .frmHead::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 90px;
    height: 3px;
    background-color: #48A63F;
}
.frmBox .frmHead h3 {
	color: #378131;
	font-size: 2.4rem;
}
.frmBox .frmHead p {
	float: right;
	text-align: right;
	padding-top: 21px;
	font-size: .8em;
}
.frmBox .frmHead p a {
    text-decoration: underline;
    color: #E89A5B;
}
.frmBox .frmHead p a:hover {
    text-decoration: none;
}

@media screen and (max-width:480px) {
    .frmBox .frmHead h3 {
	    font-size: 2rem;
    }
}

/* frame text */
.frmBox .frmText p {
    line-height: 1.8;
}
.frmBox .frmText p:not(:last-child) {
    margin-bottom: .7em;
}

/* frame btn */
.frmBox .frmBtn {
    text-align: center;
    margin-top: 2em;
}
.frmBox .frmBtn a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 15em;
  background-color: #A3C503;
  padding: 0.7em 0.5em 0.8em;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-transition-property: background-color , color;
  transition-property: background-color , color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
.frmBox .frmBtn a {
    background-color: #ABCF03;
}

/* frame body */
.frmBox .frmBody {
    overflow: hidden;
	padding: 20px;
}
.frmBox .frmBody .box {
	float: right;
	width: 48.5%;
}
.frmBox .frmBody .box:first-child {
	float: left;
}
@media screen and (max-width:960px) {
	.frmBox .frmBody .box {
		float: none;
		width: auto;
		margin-top: 20px;
	}
	.frmBox .frmBody .box:first-child {
		float: none;
		margin-top: 0;
	}
}




/* category frame --------------------------------------*/
.catFrm {
	max-width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 1px solid #DADDD9;
	
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.catFrm .catFrmHead {
	margin-top: -1px;
	padding: 0 15px 15px;
	border-bottom: 1px solid #DADDD9;
}
.catFrm .catFrmHead .catPass {
	float: left;
	padding-top: 15px;
	border-top: 4px solid #48A63F;
	text-align: left;
	font-weight: bold;
	font-size: .7em;
}
.catFrm .catFrmHead .catPass a {
    color: #E89A5B;
}
.catFrm .catFrmBody {
	padding: 59px;
}

@media screen and (max-width:768px) {
	.catFrm .catFrmBody {
		padding: 29px;
	}
}
@media screen and (max-width:400px) {
	.catFrm .catFrmBody {
		padding: 15px;
	}
}



/* category title */
.catTitle {}
.catTitle h1 {
	font-size: 3rem; 
	color: #48A63F;
}
.catTitle p {
	margin-top: 30px;
	font-size: 108%;
}

/* inner block */
.catFrm .catFrmBody .catBlock {
	margin-top: 60px;
}
.catFrm .catFrmBody .catBox {
	margin-top: 30px;
}
@media screen and (max-width:768px) {
	.catFrm .catFrmBody .catBlock {
		margin-top: 40px;
	}
}
@media screen and (max-width:400px) {
	.catFrm .catFrmBody .catBlock {
		margin-top: 20px;
	}
}



.catBlockTitle {
    margin-bottom: 30px;
}
.catBlockTitle h2,
.catTitle h2 {
	font-size: 3rem;
}
@media screen and (max-width:768px) {
	.catBlockTitle h2,
    .catTitle h2 {
        font-size: 2.2rem;
    }
}
.catBlockTitle h3 {
    position: relative;
    color: #333;
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
    padding: .7em 0 .7em 17px;
    margin: 3.5em 0 1.5em;
    background-color: #fafafa;
    border-left: 5px solid #A3C503;
}
@media screen and (max-width:768px) {
	.catBlockTitle h3 {
        font-size: 1.1em;
    }
}
.catBlockTitle p {
	margin-top: 30px;
	font-size: 1.2em;
}

/* detail */
.catBlock .catBoxTitle {
	margin: 60px 0 10px;
	padding: 9px 8px;
	border: 2px solid #DADDD9;
	font-weight: 500;
	font-size: 1.6rem;
	color: #378131;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.catBlock .catBoxTitle:first-child {
	margin-top: 0;
}

.catBlock .hdlv04 {
	margin-top: 30px;
	font-weight: bold;
}
.catBlock p {
	line-height: 1.8;
}
.catBlock .flt-l + p,
.catBlock .flt-r + p {
    margin-top: 0;
}
.catBlock p em {
	font-weight: bold;
}
.catBlock p strong {
	font-weight: bold;
}


/* page index */
.catBlockTitle + dl.catIndexPage {
	margin-top: 60px;
}
dl.catIndexPage {
	margin-top: 30px;
	border: 2px solid #DADDD9;
	
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
dl.catIndexPage dt {
	padding: 14px;
	background-color: #FFF6E1;
	font-weight: bold;
	font-size: 116%;
}
dl.catIndexPage dd {
	padding: 29px;
}
dl.catIndexPage dd p {
	font-size: 1.1em;
}
dl.catIndexPage dd p:first-child {
	margin-top: 0;
}
dl.catIndexPage dd ul.pageList {
	margin-top: 30px;
}
dl.catIndexPage dd ul.pageList li {
	float: left;
	width: 23.5%;
	margin-left: 2%;
	margin-top: -1px;
	padding: 15px 0;
	border-top: 1px dotted #DADDD9;
	border-bottom: 1px dotted #DADDD9;
}
dl.catIndexPage dd ul.pageList li.clr {
	margin-left: 0;
}
dl.catIndexPage dd ul.pageList li a {
	display: inline-block;
	line-height: 1.2;
	padding-left: 20px;
	background: url(images/common/link_bullet_arr.png) no-repeat left 0.1em;
	font-size: 1.2em;
}

@media screen and (max-width:400px) {
	dl.catIndexPage dd {
		padding: 9px;
	}
}

/* hedding ------------------------------------------*/
.blockTitle {
    margin-bottom: 30px;
    padding: 10px;
    background-color: #48A63F;
    font-weight: bold;
    font-size: 2rem;
    color: #FFF;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}



/* form ----------------------------------------------*/
#formArea {}

.formList {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    
    background-color: #FFF;
    border: 2px solid #daddd9;
}
.formList dt {
    position: relative;
    width: 240px;
    padding: 10px 30px 10px 10px;
    border-top: 1px solid #daddd9;
    font-weight: bold;
    font-size: 1.2rem;
}
.formList dt small {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 13px;
    padding: 0 4px;
    background-color: #E89A5B;
    font-size: 1rem;
    color: #FFF;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.formList > *:nth-child(-n+2) {
    border-top: none;
}
.formList dd {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;

    width: calc(100% - 240px);
    padding: 10px;
    border-top: 1px solid #daddd9;
}
.formList dd > div:nth-child(odd) {
    flex: 1;
}
.formList dd > div:nth-child(even) {
    width: 200px;
    padding-left: 10px;
}
.formList dd > div:nth-child(even) p {
    font-size: 1.2rem;
}

@media screen and (max-width:768px) {
    .formList dd {
        display: block;
    }
    .formList dd > div:nth-child(even) {
        width: auto;
        margin-top: 5px;
        padding-left: 0;
    }
}
@media screen and (max-width:600px) {
    .formList {
        display: block;
    }
    .formList dt {
        position: relative;
        width: auto;
        padding: 10px;
    }
    .formList dt small {
        position: static;
        margin-left: 10px;
    }
    .formList dd {
        width: 100%;
        padding: 0 10px 10px;
        border-top: none;
    }
}

/* フォームボタン */
#formArea .btnArea {
    margin-top: 30px;
}
#formArea .btnArea input[type=submit] {
    display: inline-block;
    width: 200px;
    background-color: #ABCF03;
}



/* form */
.formList input[type=text],
.formList input[type=password],
.formList input[type=email],
.formList input[type=tel],
.formList textarea {
    box-sizing: border-box;
    padding: 9px;
    border: 1px solid #CCC;
    line-height: 1.2;
    text-align: left;
    font-size: 1.4rem;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none;
}
.formList input[type=text]:focus,
.formList input[type=password]:focus,
.formList input[type=email]:focus,
.formList input[type=tel]:focus,
.formList textarea:focus {
    border: 1px solid #48A63F;
}
.formList input[type=radio],
.formList input[type=checkbox] {
}
.formList select {
    height: 36px;
    border: 1px solid #CCC;
    background-color: #FFF;
    outline: none;
}
.formList select:focus {
    border: 1px solid #48A63F;
}
.full { width: 100%;}
.zip1, .zip2,
.tel1, .tel2, .tel3 { width: 60px;}






/* pager -----------------------------------------------*/
.pager {
	clear: both;
	margin: 30px 0;
	position: relative;
	line-height: 1em;
    text-align: center;
    /*font-size: 0;*/
}
.pager .inr {
    display: inline-block;
}
.pager span,
.pager a {
    float: left;
	display: block;
    margin-left: 8px;
    width: 36px;
    height: 36px;
    padding: 8px 0;
	text-decoration: none;
	background-color: #FFF;
    border: 2px solid #48A63F;
    text-align: center;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
	font-size: 1.6rem;
    color: #48A63F;
    
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.pager *:first-child {
    margin-left: 0;
}
.pager a:hover{
    opacity: 1;
    background-color: #cce9da;
	color: #47BEA0;
}
.pager .current{
    background-color: #48A63F;
	color: #FFF;
}
.pager .page-prev,
.pager .page-next {
    overflow: hidden;
    width: 36px;
    height: 0;
    padding: 32px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
}
.pager .page-prev {
    background-image: url(images/common/pager_prev_gr.svg);
}
.pager .page-next {
    background-image: url(images/common/pager_next_gr.svg);
}
.pager .page-of {
    display: none;
}

@media only screen and (max-width: 480px) {
    .pager {
        font-size: 12px;
        line-height: 12px;
    }
    .pager span, .pagination a {
        padding: 7px 10px 7px 10px;
    }
    .pager .current{
        padding: 7px 10px 7px 10px;
    }
}


/* box layout */
.flt-r {
    float: right;
    margin-left: 20px;
}
.flt-l {
    float: left;
    margin-right: 20px;
}
.flt-r + *,
.flt-r + * {
    margin-top: 0 !important;
}
.flt-r img,
.flt-l img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:480px) {
    .flt-r,
    .flt-l {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}

/* ２列リスト（交互背景） */
ul.plaid {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}
ul.plaid li {
    width: 50%;
    padding: 8px;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}
ul.plaid li:nth-child(4n+1),
ul.plaid li:nth-child(4n) {
    background-color: #f2f2f2;
}

/* リンクリスト */
.linkList {}
.linkList li {
    padding: 4px 0;
    border-top: 1px solid #daddd9;
}
.linkList li:first-child {
    border-top: none;
}
.linkList li a {
    display: inline-block;
    padding-left: 14px;
    background: url(images/common/blt_wdg_r_gr.svg) no-repeat left 0.2em;
    background-size: 14px 14px;
}


/* general tag format ----------------------------------*/
/* table - format01 */
table.fmt01 {
	width: 100%;
	font-size: 92%;
}
table.fmt01 th {
	padding: 8px 4px;
	background-color: #F8FAF7;
	border: 1px solid #DADDD9;
}
table.fmt01 td {
	padding: 8px 4px;
	border: 1px solid #DADDD9;
	text-align: center;
	line-height: 1.2;
}

/* table - format02 */
table.fmt02 {
	width: 100%;
	font-size: 92%;
}
table.fmt02 thead th,
table.fmt02 thead td {
	padding: 8px;
	background-color: #cce9da;
	border: 1px solid #ddd;
	text-align: center;
    font-weight: bold;
	line-height: 1.2;
}
table.fmt02 tbody th,
table.fmt02 tbody td {
	padding: 12px 8px;
	border: 1px solid #ddd;
	line-height: 1.2;
}
table.fmt02 th {
    width: 20%;
	background-color: #A3C503;
    color: #fff;
	text-align: center;
}

/* table - text decoration */
table span.cap {
	display: inline-block;
	font-size: .8em;
}



/* ul - default */
ul.default {
	margin-top: 20px;
	list-style: disc;
	margin-left: 30px;
}
ul.default li {
	margin-top: 3px;
}

/* ol - default */
ol.default {
	margin-top: 20px;
	list-style: decimal;
	margin-left: 30px;
}
ol.default li {
	margin-top: 3px;
}


/* ul - data format */
ul.dataFmt {
	margin-top: 20px;
}
ul.dataFmt li {
	position: relative;
	margin-top: 8px;
	padding-left: 30px;
}
ul.dataFmt li:before {
	position: absolute;
	left: 13px;
	top: 0;
	content: "";
	width: 4px;
	height: 100%;
	background-color: #E89A5B;
	
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


/* dl - data format */
dl.dataBox {
	margin-top: 30px;
    border: 2px solid #daddd9;
}
dl.dataBox dt {
    padding: 8px;
    background-color: #66be8f;
    font-weight: bold;
    font-size: 1.6rem;
    color: #FFF;
}
dl.dataBox dd {
    padding: 28px;
}


/* dl - data format */
dl.dataFmt {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
}
dl.dataFmt dt {
    position: relative;
    min-width: 100px;
    padding: 10px 0;
    border-top: 1px solid #daddd9;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.2rem;
}
dl.dataFmt dt::before {
    position: absolute;
    right: -2px;
    top: 10px;
    content: "";
    width: 4px;
    height: calc(100% - 20px);
    background-color: #E89A5B;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
dl.dataFmt dt:nth-of-type(1)::before {
    top: 0;
    height: calc(100% - 10px);
}
dl.dataFmt dt:nth-last-of-type(1)::before{
    height: calc(100% - 10px);
}
dl.dataFmt dd {
    min-width: calc(100% - 100px);
    padding: 10px 0 10px 10px;
    border-top: 1px solid #daddd9;
    font-size: 1.4rem;
}

dl.dataFmt > *:nth-child(-n+2) {
    padding-top: 0;
    border-top: none;
}
dl.dataFmt > *:nth-last-child(-n+2) {
    padding-bottom: 0;
}



/* button */
.btnArea {
    text-align: center;
}
.btn {
	display: block;
	padding: 10px;
	background-color: #ABCF03;
    border: none;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.btn:hover {
	text-decoration: none;
	
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}




/* anchor */
a.anc {
	display: inline-block;
	padding-left: 20px;
}
a.anc:link {
	background: url(images/common/link_bullet_arr.png) no-repeat left center;
	color: #48A63F;
}
a.anc:visited {
	background: url(images/common/link_bullet_arr_visited.png) no-repeat left center;
	color: #7E46A7;
}
a.anc:hover {
	background: url(images/common/link_bullet_arr_hover.png) no-repeat left center;
	color: #095C57;
}
a.anc:active{
	background: url(images/common/link_bullet_arr.png) no-repeat left center;
	color: #48A63F;
}

/* notes  */
.note {
	padding-left: 1em;
	text-indent: -1em;
}
.notes li {
	margin-top: 4px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.2;
}
.notes li:first-child {
	margin-top: 0;
}


/*========================================================
   個別装飾
========================================================*/
/* top -----------------------------------------------------*/

/* グーグルマップ */
.map {
    width: 100%;
    height: 320px;
    background-color: #FFF;
}

/* アクセスマップ */
#accessMap .map {
    margin-bottom: 2em;
}


/* お知らせ一覧 */
ul.infoList li {
    display: flex;
    flex-flow: row nowrap;
    align-content: space-between;
	padding: 14px 1em;
	border-top: 1px solid #DADDD9;
}
ul.infoList li:first-child {
	border-top: none;
}
ul.infoList li em{
    width: 8em;
    color: #48A63F;
    vertical-align: middle;
}
ul.infoList li p {
    flex: 1;
    position: relative;
    margin-top: 0;
    padding-left: 24px;
    font-size: 1.6rem;
}
ul.infoList li a {
    color: #222;
    text-decoration: none;
}
ul.infoList li a:hover {
    color: #48A63F;
}
.catBlock ul.infoList {
    margin-top: 30px;
}

@media screen and (max-width:768px) {
    ul.infoList li {
        display: block;
        padding: 10px 0;
        border-top: 1px solid #DADDD9;
    }
    ul.infoList li em{
        display: block;
        width: auto;
        margin-bottom: 10px;
    }
    ul.infoList li p {
         padding-left: 14px;
    }
}

/* 資格者紹介(TOP) */
.staff-name {
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', sans-serif;
    text-align: right;
    margin-top: 1em;
}
.staff-name span {
    font-size: 2.4rem;
    padding-left: .5em;
}
.staff-wrap {
    padding: .5em 1em;
    margin-top: 1.5em;
    background-color: #F4F4F4;
}
.staff-affiliation {
    display: flex;
}
.staff-affiliation dt {
    color: #378131;
    font-size: 1.5rem;
    margin-right: 1em;
}
.staff-affiliation dd {
    flex: 1;
    font-size: 1.4rem;
}

@media screen and (max-width:480px) {
    .staff-name {
        font-size: 1.5rem;
    }
    .staff-name span {
        display: block;
        font-size: 2.2rem;
        padding-left: 0;
    }
}

/* 取扱業務(TOP) */
.service-list {
    display: flex;
    flex-wrap: wrap;
    margin: 2em -2em -1.5em 0;
}
.service-list li {
    width: 33.3333%;
    padding: 0 2em 1.5em 0;
}
.service-link {
    display: block;
    text-decoration: none;
    background-color: #F1F5D6;
}
.service-wrap {
    display: flex;
    align-items: center;
    border-left: 3px solid #48A63F;
}
.service-image {
    width: 70px;
    height: 65px;
}
.service-title {
    color: #378131;
    font-size: 1.8rem;
    padding: 0 1em;
}
@media screen and (max-width:768px) {
    .service-list {
        margin: 2em -1em -1em 0;
    }
    .service-list li {
        width: 50%;
        padding: 0 1em 1em 0;
    }
    .service-title {
        font-size: 1.5rem;
    }
}
@media screen and (max-width:480px) {
    .service-title {
        font-size: 1.4rem;
    }
}

/* アクセス(TOP) */
.access-table {
    width: 100%;
}
.access-table th,
.access-table td {
    padding: .7em 1em;
}
.access-table th {
    text-align: left;
    width: 11em;
    border-bottom: 1px solid #48A63F;
}
.access-table td {
    border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width:640px) {
    .access-table th,
    .access-table td {
        font-size: 1.4rem;
    }
    .access-table th {
        width: 6em;
    }
}

/* archive--------------------------------------------- */
/* 記事リスト */
dl.articleFmt {
	display: table;
	width: 100%;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px dotted #DADDD9;
}
dl.articleFmt dt {
	clear: both;
	display: table-cell;
	width: 9em;
	padding: 5px 10px 0 0;
	white-space: nowrap;
	vertical-align: top;
	line-height: 1.5;
	font-weight: bold;
}
dl.articleFmt dd {
	position: relative;
	display: table-cell;
	padding-left: 14px;
	vertical-align: top;
	line-height: 1.5;
}
dl.articleFmt dd:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	background-color: #48A63F;
	
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
dl.articleFmt dd em {}
dl.articleFmt dd h3 {
	line-height: 1.5;
}
dl.articleFmt dd h3 a {
	font-size: 164%;
}
dl.articleFmt dd p {}
dl.articleFmt dd p.continue {
	text-align: right;
}

@media screen and (max-width:600px) {
	dl.articleFmt {
		display: block;
	}
	dl.articleFmt dt {
		position: relative;
		display: block;
		width: auto;
		margin-top: 10px;
		padding: 0 0 0 10px;
	}
	dl.articleFmt dt:before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		display: block;
		width: 4px;
		height: 100%;
		background-color: #48A63F;
		
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	dl.articleFmt dd {
		display: block;
		width: auto;
		padding: 10px 0 0 10px;
		line-height: 1.5;
	}
	dl.articleFmt dd:before,
	dl.articleFmt dd:after {
		display: none;
	}
}

/* detail --------------------------------------------- */
p.detailPageDate {
	margin: 0;
	margin-bottom: 20px;
}

.detailPageNavi p {
	text-align: right;
}

/* 記事中のノーマライズ化 */
.normalize {}
.normalize h2 {
  position: relative;
  color: #333;
  font-size: 1.2em;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  padding: .7em 0 .7em 17px;
  margin: 3.5em 0 1.5em;
  background-color: #fafafa;
  border-left: 5px solid #A3C503;
}
@media screen and (max-width:768px) {
  .normalize h2 {
    font-size: 1.1em;
  }
}

.normalize h3 {
  position: relative;
  font-size: 1.1em;
  padding-bottom: .3em;
  margin: 3.5em 0 1.5em;
  border-bottom: 2px solid #A3C503;
}

.normalize blockquote {
  padding: 1.5em;
  border-radius: .5em;
  border: 2px solid #ddd;
  background-color: #fafafa;
  text-align: center;
}
  
.normalize blockquote p,
.normalize blockquote strong,
.normalize blockquote em {
  font-style: italic;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #555;
}
  
.normalize blockquote p {
  margin-bottom: 1em;
}
  
.normalize blockquote p:last-child {
  font-style: normal;
  margin-bottom: 0;
}

.normalize table {
  width: 100%;
}

.normalize table th,
.normalize table td {
  padding: .5em 1em;
  border: 1px solid #ddd;
}

.normalize table th {
  text-align: center;
  background-color: #f7f7f7;
}

.normalize ul > li,
.normalize ol > li {
  margin-left: 1.5em !important;
}

.normalize ul li:not(:last-child),
.normalize ol li:not(:last-child) {
  margin: 0 0 1em 0;
}

.normalize ul li ul li,
.normalize ol li ul li,
.normalize ul li ol li,
.normalize ol li ol li {
  margin: .5em 0;
}

.normalize ul li:not(:last-child) ul li,
.normalize ol li:not(:last-child) ul li,
.normalize ul li:not(:last-child) ol li,
.normalize ol li:not(:last-child) ol li {
  margin: .3em 0;
}

.normalize ul li ul li:first-child,
.normalize ol li ul li:first-child,
.normalize ul li ol li:first-child,
.normalize ol li ol li:first-child {
  margin: .7em 0 .3em;
}

.normalize p {
  display: block;
  margin: 1em 0; /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
}
.normalize ul {
  display: block;
  margin: 1em 0; /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
  padding-start: 40px; /* IEは、padding-left: 30pt; Operaは、padding-left: 40px; */
  list-style-type: disc;
  list-style-position: outside;
}
.normalize ol {
  display: block;
  margin: 1em 0; /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
  padding-start: 40px; /* IEは、padding-left: 30pt; Operaは、padding-left: 40px; */
  list-style-type: decimal;
  list-style-position: outside;
}
.normalize li {
  display: list-item;
}

.normalize dl {
  display:block;
  margin: 1em 0; /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
}
.normalize dt {
  display: block;
}
.normalize dd {
  display:block;
  margin-left: 40px; /* Webkit, Firefoxは、margin-start: 40px; */
}
.normalize img {}
.normalize strong { font-weight: bold;}
.normalize em { font-weight: italic;}


/* サイトマップ */
.wsp-pages-list {
  list-style: disc;
  list-style-position: inside;
}

/* 前の記事へ、次の記事へ　リンク  */
.paging {
  overflow: hidden;
  padding: 20px 0;
} 
.paging .prev {
  float: left;
}
.paging .prev a {
  font-size: 16px;
  font-weight: bold;
}
.paging .next {
  float: right;
}
.paging .next a {
  font-size: 16px;
  font-weight: bold;
}
.paging .back {
  text-align: center;
}
.paging .back a {
  font-size: 16px;
  font-weight: bold;
}

/*250715*/
.area-list:not(:last-child) {
    margin-bottom: 1.5em;
}
.area-list dt {
    color: #48A63F;
    font-weight: 500;
    margin-bottom: 0.3em;
}
.area-list dd {
    font-size: 1.5rem;
}
.area-list dd .br {
    display: block;
}
@media screen and (max-width:768px) {
    .area-list dd .br {
        display: none;
    }
}