@charset "UTF-8";

/*
font-family: "Zen Old Mincho", serif;
font-family: "Zen Kaku Gothic New", sans-serif;
font-family: "Allura", cursive;
*/

*{margin: 0;padding: 0;}
html {font-family: "Zen Old Mincho", serif;}
a{outline:none !important;}
a:focus{outline:none !important;}
li{outline:none !important;}
li:focus{outline:none !important;}
figure{margin:0;}



.pagination {text-align: center;margin-top: 30px;display: flex;justify-content: center;}
.pagination span {text-decoration: none;color: #666;background-color: #eee;font-size: 13px;font-weight: bold;padding:2px 8px;}
.pagination a {text-decoration: none;color: #000;font-size: 13px;padding: 2px 8px;}



@media all and (min-width:751px) {
body {color: #333;font-size: 16px;line-height: 1.6;font-weight: 500;}
ul,li {list-style-type: none;}
a:hover{opacity: 0.4;transition: 0.4s ease-in-out;}



/*--------ヘッダー--------*/
header{width: 100%;display: block;}
header section{display: block;}
header section>div{display: flex;max-width: 1200px;margin: auto;justify-content: space-between;align-items: center;height: 100px;}
header section h1 a{color: #333;text-decoration: none;display: block;}
header section h1 b{font-size: 15px;font-weight: normal;display: block;}
header section h1 img{width: 280px;display: block;height: auto;margin-top: 5px;}
header .contact{display: flex;flex-direction: column;align-items: flex-end;justify-content: center;}
header .contact li{display: block;}
header .contact li address{font-style: normal;}
header .contact li a{color: #333;text-decoration: none;font-size: 20px;}
header .contact li a::before{content: "\260E";margin-right: 5px;font-size: 18px;}
header .pcnav{background-color: #8c63a9;height: 80px;border-bottom: 4px solid #705489;}
header .pcnav ul{display: flex;justify-content: space-between;max-width: 1200px;margin: auto;height: 100%;}
header .pcnav ul li{display: flex;align-items: center;justify-content: center;height: 100%;position: relative;width: 100%;}
header .pcnav ul li a{display: flex;align-items: center;justify-content: center;height: 100%;text-decoration: none;color: #fff;font-size: 18px;letter-spacing: 1px;width: 100%;}
header .pcnav ul li::before{content: "";border-right: 1px solid rgba(255,255,255,.4);position: absolute;right: 0;top: 30px;height: 20px;}
header .pcnav ul li:last-child::before{content: none;}





/*--------フッダー--------*/
footer{display: block;background-image: url(images/footer_bg.jpg);background-size: cover;background-position: center;}
footer section{display: block;width: 100%;height: 100%;position: relative;background-color: rgba(255,255,255,.8);padding: 100px 0 60px;}
footer nav{position: absolute;left: 50%;transform: translate(-50%,0);display: table;top: -25px;padding: 10px 30px;border: 1px solid #beabd3;border-radius: 100px;background-color: #fff;}
footer section ul {display: flex;justify-content: space-between;}
footer section ul li{display: block;}
footer section ul li a{font-size: 14px;text-decoration: none;color: #333;margin: 0 10px;white-space: nowrap;}
footer section ul li a::before{content: "\25B8";margin-right: 3px;color: #ccc;}
footer section h1{width: 280px;margin: auto;display: block;}
footer section h1 img{width: 100%;height: auto;display: block;}
footer a.contact{display: table;position: relative;left: 50%;transform: translate(-50%,0);color: #333;font-size: 20px;text-decoration: none;}
footer a.contact::before{content: "\260E";font-size: 18px;margin-right: 5px;}
footer address{display: block;text-align: center;font-style: normal;margin-top: 10px;}
footer>small{background-color: #8c63a9;font-size: 12px;color: #fff;display: block;text-align: center;padding: 4px 0;}
a.arrow{width: 45px;display: block;height: 45px;position: fixed;right: 20px;opacity: 0;visibility: hidden;transition: opacity 0.3s ease, visibility 0.3s ease;bottom: 40px;}
.arrow.show {opacity: 1;visibility: visible;}
a.arrow img{width: 100%;height: auto;display: block;}




/*--------コンテンツ共通--------*/
main{display: block;}
article{display: block;padding-bottom: 120px;}
.midashi{background-image: url(images/midashi_bg.png);height: 180px;display: flex;align-items: center;justify-content: center;}
.midashi h2{font-size: 32px;color: #fff;font-weight: normal;text-align: center;letter-spacing: 4px;}
.midashi h2 small{display: block;font-size: 13px;opacity: 0.5;letter-spacing: 2px;}


.title1{font-size: 26px;font-weight: normal;color: #000;display: flex;align-items: flex-start;box-sizing: border-box;padding-bottom: 10px;border-bottom: 1px dotted #ccc;}
.title1::before{content: url(images/ec.png);position: relative;top: -1px;margin-right: 10px;}

.title2{font-size: 18px;font-weight: normal;background-color: #f0f0f0;padding: 12px 25px;border-radius: 100px;box-sizing: border-box;}

.title3{font-size: 16px;font-weight: normal;border: 1px solid #ddd;border-left: 4px solid #705489;padding: 10px 20px;box-sizing: border-box;}



/*--------トップページ--------*/
.top .s1{margin: auto;display: block;margin-top: 60px;}
.top .s1 h2{font-size: 32px;font-weight: normal;text-align: center;letter-spacing: 6px;}
.top .s1 h2 img{display: block;width: 45px;height: auto;margin: auto;}
.top .s1 h2 span{font-size: 18px;display: table;position: relative;left: 50%;transform: translate(-50%,0);letter-spacing: 3px;}
.top .s1 h2 span::before{content: "";border-top: 1px solid #ccc;width: 40px;position: absolute;left: -55px;top: 15px;}
.top .s1 h2 span::after{content: "";border-top: 1px solid #ccc;width: 40px;position: absolute;right: -55px;top: 15px;}
.top .s1>div{background-image: url(images/bg.png);position: relative;top: 120px;}
.top .s1 ul{max-width: 1200px;margin: auto;display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;top: -100px;}
.top .s1 ul li{width: 48%;margin-top: 20px;background-color: #fff;min-height: 265px;box-shadow: 0 0 5px rgba(0,0,0,.2);}
.top .s1 ul li a{display: flex;color: #333;text-decoration: none;align-items: center;height: 100%;}
.top .s1 ul li figure{flex: 0 0 230px;height: 100%;}
.top .s1 ul li figure img{width: 100%;height: 100%;object-fit: cover;}
.top .s1 ul li div{flex: 1;padding: 20px;box-sizing: border-box;}
.top .s1 ul li div img{max-height: 20px;display: block;}
.top .s1 ul li div p{margin-top: 10px;}	




.top .s2{max-width: 1200px;margin: auto;display: block;margin-top: 200px;}
.top .s2 h2{font-size: 32px;font-weight: normal;text-align: center;letter-spacing: 6px;}
.top .s2 h2 img{display: block;width: 45px;height: auto;margin: auto;}
.top .s2 h2 span{font-size: 18px;display: table;position: relative;left: 50%;transform: translate(-50%,0);letter-spacing: 3px;}
.top .s2 h2 span::before{content: "";border-top: 1px solid #ccc;width: 40px;position: absolute;left: -55px;top: 15px;}
.top .s2 h2 span::after{content: "";border-top: 1px solid #ccc;width: 40px;position: absolute;right: -55px;top: 15px;}
.top .s2>div{background-color: #f0f0f0;padding: 30px 45px 55px;box-sizing: border-box;border-radius: 10px;margin-top: 30px;position: relative;}
.top .s2 ul{display: block;}
.top .s2 ul li{border-bottom: 1px dotted #ccc;padding: 15px 0;}
.top .s2 ul li:last-child{border-bottom: none;padding-bottom: 0;}
.top .s2 ul li a{color: #333;text-decoration: none;}
.top .s2 ul li time{font-size: 13px;}
.top .s2 ul li p{font-size: 15px;}
.top .s2>div>a{margin-top:20px;background-color: #fff;text-decoration: none;color: #333;font-size: 14px;padding: 8px 15px;position: absolute;right: 45px;bottom: 0;display: block;}
.top .s2>div>a::before{content:"\25B8";margin-right: 3px;}




/*--------理事長挨拶--------*/
.message .s1{max-width: 1200px;margin: auto;margin-top: 60px;}
.message .s1>div{display: flex;margin-top: 35px;}
.message .s1 figure{flex: 0 0 25%;margin-left: 50px;order: 2;}
.message .s1 figure img{width: 100%;height: auto;display: block;}
.message .s1 p{flex: 1;width: 100%;order: 1;}
.message .s1 p b{display: block;font-size: 20px;color: #705489;margin-bottom: 20px;}
.message section:nth-of-type(3){margin-top: 120px;}



/*--------沿革--------*/
.history .s1{max-width: 1200px;margin: auto;margin-top: 60px;}
.history .s1 dl{display: flex;flex-wrap:wrap;position: relative;}
.history .s1 dl dt{width: 15%;box-sizing: border-box;padding: 10px 0;}
.history .s1 dl dd{width: 85%;box-sizing: border-box;padding: 10px 0;}
.history .s1 figure{position: absolute;right: 0;width: 200px;}
.history .s1 figure img{display: block;width: 100%;height: auto;}
.history .s1 figure span{font-size: 12px;display: block;text-align: center;margin-top: 5px;}
.history .s1 dd em{color: #705489;font-style: normal;font-weight: bold;}



/*--------情報公開--------*/
.public .s1{max-width: 1200px;margin: auto;margin-top: 60px;}
.public .s1 h3{margin-top: 35px;}
.public .s1 h3:nth-of-type(n+2){margin-top: 80px;}
.public .s1 h3+p{margin: 20px;}
.public .s1 ul{margin: 20px;}
.public .s1 ul li{margin-top: 20px;}
.public .s1 ul li a{display: flex;align-items: center;text-decoration: none;color: #333;}
.public .s1 ul li a img{display: block;margin-right: 10px;}



/*--------個人情報保護--------*/
.privacy .s1{max-width: 1200px;margin: auto;margin-top: 60px;}
.privacy .s1 h3{margin-top: 35px;}
.privacy .s1 h3:nth-of-type(n+2){margin-top: 80px;}
.privacy .s1 h4{margin: auto;margin-top: 35px;width: 96%;}
.privacy .s1 h2+p{margin-top: 20px;}
.privacy .s1 h4:nth-of-type(n+2){margin-top: 40px;}
.privacy .s1 h4+p{margin: auto;margin-top: 25px;width: 96%;}


/*--------共通ボックス【個人情報・採用情報】--------*/
.toiawase{margin: auto;margin-top: 120px;}
.toiawase>div{max-width: 900px;margin: auto;background-color: #f0f0f0;padding: 40px;box-sizing:border-box;border-radius: 10px;}
.toiawase h2{font-size: 20px;font-weight: normal;display: table;left: 50%;transform: translate(-50%,0);padding: 15px 60px;box-sizing: border-box;position: relative;background-color: #fff;top: -70px;margin-bottom: -30px;}
.toiawase p{text-align: center;padding-bottom: 20px;border-bottom: 1px dotted #ccc;}
.toiawase b{font-size: 17px;display: block;text-align: center;margin-top: 20px;}
.toiawase address{display: block;text-align: center;font-style: normal;margin-top: 5px;}
.toiawase span.tantou{display: block;text-align: center;margin-top: 5px;}
.toiawase span.tel{display: block;text-align: center;margin-top: 20px;}
.toiawase span.tel a{text-decoration: none;color: #333;margin-right: 25px;}
.toiawase .mail{text-decoration: none;color: #333;position: relative;left: 50%;transform: translate(-50%,0);display:table;margin-top: 5px;}



/*--------アクセス--------*/
.access .s1{max-width: 1200px;margin: auto;margin-top: 60px;}
.access .s1 iframe{width: 100%;height: 400px;margin-top: 30px;}
.access .s1 address{font-style: normal;display: block;margin-top: 10px;}
.access .s1 h4{margin: auto;margin-top: 35px;width: 96%;}
.access .s1 h4+p{margin: auto;margin-top: 25px;width: 96%;}
.access .s1 h4:nth-of-type(n+2){margin-top: 40px;}



/*--------例規集--------*/
.reiki .s1{max-width: 1200px;margin: auto;margin-top: 60px;}
.reiki .s1>div{margin: auto;text-align: center;margin-top: 35px;}
.reiki .s1 input[type="text"]{padding: 4px 8px;font-size: 16px;font-family:"Zen Old Mincho", serif;border: 2px solid #ddd;box-sizing: border-box;}
.reiki .s1 button{font-size: 16px;border: 2px solid #705489;background-color: #fff;font-family:"Zen Old Mincho", serif;padding: 3px 16px;box-sizing: border-box;}
.reiki .s1 button::before{content: "\25B8";margin-right: 3px;color: #ccc;}
.reiki .s1>div small{display:block;font-size: 13px;margin-top: 10px;}
.reiki .s1 span.att{display: block;text-align: center;font-size: 15px;margin-bottom: 10px;font-weight: bold;color: #ff0000;}

/*--------採用情報--------*/
.recruit .s1{max-width: 1200px;margin: auto;margin-top: 60px;}
.recruit .s1 table{width: 100%;border-collapse: collapse;border:3px solid #ddd;margin-top: 30px;}
.recruit .s1 table th{background-color: #eee;box-sizing: border-box;padding: 10px 20px;font-weight: normal;}
.recruit .s1 table td{border-bottom: 1px solid #eee;box-sizing: border-box;padding: 10px 20px;}






/*--------おしらせ--------*/
.post .s1{max-width: 1200px;margin: auto;margin-top: 60px;}
.post .selecter{display:flex;justify-content:center;align-items:center;margin-bottom: 40px;}
.post .selecter select{font-size:16px;margin-right:10px;padding:5px 10px;}
.post .s1 .container{margin-bottom:100px;}
.post .s1 .container:last-child {margin-bottom:60px;}
	


/*--------おしらせ見出し関連--------*/
.post .container>h3{background-color: #f0f0f0;font-size: 18px;margin-bottom: 25px;color: #4d4d4d;padding: 12px 25px;display: flex;border: 1px solid #ddd;border-radius: 5px;font-weight: normal;}
.post .container>h3::before{content: url(images/ec2.png);margin-right: 10px;}
.post .container>time{display: block;align-items: center;justify-content: flex-end;margin-top: -24px;margin-bottom: -5px;font-size: 12px;text-align: right;}


	
/*--------おしらせ本文関連--------*/
.post .s1 .container>.inner h1{font-size: 20px;font-weight: bold;color: #333;}
.post .s1 .container>.inner h2{font-size: 18px;font-weight: bold;color: #333;}
.post .s1 .container>.inner h3,.post .s1 .container>.inner h4,.post .s1 .container>.inner h5,.post .s1 .container>.inner h6,.post .s1 .container>.inner b,.post .s1 .container>.inner em,.post .s1 .container>.inner p,.post .s1 .container>.inner span{font-size: 16px;font-weight: normal;color: #333;margin:20px 0;}
.post .s1 .container>.inner ul{margin: 1em 0;}
.post .s1 .container>.inner ul li{margin-left: 25px;list-style-type: disc;}
.post .s1 .container>.inner ol{	margin: 1em 0;}
.post .s1 .container>.inner ol li{margin-left: 25px;list-style-type: decimal;}
.post .s1 .container>.inner a{color:#FF6600;}
.post .s1 .container>.inner a:hover{opacity: 0.4;transition: 0.4s ease-in-out;}
.post .s1 .container>.inner blockquote{display: inline;margin: 0;padding: 0;}
.post .s1 .container>.inner pre{display: inline;margin: 0;padding: 0;}
.post .s1 .container>.inner .alignright{float: right;margin-left: 40px;margin-bottom: 0px;max-width:640px;height:auto;}
.post .s1 .container>.inner .aligncenter{display: block;margin: auto;margin-bottom: 0px;max-width:640px;height:auto;}
.post .s1 .container>.inner .alignleft{float: left;margin-right: 40px;margin-bottom: 0px;max-width:640px;height:auto;}
.post .s1 .container>.inner .alignnone{margin-bottom: 0px;max-width:640px;height:auto;}
}




















/*--------スマートフォンー-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


@media all and (max-width:750px) {
body {color: #333;font-size: 16px;line-height: 1.6;font-weight: 500;}
ul,li {list-style-type: none;}



/*--------ヘッダー--------*/
header{width: 100%;display: block;}
header section{display: block;}
header section>div{display: flex;max-width: 100%;margin: auto;align-items: center;height: 70px;box-sizing: border-box;padding-left: 15px;}
header section h1 a{color: #333;text-decoration: none;display: block;}
header section h1 b{font-size: 14px;font-weight: normal;display: block;letter-spacing: -1px;}
header section h1 img{width: 200px;display: block;height: auto;margin-top: 5px;}
header .contact{display:none;}
header .pcnav{display: none;}





/*--------フッダー--------*/
footer{display: block;background-image: url(images/footer_bg.jpg);background-size: cover;background-position: center;}
footer section{display: block;width: 100%;height: 100%;position: relative;background-color: rgba(255,255,255,.8);padding: 50px 0 40px;}
footer nav{display: none;}
footer section h1{width: 200px;margin: auto;display: block;}
footer section h1 img{width: 100%;height: auto;display: block;}
footer a.contact{display: table;position: relative;left: 50%;transform: translate(-50%,0);color: #333;font-size: 20px;text-decoration: none;}
footer a.contact::before{content: "\260E";font-size: 18px;margin-right: 5px;}
footer address{display: block;text-align: center;font-style: normal;margin-top: 10px;font-size: 15px;}
footer>small{background-color: #8c63a9;font-size: 12px;color: #fff;display: block;text-align: center;padding: 4px 0;}
a.arrow{width: 35px;display: block;height: 35px;position: fixed;right: 20px;opacity: 0;visibility: hidden;transition: opacity 0.3s ease, visibility 0.3s ease;bottom: 40px;}
.arrow.show {opacity: 1;visibility: visible;}
a.arrow img{width: 100%;height: auto;display: block;}




/*--------コンテンツ共通--------*/
main{display: block;}
article{display: block;padding-bottom: 90px;}
.midashi{background-image: url(images/midashi_bg.png);height: 120px;display: flex;align-items: center;justify-content: center;}
.midashi h2{font-size: 24px;color: #fff;font-weight: normal;text-align: center;letter-spacing: 3px;}
.midashi h2 small{display: block;font-size: 12px;opacity: 0.5;letter-spacing: 1px;}


.title1{font-size: 20px;font-weight: normal;color: #000;display: flex;align-items: flex-start;box-sizing: border-box;padding-bottom: 10px;border-bottom: 1px dotted #ccc;}
.title1::before{content: url(images/ec.png);position: relative;top: 1px;margin-right: 5px;}


.title2{font-size: 17px;font-weight: normal;background-color: #f0f0f0;padding: 10px 25px;border-radius: 100px;box-sizing: border-box;}

.title3{font-size: 16px;font-weight: normal;border: 1px solid #ddd;border-left: 4px solid #705489;padding: 8px 18px;box-sizing: border-box;}



/*--------トップページ--------*/
.top .s1{margin: auto;display: block;margin-top: 50px;}
.top .s1 h2{font-size: 26px;font-weight: normal;text-align: center;letter-spacing: 6px;}
.top .s1 h2 img{display: block;width: 45px;height: auto;margin: auto;}
.top .s1 h2 span{font-size: 16px;display: table;position: relative;left: 50%;transform: translate(-50%,0);letter-spacing: 3px;}
.top .s1 h2 span::before{content: "";border-top: 1px solid #ccc;width: 30px;position: absolute;left: -45px;top: 12px;}
.top .s1 h2 span::after{content: "";border-top: 1px solid #ccc;width: 30px;position: absolute;right: -45px;top: 12px;}
.top .s1>div{background-image: url(images/bg.png);position: relative;top: 80px;}
.top .s1 ul{max-width: 90%;margin: auto;position: relative;top: -70px;}
.top .s1 ul li{width: 100%;margin-top: 20px;background-color: #fff;box-shadow: 0 0 5px rgba(0,0,0,.2);}
.top .s1 ul li a{color: #333;text-decoration: none;align-items: center;height: 100%;}
.top .s1 ul li figure{height: 220px;}
.top .s1 ul li figure img{width: 100%;height: 100%;object-fit: cover;}
.top .s1 ul li div{padding: 25px;box-sizing: border-box;}
.top .s1 ul li div img{max-height: 20px;display: block;}
.top .s1 ul li div p{margin-top: 10px;}	




.top .s2{max-width: 90%;margin: auto;display: block;margin-top: 150px;}
.top .s2 h2{font-size: 26px;font-weight: normal;text-align: center;letter-spacing: 6px;}
.top .s2 h2 img{display: block;width: 45px;height: auto;margin: auto;}
.top .s2 h2 span{font-size: 16px;display: table;position: relative;left: 50%;transform: translate(-50%,0);letter-spacing: 3px;}
.top .s2 h2 span::before{content: "";border-top: 1px solid #ccc;width: 30px;position: absolute;left: -45px;top: 12px;}
.top .s2 h2 span::after{content: "";border-top: 1px solid #ccc;width: 30px;position: absolute;right: -45px;top: 12px;}
.top .s2>div{background-color: #f0f0f0;padding: 25px 30px 55px;box-sizing: border-box;border-radius: 10px;margin-top: 30px;position: relative;}
.top .s2 ul{display: block;}
.top .s2 ul li{border-bottom: 1px dotted #ccc;padding: 15px 0;}
.top .s2 ul li:last-child{border-bottom: none;padding-bottom: 0;}
.top .s2 ul li a{color: #333;text-decoration: none;}
.top .s2 ul li time{font-size: 13px;}
.top .s2 ul li p{font-size: 15px;}
.top .s2>div>a{margin-top:20px;background-color: #fff;text-decoration: none;color: #333;font-size: 13px;padding: 6px 15px;position: absolute;right: 30px;bottom: 0;display: block;}
.top .s2>div>a::before{content:"\25B8";margin-right: 3px;}




/*--------理事長挨拶--------*/
.message .s1{max-width: 90%;margin: auto;margin-top: 40px;}
.message .s1>div{margin-top: 35px;}
.message .s1 figure{order: 1;max-width: 250px;margin: auto;}
.message .s1 figure img{width: 100%;height: auto;display: block;}
.message .s1 p{width: 100%;margin-top: 20px;}
.message .s1 p b{display: block;font-size: 18px;color: #705489;margin-bottom: 20px;}
.message section:nth-of-type(3){margin-top: 100px;}




/*--------沿革--------*/
.history .s1{max-width: 90%;margin: auto;margin-top: 40px;}
.history .s1 dl{display: block;}
.history .s1 dl dt{width: 100%;box-sizing: border-box;padding: 10px 0;padding-bottom: 0;font-size: 14px;}
.history .s1 dl dd{width: 100%;box-sizing: border-box;padding: 10px 0;padding-top: 0;}
.history .s1 figure{max-width: 250px;margin: 15px auto;}
.history .s1 figure img{display: block;width: 100%;height: auto;}
.history .s1 figure span{font-size: 12px;display: block;text-align: center;margin-top: 5px;}
.history .s1 dd em{color: #705489;font-style: normal;font-weight: bold;}



/*--------情報公開--------*/
.public .s1{max-width: 90%;margin: auto;margin-top: 40px;}
.public .s1 h3{margin-top: 30px;}
.public .s1 h3:nth-of-type(n+2){margin-top: 70px;}
.public .s1 h3+p{margin: 10px;}
.public .s1 ul{margin: 10px;}
.public .s1 ul li{margin-top: 20px;}
.public .s1 ul li a{display: flex;align-items: center;text-decoration: none;color: #333;}
.public .s1 ul li a img{display: block;margin-right: 10px;}




/*--------個人情報保護--------*/
.privacy .s1{max-width: 90%;margin: auto;margin-top: 40px;}
.privacy .s1 h3{margin-top: 30px;}
.privacy .s1 h3:nth-of-type(n+2){margin-top: 80px;}
.privacy .s1 h4{margin: auto;margin-top: 35px;width: 96%;}
.privacy .s1 h2+p{margin-top: 20px;}
.privacy .s1 h4:nth-of-type(n+2){margin-top: 40px;}
.privacy .s1 h4+p{margin: auto;margin-top: 25px;width: 96%;}


/*--------共通ボックス【個人情報・採用情報】--------*/
.toiawase{margin: auto;margin-top: 100px;}
.toiawase>div{max-width: 90%;margin: auto;background-color: #f0f0f0;padding: 30px;box-sizing:border-box;border-radius: 10px;}
.toiawase h2{font-size: 18px;font-weight: normal;display: table;left: 50%;transform: translate(-50%,0);padding: 15px 60px;box-sizing: border-box;position: relative;background-color: #fff;top: -70px;margin-bottom: -30px;}
.toiawase p{text-align: left;padding-bottom: 20px;border-bottom: 1px dotted #ccc;}
.toiawase b{font-size: 17px;display: block;text-align: center;margin-top: 20px;}
.toiawase address{display: block;text-align: center;font-style: normal;margin-top: 5px;}
.toiawase span.tantou{display: block;text-align: center;margin-top: 5px;}
.toiawase span.tel{display: block;text-align: center;margin-top: 20px;}
.toiawase span.tel a{text-decoration: none;color: #333;display: block;}
.toiawase .mail{text-decoration: none;color: #333;position: relative;left: 50%;transform: translate(-50%,0);display:table;margin-top: 5px;}



/*--------アクセス--------*/
.access .s1{max-width: 90%;margin: auto;margin-top: 40px;}
.access .s1 iframe{width: 100%;height: 400px;margin-top: 30px;}
.access .s1 address{font-style: normal;display: block;margin-top: 5px;}
.access .s1 h4{margin: auto;margin-top: 35px;width: 96%;}
.access .s1 h4+p{margin: auto;margin-top: 25px;width: 96%;}
.access .s1 h4:nth-of-type(n+2){margin-top: 40px;}



/*--------例規集--------*/
.reiki .s1{max-width: 90%;margin: auto;margin-top: 40px;}
.reiki .s1>div{margin: auto;text-align: center;margin-top: 35px;}
.reiki .s1 input[type="text"]{padding: 4px 8px;font-size: 16px;font-family:"Zen Old Mincho", serif;border: 2px solid #ddd;box-sizing: border-box;}
.reiki .s1 button{font-size: 16px;border: 2px solid #705489;background-color: #fff;font-family:"Zen Old Mincho", serif;padding: 3px 16px;box-sizing: border-box;}
.reiki .s1 button::before{content: "\25B8";margin-right: 3px;color: #ccc;}
.reiki .s1>div small{display:block;font-size: 13px;margin-top: 10px;}
.reiki .s1 span.att{display: block;text-align: center;font-size: 14px;margin-bottom: 10px;font-weight: bold;color: #ff0000;}

/*--------採用情報--------*/
.recruit .s1{max-width: 90%;margin: auto;margin-top: 40px;}
.recruit .s1 table{width: 100%;border-collapse: collapse;border:3px solid #ddd;margin-top: 30px;}
.recruit .s1 table th{background-color: #eee;box-sizing: border-box;padding: 8px 15px;font-weight: normal;width: 100%;display: block;text-align: left;}
.recruit .s1 table td{border-bottom: 1px solid #eee;box-sizing: border-box;padding: 8px 15px;width: 100%;display: block;}





/*--------おしらせ--------*/
.post .s1{width: 90%;margin: auto;margin-top: 40px;}
.post .selecter{display:flex;justify-content:center;align-items:center;margin-bottom: 30px;}
.post .selecter select{font-size:16px;margin-right:10px;padding:5px 10px;}
.post .s1 .container{margin-bottom: 70px;}




/*--------おしらせ見出し関連--------*/
.post .container>h3{background-color: #f0f0f0;font-size: 16px;margin-bottom: 25px;color: #333;padding: 10px 15px;display: flex;border: 1px solid #ddd;border-radius: 3px;font-weight: normal;}
.post .container>h3::before{content: url(images/ec2.png);margin-right: 8px;}
.post .container>time{display: block;align-items: center;justify-content: flex-end;margin-top: -25px;margin-bottom: -6px;font-size: 11px;text-align: right;}


/*--------おしらせ本文関連--------*/
.post .s1 .container>.inner h1{font-size: 18px;font-weight: bold;color: #333;}
.post .s1 .container>.inner h2{font-size: 17px;font-weight: bold;color: #333;}
.post .s1 .container>.inner h3,.post .s1 .container>.inner h4,.post .s1 .container>.inner h5,.post .s1 .container>.inner h6,.post .s1 .container>.inner b,.post .s1 .container>.inner em,.post .s1 .container>.inner p,.post .s1 .container>.inner span{font-size: 16px;font-weight: normal;color: #333;margin:20px 0;}
.post .s1 .container>.inner ul{margin: 1em 0;}
.post .s1 .container>.inner ul li{margin-left: 25px;list-style-type: disc;}
.post .s1 .container>.inner ol{	margin: 1em 0;}
.post .s1 .container>.inner ol li{margin-left: 25px;list-style-type: decimal;}
.post .s1 .container>.inner a{color:#FF6600;}
.post .s1 .container>.inner a:hover{opacity: 0.4;transition: 0.4s ease-in-out;}
.post .s1 .container>.inner blockquote{display: inline;margin: 0;padding: 0;}
.post .s1 .container>.inner pre{display: inline;margin: 0;padding: 0;}
.post .s1 .container>.inner .alignright{display: block;margin: auto;margin-bottom: 0px;width: 100%;height: auto;}
.post .s1 .container>.inner .aligncenter{display: block;margin: auto;margin-bottom: 0px;width: 100%;height: auto;}
.post .s1 .container>.inner .alignleft{display: block;margin: auto;margin-bottom: 0px;width: 100%;height: auto;}
.post .s1 .container>.inner .alignnone{display: block;margin: auto;margin-bottom: 0px;width: 100%;height: auto;}

}