@charset "utf-8";
/* CSS Document */

/*************************************
｜ CSSリセット
*************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align: bottom;
    background:transparent;
}

body {
    line-height:1.4;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*************************************
｜ 共通
*************************************/

body {
	color: #FFFFFF;
	background: linear-gradient(90deg, #5f5b59, rgb(29,29,29,0.8));
	background-attachment: fixed;
	background-size:cover; 
	font-size: 18px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	display: flex;
	flex-flow: column;
	min-height: 100vh;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

img {
	max-width: 100%;
	height: auto;
	margin: 5px 0;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul {
    list-style:none;
}

.space {
	padding: 30px 0;
}

a.anchor {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}

.text__red {
	color: #F15A22;
}

.text__blue {
	color: #00FF00;
}

/*************************************
｜ ヘッダー
*************************************/

.header {
	position: fixed;
	z-index: 1;
	width: 100%;
	background: #5f5b59;
	padding: 8px 5px;
	box-shadow: 0 5px 8px rgba(29,29,29,0.8);/*境界線ぼかし*/
}

.header__inner {
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0 5px;
}

.header__logo {
	width: 150px;
}
.header__logo2 {
	width: 150px;
}

.header__button-info {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: 6px;
	width: 88px;
	height: 35px;
	font-weight: bold;
	font-size: 12px;
	color:#FFF;
	background: #FF0000;
	border-radius: 10px;
}

.header__button-info:hover {
	opacity: 0.7;
}

.header__button-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 35px;
	font-weight: bold;
	font-size: 12px;
	color:#FFF;
	background: #FF0000;
	border-radius: 10px;
}

.header__button-menu:hover {
	opacity: 0.7;
}

@media screen and (min-width:768px) {
/* ここにPC向けのCSS指定 */

.header__inner {
	height: 60px;
	padding: 0 30px;
}

.header__logo {
		width: 250px;
	}
.header__logo2 {
		width: 200px;
	}

.header__button-info {
		width: 150px;
		height: 50px;
		font-size: 16px;
	}

.header__button-menu {
		width: 150px;
		height: 50px;
		font-size: 16px;
	}
}

/*************************************
｜ メインコンテンツ
*************************************/

.main-content {
	display: block;
	max-width: 786px;
	margin: 0 auto;
	padding: 0;
	text-align: center;/*ここで画像センター寄せに*/
	margin-top: 0px;
	background-color: #5f5b59;
	flex: 1;
}

.main__text {
	text-align: justify;
	margin: auto;
	font-size: 20px;
	padding: 0 0 15px 0;
	width: 90%;
	
}

.main__text-cta {
	text-align: center;
	margin: auto;
	width: 90%;
	padding: 10px 0 0 0;
}

h3 {
	text-align: center;
	margin: auto;
	padding: 0 0 15px 0;
	width: 90%;
}

.main-img {
	width: 90%;
	padding: 0 0 14px 0;
}
.main-img2 {
	width: 70%;
	padding: 0 0 14px 0;
}

.main-cta {
	width: 90%;
	padding: 10px 0 14px 0;
}

.main-space {
	padding: 0 0 14px 0;
}

.main___background {
	text-align: left;
	line-height: 1.5;
	background-color: #5f5b59;
	font-size: 14px;
	border-radius: 10px;
	padding: 10px 15px;
	width: 80%;
	margin: auto;
}

@media screen and (min-width:768px) {
/* ここにPC向けのCSS指定 */
.main-content {
	max-width: 768px;
	margin: 110px auto 0 auto;
	}

.main__text {
	width: 70%;
}
	
.main__border {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-width: 600px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 20px;
	border: 3px double #000000;
	border-radius: 10px;
	background-color: #ffffff;

}
	
.main-img {
	width: 100%;
	padding: 10px 0;
}

.main-cta {
	width: 70%;
	padding: 30px 0 14px 0;
}

.main-space {
	padding: 0 0 20px 0;
}

.main___background {
	width: 100%;
}

}

/*************************************
｜ メインビジュアルとその下のテキスト画像
*************************************/

.main-visual {
	width: 80%;
	margin: auto;
	padding: 170px 0;
}

.main-imgtext {
	width: 70%;
	margin: auto;
	padding: 0 0 140px 0;
}

@media screen and (min-width:768px) {
/* ここにPC向けのCSS指定 */
.main-imgtext {
	width: 100%;
	margin: auto;
	padding: 100px 0 160px 0;
}

.main-visual {
	width: 100%;
	padding: 70px 0;
}

}

/*************************************
｜ 見出しと中画像
*************************************/

.midashi {
    padding: 10px;
    background-color: #000;
    font-size: 14px;
}

.img__chu {
	width: 50%;
	padding: 40px 0;
}

@media screen and (max-width:767px) {
.midashi {
    font-size: 14px;
}	
}

/*************************************
｜ Ｑ＆Ａ
*************************************/

.question__style {
	background-color: #000000;
	padding: 12px 6px;
}

.answer__style {
	padding: 14px 6px;
}

/*************************************
｜ テーブル
*************************************/

table{
	width: 96%;
	border-spacing: 0;
	margin: auto;
}

table th{
	border-bottom: solid 6px #666666;
	padding: 32px 0 8px 0;
}

table td{
	border-bottom: solid 6px #999999;
	text-align: center;
	padding: 32px 0 8px 0;
}

@media screen and (min-width:768px) {
/* ここにPC向けのCSS指定 */

table{
	width: 60%;
}

}

/*************************************
｜ 上に戻るボタン(使わないかも)
*************************************/

.pagetop {
    height: 40px;
    width: 40px;
    position: fixed;
    right: 10px;
    bottom: 10px;
	background: rgba(0,0,0,0.4);
    border: solid 2px #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: translateY(20%) rotate(-45deg);
}

/*************************************
｜ フッターの各項目
*************************************/

.footer__menu-line {
	text-align: center;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}

.footer__menu-line a {
	color: #FFFFFF;
	display: block;
}

@media screen and (min-width:768px) {
/* ここにPC向けのCSS指定 */
.footer__menu-line {
	padding: 18px 0;
}
}

/*************************************
｜ コピーライト
*************************************/

.footer__copy {
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

/*************************************
｜ フォーム
*************************************/

.form-center {
	text-align: center;
	margin: 0 auto;
	padding: 0 10px 40px 10px;
	width: 340px;
	background-color: #f4c9b3;
    border-radius: 10px;
}

.form-title {
	margin: 10px 0;
	color: #ffffff;
}

.form-container {
	/* background: #CCCCCC;　　背景色　*/
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-decoration: none;
	vertical-align: middle;
	min-width: 340px;
	width: 340px;
}

.form-field {
	border: 1px solid #FFC3C3;
	background: #FEFBE7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #354259;
	padding: 8px;
	margin-bottom: 20px;
	width: 280px;
}

.form-field2 {
	border: 1px solid #FFC3C3;
	background: #FEFBE7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #354259;
	padding: 8px;
	margin-bottom: 20px;
	width: 280px;
}

.form-field:focus {
	border: 1px solid #FFC3C3;
	background: #fff;
	color: #354259;
}

.form-field2:focus {
	border: 1px solid #FFC3C3;
	background: #fff;
	color: #354259;
}

.form-container h2 {
	font-size: 18px;
	margin: 10px 0 20px 0;
	font-weight: bold;
	text-align: center;
 }

.submit-container {
	margin: 8px 0;
	text-align: right;
	padding: 12px;
}

.submit-button {
	background: #33CC00;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
	padding: 12px 40px;
	font-size: 16px;
	text-decoration: none;
	vertical-align: middle;
}

.submit-button:hover {
	background: #33FF99;
	color: #ffffff;
}

.submit-button:active {
	background: #33FF99;
	color: #ffffff;
}

@media screen and (min-width:768px) {
/* ここにPC向けのCSS指定 */

.form-center {
	width: 600px;
}

.form-container {
	min-width: 600px;
	width: 600px;
}

.form-field {
	width: 360px;
}

.form-field2 {
	width: 360px;
}

}
