@charset "utf-8";

/* リセット
--------------------------------*/
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
img {border: none;}
body {
	color: #000!important;
	font-size: 16px;
	font-family: Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: url(img/camo-bg.png) center center;
}
a,body,p,th,td,h1,h2,h3,div,ul,li{
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
	max-height: 100%;
}

.clearfix:after {
	content:" ";
    display:block;
    clear:both;
}

/*******************************
/* トップページ
********************************/
/* コンテンツ幅 */
.w960 {
	width:960px;
	height:auto;
	margin:0 auto;
}
.w980 {
	width:980px;
	height:auto;
	margin:0 auto;
}
.w1200 {
	width:1170px;
	height:auto;
	margin:0 auto;
	padding: 0 15px;
}
.w960 img {vertical-align:bottom;}
.img-responsive {width: 100%; height: auto;}
/* 背景 */
.title {
	background: #000;
	font-size: 2.4rem;
	text-align: center;
	padding: 0.75em 1em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5vh;
	font-family: "FOT-マティス Pro B";
}

.contents {
	padding: 3vh 0;
}
.contents .inner {
	padding: 5vh 5%;
	background: #fff;
	border-radius: 6px;
	box-shadow:0px 0px 5px 3px #dbdbdb;
}

/* コンテンツ */

.font-l { font-size: 150%; font-family: "FOT-ニューロダン Pro B";}
.font-m { font-size: 130%; font-family: "FOT-ニューロダン Pro DB";}
h2 {
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #db4646;
	background: #db4646;
	color: #fff;
	padding: 0.75em;
	margin-bottom: 3vh;
	border-radius: 6px;
}
.main {
	background: #fff;
	
	box-shadow:0px 0px 5px 3px #dbdbdb;
}
.merit,
.scdule{
	padding:3vh 0 ;
}
.footer {
	background: #000;
	text-align: center;
	color: #fff;
	padding: 20px 0;
}
/* 詳細 */
.detail table {
	width: 100%;
	margin-bottom: 5vh;
}
.detail th {
	border: 1px solid #000;
	font-weight: bold;
	background: #eee;
	width: 25%;
	text-align: center;
}
.detail td {
	border: 1px solid #999;
}
.detail th,
.detail td {
	padding: 1.5em 1em;
}
.detail .strong {
    font-size: 1.8rem;
    font-weight: bold;
}

.color_strong {
    color: #db4646;
}

/* フォーム装飾 */
.tbl_form {
	border-collapse: separate!important;
	border-spacing: 5px!important;
	width:100%;
	font-size:16px;
	margin:0 0px 30px;
}
.tbl_form th {
	background-color:#fff3e8;
	vertical-align:top;
	text-align:left;
	width:30%;
	font-weight:bold;
	padding:10px 15px 10px;
}
.tbl_form td {
	background-color:#fafafa;
	padding:10px 15px 10px;
}
input:focus{
    background: #E4E4E4;
}
label {
	width:100%;
	line-height:1.5em;
	margin-bottom:10px;
}
.satori__message {text-align: center!important;font-weight: bold; font-size: 110%;}
.satori__submit_group {
	margin-top: 2em!important;
	width: 100%;
}
.satori__btn {
	padding: 0.75em!important;
	font-weight: bold;
}

#satori__custom_form input[type=checkbox]+label, #satori__custom_form input[type=radio]+label {
	color: #000!important;
}
#satori__custom_form a, #satori__custom_form a:visited {
	color: #f2859d!important;
	border-bottom: solid 2px #f2859d;
}

/* フッター */

footer {
	padding: 5vh 0;
	background: #005496;
}

footer .inner {
	padding: 5vh 5%;
	background: #fff;
}


/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  75% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  75% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.kiyaku {
	text-align: center;
	font-size: 1.2rem;
	font-family: "FOT-ニューロダン Pro DB";
}
.kiyaku p {
	margin-bottom: 1em;
}
.kiyaku .check {
	margin-bottom: 1em;
	padding: 1em;
	background: #FDFCEF;
}
#link3 {margin: 5vh 0 3vh;}
.app-btn {
	width: 60%;
	margin: auto;
	display: block;
	padding: 1em;
	border-radius: 10px;
	background: #CCCCCC;
	border-bottom: 6px solid #000000;
}
.app-btn1 {
	color: #fff;
	text-decoration: none;
	background: #d3222a;
	border-bottom: 6px solid #781217;
}
.kiyaku .app-btn2 {
	
}


/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
.phone_area{
  display:none;
}
.division {
	margin-top: 5vh;
}
.division .read {
	font-size:1.4rem;
	font-weight: bold;
	margin-bottom: 3vh;
	text-align: center;
}
.division .read span {
	font-size: 1.25em;
	font-weight: bold;
background: linear-gradient(transparent 50%, yellow 50%);
	}

.division table {
		width: 80%;
		margin: auto;
	font-size: 1.5rem;
}
.division th,
.division td {
	padding: 1rem;
	text-align: center;
	border: 1px solid #A3A3A3;
	font-weight: bold;
}
.division th {
	background: #000;
	color: #fff;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
  .pc_area{
    display:none;
  }
  .phone_area{
    display:block;
  }
	.satori__message {
		font-size: 1.15rem;
		margin-bottom: 1em!important;
	}
}

