/*
Theme Name: sougousystem Theme
Theme URI: http://www.www.www/
Description: This is my sougousystem theme.
*/
@import "css/form.css";
/* --------------------------------------------------
	ベース
-------------------------------------------------- */
html {
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 　
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	zoom: 1;
	text-align: center;
	} 

* {
	margin: 0;
	padding: 0;
	}

/* --------------------------------------------------
	TEXT
-------------------------------------------------- */
h1 {
	font-size: 180%;
	color: #333;
	margin: 0 auto 20px;
	padding: 0;
	letter-spacing: 1px;
	width: auto;
	font-weight: bold;
	}

h2 {
	font-size: 160%;
	color: #333;
	margin: 0 auto 20px;
	padding: 0;
	letter-spacing: 1px;
	width: auto;
	font-weight: bold;
	}

h3 {
	font-size: 140%;
	font-weight: bold;
	color: #333;
	margin: 0 0 30px;
	padding: 0;
	}

h4 {
	font-size: 120%;
	font-weight: bold;
	color: #333;
	margin: 0 0 30px;
	padding: 0 0 2px;
	text-align: left;
	}

h5, h6 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: left;
	color: #333;
	}

p {
	line-height: 2.0;
	color: #333;
	margin: 0 0 30px;
	padding: 0;
	}

a {
	color: #333;
	text-decoration: none;
	}

a:hover {
	opacity: 0.6;
	color: #888;
	text-decoration: none;
		-webkit-transition: all 0.3s;
            transition: all 0.3s;
	}
	
a:hover, a:active {
	color: #333;
	text-decoration: none;
	}

strong {
	font-weight: bold;
}

span {
	color: #333;
	}

/* --------------------------------------------------
	List
-------------------------------------------------- */
ul {
	margin: 0;
	padding: 0;
	color: #333;
	}

li {
	list-style: none;
	text-align: left;
	}

/* --------------------------------------------------
	container
-------------------------------------------------- */
#container {
	width: 100%;
	margin: 0 auto;
	padding: 72px 0 0;
	}

.inner {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	width: 90%;
	max-width: 980px;
	height: auto;
	}

/* --------------------------------------------------
	ナビゲーション
-------------------------------------------------- */
header {
	position: fixed;
	height: 70px;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 999999999999999999999;
	background-color:#FFFFFF;
	border-bottom: 2px solid #58acff;
}

header .head-inner {
	position: relative;
	margin: 0 auto 0 ;
	padding: 0;
	width: 90%;
	max-width: 1800px;
	}

.navi-logo {
	float:  left;
	width: 300px;
	margin: 8px 0 0;
	padding: 0;
	text-align: center;
	}

.navi-logo a {
	width: auto;
	max-width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align:left;
	display: block;
	}

.navi-logo a img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	}

#navi {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	width: auto;
	margin: 0;
	padding: 20px 0;
	z-index: 99;
}

#navi ul.nav {
	float: right;
	width: auto;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: right;
}

ul.nav li {
	display:inline-block;
	margin: 0;
	text-align: center;
	width: auto;
	height: auto;
	padding: 0;
	vertical-align: middle;
	}

ul.nav li.main {
	display:inline-block;
	margin: 0;
	text-align: center;
	width: auto;
	height: auto;
	padding: 0;
	}

ul.nav li a {
	color: #333;
	font-size: 16px;
	line-height: 1.0;
	margin: 0 15px;
	padding: 0;
	height: auto;
	display: block;
	text-align: center;
	}

ul.nav li a span {
	font-size: 12px;
	text-align: center;
	}
	
ul.nav li:last-child a {
	}
	
ul.nav li a:hover {
	-webkit-transition: all 0.3s;
            transition: all 0.3s;
			opacity: 0.7;
	}

.navbar {
	border: none;
	}

#navi a,
#navi {
    text-decoration: none;
}

/* --------------------------------------------------
	メインイメージ
-------------------------------------------------- */
#main {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#main img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

#main-copy {
	background-image: url("image/main02.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding: 20px 0;
	margin: 0 auto;
}

#main-copy h2 {
	color: #FFFFFF;
	margin: 0;
	font-size: 18px;
}

#main-copy-top {
	background-image: url("image/main02top.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding: 20px 0;
	margin: 0 auto;
}

#main-copy-top h2 {
	color: #333;
	margin: 0;
	font-size: 18px;
}

.image {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

p.title {
	font-size: 28px;
	font-weight: 700;
	color: #777;
	border-bottom: 6px solid #777;
	margin: 0 auto 30px;
	display: inline-block;
	line-height: 1.2;
}

#section-contentlink {
	margin: 0 auto;
	padding: 50px 0 20px;
	background-image: url("image/check2.png");
	background-repeat: repeat;
}

#section-contentlink .inner {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	width: 90%;
	max-width: 1200px;
	height: auto;
	}

/* --------------------------------------------------
	2つ並び
-------------------------------------------------- */
.box2-left {
	float: left;
	width: 48%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.box2-right {
	float: right;
	width: 48%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
.box2-left img,.box2-right img {
	margin: 0 auto 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.box2-left65 {
	float: left;
	width: 65%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
	}

.box2-right35 {
	float: right;
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.box2-left60 {
	float: left;
	width: 60%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
	}

.box2-right40 {
	float: right;
	width: 35%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
.box2-left65 img,.box2-left60 img,.box2-right40 img {
	margin: 0 auto 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.box2-left40 {
	float: left;
	width: 37%;
	height: auto;
	margin: 0 0 50px;
	padding: 0;
	overflow: hidden;
	}

.box2-right60 {
	float: right;
	width: 58%;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
	}

.box2-left40 h3,.box2-right60 h3,.box2-left40 p,.box2-right60 p {
	text-align: left;
	line-height: 1.7;
	}
	
.box2-left40 img,.box2-right60 img {
	margin: 0 auto 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}
	
/* --------------------------------------------------
	3つ並び
-------------------------------------------------- */
.box3-1,.box3-2 {
	float: left;
	width: 30%;
	height: auto;
	margin: 0 0 30px;
	margin-right: 5%;
}

.box3-3 {
	float: right;
	width: 30%;
	height: auto;
	margin: 0 0 30px;
	margin-right: 0;
}

.box3-1 h2,.box3-2 h2,.box3-3 h2 {
	height: auto;
	margin: 0 0 5px;
	padding: 0;
	text-align: center;
	border: none;
	font-weight: bold;
	font-size: 22px;
	display: block;
	line-height: 1.5;
	color: #333;
}

.box3-1 p,.box3-2 p,.box3-3 p {
	font-size: 100%;
	height: auto;
	margin: 0 0 15px;
	text-align: center;
	line-height: 1.7;
}

.box3image {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	overflow: hidden;
}

.box3image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
}


/* --------------------------------------------------
	お知らせ一覧
-------------------------------------------------- */
#section-news {
	width: 100%;
	margin: 0 auto 0;
	padding: 50px 0 50px;
	}

#section-news .inner {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
	}

ul.news {
	height: auto;
	margin: 0 auto 40px;
	padding: 5px 30px;
}

ul.news li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 7px;
}

ul.news li a {
	font-size: 14px;
}

ul.news li:last-child {
	border-bottom: none;
	padding: 10px 0 7px;
}

span.day {
	display: block;
	margin-right: 20px;
	float: left;
	letter-spacing: 1px;
}

/* --------------------------------------------------
	アイテム一覧
-------------------------------------------------- */


ul.itemlist {
	height: auto;
	margin: 0 auto 40px;
	padding: 0;
}

ul.itemlist li {
	border: 1px solid #ccc;
    width: 45%;
    height: auto;
    display: block;
    float: left;
}

ul.itemlist li:nth-child(2n) {
	border: 1px solid #ccc;
	padding: 10px;
    width: 45%;
    float: right;
}

ul.itemlist li a {
	display: block;
    width: 100%;
    height: auto;
    padding: 10px;
}

.item-image {
    float: left;
    width: 40%;
    margin: 0;
    padding: 0 5% 0 0;
}

.item-image img {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* --------------------------------------------------
	フッター
-------------------------------------------------- */
footer {
	padding: 30px 0 20px;
	clear: both;
	font-size: 14px;
	}
	
footer p {
	clear: both;
	margin: 0;
	text-align: center;
	}

/* --------------------------------------------------
	フッター コピーライト
-------------------------------------------------- */

footer .inner {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
	}

footer .inner p {
	clear: both;
	font-family: Verdana, sans-serif;
	margin: 0;
	text-align: center;
	font-size: 12px;
	}

.foot-logo {
	width: 300px;
	margin: 0px auto 10px;
	padding: 0;
	text-align: center;
	}

.foot-logo a {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align:center;
	display: block;
	}

.foot-logo a img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	}

/* --------------------------------------------------
	トップに戻る
-------------------------------------------------- */
#back-top {
	position: fixed;
	right: 30px;
	bottom: 0px;
	width: 60px;
	height: 60px;
	z-index: 9999999999999999999999;
	}

#back-top a {
	display: block;
	width: 60px;
	height: 60px;
	font-size: 200%;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	}

#back-top img {
	width: 100%;
	height: auto;
	margin: 0;
	padding:0;
	vertical-align: middle;
	}
	
#back-top a:hover {
	opacity: 0.7;
	}

/* --------------------------------------------------
	リンク
-------------------------------------------------- */
.link-btn {
	margin: 0 auto 0;
	width: auto;
	text-align: center;
	}

.link-btn a {
	display: inline-block;
	position: relative;
	background-color: #777;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	line-height: 40px;
	width: 100%;
	font-size: 15px;
	}

.link-btn a:hover {
	background-color: #58acff;
	opacity: 1.0;
}

.link-btn-b {
	margin: 10px auto 0;
	width: auto;
	text-align: center;
	}

.link-btn-b a {
	display: inline-block;
	position: relative;
	background-color: #444;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	line-height: 40px;
	width: 100%;
	font-size: 15px;
	}

.link-btn-b a:hover {
	background-color: #58acff;
	opacity: 1.0;
}
body.home .link-btn a:hover {
	background-color: #0F4E02;
	opacity: 1.0;
}

.link-btn-news {
	margin: 0 auto 0;
	width: auto;
	text-align: center;
	}

.link-btn-news a {
	display: inline-block;
	position: relative;
	background-color: #777;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	margin: 0 auto;
	padding: 0 20px;
	cursor: pointer;
	line-height: 30px;
	width: auto;
	font-size: 15px;
	border-radius: 5px;
	}

.link-btn-news a:hover {
	background-color: #58acff;
	opacity: 1.0;
}

hr {
	color: inherit;
	border: none;
	clear: both;
}

p span.day {
	font-size: 16px;
	height: auto;
	margin: 0 0 10px !important;
	padding: 0;
	text-align: left;
	line-height: 18px;
}

.image-pc {display:block;}
.image-sp {display:none;}

span.wpcf7-list-item-label {
display:none;
}

.pagetitle{
    font-size: 2rem;
    font-weight: 700;
    text-align: center!important;
    border-bottom: 1px solid #333;
}

.flow{
    border: 1px solid #aaa;
    clear: both;
    margin: 0 auto 5px;
}

.flow .inner{
    padding: 20px;
}

.flow-image{
    float: left;
    width:35%;
}

.flow-image img{
    width:100%;
    margin:0;
    padding:0;
    }

.flow-text{
    float: right;
    width:60%;
}

.flow-title{
    font-weight: 700;
    margin: 0 0 5px;
    font-size: 1.5rem;
}

.arrow{
    width:10%;
    margin: 0 auto;
}

.arrow img{
    width:100%;
    margin:0;
    padding:0;
    }

.mokutasu {
	width: 360px;
	margin: 15px auto 25px;
	padding: 0;
	text-align: center;
	}

.mokutasu img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	}

.insta-bnr {
    clear: both;
    width: 360px;
	margin: 40px auto 10px;
	padding: 0;
	text-align: center;
}

.insta-bnr img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	}

.buil-info{
	text-align:center;
}

p.e-name-g{
	text-align:center!important;
	color:#cacaca;
}