@charset "UTF-8";
/*Theme Name: 326_morita
Theme URI: http://example.com/
Description: 326_morita-template
Version: 1.0
Author: beaut imaging office.
Author URI: http://example.com/
*/

/*============================================================*/
/* 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%;
    overflow-x: hidden;
}
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: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	color: #333;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

/* anchor */
a {
    text-decoration: underline;
	color: #00a0d2;

	-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?3kxpk0');
    src:  url('fonts/icomoon.eot?3kxpk0#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?3kxpk0') format('truetype'),
        url('fonts/icomoon.woff?3kxpk0') format('woff'),
        url('fonts/icomoon.svg?3kxpk0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    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-mail:before {
content: "\e900";
}
.icon-rightarrow:before {
content: "\e901";
}
.icon-tel:before {
content: "\e902";
}
.icon-menu:before {
content: "\e903";
}
@font-face {
    font-family: 'hannari';
    src: url('fonts/Hannari.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/*========================================================
header
========================================================*/
.ghead {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	min-width: 320px;
	width: 100%;
	background-color: #ffffff;
	border-top: 6px solid #00a0d2;
}
.ghead .inr {
	max-width: 1100px;
	height: 97px;
	margin: 0 auto;
}
@media screen and (max-width: 1100px) {
    .ghead .inr {
	    padding: 0 10px;
    }
}

/* logo */
.ghead h1 {
	float: left;
	margin-top: 14px;
	/* width: 323px;
	height: 74px; */
}
.ghead h1 a{
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.ghead h1 img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 769px) {
    .ghead h1{
        max-width: 190px;
        margin-top: 16px;
    }
    /* .ghead h1 {
        width: 200px;
        height: auto;
    } */
    .ghead h1 {
        margin-top: 13px;
        /* width: 323px;
        height: 74px; */
    }
    .ghead h1 a{
        position: relative;
        display: inline-block;
        text-decoration: none;
    }
}
@media screen and (max-width: 480px) {
    .ghead h1{
        max-width: 170px;
        margin-top: 5px;
    }
    .ghead .inr {
        height: 95px;
    }
    /* .ghead h1 {
		width: 105px;
		margin-top: 10px;
	} */
    .ghead h1 a{
        position: relative;
        display: inline-block;
        text-decoration: none;
        max-width: 180px;
    }
}

/* global navi */
.gnav {
	float: right;
	margin-top: 23px;
}
@media screen and (max-width: 480px){
    .gnav {
        float: right;
        margin-top: 10px;
    }
}
.gnav h2 {
    float: left;
	border-right: 1px solid #00a0d2;
	border-left: 1px solid #00a0d2;

	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: #00a0d2;
	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: #009245;
} */

.gnav ul {
    float: left
}
.gnav ul li {
	float: left;
}
.gnav ul li:first-child {
}
.gnav ul li a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	width: 92px;
	height: 64px;
	line-height: 1;
	text-align: center;
    text-decoration: none;
	font-size: 1.5rem;
	color: #554735;
    letter-spacing: .05em;
    font-weight: 500;
	-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 {
	background-color:#00a0d2 ;
	text-decoration: none;
    color: #fff;
    opacity: 1;
}

@media screen and (min-width:1100px) {
	.gnav h2 { display: none;}
	.gnav ul { display: block;}
}
@media screen and (max-width: 1099.98px) {
	.gnav h2 {
        display: block;
        position: relative;
        margin-top: 9px;
        width: 65px;
        color: #00a0d2;
    }
	.gnav ul {
		display: none;
        background-color:#fff ;
		position: fixed;
		left: 0;
		top: 114px;
		width: calc(100% - 20px);
        box-sizing: border-box;
        margin: 4px 10px 10px;
        padding: 10px;
        border: 3px solid #00a0d2;

        -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: -10px;
        right: 235px;
        z-index: -1;
        width: 14px;
        height: 14px;
        background-color: #00a0d2;
        -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: -7px;
        right: 235px;
        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 10px;
		text-align: left;
        line-height: 1.5;
		font-size: 1.6rem;
        width: auto;
	}

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

}
@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;
		background-color: transparent;
		border-left: none;
		border-right: none;

        background: url(images/common/icon-burger.svg) no-repeat center 2px;
        background-size: 40px;
        margin-top: 0;
	}
    /* .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;
    }

}
@media screen and (max-width:480px){
    .gnav ul{
        top: 106px;
    }
}

/* contact */
.gContact {
    float: left;
    margin-left: 18px;
    margin-top: -6px;
}
.gContact .info{
    color: #fff;
    font-size: 1.4rem;
}
.gContact .tel {
    position: relative;
    padding-left: 27px;
    line-height: 1;
    font-size: 2.6rem;
    color: #333;
    font-weight: 500;
    /* margin-bottom: .5rem; */
}
.gContact .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: "\e902";
    color: #56d8fc;
    font-size: (14px*2.2);
    font-size: 2.1rem;
    line-height: 1;
    top: 1px;
    left: 0;
}
.gContact .mail a {
    display: block;
    padding:.55em .2em .5em .2em;
    background-color: #00a0d2;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    color: #FFF;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    margin-top: .3em;
}
.gContact .mail a:hover{
    background-color: #56d8fc;
    opacity: 1;
}
@media screen and (max-width: 769px){

}
@media screen and (max-width: 769px) {
    .gnav h2{
        margin-top: 0;
    }
    .gContact {
        float: left;
        margin-left: 13px;
        margin-top: 0;
    }
    .gContact .mail a {
        display: block;
        font-size: 1.2rem;
        padding:.35em .2em .3em .2em;
    }
    .gContact .tel {
        position: relative;
        padding-left: 24px;
        line-height: 1;
        font-size: 2rem;
        /* margin-bottom: .5rem; */
    }
    .gContact .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: "\e902";
        font-size: (14px*2.2);
        font-size: 1.8rem;
        line-height: 1;
        top: 1px;
        left: 0;
    }
}
@media screen and (max-width: 480px) {
    .gContact {
        float: none;
        position: absolute;
        left: 0;
        bottom: 6px;

        display: flex;
        flex-flow: row nowrap;
        justify-content:center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; */
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
    }
    .gContact p:not(:last-child){
        margin-right: 10px;
    }
    .gContact .tel {
    }
    .gContact .tel:before {
    }
}
@media screen and (max-width: 480px) {
    .gContact p:not(:last-child){
        margin-right: 0;
    }
    .gContact .tel {
        position: relative;
        padding-left: 13px;
        line-height: 1;
        font-size: 1.6rem;
        margin-top: 7px;
        /* margin-bottom: .5rem; */
    }
    .gContact .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: "\e902";
        font-size: (14px*2.2);
        font-size: 1.6rem;
        line-height: 1;
        top: -1px;
        left: -8px;
    }
    .gContact .mail a {
        margin-left: 20px;
        padding: .25em .5em .2em .5em;
    }
    /* .gContact .mail a .br{
        display: block;
    } */
}

/*========================================================
footer
========================================================*/
.gFoot {
	background-color: #00a0d2;
}
.gFoot .inr{
    overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
	padding: 35px 0 35px 0;
}

/* footer navi */
.fnav {
    float: left;
    line-height: 15px;
}
.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-size: 1.5rem;
    color: #FFF;
}
@media screen and (max-width: 1000px) {
    .gFoot .inr{
        padding: 20px 10px;
    }
    .fnav li a {
        text-decoration: none;
        font-size: 1.2rem;
        color: #FFF;
    }
}
@media screen and (max-width:480px) {
    .fnav {
        float: none;
        margin-bottom: 20px;
        text-align: center;
    }
}

/* copyright */
p.copyright {
    float: right;
    text-align: center;
	font-size: 1.5rem;
	color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
    p.copyright {
        float: right;
        text-align: center;
        font-size: 1.2rem;
        color: #FFFFFF;
    }
}
@media screen and (max-width:480px) {
    p.copyright {
        float: none;
    }
}




/*========================================================
contents
========================================================*/
/* splash */
#splash {
	height: 480px;
	margin-top: 108px;
	padding: 0 10px;
	background: url(images/top/top_image.jpg) no-repeat center center;
	background-size: cover;
	color: #333;
    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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#splash .block {
	vertical-align: middle;
    max-width: 830px;
    margin:0;
    background: rgba(0, 160, 210, .68);
    margin-left: -1em;
    padding:2.6em 2.5em;
    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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#splash .block img{
    max-width: 100%;
    height: auto;
}
#splash .block h3{
    font-size: 2.7rem;
    max-width: 512px;
    width: 100%;
    color: #fff;
    font-family: 'hannari';
    line-height: 1.2;
    margin-bottom: .6em;
}
#splash .block h2{
    font-size: 4.2rem;
    line-height: 1.25;
    color: #fff;
    font-family: 'hannari';
    letter-spacing: -.1em;
}
#splash .catch-txt{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    font-size: 1.7rem;
    font-weight: 500;
    font-feature-settings: 'palt';
    color: #333;
    line-height: 1.2;
    transform: translateY(380%);
    -webkit-transform: translateY(380%);
    -ms-transform: translateY(380%);
    text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
    -webkit-text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
    -ms-text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
    -moz-text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
    -o-text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
}

@media screen and (max-width:1000px) {
    #splash .block {
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (max-width:700px){
    #splash .block {
        margin-left: 0;
        padding:2em 1em;
        text-align: center;
    }
    #splash .block h3{
        font-size: 2.6rem;
        margin-bottom: .3em;
    }
    #splash .block h2{
        font-size: 3.4rem;
    }
    #splash .catch-txt{
        margin-top: 1em;
        text-align: center;
        font-size: 1.6rem;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}
@media screen and (max-width:480px) {
    #splash {
        height: auto;
        margin-top: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #splash .block {
        margin-left: 0;
        padding:1em .5em;
        text-align: center;
    }
    #splash .block h3{
        font-size: 1.9rem;
        margin-bottom: .5em;
    }
    #splash .block h2{
        font-size: 2.1rem;
    }
    #splash .catch-txt{
        margin-top: .5em;
        text-align: center;
        font-size: 1.4rem;
    }

}

/* 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;
    padding-top: 80px;
}
.block {
	max-width: 1100px;
	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% / 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;
}
.mb-3{
    margin-bottom: 3em;
}
@media screen and (max-width:998px){
    .flexSet.col2 > * {
        width: calc((100% - 20px) / 2);
    }
}
@media screen and (max-width:925px) {
    .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) {
    .mb-3{
        margin-bottom: 0;
    }
}
.article-section{
    padding: 4em 10px;
    background: url("../images/line.png") repeat-x top left;
    margin: 0 -1em;
}
@media screen and (max-width:480px) {
    .article-section{
        padding: 4em 15px;
        background: url("../images/line.png") repeat-x top left;
        margin: 0 -1em;
    }
}
.article-section:first-of-type{
    margin-top: 6em;
}
.section-header{
    position: relative;
    margin-bottom: 1.8em;
    padding-bottom: 1.1em;
}
.link-more{
    text-align: center;
}
.section-header::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    border-radius: 10em;
    -webkit-border-radius: 10em;
    -ms-border-radius: 10em;
    background-color:#eee ;
}
.section-heading{
    position: relative;
    font-size: 3.2rem;
    line-height: 1.2;
    color: #000;
    padding-left: .8em;
    padding-top: .1em;
    padding-bottom: .1em;
    border-left: 2px solid #00a0d2;
}
.section-heading::before{
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    border-left:9px solid #00a0d2;
}
.frmBox-article{
}

@media screen and (max-width:768px) {
    .section-heading{
        position: relative;
        font-size: 2.2rem;
        line-height: 1.2;
        color: #000;
        padding-left: .8em;
        padding-top: .1em;
        padding-bottom: .1em;
        border-left: 2px solid #00a0d2;
    }
}
/*========================================================
design format
========================================================*/

/* frame box -------------------------------------------*/
.frmBox {
	background-color: #FFFFFF;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.frmBox:first-child{
    padding-right: 1.1em;
    margin-right: 1.1em;
    border-right: 1px dotted #AAAAAA;
}

/* frame head */
.frmHead {
    position: relative;
    margin-bottom: 2em;
    padding-left: .5em;
}

.box-wrap{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.box-area{
    padding: 0 5px;
}
.box-area .box-intro{
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: .8em;
}
.box-area-list{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin-bottom: 1em;
}
.box-txt{
    line-height: 1.8;
    font-feature-settings: 'palt';
}
.box-main dl{
    margin-top: .8em;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
    -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
    line-height: 1.2;
}
.box-main dl dt{
    font-size: 1.6rem;
    color: #00a0d2;
    line-height: 1.2;
    font-weight: 500;
    padding-right: .2em;
}
.box-main dl dd{
    font-size: 2.4rem;
    color: #333;
    font-weight: 500;
    font-feature-settings: 'palt';
}
.box-main dl dd span{
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
}
.box-area-list li{
    list-style: none;
    color: #EB8585;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-left: 1.8em;
    line-height: 1.2;
}
.box-area-list li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    width:25px ;
    height: 21px;
    background: url("../images/common/icon-check_pink.svg") no-repeat center;
    background-size: cover;
}
.box-area-list li:not(:last-child){
    margin-right: 2em;
}
.box-wrap .br{
    display: block;
}
.box-main{
    -webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
    line-height: 1.8;
    font-feature-settings: 'palt';
}
.box-main p{
    font-size: 1.5rem;
}
.box-main p:not(:last-child){
    margin-bottom: .8em;
}
.link-more{
    text-align: right;
}
.box-side{
    margin-left: 1em;
}
.frmBox:nth-child(2) .box-side{
    margin-left: 1.5em;
}
.box-list{
    line-height: 1.8;
}
.box-list li{
    position: relative;
    font-size: 1.4rem;
    padding-left: .8em;
    list-style: none;
    color: #333;
}
.box-list li::before{
    content: "";
    position: absolute;
    top: .55em;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    background-color:#00a0d2 ;
}
.link-button{
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color:#00a0d2 ;
    border-radius: 10em;
    -webkit-border-radius: 10em;
    -ms-border-radius: 10em;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: .1em;
    padding: .65em 1.6em .55em 1.7em;
    max-width: 220px;
    width: 100%;
    font-weight: 500;
    text-align: left;
    margin-top: 1em;
}
.link-button:hover{
    background-color:#56d8fc ;
}
.link-button::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%);
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.box-side .staff-name{
    text-align: center;
    font-size: 1.8rem;
    color: #333;
    margin-top: .1em;
}
.frmHead h3 {
    position: relative;
    font-size: 2.6rem;
    color: #333;
    line-height: 1.2;
    font-weight: 500;
    padding-left: 2.5em;
}
.frmHead h3::before{
    content: attr(data-num);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    font-size:4.6rem ;
    line-height: 1.2;
    color:#00a0d2 ;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
}
.frmHead span {
    color: #AEC4E5;
    font-size: 2.4rem;
    padding-left: 15px;
}
.frmHead p a {
    text-decoration: underline;
    color: #f7931e;
}
.frmHead p a:hover {
    text-decoration: none;
}
@media screen and (max-width:998px){
    .frmBox:nth-child(2) .box-side{
        margin-left: 1em;
    }
}
@media screen and (max-width:925px){
    .frmBox:first-child{
        padding-right: 0;
        margin-right: 0;
        border-bottom: 1px dotted #AAAAAA;
        border-right: none;
        padding-bottom: 3em;
    }
}
@media screen and (max-width:768px){
    .frmHead h3 {
        font-size: 2.1rem;
        padding-left: 2em;
    }
    .frmHead h3::before{
        font-size:3.3rem ;
    }
    .frmHead {
        position: relative;
        margin-bottom: 1em;
        padding-left: 0;
    }
}
@media screen and (max-width:480px){
    .box-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }
    .box-side{
        margin-left: 0;
        margin-bottom: 1em;
    }
    .box-main{
        width: 100%;
    }
}
/* frame body */
.frmBox .frmBody {
    overflow: hidden;
}
.frmBox .frmBody .box {
	float: right;
	width: 48.5%;
}
.frmBox .frmBody .box:first-child {
	float: left;
}
@media screen and (max-width:639px) {
	.box-wrap .br{
        display: none;
    }
}
@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;
	}
}


.business-section{
    padding: 5em 1em;
    margin: 0 -1em;
    background: url("./images/top/business-bg.jpg") no-repeat center center / cover;
}
.business-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.business-wrap .business-item{
    max-width: 350px;
    width: 100%;
    text-align: center;
}
.business-wrap .business-item:first-child{
    margin-right: 2em;
}
.business-more{
    text-align: center;
    margin-top: 1em;
}
.business-wrap .business-item a{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    background-color: #fff;
    border:4px solid #56d8fc ;
    padding: 2.5em 1em 3.8em 1em;
    transition: all .3s ease;
}
.business-wrap .business-item a:hover{
    border-color:#00a0d2 ;
    opacity: 1;
}
.business-image{
    position: relative;
    padding-bottom: 1.5em;
}
.business-image::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: block;
    height: 2px;
    width: 100px;
    background-color:#56d8fc;
}
.business-image::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
    -webkit-transform: translateX(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) rotate(135deg);
    -o-transform: translateX(-50%) rotate(135deg);
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #56d8fc;
    border-right: 2px solid #56d8fc;
}
.business-heading{
    font-size: 2.4rem;
    color: #555555;
    line-height: 1.4;
    margin-bottom: 1em;
    font-weight: 500;
}
@media screen and (max-width:768px){
    .business-section{
        padding: 3em 1em;
        margin: 0 -1em;
    }
    .business-wrap{
        -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;
    }
    .business-wrap .business-item:first-child{
        margin-right: 0;
        margin-bottom: 1em;
    }
}
@media screen and (max-width:480px){
    .business-heading{
        font-size: 2.2rem;
        margin-bottom: .5em;
    }
    .business-image{
        padding-bottom: .8em;
    }
    .business-wrap .business-item a{
        padding: 1.8em 1em 3em 1em;
    }
}
.access-section{
    padding: 4em 1em 2em 1em;
    margin: 0 -1em;
    background-color: #56d8fc;
}
.access-section .frmHead h3{
    color: #fff;
}
.access-section .frmHead h3::before{
    color: #fff;
}
.access-wrap{
    background-color: #fff;
    display:-webkit-box;
    display:-ms-flexbox;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    display:flex;
    padding: 2em 2em 3.5em 2em;
}
.access-main{
    margin-right: 2em;
}
.access-main,.access-map{
    width: 50%;
}
.access-map{
    position: relative;
    padding-top: 42%;
}
.access-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.access-more{
    text-align: right;
    margin-top: 2em;
}
.access-table{
    display: table;
    border-collapse: collapse;
}
.access-table th,.access-table td{
    font-size: 1.5rem;
    vertical-align: top;
    text-align: left;
    padding: 13px 0;
}
.access-table th{
    width: 7em;
}
@media screen and (max-width:900px){
    .access-wrap{
        -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;
        padding: 2em 2em 3.5em 2em;
    }
    .access-main,.access-map{
        width: 100%;
    }
    .access-main{
        margin-right: 0;
        margin-bottom: 2em;
    }
    .access-section{
        padding: 2em 1em 2em 1em;
    }
}
@media screen and (max-width:639px){
    .access-wrap{
        padding:1em;
    }
    .access-table th,.access-table td{
        padding: 8px 0;
        display: block;
    }
    .access-table{
        width: 100%;
    }
    .access-table th{
        width: 100%;
        display: block;
        font-weight: 500;
        border-bottom: 1px solid #56d8fc;
    }
    .access-more{
        margin-top: 0;
    }
    .access-map{
        position: relative;
        padding-top: 77%;
    }
}

.news-section{
    padding: 3em 1em 0 1em;
    margin: 0 -1em;
}
.news-section .frmBody{
    margin-top: 1.5em;
}
.news-section .frmBox:first-child{
    margin-right: 2.5em;
    padding-right: 2.5em;
}
.news-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.news-wrap .frmBox{
    -webkit-box-flex:1;
	-ms-flex:1;
    flex: 1;
    min-width:0;
}
.news-more{
    text-align: right;
    margin-top: 2em;
}
@media screen and (max-width:998px){
    .news-section .frmBox:first-child{
        margin-right: 1.1em;
        padding-right: 1.1em;
    }
}
@media screen and (max-width:925px){
    .news-section .frmBox:first-child{
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 2em;
    }
    .news-wrap{
        -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;
    }
    .news-wrap .frmBox{
        width: 100%;
    }
}
@media screen and (max-width:480px){
    .news-section{
        padding: 1em 1em 0 1em;
    }
    .news-section .frmBox:first-child{
        margin-bottom: 1em;
        padding-bottom: 2em;
    }
}
/* 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 #00a0d2;
	text-align: left;
	font-weight: bold;
	font-size: .7em;
}
.catFrm .catFrmHead .catPass a {
    color: #00a0d2;
}
.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: #00a0d2;
}
.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 {
	padding: 10px;
	background-color: #00a0d2;
	font-weight: bold;
	font-size: 2rem;
	color: #FFF;

	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.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: bold;
	font-size: 1.6rem;
	color: #00a0d2;

	-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.5;
}
.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: #009245;
    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.5rem;
}
.formList dt small {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 13px;
    padding: 0 4px;
    background-color: #00a0d2;
    font-size: 1.3rem;
    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: #00a0d2;
}



/* 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 #00a0d2;
}
.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 #00a0d2;
}
.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 #009245;
    text-align: center;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
	font-size: 1.6rem;
    color: #009245;

    -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: #009245;
	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: #00a0d2;
	border: 1px solid #CCC;
    color: #ffff;
	text-align: center;
    font-weight: bold;
	line-height: 1.2;
}
table.fmt02 tbody th,
table.fmt02 tbody td {
	padding: 8px;
	border: 1px solid #CCC;
	line-height: 1.2;
}
table.fmt02 th {
    width: 20%;
	background-color: #56d8fc;
	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: #f7931e;

	-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: #f7931e;
    -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: #F7931D;
    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: #009245;
}
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: #009245;
}

/* 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: 360px;
    background-color: #FFF;
}

/* アクセスマップ */
#accessMap .map {
    margin-bottom: 10px;
}


/* お知らせ一覧 */
ul.infoList{
    max-width: 1060px;
    margin: 0 auto 1em;
}
ul.infoList li {
    display: flex;
    flex-flow: row nowrap;
    align-content: space-between;

	padding: 17px 0;
    padding-left: 13px;
	border-bottom: 1px dotted #CCCCCC;
}
ul.infoList li:first-child {
	border-top: none;
	padding-top: 0;
}
ul.infoList li em{
    width: 110px;
    vertical-align: middle;
    font-size: 1.5rem;
    color: #00a0d2;
}
ul.infoList li a{
    text-decoration: none;
    font-size: 1.5rem;
    color: #333;
}
ul.infoList li a:hover{
    color: #00a0d2;
}
ul.infoList li p {
    flex: 1;
    position: relative;
    margin-top: 0;
    font-size: 1.5rem;
}
.catBlock ul.infoList {
    margin-top: 30px;
}

@media screen and (max-width:768px) {
    ul.infoList li {
        display: block;
        padding: 10px 5px;
    }
    ul.infoList li em{
        display: block;
        width: auto;
        margin-bottom: 10px;
    }
}


/* 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: #009245;

	-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: #009245;

		-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 {
  display: block;
  margin: 0.83em 0; /* Webkit, Firefoxは、margin-before: 0.83em; margin-after: 0.83em; */
  font-size: 1.5em;
  font-weight: bold;
  page-break-after: avoid; /* IEのみ */
}
.normalize h3 {
  display: block;
  margin: 1em 0; /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
  font-size: 1.17em;
  font-weight: bold;
  page-break-after: avoid; /* IEのみ */
}
.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;
}
.wpcf7-form-control-wrap {
	width: 100%;
}