/*
Theme Name: kokusai
Theme URI: https://enthusiasm-designersplace.com
Description: 【公式】東京で美容のプロになりたいなら国際理容美容専門学校のためのテーマです
Version: 1.0
Author: Masaki Ishikawa
Author URI: https://enthusiasm-designersplace.com
*/
@import"https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,700";
@import"https://fonts.googleapis.com/css?family=Kosugi+Maru";
@import url('https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@300;400;500;600&display=swap');
/* CSS Document */
/* Reset*/
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,caption,
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:baseline;
    background:transparent;
}
body {
    line-height:1.5;
}
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;
	word-break: break-all;
}
/* 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;
}

/* 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 {
  margin: 0 auto;
  padding: 0;
  line-height: 1.5;
  font-family: "メイリオ",Meiryo,YuGothic,"游ゴシック","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 400;
  color: #101010;
  -webkit-text-size-adjust: 100%;
}
a {
  outline:none;
  color: #505050;
	text-decoration: none;
}
a:hover {
  text-decoration: none;
	color: #870101;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
table {
  border-collapse: collapse;
}
.tdleft {
	text-align: left;
}
.tdcenter {
	text-align: center;
}
/* パンくずリスト */
@media screen and ( min-width : 769px ) {
.breadcrumbs {
	font-size: 0.75rem;
	margin: 10px 25px; 
}
.marker {
background: linear-gradient(transparent 60%, #ffcccc 0%);
}
}
@media screen and ( max-width : 768px ) {
.breadcrumbs {
	font-size: 0.75rem;
	margin: 10px ; 
}
.marker {
background: linear-gradient(transparent 60%, #ffcccc 0%);
}
}
/*各コース下部ボタン */
@media screen and ( min-width : 769px ) {
#gakkalink_sec {
  background : #fff;
}
#gakkalink_sec section.content_top {
	max-width: 1080px;
	min-width: 320px;
	margin: 0 auto ;
}
}
@media screen and ( max-width : 768px ) {
#gakkalink_sec {
  background : #fff;
}
#gakkalink_sec section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
}
}
/*各コース下部ボタン */
@media screen and ( min-width : 769px ) {
.coursebtn_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.coursebtn_sec .coursebtn {
  width: calc(50.0% - 30px);
  margin: 15px;
}
}
@media screen and ( max-width : 768px ) {
.coursebtn_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.coursebtn_sec .coursebtn {
  width: calc(100% - 30px);
  margin: 15px;
}
}
/*______________________ ボタン ____________________\*/
.button01 {
  display: inline-block;
  width: 100%;
  height: 54px;
	border-radius: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 52px;
  outline: none;
	font-weight: bold;
}
.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button01 {
  background-color: #fff;
  color: #009ee7;
	border: 2px solid #009ee7;
}
.button01:hover {
  background-color: #009ee7;
	color: #fff;
	border: 2px solid #009ee7;
}
.button02 {
  display: inline-block;
  width: 100%;
  height: 54px;
	border-radius: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  outline: none;
	font-weight: bold;
	padding-top: 2px;
}
.button02 span{
  font-size: 150%;
}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button02 {
  background-color: #fff;
  color: #009ee7;
	border: 2px solid #009ee7;
}
.button02:hover {
  background-color: #009ee7;
	color: #fff;
	border: 2px solid #009ee7;
}
.button04 {
  display: inline-block;
  width: 200px;
  height: 54px;
	border-radius: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 52px;
  outline: none;
	font-weight: bold;
}
.button04::before,
.button04::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button04,
.button04::before,
.button04::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button04 {
  background-color: #fff;
  color: #00a199;
	border: 2px solid #00a199;
}
.button04:hover {
  background-color: #00a199;
	color: #fff;
	border: 2px solid #00a199;
}
.button05 {
  display: inline-block;
  width: 100%;
  height: 54px;
	border-radius: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 52px;
  outline: none;
	font-weight: bold;
}
.button05::before,
.button05::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button05,
.button05::before,
.button05::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button05 {
  background-color: #fff;
  color: #2e9dd6;
	border: 2px solid #2e9dd6;
}
.button05:hover {
  background-color: #2e9dd6;
	color: #fff;
	border: 2px solid #2e9dd6;
}
.buttonsumai {
  display: inline-block;
  width: 300px;
  height: 54px;
	border-radius: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 52px;
  outline: none;
	font-weight: bold;
}
.buttonsumai::before,
.buttonsumai::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buttonsumai,
.buttonsumai::before,
.buttonsumai::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.buttonsumai {
  background-color: #fff;
  color: #2e9dd6;
	border: 2px solid #2e9dd6;
}
.buttonsumai:hover {
  background-color: #2e9dd6;
	color: #fff;
	border: 2px solid #2e9dd6;
}
.buttonpar {
  display: inline-block;
  width: 300px;
  height: 54px;
	border-radius: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 52px;
  outline: none;
	font-weight: bold;
}
.buttonpar::before,
.buttonpar::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buttonpar,
.buttonpar::before,
.buttonpar::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.buttonpar {
  background-color: #fff;
  color: #2e9dd6;
	border: 2px solid #2e9dd6;
}
.buttonpar:hover {
  background-color: #2e9dd6;
	color: #fff;
	border: 2px solid #2e9dd6;
}
.buttonsalon {
  display: inline-block;
  width: 300px;
  height: 54px;
	border-radius: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 52px;
  outline: none;
	font-weight: bold;
}
.buttonsalon::before,
.buttonsalon::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buttonsalon,
.buttonsalon::before,
.buttonsalon::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.buttonsalon {
  background-color: #fff;
  color: #2e9dd6;
	border: 2px solid #2e9dd6;
}
.buttonsalon:hover {
  background-color: #2e9dd6;
	color: #fff;
	border: 2px solid #2e9dd6;
}
.button11 {
  display: inline-block;
  width: 200px;
  height: 54px;
	border-radius: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 52px;
  outline: none;
	font-weight: bold;
}
.button11::before,
.button11::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button11,
.button11::before,
.button11::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button11 {
  background-color: #fff;
  color: #2e9dd6;
	border: 2px solid #2e9dd6;
}
.button11:hover {
  background-color: #2e9dd6;
	color: #fff;
	border: 2px solid #2e9dd6;
}
/*--------------------------------------
 Contact Form 7カスタマイズ
--------------------------------------*/
/*******************************
* バッジの色 *
********************************/
/* 必須マーク */
.must {
	background: #FF1A00;
}
/* 任意マーク */
.free {
	background: #999;
}
.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}
/*******************************
* フォームの設定
********************************/
.inquiry_form {
	width: 95%;
	margin: 0 auto;
}
.inquirylist {
	margin: 20px 0;
}
.inquirycheck {
	text-align: center;
}
.preaca_chuui {
	background: #efffff;
	padding: 20px 10px;
	line-height: 1.5;
}
/* フォーム入力項目 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea  {
	 width: 95%;
	margin: 0 auto;
	 padding: 10px 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
	font-size: 16px;
}
/* 送信ボタン */
input.sub-btn {
	width: 300px;
	height: 60px;
	background: #F90;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ffae13;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #F90;  
}
/* 送信ボタン中央寄せ */
.center {
	text-align:center;
}
span.wpcf7-list-item {
display: block!important;
}
/* ”必須項目に入力してください”の文字の色を変える */
.wpcf7-not-valid-tip{
   color: #dc3232;
}
/*送信後非表示*/
.sent .inquirylist {
	display: none;
}
/* エラーメッセージの上部を消去 */
div.screen-reader-response{
  display: none;
}
/*送信成功*/
.wpcf7 form.sent .wpcf7-response-output {
background:#d5edda;
color:#185626;
border:1px solid #c4e5cc;
padding:10px;
text-align: center;
}
/*送信NG*/
.wpcf7 form.invalid .wpcf7-response-output {
background:#f7d7da;
color:#711d26;
border:1px solid #f4c6cb;
padding:10px;
text-align: center;
}
/*送信失敗*/
.wpcf7 form.sent .wpcf7-response-output {
background:#f7d7da;
color:#711d26;
border:1px solid #f4c6cb;
padding:10px;
text-align: center;
}
/*スパムなどで送信ブロックされた場合*/
.wpcf7 form.spam .wpcf7-response-output {
background:#fff2cf;
color:#846314;
border:1px solid #feedbd;
padding:10px;
	text-align: center;
}
/*--------------------------------------
  投稿ページ前後記事表示
--------------------------------------*/
.post-navigation {
    overflow: hidden;
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.prev {
    float: left;
	padding-left:10px;
}
.next {
    float: right;
	padding-right:10px;
}
/*--------------------------------------
  ページネーション
--------------------------------------*/
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #2e9dd6; /* 通常の背景色 */
}
.pagination a:hover{
	color: #2e9dd6; /* マウスホバー時の文字色 */
	background: #fff; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #2e9dd6; /* 現在のページの文字色 */
        background: #fff; /* 現在のページの背景色 */
}
/*--------------------------------------
要素フェードイン
--------------------------------------*/
.fadein{
  opacity : 0;
  transition: opacity 2s;
}
.fadein.view{
  opacity: 1;
}
/*--------------------------------------
 2カラム設定
--------------------------------------*/
/*コンテンツのサイズ指定*/
.single {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and ( min-width : 769px ) {
main{
	margin: 70px 0 0 ;
	}
#container {
	margin: 0 10px;
	}
.sp { 
	display:none !important;
}
/*--------------------------------------
   サイド
--------------------------------------*/
#sub {
	font-size: 100%;
	margin-bottom: 24px;
	overflow: hidden;
}
/* サイドバー見出し */
#sub h4 {
	font-size: 18px;
	border-bottom: 2px solid #888;
	color: #666;
	font-weight: bold;
}
#sub li > h4 {
	margin-top: 24px;
}
#contents #sub {
	float: left;
	margin: 0;
	width: 300px;
	text-align: center;
	padding: 0;
}
#contents #sub p {
	text-align: left;
}
#sub .side-sns ul {
	width: 100%;
}
.side_new:hover {
	text-decoration: none;
	background: #fff;
}
/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul li {
	width: 100%;
	display: block;
	padding: 0.5em 0;
	text-indent: 1em;
}
#sub .side_widget li ul li ul li {
	text-indent: 2em;
}
#sub .side_widget li ul li ul li ul li {
	text-indent: 3em;
}
#sub .side_widget li ul li ul {
	display: inline;
}
#sub .side_widget li ul {
	text-align: left;
	margin: 0 0 0 5px;
}
#sub .side_widget .children,
#sub .side_widget .sub-menu {
	text-indent: 1em;
	margin-left: 0;
}
#sub .side_widget .children ul,
#sub .side_widget .sub-menu ul {
	text-indent: 2em;
}
#sub .side_widget .children li,
#sub .side_widget .sub-menu li {
	border-bottom: 0;
	border-top: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1) inset;
}
#sub .side_widget .children li:first-child,
#sub .side_widget .sub-menu li:first-child {
	margin-top: 8px;
}
#sub .side_widget .children li:last-child,
#sub .side_widget .sub-menu li:last-child {
	padding-bottom: 0;
}
#contents #sub {
	float: left;
	margin: 0;
	width: 300px;
	text-align: center;
	padding: 0;
}
#contents #sub p {
	text-align: left;
}
#sub .side_widget h4 {
	font-size: 20px;
	text-align: center;
	border: none;
	color: #121212;
	background-color: #ffee00;
	font-weight: bold;
	text-shadow: none;
	margin: 10px 0 5px 0;
}
#sub .side-sns ul {
	width: 100%;
}
.side_new:hover {
	text-decoration: none;
	background: #fff;
}
#sub .side_widget li ul li ul li {
	text-indent: 2em;
}
#sub .side_widget li ul li ul li ul li {
	text-indent: 3em;
}
#sub .side_widget li ul li ul {
	display: inline;
}
/*--------------------------------------
  ページネーション
--------------------------------------*/
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #2e9dd6; /* 通常の背景色 */
}
.pagination a:hover{
	color: #2e9dd6; /* マウスホバー時の文字色 */
	background: #fff; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #2e9dd6; /* 現在のページの文字色 */
        background: #fff; /* 現在のページの背景色 */
}
/*______________________ 2カラム設定 ____________________\*/
 /*コンテンツとサイドバーを横に並べる*/
  #single:after {
    display: block;
    clear: both;
    content: '';
  }
  .contents {
    float: left;
    width: 68%;
    margin-right: 2%;
  }
  #sidebar {
    float: left;
    width: 28%;
	  margin-right: 2%;
  }
/*______________________ 記事一覧ページタイトル ____________________\*/
.contents > h1 {
  font-size: 1.6em;
  margin: 0 0 20px;
	padding: 20px 0px 7px 20px;
	color: #fff;
	background-color: #2e9dd6;
}

/*-----------------------------------
  カレンダー
------------------------------------*/
#wp-calendar {
	width: 100%;
}
}
@media screen and (max-width:768px) {
body {
	font-size: 85%;
}
main{
	margin-top: 70px;
	}
#container {
}
.pc { 
	display:none !important;
}
/*--------------------------------------
  サイド
--------------------------------------*/
#sub {
	font-size: 100%;
	margin: 0 10px 24px 10px;
	overflow: hidden;
}
/* サイドバー見出し */
#sub h4 {
	font-size: 18px;
	border-bottom: 2px solid #888;
	color: #666;
	font-weight: bold;
}
#sub li > h4 {
	margin-top: 24px;
}
/* 検索フォーム */
#searchform {
	margin-bottom: 24px;
	width: 298px;
	background: #fff;
	padding: 5px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#searchform input[type="text"] {
	height: 24px;
	float: left;
	margin: 0;
	width: 250px;
	border: 1px solid #fff;
	padding: 0 0 0 5px;
	font-size: 15px;
}
#searchform button {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 0;
	color: #111;
	font-size: 18px;
}
#searchform button:hover {
	color: #ff7ddf;
}
/*-----------------------------------
  サイドバーSNSアイコン
------------------------------------*/
#sub .side-sns {
	margin-bottom: 12px;
	padding: 0.3em;
}
#sub .side-sns p {
	margin-bottom: 12px;
	font-size: 125%;
	font-weight: bold;
}
#sub .side-sns ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#sub .side-sns ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#sub .side-sns ul li a {
	color: #666;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}
#sub .side-sns ul li a:hover {
	color: #ff7ddf;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}
/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul {
	text-align: left;
	margin: 0 0 0 5px;
}
#sub .side_widget li ul li {
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}
#sub .side_widget .children,
#sub .side_widget .sub-menu {
	text-indent: 1em;
	margin-left: 0;
}
#sub .side_widget .children ul,
#sub .side_widget .sub-menu ul {
	text-indent: 2em;
}
#sub .side_widget .children li,
#sub .side_widget .sub-menu li {
	border-bottom: 0;
	border-top: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1) inset;
}
#sub .side_widget .children li:first-child,
#sub .side_widget .sub-menu li:first-child {
	margin-top: 8px;
}
#sub .side_widget .children li:last-child,
#sub .side_widget .sub-menu li:last-child {
	padding-bottom: 0;
}
/*______________________ ページネーション____________________\*/
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
/*______________________ 記事一覧ページタイトル ____________________\*/ 

.contents > h1 {
  font-size: 1.0em;
  margin: 0 0 20px;
	padding: 5px 0px 5px 10px;
	color: #fff;
	background-color: #2e9dd6;
}
/*______________________ 2カラム設定 ____________________\*/ 
/*コンテンツのサイズ指定*/
.single {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  /*↓記述を追加*/
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contents, #sidebar {
  margin: 20px 0;
}
}

/* header */
#header {
	position: fixed;
	width: 100%;
	background: rgba(135,1,1,0.9);
	top: 0;
	height: 80px;
	z-index: 98;
}
#header .logo {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 70px;
}
#header .logo a {
	display: block;
	width: 200px;
	height: 52px;
	font-size: 0;
	background: url(img/all/logo_wt.png) left top/200px auto no-repeat;
}
#header .logo2 {
	float: left;
	padding: 15px;
}
#header .logo2 a {
	display: block;
	width: 52px;
	height: 52px;
	font-size: 0;
	background: url(img/all/tpe2.png) left top/52px auto no-repeat;
}
#header nav {
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 90%;
    padding-top: 50px;
    background: rgba(33,33,33,0.9);
    box-sizing: border-box;
	overflow: scroll;
    z-index: 99;
}
#header nav ul li a {
    display: block;
	text-decoration: none;
	padding: 10px 30px ;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#header nav ul li a:hover {
	background: #555;
}
#header nav ul li li a {
    display: block;
	text-decoration: none;
	padding: 10px 40px 10px 60px;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#header nav ul li li a:before {
    font-family: "Font Awesome 5 Free";
	content: '\f105';/*アイコン種類*/
	font-weight: 900;
	position:relative;
	left: -5px;
}
#header .btn-gnavi {
    position: fixed;
    top: 25px;
    right: 50px;
    width: 30px;
    height: 24px;
    z-index: 100;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#header .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#header .btn-gnavi span:nth-child(1) {
    top: 0
}
#header .btn-gnavi span:nth-child(2) {
    top: 10px
}
#header .btn-gnavi span:nth-child(3) {
    top: 20px
}
#header .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
#header .btn-gnavi.open span {
    background: #fff
}
#header .btn-gnavi.open span:nth-child(1) {
    width: 24px;
    -webkit-transform: translate(-7px,17px) rotate(45deg);
    transform: translate(-7px,17px) rotate(45deg)
}
#header .btn-gnavi.open span:nth-child(3) {
    width: 24px;
    -webkit-transform: translate(-7px,-17px) rotate(-45deg);
    transform: translate(-7px,-17px) rotate(-45deg)
}
@media screen and (max-width:768px) {
#header .logo{
	float: left;
	padding: 15px;
}
#header .logo a {
	display: block;
	width: 180px;
	height: 47px;
	font-size: 0;
	background: url(img/all/logo_wt.png) left top/180px auto no-repeat;
}
#header .logo2{
	float: left;
	padding: 15px;
}
#header .logo2 a {
	display: block;
	width: 52px;
	height: 52px;
	font-size: 0;
	background: url(img/all/tpe2.png) left top/52px auto no-repeat;
}
#header .btn-gnavi {
    position: fixed;
    top: 25px;
    right: 30px;
    width: 30px;
    height: 24px;
    z-index: 100;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
}
/********************************************************/
/* footer2024 */
/********************************************************/
@media screen and ( min-width : 769px ) {
#footer2024new {
  background: #fff;
}
#footer2024new section.content_top {
	max-width: 1080px;
	min-width: 769px;
	padding: 10px 10px 0px 10px;
	margin: 0 auto ;
}
.footer2024newflexarea {
		width: 100%;
	margin: 0 auto;
}
.footer2024newflex {
		display: flex;
		margin: 30px 0;
}
.footer2024newflex img{
		width: 100%;
}
.footer2024newflex .footer2024newflexitem01{
	flex:1.5;
	margin: 0 10px;
}
.footer2024newflex .footer2024newflexitem02{
	flex:1;
	margin: 0 10px;
}
.footer2024newflex .footer2024newflexitem03{
	flex:1.5;
	margin: 0 10px;
}
.footer2024new_rogo {
		width: 80%;
	margin: 0 auto;
}
.footer2024new_add {
		width: 70%;
	text-align: left;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	margin: 0 auto;
	padding: 15px 0;
}
.footer2024new_gotop {
		width: 90%;
	margin: 0 auto;
}
.footer2024new_snstxt {
		text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #9085b9;
}
.footer2024new_snsflex {
		display: flex;
		margin: 30px 0;
}
.footer2024new_snsflex .footer2024new_snsflexitem01{
	flex:1;
	margin: 0 10px;
}
.footer2024new_snsflex .footer2024new_snsflexitem02{
	flex:1;
	margin: 0 10px;
}
.footer2024new_snsflex .footer2024new_snsflexitem03{
	flex:1;
	margin: 0 10px;
}
.footer2024new_snsflex .footer2024new_snsflexitem04{
	flex:1;
	margin: 0 10px;
}
.footer2024new_snsflex .footer2024new_snsflexitem05{
	flex:1;
	margin: 0 10px;
}
.footer2024__copyright {
	margin-top: 1rem;
	display: block;
	color: #999;
	text-align: center;
	font-size: 14px;
	padding-bottom: 60px
}
}
@media screen and ( max-width : 768px ) {
#footer2024new {
  background: #fff;
}
#footer2024new section.content_top {
	max-width: 768px;
	min-width: 320px;
	padding: 10px 10px 0px 10px;
	margin: 0 auto ;
}
.footer2024newflexarea {
		width: 100%;
	margin: 0 auto;
	padding: 10px;
}
.footer2024newflexarea img{
		width: 100%;
}
.footer2024new_rogo {
		width: 60%;
	margin: 0 auto;
	padding: 10px 0;
}
.footer2024new_add {
		width: 90%;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	padding: 10px 0;
}
.footer2024new_gotop {
		width: 50%;
	margin: 0 auto;
	padding: 10px 0;
}
.footer2024new_snstxt {
		text-align: center;
	font-size: 14px;
	color: #9085b9;
	padding: 15px 0 2px;
}
.footer2024new_snsflex {
		display: flex;
		margin: 5px 0 10px;
}
.footer2024new_snsflex .footer2024new_snsflexitem01{
	flex:1;
	margin: 0 10px;
}
.footer2024new_snsflex .footer2024new_snsflexitem02{
	flex:1;
	margin: 0 10px;
}
.footer2024new_snsflex .footer2024new_snsflexitem03{
	flex:1;
	margin: 0 10px;
}
.footer2024new_snsflex .footer2024new_snsflexitem04{
	flex:1;
	margin: 0 10px;
}
.footer2024new_snsflex .footer2024new_snsflexitem05{
	flex:1;
	margin: 0 10px;
}
.footer2024__copyright {
	margin-top: 2rem;
		text-align: center;
		font-size: 12px;
	padding-bottom: 80px;
}
}
.footer {
	width: 100%;
	padding: 3rem 1rem;

	@media screen and (max-width: 768px) {
		padding-bottom: 6rem;
	}
}

.footer__contents {
	width: 100%;
	display: grid;
	grid-template-columns: 55% 1fr;

	@media screen and (max-width: 768px) {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

.footer__logo {
	width: 46%;
	max-width: 275px;
	
	@media screen and (max-width: 768px) {
		width: 35%;
		margin-inline: auto;
	}
}

.footer__address-box {
	margin-top: 2rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;

	@media screen and (max-width: 768px) {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

.footer__address {
	font-style: normal;
	font-weight: 400;
	color: #000;
}

.footer__text__link {
	font-weight: 400;
}

.footer__btn {
	max-width: 200px;
	width: 100%;

	@media screen and (max-width: 768px) {
		margin-inline: auto;
	}
}

.footer__sns-box {
	margin-left: auto;
	margin-right: 100px;
	text-align: center;
	width: 100%;
	max-width: 330px;

	@media screen and (max-width: 768px) {
		width: 85%;
		margin-left: 0;
		margin-inline: auto;
	}
}

.footer__sns__title {
	color: #7058a3;
}

.footer__sns__menu {
	margin-top: 1rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 2rem;
	place-items: center;
	list-style: none;

	@media screen and (max-width: 768px) {
		gap: 1.5rem;
	}
}

.footer__copyright {
	margin-top: 1rem;
	display: block;
	color: #999;
	text-align: center;
	font-size: 14px;

	@media screen and (max-width: 768px) {
		margin-top: 2rem;
		text-align: center;
		font-size: 12px;
		margin-bottom: 2rem;
	}
}
/* footer */
@media screen and ( min-width : 769px ) {
#footer01 {
	width: 90px;
	position: fixed;
	bottom: 0;
	right: 0%;
	z-index: 9;
}
#footer01 section.content_top {
	width: 90px;
}
.pc_cta__wrapper {
  display:none;
}
.pc_cta {
	display: flex;
	margin: 0px;
	flex-direction: column;
	align-items: flex-end; 
	height: 450px;
	transition: .2s;
	opacity: 0;
}
.pc_cta .ctalistpc {
	margin-bottom: -7px;
	width:90px;
}
.pc_cta .ctalistpc img {
  width: 100%;
}
/*footerまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
	 -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
#footer02 {
  background: #fafafa;
}
#footer02 section.content_top {
	max-width: 1080px;
	min-width: 320px;
	padding: 10px 10px 0px 10px;
	margin: 0 auto ;
}
#footer_menu {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 30px;
}
#footer_menu .menulist {
  width: calc(33.3% - 10px);
  margin: 5px;
}
#footer_menu .menulist ul li {
    list-style: none;
	line-height: 1.0em;
	margin: 10px 0 0 0;
}
#footer_menu .menulist ul li a {
    display: block;
	text-decoration: none;
	padding: 15px 10px 10px 0;
	color: #000;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#footer_menu .menulist ul li a:hover {
	color: #009ee7;
}
#footer_menu .menulist ul li li a {
    display: block;
	text-decoration: none;
	padding: 1px 0 1px 15px;
	color: #000;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#footer_menu .menulist ul li li a:before {
    font-family: "Font Awesome 5 Free";
	content: '\f105';/*アイコン種類*/
	font-weight: 900;
	position:relative;
	left: -5px;
}
#footer03 {
  background: #870101;
}
#footer03 section.content_top {
	max-width: 1080px;
	min-width: 320px;
	padding: 0px 10px 20px 10px;
	margin: 0 auto ;
}
.footer_info_pc {
	display: flex;
	padding: 30px 0 10px 0;
}
.footer_info_pc .infolist_pc {
  flex: 1;
	width: 100%;
}
.footer_logopc {
	text-align: left;
	width: 95%;
	margin: 0 auto;
}
.footer_logopc img {
	width:100%;
}
.footer_addpc {
	text-align: left;
	color: #fff;
	font-size: 16px;
	margin: 5px 0 0 15px;
}
.footer_hyoukapc {
	text-align: center;
}
#footer_copy {
	color: #fff;
	font-size: 16px;
	text-align: center;
}
}
@media screen and (max-width:768px) {
#footer01 {
	width: 100%;
  background: #9085b9;
	position: fixed;
	bottom: 0;
	z-index: 9;
}
#footer01 section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
}
.footer_cta {
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
}
.footer_cta .ctalist {
  width: calc(20% - 0px);
  margin: 0px;
}
.footer_cta .ctalist img {
  width: 100%;
}
#footer03 {
	background: #870101;
	padding-bottom: 120px;
}
#footer03 section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
	padding-top: 20px;
}
.footer_menu_sp01 {
	margin: 20px 50px 5px;
}
.footer_menu_sp01 .menulist_sp01 ul li {
    list-style: none;
	line-height: 1.0em;
}
.footer_menu_sp01 .menulist_sp01 ul li a {
    display: block;
	text-decoration: none;
	padding: 15px 10px 15px 0;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.footer_menu_sp01 .menulist_sp01 ul li a:before {
    font-family: "Font Awesome 5 Free";
	content: '\f105';/*アイコン種類*/
	font-weight: 900;
	position:relative;
	left: -5px;
}
.footer_menu_sp01 .menulist_sp01 ul li a:hover {
	color: #cccccc;
}
.footer_menu_sp02 {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 30px;
	padding: 10px 0;
}
.footer_menu_sp02 .menulist_sp02 {
  width: calc(50.0% - 20px);
  margin: 10px;
}
.footer_menu_sp02 .menulist_sp02 ul li {
    list-style: none;
	line-height: 1.0em;
	border-bottom: solid 1px #fff;
}
.footer_menu_sp02 .menulist_sp02 ul li a:hover {
	color: #cccccc;
}
.footer_menu_sp02 .menulist_sp02 ul li a {
    display: block;
	text-decoration: none;
	padding: 15px 0 10px 15px;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.footer_menu_sp02 .menulist_sp02 ul li a:before {
    font-family: "Font Awesome 5 Free";
	content: '\f105';/*アイコン種類*/
	font-weight: 900;
	position:relative;
	left: -5px;
}
.footer_info {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 0px 0;
}
.footer_info .infolist {
  width: calc(50% - 10px);
  margin: 5px;
}
.footer_logo {
	text-align: left;
	width: 100%;
	margin: 1px 1px 10px 20px;
}
.footer_logo img{
	width: 100%;
}
.footer_add {
	text-align: left;
	color: #fff;
	font-size: 16px;
	margin: 1px 1px 20px 20px;
}
.footer_hyouka {
	text-align: center;
}
#footer_copy{
	color: #fff;
	font-size: 12px;
	text-align: center;
}
}

/*通信生動画ページ*/
@media screen and ( min-width : 769px ) {
#tsmovie_hed {
  background: #fff;
}
#tsmovie_hed img{
  width: 100%;
}
#tsmovie_hed section.content_top {
	width: 100%;
	min-width: 320px;
	margin: 0 auto ;
}
#tsmovie_cont {
  background: #fff;
}
#tsmovie_cont section.content_top {
	max-width: 1080px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 10px 10px 50px 10px;
}
.tsmovie_ttl01{
	font-size: 20px;
	font-weight: bold;
	background-color: #17184b;
	color: #fff;
	padding: 7px;
	margin: 5px;
}
.tsmovie_ttl02{
	font-size: 18px;
	font-weight: bold;
	color: #17184b;
	padding: 7px;
	margin: 10px 0 20px 0;
}
.tsmovie_mv{
	position: relative;
    max-width: 100%;
    padding-top: 56.25%;
	margin: 10px 0 30px 0; 
}
.tsmovie_mv iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
}
@media screen and (max-width:768px) {
#tsmovie_hed {
  background: #fff;
}
#tsmovie_hed img{
  width: 100%;
}
#tsmovie_hed section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
	overflow: hidden;
}
#tsmovie_cont {
  background: #fff;
}
#tsmovie_cont section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 5px 5px 30px 5px;
}
.tsmovie_ttl01{
	font-size: 18px;
	font-weight: bold;
	background-color: #17184b;
	color: #fff;
	padding: 5px;
	margin: 5px;
}
.tsmovie_ttl02{
	font-size: 16px;
	font-weight: bold;
	color: #17184b;
	padding: 5px;
	margin: 5px 0 10px 0;
}
.tsmovie_mv{
	position: relative;
    max-width: 100%;
    padding-top: 56.25%;
	margin: 5px 0 20px 0; 
}
.tsmovie_mv iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
}
/* 通信生動画ページここまで */

/*404エラーページ*/
@media screen and ( min-width : 769px ) {
#404err_hed {
  background: #fff;
}
#404err_hed img{
  width: 100%;
}
#404err_hed section.content_top {
	width: 100%;
	min-width: 320px;
	padding-bottom: 20px;
	margin: 0 auto ;
}
#404err_cont {
  background: #fff;
}
#404err_cont section.content_top {
	max-width: 1080px;
	min-width: 769px;
	margin: 0 auto ;
	padding: 10px 10px 50px 10px;
}
.err404_hed {
	text-align: center;
	line-height: 1.8;
	font-size: 200%;
	color: #87ceeb;
}
.err404_hed span{
	text-align: center;
	line-height: 1.8;
	font-size: 80%;
}
.err404_txt {
	text-align: center;
	line-height: 1.8;
	font-size: 120%;
}
}
@media screen and (max-width:768px) {
#404err_hed {
  background: #fff;
}
#404err_hed img{
  width: 100%;
}
#404err_hed section.content_top {
	max-width: 768px;
	min-width: 320px;
	padding-bottom: 20px;
	margin: 0 auto ;
	overflow: hidden;
}
#404err_cont {
  background: #fff;
}
#404err_cont section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
	padding: 5px 5px 30px 5px;
}
.err404_hed {
	text-align: center;
	line-height: 1.8;
	font-size: 150%;
	color: #87ceeb;
}
.err404_hed span{
	text-align: center;
	line-height: 1.8;
	font-size: 80%;
}
.err404_txt {
	text-align: center;
	line-height: 1.8;
	font-size: 100%;
}
}
/* 404エラーページここまで */