@charset "utf-8";

html.no-slide {
  overflow: hidden;
}
/*--------------------------------------------------------------------------------------
　common
--------------------------------------------------------------------------------------*/

.no_flex,.no_flex>div{
	display: inline;
}

/*--------------------------------------------------------------------------------------
　contents
--------------------------------------------------------------------------------------*/
#contents01,#contents02,#contents03,#contents04,#contents05,#contents06,#contents07,#contents08,#contents09{
	padding-bottom: 8em;
	padding-top: 8em;
}

/*--------------------------------------------------------------------------------------
　ライン
--------------------------------------------------------------------------------------*/
.line_gray{
	width: 90%;
	max-width: 12.4rem;
	background-image: url(../img/line_gray.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0.7rem;
	margin-bottom: 0.7rem;
	height: 2em;
	margin-right: auto;
	margin-left: auto;
	background-size: 106% auto;
}
.line_white{
	width: 100%;
	background-image: url(../img/line_white.png);
	background-repeat: repeat-x;
	background-position: center center;
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
	height: 2em;
}

/*--------------------------------------------------------------------------------------
　テキスト関連
--------------------------------------------------------------------------------------*/

.txt_500{
	font-weight: 500;
}
.txt_black{
    color: #000;
}
.txt_red{
    color: #D32D25;
}

.txt_yellow{
    color: #FFF799;
}

.txt_new{
    color: #dd6500;
    font-size: 125%;
}
.txt_new_title{
    color: #dd6500;
    text-align: center;
    margin-bottom: 1em;
    font-size: 125%;
}


.txt_b_110{
	font-size: 110%;
}
.txt_b_200{
	font-size: 200%;
}
.txt_s_90{
	font-size: 90%;
}
.txt_s_60{
	font-size: 60%;
}
.txt_s_45{
	padding-top: 2.5%;
	font-size: 45%;
	font-weight: 500;
}
.sell_01 .txt_s_60{
	padding-top: 0.5em;
	font-size: 60%;
}
.txt_left{
	text-align: left;	
}
.txt_right{
	text-align: right;	
}
.txt_center{
	text-align: center;
}

.txt_indent{
	text-indent: -1em;
	margin-left: 1em;
}

#contents01 .txt_right,#contents04 .txt_right{
	text-align: right;
	width:90%;
	margin-bottom: 2em;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	line-height: 1.5em;
	padding-top: 0.5em;
}

/*--------------------------------------------------------------------------------------
　見出し
--------------------------------------------------------------------------------------*/
h2{
	margin-right: auto;
    margin-left: auto;
    width: 8rem;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-position: left 1.5em center;
    min-height: 2rem;
    margin-bottom: 1rem;
    align-items: center;
    padding-left: 8em;
}

h2 p{
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	font-size: 240%;
	font-weight: 800;
	line-height: 1.6em;
	position: relative;
	padding-left: 1em;
}
h2 p::before{
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center;
    width: 2rem;
    height: 2rem;
    top: -0.5rem;
    left: -1.5rem;
    background-size: 75%;
}

h2::before,h2::after{
	content: '';
	position: absolute;
  left: 0;
  right: 0;
	width: 100%;
	height: 20px;
	margin: auto;
	background-image: url(../01/img/h2_line.png);
	background-repeat: repeat-x;
}
h2::before{
	top: -0.5em;
}

h2::after{
	bottom: -1em;
}

h4{
	display: block;
	text-align: center;
	margin-bottom: 3em;
}
h4 span{
	color: #75C0DE;
	font-size: 200%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
	background: linear-gradient(transparent 70%, #E7F3FC 50%);
	padding-bottom: 0.05rem;
}

/*--------------------------------------------------------------------------------------
　マージン
--------------------------------------------------------------------------------------*/
.mar_bot5{
    margin-bottom: 5px;
}
.mar_bot10{
    margin-bottom: 10px;
}
.mar_bot15{
    margin-bottom: 15px;
}
.mar_bot20{
    margin-bottom: 20px;
}
/*--------------------------------------------------------------------------------------
　テキスト装飾
--------------------------------------------------------------------------------------*/

.back_maru_white {
    background-color: #FFFFFF;
    border-radius: 2em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1em;
}


.txt_underline{
	padding-left: 0.1em;
	padding-right: 0.1em;
	background: linear-gradient(transparent 70%, yellow 60%);
	margin-left: 0.1em;
	margin-right: 0.1em;
    line-height: 1.6em;
}
.under_line_yellow{
	color: #75C0DE;
	font-weight: 800;
	font-size: 250%;
	padding-left: 0.1em;
	padding-right: 0.1em;
	background: linear-gradient(transparent 60%, yellow 60%);
	margin-left: 0.1em;
	margin-right: 0.1em;
    display: inline-block;
}
.txt_back_maru{
    background-color: #DCEEF6;
    border-radius: 2em;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


/*--------------------------------------------------------------------------------------
　背景
--------------------------------------------------------------------------------------*/
.back01{
	background-image: url(../img/back01.jpg);
	background-repeat: repeat;
}

/*--------------------------------------------------------------------------------------
　リンクボタン
--------------------------------------------------------------------------------------*/

/*------　別サイトリンク　-------------------------------*/

.externalsite_link_bot a,.site_link_bot a{
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	border-radius: 2em;
	font-size: 120%;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 2em;
	padding-right: 2em;
	transition: 0.3s;
	line-height: 1.6em;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.externalsite_link_bot a{
	background-color: #75C0DE;
}
.externalsite_link_bot a:hover{
	background-color: #ADDFF3;
}

/*------　サイトリンク　-------------------------------*/

.site_link_bot a{
	background-color: #A09996;
}
.site_link_bot a:hover{
	background-color: #CBCBCB;
}

/*------　別記事リンク　-------------------------------*/
.betsukiji_link_bot_01,
.betsukiji_link_bot_02,
.betsukiji_link_bot_03,
.betsukiji_link_bot_04,
.betsukiji_link_bot_05,
.betsukiji_link_bot_06{
	display: flex;
	width: 5rem;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	text-align: left;
	align-items: center;
	justify-content: center;
	background-size: contain;
	transition: 0.3s;
}
.betsukiji_link_bot_01 a,
.betsukiji_link_bot_02 a,
.betsukiji_link_bot_03 a,
.betsukiji_link_bot_04 a,
.betsukiji_link_bot_05 a,
.betsukiji_link_bot_06 a{
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	font-size: 120%;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 1.5em;
}
.betsukiji_link_bot_01:hover,
.betsukiji_link_bot_02:hover,
.betsukiji_link_bot_03:hover,
.betsukiji_link_bot_04:hover,
.betsukiji_link_bot_05:hover,
.betsukiji_link_bot_06:hover{
	opacity: 0.7;
}

.betsukiji_link_bot_01{
	background-image: url(../img/betsukiji_link_01.png);
}
.betsukiji_link_bot_02{
	background-image: url(../img/betsukiji_link_02.png);
}
.betsukiji_link_bot_03{
	background-image: url(../img/betsukiji_link_03.png);
}
.betsukiji_link_bot_04{
	background-image: url(../img/betsukiji_link_04.png);
}
.betsukiji_link_bot_05{
	background-image: url(../img/betsukiji_link_05.png);
}
.betsukiji_link_bot_06{
	background-image: url(../img/betsukiji_link_06.png);
}

/*--------------------------------------------------------------------------------------
　テーブル
--------------------------------------------------------------------------------------*/
table{
	width: 90%;
	border: 6px solid #D9D5D3;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
th,th,td{
	height: 100%;
	vertical-align: middle;
	background-color: #FFFFFF;
	line-height: 1.5em;
	font-weight: 500;
	font-size: 110%;
}
th{
	background-color: #EBE9E8;
	font-size: 120%;
}

th div,td div{
	height: 100%;
	vertical-align: middle;
	width: 100%;	
    align-items: center;
    display: flex;
    justify-content: center;
}
th>div>div,td>div>div{
	padding-top: 0.15rem;
	padding-right: 0.15rem;
	padding-bottom: 0.15rem;
	padding-left: 0.15rem;
	vertical-align: middle;
	width: 100%;	
}

.txt_tate{
  writing-mode: vertical-rl;
}


.tabel_yoko_sayuaki{
	background-image: url(../img/tabel_line01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: calc(100% - 10px) 3px;
}
.tabel_yoko_akinashi{
	background-image: url(../img/tabel_line01.png);
	background-repeat: no-repeat;
    background-position: left bottom;
	background-size: 100% 3px;
}
.tabel_yoko_migiaki{
	background-image: url(../img/tabel_line01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: calc(100% - 5px) 3px;
}
.tabel_yoko_hidariaki{
	background-image: url(../img/tabel_line01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: calc(100% - 5px) 3px;
}
.tabel_tate_jogeaki{
	background-image: url(../img/tabel_line_tate01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 3px calc(100% - 10px);
}
.tabel_tate_ueaki{
	background-image: url(../img/tabel_line_tate01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 3px calc(100% - 5px);
}
.tabel_tate_shitaaki{
	background-image: url(../img/tabel_line_tate01.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 3px calc(100% - 5px);
}
.tabel_tate_akinashi{
	background-image: url(../img/tabel_line_tate01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 3px auto;
}
.tabel_tate_tensen{
	background-image: url(../img/tabel_line_tate02.png);
	background-repeat: repeat-y;
	background-position: right center;
	background-size: 3px auto;
}
.tabel_color01{
	background-color: #EFF7FB;	
}

.tabel_color02{
	background-color: #D6EBF4;	
}

.table_link{
	font-weight: 600;
	width: 20em;
}

.table_link a{
	width: 100%;
	display: block;
	text-decoration: none;
	position: relative;
	padding-bottom: 2em;
	transition: 0.3s;
}
.table_link a:hover{
	opacity: 0.5;
}

.table_link a::before,
.table_link a::after{
	position: absolute;
	bottom: 0;
	margin: auto;
	content: "";
}

.table_link a::before{
    width: 1.8em;
    height: 1.8em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #75C0DE;
    right: 46.8%;
}

.table_link a::after{
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
    right: 50%;
	bottom: 0.7em;
}


.sell_01{
	background-color: #FFF8A5;
	color: #75C0DE;
	font-size: 260%;
	font-weight: 600;
}

.sell_01 .txt_s{
	padding-top: 0.5em;
}
.sell_01>div{
    padding-top: 0.2rem;
}


.sell_02{
flex-direction: column;
}
.sell_02 p{
	background-color: #FFF8A5;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 110%;
	color: #000000;
}
.sell_02 p>span{
	font-size: 220%;
	color: #75C0DE;
	font-weight: 600;
}

/*--------------------------------------------------------------------------------------
　MV
--------------------------------------------------------------------------------------*/
#main_area {
  width: 100%;
  padding-top: 3em;
  height: 43vw;
  max-height: 6.5rem;
  text-align: center;
	background-repeat: repeat-x;
	background-position: 0% top;
	background-size: auto 100%;
}
#main_img {
  margin-left: auto;
  margin-right: auto;
  max-width: 15rem;
  position: relative;
}
#to_home img {
  position: absolute;
  top: 2.3%;
  left: 6.2%;
  width: 8.2%;
  transition: 0.3s;
}
#to_home img:hover {
  opacity: 0.9;
}
#main_copy {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  position: absolute;
  text-align: left;
  font-size: 300%;
  font-weight: 900;
  line-height: 1.4em;
  top: 20%;
  left: 24%;
}
#main_copy span {
  color: #000000;
  padding-left: 0.1em;
  padding-right: 0.1em;
  letter-spacing: 0.06em;
  background-image: url(../img/line.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}

#main_copy .copy_new{
    color: #dd6500 !important;
    background-image: url(../img/line_orange.png);
    font-family: '';
    font-weight: 900;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

/*--------------------------------------------------------------------------------------
　contents_index
--------------------------------------------------------------------------------------*/

#contents_index {
    width: 80%;
    max-width: 12.4rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.contents_index_title {
	position: relative;
	background-color: #fff;
	border-bottom: solid 3px #75C0DE;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #75C0DE;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 30px;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 1.4em;
}
.contents_index_title:before,
.contents_index_title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contents_index_title:before {
	border: solid 12px transparent;
	border-top: solid 12px #75C0DE;
}
.contents_index_title:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}
.contents_index_title p {
    margin: 0;
    padding: 0;
	letter-spacing: 0.3em;
}

.contents_index_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents_index_list > div{
	width: 49%;
	position: relative;
    display: flex;
	vertical-align: middle;
	align-items: center;
	background-color: #F3F3F3;
	margin-bottom: 10px;
	background-position: -1.5em -1em;
	background-repeat: no-repeat;
	text-align: left;
	transition: 0.3s;
	background-size: 20% auto;
    height:2.2rem;
}
.contents_index_list > div > a{
    top: 0;
    left: 0;
    width: 100%;
    text-decoration: none;
	padding-top: 3em;
	padding-right: 3em;
	padding-bottom: 3em;
	padding-left: 8em;

}
.contents_index_list > div:hover{
    background-color: #FFFFFF;
}
.txt_area{
}
.txt_area .title{
    font-size: 140%;
    font-weight: 800;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}
.txt_area ul{
    margin-left: 1.3em;
    font-size: 120%;
    line-height: 1.5em;
}
.txt_area ul li{
    color: #59B5F2;
    list-style-type: disc;
}

.txt_area ul li span {
  color: black;
}

.contents_index_list > div::before,
.contents_index_list > div::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.contents_index_list > div::before{
    width: 4em;
    height: 4em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFFFFF;
    right: 2em;
}

.contents_index_list > div::after{
	width: 1.5em;
	height: 1.5em;
	border-top: 5px solid #75C0DE;
	border-right: 5px solid #75C0DE;
    right: 3.1em;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -0.5em;
}
/* 点滅 */
.contents_index_list > div::after{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.contents_index_list .box1{
    background-image: url(../01/img/index_no_01.png);
}
.contents_index_list .box2{
	background-image: url(../01/img/index_no_02.png);
}
.contents_index_list .box3{
	background-image: url(../01/img/index_no_03.png);
}
.contents_index_list .box4{
	background-image: url(../01/img/index_no_04.png);
}
.contents_index_list .box5{
	background-image: url(../01/img/index_no_05.png);
}

/*----------------------------------------------------
　intro
----------------------------------------------------*/

.fukidashi {
	margin-bottom: 2em;
	width: 60%;
	max-width: 9rem;
	margin-right: auto;
	margin-left: auto;
}
/*-----吹き出し　-----*/
.com_family, .com_hakase{
	width: 100%;
	margin: 1em 0;
	position: relative;
}
.faceicon {
	width: 13em;
	text-align: center;
	font-size: 90%;
	position: absolute;
}
.faceicon img{
  width: 100%;
  height: auto;
}

.chatting {
  width: 100%;
}
.says {
    width: calc(100% - 105px);
    display: flex;
    position: relative;
    padding: 17px 17px;
    border-radius: 12px;
    font-size: 140%;
    line-height: 1.8em;
    text-align: center;
    font-weight: 600;
    min-height: 5em;
    align-items: center;
    justify-content: center;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  border: 12px solid transparent;
}
.says img{
	display: none;
}
.says ul{
	list-style-type: disc;
	margin-left: 2em;
}
.says p{
	margin-bottom: 1em;
}
.says p:last-child{
	margin-bottom: 0em;
}
/*====コメントファミリー　============*/
.com_family {
	position: relative;
	right: -105px;
    width: calc(100% - 105px);
}

.com_family .faceicon {
	right: -6em;
	top: -4em;
}
.com_family .says {
	background-color: #E9F0C9;
}

.com_family .says:after {
  right: -22px;
  border-left: 12px solid #E9F0C9;
}

/*====コメント博士　============*/
.com_hakase {
}

.com_hakase .faceicon {
	left: -6em;
	top: -6em;
}
.com_hakase .says {
	margin: 5px 0 0 105px;
	background-color: #DCEEF6;
    width: calc(100% - 210px);
}

.com_hakase .says:after {
  left: -22px;
  border-right: 12px solid #DCEEF6;
}

/*====プロフィール　============*/
#intro_profile{
	background-image: url(../01/img/profile.png);
	background-repeat: no-repeat;
	width: 90%;
	height: 4rem;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-size: 100%;
	background-position: center 0%;
	max-width: 12.4rem;
}
#profile_hakase{
    position: relative;
    top: 7.8em;
    left: 13em;
    display: inline-block;
    width: 22em;
}
#profile_family01{
    position: relative;
    top: 9.5em;
    right: -19.5em;
    display: inline-block;
    width: 22em;
}
#profile_hakase .title,#profile_family01 .title{
    text-align: center;
    display: block;
    font-size: 130%;
    font-weight: 600;
    margin-bottom: 1em;
}
#profile_hakase p,#profile_family01 p{
    font-size: 120%;
    line-height: 1.6em;
}
#profile_family02{
    position: relative;
    top: -9.5em;
    right: -56.8em;
    width: 23em;
    font-size: 110%;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
}
/*----------------------------------------------------
　contents00
----------------------------------------------------*/
#contents00{
	width: 90%;
	max-width: 12.4rem;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 8em;
}
#contents00>p{
    margin-bottom: 2em;
}


/*----------------------------------------------------
　check_contents
----------------------------------------------------*/
.check_contents_header {
	margin-top: 4em;
}
.check_contents_header, .check_contents_footer {
  width: 90%;
  max-width: 12.4rem;
  margin-right: auto;
  margin-left: auto;
}
.check_contents {
	background-repeat: repeat-y;
	background-position: center 0%;
	width: 90%;
	max-width: 12.4rem;
	background-size: 100% auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-left: 10em;
	padding-right: 10em;
}
.check_contents_footer {
  margin-bottom: 4em;
}
.check_contents .title_01 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 4em;
  margin-bottom: 2em;
}
.check_contents .title_01 span {
  font-size: 280%;
  font-weight: 600;
  line-height: 1.8em;
  background-color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 0.1em;
  padding-bottom: 0.1em;
}
.check_contents .title_02 {
  font-size: 200%;
  background-image: url(../01/img/contents_01_title_02_back.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  text-align: center;
  font-weight: 900;
  line-height: 1.6em;
  margin-bottom: 1em;
}
.check_contents .title_02 span {
  background: linear-gradient(transparent 60%, #fff 60%);
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.check_contents .title_03 { /*--角丸テキスト----*/
  text-align: center;
  font-size: 120%;
  font-weight: 900;
  border-radius: 5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.check_contents .kadomaru_back{
	background-color: #DFE9B1;
	border-radius: 0.3rem;
	padding-top: 0.3rem;
	padding-right: 0.3rem;
	padding-bottom: 0.3rem;
	padding-left: 0.3rem;
	margin-bottom: 0.3rem;
}
.check_contents .kadomaru_back h5{
	font-size: 130%;
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.check_contents .kadomaru_back h5::before,
.check_contents .kadomaru_back h5::after {
  background-color: #fff; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 5px; /* 線の高さ */
  width: 40px; /* 線の長さ */
}
.check_contents .kadomaru_back h5::before {
  margin-right: 1em; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.check_contents .kadomaru_back h5::after {
  margin-left: 1em; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}

/*---白枠-----------*/
.check_contents .waku_back{
	border: 3px solid #FFFFFF;
	border-radius: 0.1rem;
	padding-top: 0.3rem;
	padding-right: 0.3rem;
	padding-bottom: 0.3rem;
	padding-left: 0.3rem;
	margin-bottom: 2em;
}
.check_contents .waku_back ul {
	display: flex;
	justify-content: space-between;
}
.check_contents .waku_back ul li{
	display: block;
	background-color: #FFFFFF;
}

/*----------------------------------------------------
博士コメント
----------------------------------------------------*/
.hakase_back::before{
	content: "";
	background-image: url(../img/comment_back_head.png);
	height: 2em;
	display: block;
	top: -2em;
    position: absolute;
    width: 100%;
}

.hakase_back {
	margin-top: 5em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
	background-image: url(../01/img/comment_hakase.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 2.5rem;
	background-size: 37% auto;
    display: flex;
    align-items: center;
}
.hakase_back .txt{
    display: block;
    margin-left: 3.55rem;
    text-align: left;
    width: 27em;
	background-image: url(../img/comment_txt_line.png);
	background-repeat: repeat;
	background-size:98% auto ;
	line-height: 2.2em;
	margin-bottom: 0;
    margin-top: -1em;
}


/*----------------------------------------------------
アンカーリンク
----------------------------------------------------*/
a.unker_link {
  height: 1px;
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/*----------------------------------------------------
ページリンク
----------------------------------------------------*/

.page_link ul{
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 12.4rem;
	flex-wrap: wrap;
	counter-reset: number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	margin-left: auto;
	margin-right: auto;
}
.page_link li {
	cursor: pointer;
	transition: 0.3s;
	width: 24%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	background-image: url(../01/img/page_link.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	
	position: relative;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-bottom: 1.5em;
	padding-left: 5.3em;
	display: flex;
	align-items: center;
}
.page_link li a{
    text-decoration: none;
    color: #FFF;
    line-height: 1.4em;
    display: block;
	transition: 0.3s;
    font-size: 110%;
}
.page_link li a:hover {
  opacity: 0.5;
}

.page_link li a:before{
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*数字のデザイン変える*/
	display: inline-block;
	background: #FFF;
	color: #75C0DE;
	font-weight: bold;
	font-size: 100%;
	left: 2em;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	/*以下上下中央寄せのため*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 2em;
}

.page_link .page_link_on {
	background-image: url(../01/img/page_link_on.png);
}

.page_link .page_link_on a{
    color: #75C0DE;
}
.page_link .page_link_on a:before{
	background: #75C0DE;
	color: #FFF;
}


/*----------------------------------------------------
　site link showroom
----------------------------------------------------*/
.site_link_showroom {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-image: url(../img/showroom_link_back.png);
    background-repeat: no-repeat;
    width: 11rem;
    padding-top: 6.5em;
    background-position: center center;
    padding-bottom: 3em;
    margin-top: 4em;
    background-size: 100% auto;
}
.site_link_showroom p {
  font-size: 170%;
  font-weight: 900;
  line-height: 1.4em;
}
.site_link_showroom .col_3 {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.site_link_showroom .col_3 div {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.site_link_showroom .col_3 div a {
  transition: 0.3s;
}
.site_link_showroom .col_3 div a:hover {
  opacity: 0.5;
}
/*----------------------------------------------------
　site link　こちらをCLICK
----------------------------------------------------*/
.site_link_con {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 3em;
}
.site_link_con img {
  display: block;
  margin-bottom: -10px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.site_link_con a {
  color: #FFFFFF;
  font-size: 180%;
  font-weight: 700;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 5em;
  padding-right: 5em;
  display: inline-block;
  text-decoration: none;
  background-image: url(../img/site_link_con_back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 1.4em;
  transition: 0.3s;
}
.site_link_con a:hover {
  opacity: 0.8;
}
/*----------------------------------------------------
　matome
----------------------------------------------------*/
#matome {
	background-image: url(../01/img/matome_back.png);
	background-repeat: repeat;
	padding-top: 6em;
	padding-bottom: 6em;
}
#matome h2{
	padding-left: 0;
}
#matome h2 p {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	font-size: 240%;
	font-weight: 800;
	line-height: 1.6em;
	position: relative;
	padding-left: 0;
	color: #75C0DE;
	text-align: center;
}
/*----------------------------------------------------
　Writers profile
----------------------------------------------------*/
#writer_pro {
	background-color: #dad5d3;
	width: 8rem;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 2em;
	margin-top: 4em;
	margin-bottom: 4em;
}
#writer_pro .box {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
#writer_pro .box_img {
  width: 25%;
  margin-left: 3%;
  margin-right: 4%;
}
#writer_pro .box_txt {
  width: 68%;
  text-align: left;
  display: flex;
	 align-items: center;
}
#writer_pro .writer_name {
  font-size: 160%;
  margin-top: -0.5em;
}
#writer_pro .writer_profile {
  margin-bottom: 0.5em;
  font-size: 100%;
  line-height: 1.6em;
  font-weight: 500;
}
#writer_pro .writer_katagaki {
  font-size: 100%;
  line-height: 1.6em;
  font-weight: 500;
}
/*----------------------------------------------------
　pagelink_slide
----------------------------------------------------*/
#page_slide {
  background-color: #ECEBEB;
  padding-top: 4em;
  padding-bottom: 4em;
  text-align: center;
}
#page_slide .title_01 {
  font-size: 200%;
  margin-bottom: 2em;
  font-weight: 900;
  color: #ED6C00;
  font-family: 'Noto Sans JP', sans-serif;
  background-image: url(../img/slide_line.png);
  background-repeat: repeat-x;
  background-position: 0% center;
}
#page_slide .index_copy {
  display: none;
}
#page_slide .title_01 span {
  background-color: #ECEBEB;
  padding-left: 1em;
  padding-right: 1em;
  letter-spacing: 0.2em;
}
#page_slide_box {
  margin-bottom: 6em;
  width: 80%;
  max-width: 14rem;
  margin-right: auto;
  margin-left: auto;
}
#page_slide .botton_top {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  transition: 0.3s;
  background-image: url(../img/slide_line.png);
  background-repeat: repeat-x;
  background-position: 0% top;
  padding-top: 4em;
}
#page_slide .botton_top:hover {
  opacity: 0.6;
}
.page_info01 .slick-list .list01,
.page_info02 .slick-list .list02,
.page_info03 .slick-list .list03,
.page_info04 .slick-list .list04,
.page_info05 .slick-list .list05,
.page_info06 .slick-list .list06{
    display: none;
}

.slider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}
.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 1.5em;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  background-color: transparent;
}
.slick-prev::before, .slick-next::before {
  border-top: 3px solid #B0B0B0;
  border-right: 3px solid #B0B0B0;
}
.slick-prev, .slick-next {
  height: 0.36rem;
  width: 0.36rem;
}
.slick-prev {
  left: -0.5rem;
  /*戻る矢印の位置と形状*/
}
.slick-next {
  right: -0.5rem;
  /*次へ矢印の位置と形状*/
}
.slick-prev::before, .slick-next::before {
  width: 0.3rem;
  height: 0.3rem;
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

/*----------------------------------------------------
　スクロールダウン
----------------------------------------------------*/
/*スクロールダウン全体の場所*/
#scrolldown {
  /*描画位置※位置は適宜調整してください*/
    position: fixed;
    top: 50%;
    left: 3%;
    z-index: 2;
    opacity: 0;
    transform: translateX(100px);
}

/*Scrollテキストの描写*/
#scrolldown span {
  /*描画位置*/
  position: absolute;
  bottom: 10px;
  /*テキストの形状*/
  color: #ED6C00;
  font-size: 2em;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
/* 丸の描写 */
#scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ED6C00;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
#scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 100px;
  background: #ED6C00;
}
/*　左の動き　*/
#scrolldown.LeftMove {
  animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*　右の動き　*/
#scrolldown.RightMove {
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}


/*--------------------------------------------------------------------------------------
　スライドインデックス
--------------------------------------------------------------------------------------*/
/*========= ナビゲーションのためのCSS ===============*/

#slide_index{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	top: 0;
	right: -120%;
	width: 35%;
	max-width: 500px;
	height: 100vh;/*ナビの高さ*/
	background-color: #FFFFFF;
	/*動き*/
	transition: all 0.6s;
    box-shadow: 0 0 10px rgb(0,0,0,30%);
}

/*アクティブクラスがついたら位置を0に*/
#slide_index.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#slide_index.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#slide_index ol {
	width: 46%;
	z-index: 999;
	left: 25%;
	text-align: left;
	display: block;
	padding-left: 2em;
	padding-top: 1em;
}
#slide_index p{
	font-size: 200%;
	color: #ED6C00;
}

#slide_index a{
	text-decoration: none;
}
#slide_index a:hover{
	text-decoration: underline;
}
#slide_index ol>li{
	margin-left: 1.5em;
	font-size: 120%;
	margin-bottom: 1em;
	font-weight: 800;
}
#slide_index ol>li ul li{
	list-style-type: none;
    margin-left: 1.3em;
	font-weight: 600;
    position: relative;
}


#slide_index ol>li ul li::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ED6C00;
    position: absolute;
    left: -13px;
    top: calc(0.75em);
}


/*リストのレイアウト設定*/



/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
.openbtn div{
    background-color: #ED6C00;
    color: #FFFFFF;
    padding-top: 0.55rem;
    padding-right: 0.2rem;
    line-height: 1.7em;
    padding-bottom: 19px;
    padding-left: 0.2rem;
    display: block;
    position: absolute;
    transition: 0.3s;
    margin-top: 2.5rem;
    right: -10px;
    background-image: url(../img/slide_index_icon.png);
    background-repeat: no-repeat;
    background-position: center top 1em;
    background-size: 40% auto;
    font-size: 160%;
}
.openbtn.active div{
	opacity: 0;
  }


/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1),
.openbtn span:nth-of-type(2),
.openbtn span:nth-of-type(3){
	display: none;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
	display: inline;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
	display: inline;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
	display: inline;
}


/*--------------------------------------------------------------------------------------
　attention
--------------------------------------------------------------------------------------*/
/*========= ナビゲーションのためのCSS ===============*/

#slide_index02{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	bottom: 1em;
	width: 90%;
	background-color: #738BA3;
	/*動き*/
	transition: all 0.6s;
	box-shadow: 0 0 10px rgb(0,0,0,30%);
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	cursor: pointer;
}
#slide_index02 p{
	margin-left: 4em;
	color: #FFFFFF;
}

/*アクティブクラスがついたら位置を0に*/
#slide_index02.panelactive{
    bottom: -15em;
}

/*========= ボタンのためのCSS ===============*/
.openbtn02{
	position: absolute;
	z-index: 9999;/*ボタンを最前面に*/
	left: 0;
	cursor: pointer;
	width: 4em;
	height: 3em;
    top: 5%;
}

.openbtn02.active {
	display: none;
}

/*×に変化*/	
.openbtn02 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0px;
    height: 3px;
    border-radius: 2px;
	background-color: #FFF;
  	width: 45%;
  }
.openbtn02 span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
	display: inline;
}

.openbtn02 span:nth-of-type(2) {
	opacity: 0;
	display: inline;
}

.openbtn02 span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
	display: inline;
}
