@charset "utf-8";
/* CSS Document */


@media screen and (max-width:767px){

/* ページの先頭に戻る(すべてのページ) */

.pagetop {
  bottom: 30px;
  right: 20px;
	z-index:998;
}
.pagetop a {
  width: 55px;
  height: 55px;
}
.pagetop a img.pagetop_circle {
  width: 55px;
  height: 55px;
}


/**********************************************************/
/* ベース部分 */
/**********************************************************/

body {
  width: 100%;
  /*overflow: hidden;*/
}

img {
	max-width:100%;
	height:auto;
}

.sp_none,.hidden {
	display:none !important;
}


/**********************************************************/
/* ヘッダー */
/**********************************************************/

header {
  background: #FFF;
	width:100%;
	height:60px;
	position: fixed;
	top:0;
	left:0;
	z-index: 999;
}
header .site_name {
	width: 136px;
  height: 60px;
}
header .site_name a {
  display: block;
	width: 100%;
  height: 100%;
	background: url("../images/header/logo.png") no-repeat left 20px center / 116px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
header.js-header #js-openBtn {
  width: 50px;
  height: 50px;
  background: url("../images/header/btn_open.png") no-repeat center / 50px;
}
header #js-closeBtnWrap {
  width: 100%;
  height: 60px;
  position: relative;
  border-bottom: solid 2px #E4E4E4; 
}
header img.menu_logo {
  width: 116px;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
  

/* メイン画像 */

.main_img {
	width: 100%;
  height: auto;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.main_img img {
  width: 100%;
}


/**********************************************************/
/*  メインエリア */
/**********************************************************/

main {
	width:100%;
	display:block;
	position:relative;
}

.inner {
	width:90%;
	margin:0 auto;
	position:relative;
}
section {
	width:100%;
	position:relative;
}
.center {
	text-align:center;
}
.align-right {
	text-align:right;
}



/**********************************************************/
/* 見出し・本文・リスト設定 */
/**********************************************************/

/* 見出し・本文・リスト設定 */

main h2 {
}
main h3 {
}


/* 1分でわかる中村たけし */

.about {
  background: var(--orange);
  padding: 40px 0;
}
.about .inner {
}
.about .txt_box {
  width: 100%;
}
.about h2 {
  font-size: 4.4rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.2;
  margin-bottom: 30px;
}
.about p {
  color: #FFF;
  margin-bottom: 1em;
  line-height: 2;
}
.about a.linkto {
  background: #FFF;
  color: var(--orange);
  margin: 50px auto;
}
.about .arrow::before {
  border-top: solid 2px var(--orange);
  border-right: solid 2px var(--orange);
}
.about .video {
  width: 100%;
}
.about .video img {
  width: 100%;
}

/* メッセージ */

.message {
  margin-bottom: 100px;
}
.message img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.message .txt_box {
  width: 100%;
  background: var(--orange);
  padding: 20px 5% 40px;
}
.message .txt_box p {
  font-size: 1.8rem;
  color: #FFF;
  line-height: 2;
  margin-bottom: 50px;
}
a.linkto {
    display: block;
    background: #FFF;
    width: 280px;
    height: 60px;
    line-height: 60px;
    color: var(--orange);
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
}


/**********************************************************/
/* テーブル */
/**********************************************************/

.content table {
    border-left: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
    margin-bottom: 50px;
}

.content th {
    background: #FFF;
    border-bottom: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    font-weight: 500;
    /*line-height: 1.2;*/
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}

.content td {
    background: #FFF;
    border-bottom: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    font-weight: 500;
    padding: 1px 10px;
    text-align:center;
    vertical-align: middle;
}


/**********************************************************/
/* フッター */
/**********************************************************/

footer {
	width:100%;
  background: var(--orange);
  color: #FFF;
  padding: 40px 0 10px;
}
footer .phrase {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}
footer dl.contact_address {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin-bottom: 40px;
}
footer dl.contact_address dt,
footer dl.contact_address dd{
  margin-bottom: 10px;
}
footer dl.contact_address dt {
  width: 40px;
}
footer dl.contact_address dt::after {
  content: " :";
}
footer dl.contact_address dd {
  width: 160px;
}
footer ul.footer_menu {
  margin-bottom: 70px;
}
footer ul.footer_menu li {
  margin-bottom: 10px;
}
footer ul.footer_menu li a {
  color: #FFF;
}
footer .copy {
  text-align: center;
}
footer small {
  font-size: 1.2rem;
}



}



