@charset "utf-8";

/* -----------------------------------
    汎用クラス
   ----------------------------------- */
html, body {
	width: 100%;
	height: 100%;
	position: relative;
	font-feature-settings: "pwid"
}
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 h1 img {
    width: 100%;
}

/* -----------------------------------
    カラム
   ----------------------------------- */
#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	font-size: 1.5em;
}
section#container-main-visual {
	padding-top: 0px;
}
.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%;
}
#bg-green {
	background-color: #b6dac7;
	color: #007440;
	padding: 20px;
	margin-top: 20px;
}
#bg-green-2 {
	background-color: #007440;
	color: #FFFFFF !important;
	padding: 20px 40px 30px;
}
.container-inn #bg-green-2 h3 {
	color: #ffffff !important
}
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:640px) {
img.image-pc {
    display: none;
}
img.image-sp {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}
#container-flexbox{
	display: block;
}
#block-photo {
	width: 200px;
	padding-top: 0px;
	margin: 0px auto 15px;
}
#block-text {
    width: 100%
} 
#bg-green-2 {
    padding: 5px 20px 20px;
}	
}
@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.3em;
	font-weight: bold;
	color: #007440;
	margin-bottom: 5px;
	font-family: 'Noto Sans JP', sans-serif;
}
#bg-green h2 {
	text-align: center;
	font-size: 2em;
	margin-bottom: 15px;
	font-weight: bold;
	color: #007440;
}
#bg-green h3 {
	font-size: 1.6em;
	margin: 20px 0px 15px;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}
.list-text-indent {
}
.list-text-indent li{
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 5px;
}
.list-text-indent li span.text-small{
    font-size: 0.85em
}
.list-text-indent li span#text-underline{
	border-bottom: 5px solid #67af28;
	margin-bottom: 10px;
	display: inline-block;
    text-indent: 0em;
}
.text-center {
    text-align: center !important;
}
#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.5em;
}
}

/* -----------------------------------
    ボタン
   ----------------------------------- */
.btn {
	margin: 60px auto 50px;
	text-align: center;
	position: relative;
	width: 320px;
	height: 80px;
	line-height: 80px;
	transition: all 0.3s;
	z-index: 0;
	background-color: #a5040d;
}
.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
}
.btn a:after {
    content: "▼"
}
.btn:before,
.btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
	border: 3px solid #a5040d;
}
.btn:hover {
    background-color: #ffffff;
}
.btn a:hover {
    color: #a5040d
}
.btn a:hover:after {
    content: ""
}
.btn:hover:after {
  animation-name: rotatecw;
  animation-duration: 2s;
}
.btn:hover:before {
  animation-name: rotateccw; 
  animation-duration: 3s;
}
.btn:hover:after,
.btn:hover:before {
	border: 1px solid #a5040d;
	width: 120px;
	height: 120px;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@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) {
.btn {
width: 100%;
}
}

/* -----------------------------------
    フォーム
   ----------------------------------- */
form table{
	width:65% !important;
}
#apply {
	background-color: #EEFADB;
	padding-top: 50px;
	padding-bottom: 100px;
}
#apply h1 {
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	border: 6px double #007440;
	color: #007440;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
#apply dl {
    margin-bottom: 30px !important;
}
#apply dt {
    width: 215px !important;
}
#apply dd {
	border-bottom: 1px dotted #8F8F8F;
	padding-bottom: 5px;
    margin-bottom: 10px !important;
}
#apply dd.no-border {
    border-bottom: none;
}

#text-required {
    margin-bottom: 20px;
}
#text-attention {
	font-weight: bold;
	color: #FF0000;    
}
#text-link a{
	display: block;
	color: #000FFF;
	text-align: center;
}
.width-100per {
	width: 99% !important;
}
.width-50per {
	width: 500% !important;
}

#submit {
	color: #FFFFFF !important;
	border-radius: 6px;
	background-color: #a5040d;
	display: block;
	font-size: 1.4em;
	margin: 30px auto 0px;
	padding: 15px 30px;
	border: none;
}
.notes{
    font-size: 86%;
	font-weight: normal !important
}
@media screen and (max-width:740px) {
#apply .container-inn {
	width: 90%
}	
form table {
    width: 65% !important;
}
}
@media screen and (max-width:680px) {
#apply h1 {
	font-size: 1.8em;
}
#apply dt,
form table{
    width: 100% !important;
}	
}
@media screen and (max-width:480px) {
#apply h1 {
	font-size: 1.6em;
}
}





