@charset "utf-8";

/* -----------------------------------
    アイコンフォント
   ----------------------------------- */
@import url("../font-awesome/css/font-awesome.min.css");

/* -----------------------------------
    汎用クラス
   ----------------------------------- */
html, body {
	width: 100%;
	height: 100%;
	position: relative;
	font-feature-settings: "palt"
}
body, td, th, h1, h2, h3, h4, h5, h6 {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	font-size: 62.5%;
	-webkit-text-size-adjust : none;
	margin: 0;
	color: #000000;
	text-align: justify;
	line-height: 1.4;
}
a { text-decoration: none !important; }
a:link { color: #000FFF; }
a:visited { color: #4B2489; text-decoration: none !important; }
a:hover {transition: all 0.3s linear;color: #FF6000;}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
}
a:active { color: #FF6000;}

.mt-15px {margin-top: 15px!important}
.mt-30px {margin-top: 30px!important}
.mt-50px {margin-top: 50px!important}
.mb-15px {margin-bottom: 15px!important}

.mincho {font-family: "游明朝", YuMincho, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

/* --- Clear Fix ------------- */
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
.clearfix {
	overflow: hidden;
}
*, *::after, *::before {
	box-sizing: border-box;
}

/* -----------------------------------
   PC/SP改行切り替え
 * ----------------------------------- */
span.pc-br {
	display: inline;
}
span.sp-br {
	display: none;
}

@media screen and (max-width: 680px) {
span.pc-br {
	display: none;
}
span.sp-br {
	display: inline;
}
}

/* -----------------------------------
    メインビジュアル
   ----------------------------------- */
#container-main-visual{position: relative}
#container-main-visual h1 img {
    width: 100%;
}
#main-morisaki img{width: 100%}
#main-morisaki{
	position: absolute;
    width: 48%;
    left: 0%;
    bottom: 12%;
	animation: fuwa 1.5s infinite linear alternate;
}
@keyframes fuwa {
 0% {transform:translateY(0)}	
 60% {transform:translateY(0)}
 100% {transform:translateY(-5px)}	
}
@media screen and (max-width:640px) {
#main-morisaki{
	position: static;
	width: 95%;
	margin: 20px auto 80px;
}	
}

/* -----------------------------------
    カラム
   ----------------------------------- */
#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	font-size: 1.5em;
}
section#container-main-visual {
	padding-top: 0px;
	max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}
.container-inn {
    width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.container-inn #title {
	width: 75%;
	margin: 40px auto 0px;
}
.container-inn img {
	width: 100%;
}
#container-flexbox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: center
}
#block-photo {
	width: 25%;
	padding-top: 5px;
}
#block-photo img {
    width: 100%;
}
#block-text {
	width: 70%;
}
#block-morisaki {
	width: 550px;
	margin: 20px auto 50px;
}
#bg-green {
	background-color: #dbeed5;
	color: #007440;
	padding: 60px 50px;
	margin-top: 100px;
	border-radius: 5em 0em
}
#bg-green-2 {
	padding: 20px 40px 30px;
	border: 2px dotted #007440;
	border-radius: 10px;
}
img.image-pc {
	display: block;
	margin-bottom: 15px;
}
img.image-sp {
    display: none
}
@media screen and (min-width:1200px) {
.container-inn {
	width: 960px;
}
}
@media screen and (max-width:768px) {
#bg-green {padding: 50px 30px;}	
}
@media screen and (max-width:640px) {
img.image-pc {
    display: none;
}
img.image-sp {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}
#container-flexbox{
	display: block;
}
#block-photo {
	width: 85%;
	padding-top: 0px;
	margin: 0px auto 15px;
}
#block-text {
    width: 100%
} 
#bg-green {padding: 50px 20px;}		
#bg-green-2 {
	padding: 30px 20px 20px;
}	
#block-morisaki {width: 95%;}	
}
@media screen and (max-width:480px) {
.container-inn {
	width: 95%;
}
#block-photo {
	width: 150px;
}
img.image-sp {
	padding-left: 0px;
	padding-right: 0px;
}    
}

/* -----------------------------------
    見出し
   ----------------------------------- */
.container-inn h3{
	font-size: 2.2em;
	font-weight: bold;
	color: #007440;
	margin-bottom: 5px;
	border-bottom: 1px solid #007440;
	line-height: 1.2
}
#bg-green h2 {
	text-align: center;
	font-size: 2em;
	margin-bottom: 25px;
	font-weight: bold;
	color: #007440;
}
#bg-green h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 30px;
}
#attention{
	margin-top: 10px;
	margin-bottom: 60px
}
#attention h5 {
	font-size: 1.35em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px
}
#attention li{
	padding-left: 1em;
	text-indent: -0.5em;
	padding-bottom: 5px;
	color: #000000;
	font-size: 0.9em
}
.list-text-indent li{
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 5px;
}
span.text-small{
    font-size: 0.85em
}
.list-text-indent li span#text-underline{
	border-bottom: 5px solid #ffff55;
	margin-bottom: 10px;
	display: inline-block;
    text-indent: 0em;
}
#map a{
	background-color: #0e9620;
	color: #ffffff;
	font-size: 0.75em;
	padding: 5px 5px 4px;
	margin-left: 5px;
	border-radius: 4px
}
.text-center {
    text-align: center !important;
}
.text-red{
	color: #cd0000;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px
}
.text-bk{color: #000000}
#display-none {color: #007440;}
@media screen and (max-width:640px) {
#bg-green h3 {
	margin-left: 0px;
    margin-right: 0px;  
}
.list-text-indent {
    padding-left: 0px;
    padding-right: 0px;
}    
}
@media screen and (max-width:480px) {
.container-inn h3,
#bg-green h2{
	font-size: 1.7em;
}
#bg-green h3 {font-size: 1.35em;}
}


/* -----------------------------------
    テーブル
   ----------------------------------- */
.tbl{
	width: 100%;
	background-color: #ffffef
}
.tbl th,
.tbl td{
	text-align: center;
	font-size: 1.3em;
	padding: 10px 2px
}
.tbl th{
	background-color: #129520;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.tbl tr:last-child th{ border-bottom:none; }
.tbl tr:last-child {border-right: none;}
.tbl td{border-top: 1px solid #007440;}
@media screen and (max-width:640px) {
.tbl th,
.tbl td{font-size: 1.1em;}	
.tbl td{text-align: left}	
}

/* -----------------------------------
    ボタン
   ----------------------------------- */
.block-btn,
.btn-default,
.btn{
	margin: 60px auto 50px;
	text-align: center;
	position: relative;
	width: 320px !important;
	height: 80px;
	line-height: 80px;
	transition: all 0.3s;
	z-index: 0;
	background-color: #cd0000;
	border-radius: 6px
}
.btn-default {border: none;}
.btn{
	padding: 0;
	font-size: 1.5em;
    font-weight: bold;
}
.btn:hover{background-color: #007440}
.block-btn a {
	font-size: 1.5em;
	text-align: center;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10
}
.block-btn a:after {
    content: "▼"
}
.block-btn:before,
.block-btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
	border: 3px solid #cd0000;
	border-radius: 6px;
}
.block-btn:hover {
    background-color: #ffffff;
}
.block-btn a:hover {
    color: #cd0000
}
.block-btn a:hover:after {
    content: ""
}
.block-btn:hover:after {
  animation-name: rotatecw;
  animation-duration: 2s;
}
.block-btn:hover:before {
  animation-name: rotateccw; 
  animation-duration: 3s;
}
.block-btn:hover:after,
.block-btn:hover:before {
	border: 1px solid #cd0000;
	width: 120px;
	height: 120px;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 0px;
}

@keyframes rotatecw {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
@keyframes rotateccw {
    from {transform: rotate(0deg);}
    to {transform: rotate(-360deg);}
}
@media screen and (max-width:340px) {
.block-btn {
width: 100%;
}
}

/* -----------------------------------
    フォーム
   ----------------------------------- */
#apply {
	background-color: #EEFADB;
	padding-top: 50px;
	padding-bottom: 100px;
}
#apply h1 {
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
	margin: 1px auto 80px;
	border: 6px double #007440;
	color: #007440;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 85%;
}
.form-label-radio-checkbox:not(.form-matrix-option){
	border: none;
    border-radius: 0;
    color: #000000;
}
.was-validated .form-label-radio-checkbox.valid:not(.form-matrix-option),
.was-validated .form-label-radio-checkbox.valid:not(.form-matrix-option),
.was-validated .form-label-radio-checkbox:not(.form-matrix-option).valid{
	background: transparent  !important;
}
.contents.form-fieldset-position-column .form-fieldset > legend {
    text-align: left;
}
.contents.form-fieldset-margin-lg .form-fieldset {
    border-bottom: 1px dotted #8F8F8F;
	margin-bottom: 2rem;
	margin-top: 2rem;
    padding-bottom: 2rem;
}
.contents.form-fieldset-margin-lg .form-fieldset#sonota{
	border-bottom: none;
	margin-bottom: 0rem;
	margin-top: 0rem;
    padding-bottom: 0rem;
	width: 100%;
}
input.form-control#text-sonota{
	display: block;
    width: 100%;
}
textarea.form-control {
    width: 70% !important;
}
@media screen and (max-width:680px) {
#apply h1 {
	font-size: 1.8em;
	width: 100%;
	margin-bottom: 50px
}	
.col-4{
	flex:100%;
	max-width: 100%}	
.contents.form-fieldset-position-column .form-fieldset > legend{margin-bottom: 10px}	
textarea.form-control {
    width: 100% !important;
}	
}
