@charset "utf-8";
/* CSS Document */
/*
body{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 220%;
    padding-top: 0px;
    color: #373737;
}*/
.pc-view{}
.sp-view{display: none;}

#content{overflow: hidden;}
img {
	max-width: 100%;
	height: auto;
}
a img {transition: 0.3s ;}
a img:hover {opacity: 0.5 ;}
/*
a{
    color: #6A491A;
}
a:hover {
    color: #A7742B;
}
footer a{
    color: #fff;
}
footer a:hover {
    color: #E4E2CD;
}
*/
  .kaigyou { display: inline-block; }

/*  align
-----------------------------------------------------------------------------*/
.align_r { text-align: right; }
.align_c { text-align: center; }
.align_l { text-align: left; }
.valign_m { vertical-align: middle; }
.align_c_pc { text-align: center; }
.align_l_pc { text-align: left; }

/*  bg
-----------------------------------------------------------------------------*/
.bg-black{
	background-color: #000;
	color: #FFF;
}
.bg-black-usu{
	background:rgba(0,0,0,0.5);
	color: #FFF;
}
.underline-gray{
background: linear-gradient(transparent 50%, #ccc 0%);
    line-height: 1.3em;
}
.underline-purple{
background: linear-gradient(transparent 50%, #77287F 0%);
    line-height: 1.3em;
}
.underline-white{
background: linear-gradient(transparent 50%, #fff 0%);
    line-height: 1.3em;
}
.underline-yellow{
background: linear-gradient(transparent 50%, #fffe90 0%);
    line-height: 1.3em;
}
.bg-white{
	background-color: #fff;
}

.bg-white-usu{
	background:rgba(255,255,255,0.9);
	color: #000;
}

.bg-white-grade{
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%);
}
.bg-blown{
	background-color: #aa9665;
	color: #FFF;
}

.bg-blown2{
	background:rgba(170,150,101,0.8);
	color: #FFF;
}
.bg-murasaki{
	background:rgba(202,159,211,0.3);
}
.bg-black .sikaku{
	font-weight: bold;
	color: #333;
	background-color: #FFF;
}

.kadomaru{
    border-radius: 10px;
}

.waku-box-black{
    border: 1px solid #ccc;
    background: rgba(255,255,255,0.8);
}

.waku-box-blown{
    border: 3px solid #C8A386;
    background: rgba(255,255,255,0.8);
    margin-left: 10px;
}
.waku-box-blown .title{
    color: #C8A386;
    font-size: 18px;
    font-weight: bold;
}

.label{
    padding-top: 2px;
    padding-bottom: 2px;
    top: 30px;
    width: 100px;
    position: relative;
    text-align: center;
}


/*  margin,padding
/*-------------------------------------------------------*/
/*--*/
.m_0  { margin: 0px !important; }
.m_5  { margin: 5px !important; }
.m_10 { margin: 10px !important; }
.m_15 { margin: 15px !important; }
.m_20 { margin: 20px !important; }
.m_25 { margin: 25px !important; }
.m_30 { margin: 30px !important; }
.m_35 { margin: 35px !important; }
.m_40 { margin: 40px !important; }
.m_45 { margin: 45px !important; }
.m_50 { margin: 50px !important; }
.m_55 { margin: 55px !important; }

.m_t5  { margin-top: 5px !important; }
.m_t10 { margin-top: 10px !important; }
.m_t15 { margin-top: 15px !important; }
.m_t20 { margin-top: 20px !important; }
.m_t25 { margin-top: 25px !important; }
.m_t30 { margin-top: 30px !important; }
.m_t35 { margin-top: 35px !important; }
.m_t40 { margin-top: 40px !important; }
.m_t45 { margin-top: 45px !important; }
.m_t50 { margin-top: 50px !important; }
.m_t55 { margin-top: 55px !important; }
.m_t80 { margin-top: 80px !important; }
.m_t100 { margin-top: 100px !important; }
.m_t200 { margin-top: 200px !important; }

.m_b5  { margin-bottom: 5px !important; }
.m_b10 { margin-bottom: 10px !important; }
.m_b15 { margin-bottom: 15px !important; }
.m_b20 { margin-bottom: 20px !important; }
.m_b25 { margin-bottom: 25px !important; }
.m_b30 { margin-bottom: 30px !important; }
.m_b35 { margin-bottom: 35px !important; }
.m_b40 { margin-bottom: 40px !important; }
.m_b45 { margin-bottom: 45px !important; }
.m_b50 { margin-bottom: 50px !important; }
.m_b55 { margin-bottom: 55px !important; }
.m_b80 { margin-bottom: 80px !important; }
.m_b100 { margin-bottom: 100px !important; }
.m_b200 { margin-bottom: 200px !important; }

.m_l5  { margin-left: 5px !important; }
.m_l22 { margin-left: 22px !important; }
.m_l10 { margin-left: 10px !important; }
.m_l15 { margin-left: 15px !important; }
.m_l20 { margin-left: 20px !important; }
.m_l25 { margin-left: 25px !important; }
.m_l30 { margin-left: 30px !important; }
.m_l35 { margin-left: 35px !important; }
.m_l40 { margin-left: 40px !important; }
.m_l45 { margin-left: 45px !important; }
.m_l50 { margin-left: 50px !important; }
.m_l55 { margin-left: 55px !important; }


.m_r5  { margin-right: 5px !important; }
.m_r10 { margin-right: 10px !important; }
.m_r15 { margin-right: 15px !important; }
.m_r20 { margin-right: 20px !important; }
.m_r25 { margin-right: 25px !important; }
.m_r30 { margin-right: 30px !important; }
.m_r35 { margin-right: 35px !important; }
.m_r40 { margin-right: 40px !important; }
.m_r45 { margin-right: 45px !important; }
.m_r50 { margin-right: 50px !important; }
.m_r55 { margin-right: 55px !important; }

/*--*/
.p_5  { padding: 5px !important; }
.p_10 { padding: 10px !important; }
.p_15 { padding: 15px !important; }
.p_20 { padding: 20px !important; }
.p_25 { padding: 25px !important; }
.p_30 { padding: 30px !important; }
.p_35 { padding: 35px !important; }
.p_40 { padding: 40px !important; }
.p_45 { padding: 45px !important; }
.p_50 { padding: 50px !important; }
.p_55 { padding: 55px !important; }

.p_t5  { padding-top: 5px !important; }
.p_t10 { padding-top: 10px !important; }
.p_t15 { padding-top: 15px !important; }
.p_t20 { padding-top: 20px !important; }
.p_t25 { padding-top: 25px !important; }
.p_t30 { padding-top: 30px !important; }
.p_t35 { padding-top: 35px !important; }
.p_t40 { padding-top: 40px !important; }
.p_t45 { padding-top: 45px !important; }
.p_t50 { padding-top: 50px !important; }
.p_t55 { padding-top: 55px !important; }
.p_t80 { padding-top: 80px !important; }
.p_t100 { padding-top: 100px !important; }
.p_t200 { padding-top: 200px !important; }
.p_t300 { padding-top: 300px !important; }

.p_b5  { padding-bottom: 5px !important; }
.p_b10 { padding-bottom: 10px !important; }
.p_b15 { padding-bottom: 15px !important; }
.p_b20 { padding-bottom: 20px !important; }
.p_b25 { padding-bottom: 25px !important; }
.p_b30 { padding-bottom: 30px !important; }
.p_b35 { padding-bottom: 35px !important; }
.p_b40 { padding-bottom: 40px !important; }
.p_b45 { padding-bottom: 45px !important; }
.p_b50 { padding-bottom: 50px !important; }
.p_b55 { padding-bottom: 55px !important; }
.p_b80 { padding-bottom: 80px !important; }
.p_b100 { padding-bottom: 100px !important; }

.p_l5  { padding-left: 5px !important; }
.p_l10 { padding-left: 10px !important; }
.p_l15 { padding-left: 15px !important; }
.p_l20 { padding-left: 20px !important; }
.p_l25 { padding-left: 25px !important; }
.p_l30 { padding-left: 30px !important; }
.p_l35 { padding-left: 35px !important; }
.p_l40 { padding-left: 40px !important; }
.p_l45 { padding-left: 45px !important; }
.p_l50 { padding-left: 50px !important; }
.p_l55 { padding-left: 55px !important; }

.p_r5  { padding-right: 5px !important; }
.p_r10 { padding-right: 10px !important; }
.p_r15 { padding-right: 15px !important; }
.p_r20 { padding-right: 20px !important; }
.p_r25 { padding-right: 25px !important; }
.p_r30 { padding-right: 30px !important; }
.p_r35 { padding-right: 35px !important; }
.p_r40 { padding-right: 40px !important; }
.p_r45 { padding-right: 45px !important; }
.p_r50 { padding-right: 50px !important; }
.p_r55 { padding-right: 55px !important; }

.textline_125{line-height: 125%;}
.textline_180{line-height: 180%;}
.textline_250{line-height: 250%;}

.mozikan-5{letter-spacing: 5px;}
.mozikan-10{letter-spacing: 10px;}

/*  text
/*-------------------------------------------------------*/
/*--*/

.mincho{font-family: ten-mincho-text, serif;
font-weight: 400;
font-style: normal;}
.futura{font-family: futura-pt, sans-serif;}
.txt-b{    font-weight: bold !important;}

h1{line-height: 130%;}

.txt-10{font-size: 10px;}
.txt-12{font-size: 12px;}
.txt-15{font-size: 15px;}
.txt-18{font-size: 18px;}
.txt-20{font-size: 20px;}
.txt-25{font-size: 25px;}
.txt-30{font-size: 30px;}
.txt-30-2{font-size: 30px;}
.txt-40{font-size: 40px;}



@media screen and (max-width: 480px){
.txt-15{font-size: 12px;}	
.txt-18{font-size: 16px;}	
.txt-20{font-size: 18px;}
.txt-25{font-size: 22px;}
.txt-30{font-size: 27px;}
.txt-30-2{font-size: 22px;}
.txt-40{font-size: 30px;}
}
.font-white{
	color: #fff;
}
.font-black{
	color: #000;
}
.font-blue{
	color: #0068B6;
}
.font-blown{
	color: #aa9665;
}
.font-yellow{
    color: #FFED00;
}
.font-gray{
	color: #979797;
}
.hikaru{
	text-shadow: 2px 2px 10px #fff ,
-2px 2px 10px #fff ,
2px -2px 10px #fff ,
-2px -2px 10px #fff;
}
.topbg{
	  width: 100%;
  /*height: 100vh;*/
    background: url(../img/header.jpg) center bottom / cover no-repeat;
    position: relative;
}
.machine-topbg{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url(../img/machine/ma-01.jpg);
    position: relative;
}
/*  margin,padding
/*-------------------------------------------------------*/
/*--*/

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
.box-all{
	width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-1100{
	width: 100%;
	max-width: 1195px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-900{
	width: 100%;
	max-width: 900px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-800{
	width: 100%;
	max-width: 800px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-700{
	width: 100%;
	max-width: 700px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-500{
	width: 100%;
	max-width: 500px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.inner2{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.box-left{
	float: left;
}
.box-right{
	float: right;
}
.box-40{width: 38%;}
.box-50{width: 47%;}
.box-60{width: 58%;}
.box-70{width: 70%;}
.box-80{width: 78%;}
.box-90{width: 90%;}
.box-30{width: 27%;}
.box-33{width: 33%;}
.box-25{width: 25%;}
.box-20{width: 20%;}
@media screen and (max-width: 480px){
.box-50 , .box-70 , .box-20 , .box-90 , .box-30, .box-40, .box-60{width: 100%;}
.box-25{width: 50%;}
}
.button {
    position: relative;
    background-color: #000;
    border-radius: 2px;
    color: #fff;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    text-decoration: none;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    max-width: 200px;
    font-size: 18px;
    transition: 0.3s;
    border: 1px solid #FFFFFF;
}
.button:hover {
	background-color: #bf9d5b;
	color: #fff;
    transition: 0.3s;
}
.button:active {
  top: 3px;
  box-shadow: none;
}

.button-menu {
    position: relative;
    border-radius: 30px;
    color: #bf9d5b;
    -webkit-transition: none;
    transition: none;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    width: 500px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
    transition: 0.3s;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
}
.button-menu:hover {
    background-color: #F1EADC;
    transition: 0.3s;
}
.button-waku  {
    position: relative;
    border-radius: 30px;
    color: #bf9d5b;
    -webkit-transition: none;
    transition: none;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    width: 500px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
    border: 1px solid #bf9d5b;
    transition: 0.3s;
    font-size: 18px;
}
.button-shirowaku:hover {
    background-color: #3D3D3D;
    transition: 0.3s;
}
.button-shirowaku:active {
  top: 3px;
  box-shadow: none;
}
.button-shiro a {
    position: relative;
    border-radius: 30px;
    color: #000;
    -webkit-transition: none;
    transition: none;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    width: 500px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
    transition: 0.3s;
    font-size: 18px;
    background-color: #FFFFFF;
}
.button-shiro a:hover {
    background-color: #A7A7A7;
    transition: 0.3s;
    color: #000000;
}
.button-shiro a:active {
  top: 3px;
  box-shadow: none;
}


.unber-midashi{
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.title-1 {
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    font-size: 30px;

    text-align: center;
    color: #aa9665;
    margin-bottom: 50px;
}
/*
.title-1 span {
  font-size: 8px;
  font-size: 0.8rem;
  display: block;
}

.title-1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #0068B6;
}
*/

.title-2 {
    font-weight: 400;
    font-style: normal;
    position: relative;
    font-size: 18px !important;
    font-size: 1.2rem;
    text-align: center;
    color: #0068B6;
    margin-bottom: 50px;
	margin-top: 30px;
}

.title-2 span {
  font-size: 8px;
  font-size: 0.8rem;
  display: block;
}

.title-2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #0068B6;
}

/*//////////////モーダルウインドウ/////////////*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 90%;
    max-width: 800px;
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 25px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle;
    color: #646464;
    line-height: 170%;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  color: #95979c !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
/*/////////////モーダルウインドウここまで/////////////////////////*/

/*吹き出し*/

.balloon2-left {
    position: relative;
    display: inline-block;
    margin-right: 0;
    margin-left: 15px;
    margin-bottom: 1.5em;
    padding-top: 7px;
    padding-right: 20px;
    padding-left: 10px;
    padding-bottom: 7px;
    min-width: 100%;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    box-sizing: border-box;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 40%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;

  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}

/*吹き出しここまで*/
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(./sapmle.png) no-repeat center center/cover;
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  /*background-image: linear-gradient(45deg, rgba(225,225,225,.2) 50%, rgba(225,225,225,.5) 50%);*/
  background-size: 4px 4px;
  z-index: 2;
}
.bg-video-wrap h1 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 100px;

    z-index: 3;
    width: 100%;
}


.shoku{
    background-image: url(../img/zigyou-syoku.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.hito{background-image: url(../img/zigyou-hito.png);
    background-repeat: no-repeat;
    background-position: left top;}
.gyoukan tr td{

    padding-bottom: 20px;
}
.namebox{
    top: 30px;
    position: relative;
}
.shitasen{
    border-bottom: 1px solid #FFFFFF;
}
.naname-1 {
 -webkit-clip-path: polygon(0 0, 100% 65%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 65%, 100% 100%, 0 100%);
  background-color:#bf9d5b;
  padding: 60px 0 10px 0;
}
.naname-2 {
 -webkit-clip-path: polygon(0 0, 100% 65%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 65%, 100% 100%, 0 100%);
  background-color:#fff;
  padding: 60px 0 10px 0;
}
/*
footer{
    background-color: #aa9665;
    color: #FFF;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
*/
.section1{background-color:#aa9665;-webkit-transform: skew(0deg, -3deg);}
.section1 .container{
    -webkit-transform: skew(0deg, 3deg);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}








/*834px以下*/
@media screen and (max-width: 834px){
	
	.box-50 , .box-70 , .box-30 {width: 100%;}
.box-25{width: 50%;}
	.waku-box-blown{
    margin-left: 0px;
}
		.bg-ao-suke{
	top: 10px;
    position: relative;
}
.topbg-sizuku1{
    width: 100%;
    background-image: url(../img/suiteki-sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
	.topbg2{
	width: 100%;
    background: url(../img/bg-index2-sp.jpg) ;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
	.balloon2-left {
    position: relative;
    display: inline-block;
    margin-right: 0;
    margin-left: 0px;
    margin-bottom: 1.5em;
    padding: 7px 10px;
    min-width: 100%;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    box-sizing: border-box;
}

.balloon2-left:before {
  display: none;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;

  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
h1{
	font-size: 18px;}

.align_l_pc { text-align: center; }
.align_c_pc { text-align: left; }

.pc-view{display: none;}
.sp-view{display: block;}



	.bg-video-wrap h1 {
    margin-top: 200px;
}
	.sp-textline150{line-height: 180%;}
.img-max80 {
	max-width: 80%;
	height: auto;
}
	.topbg-nami1{
    width: 100%;
    background-image: url(../img/nami.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
	height: 150px;
}
	.topbg-nami2{
    width: 100%;
    background-image: url(../img/nami-2.png);
    background-repeat: no-repeat;
	background-position: center bottom;	
    background-size: 100% auto;
	height: 150px;
}
}
.tag {
    display: inline-block;
    margin: 0 .1em .3em 0;
    padding: .3em;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    background-color: #B9B9B9;
    font-size: 14px;
    font-weight: normal;
}
/* 縦横比一定の正方形 */
.square_box {
  position: relative;
  max-width: 300px;

		margin-right: auto;
	margin-left: auto;
}

.square_box::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.square_box p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 0px;
    margin-bottom: 0px;
}

/*テーブルデザイン*/
.table-design{

}

.table-design table{
width: 100%;
border-collapse: collapse;

}
.table-design table tr th,
.table-design table tr td{
    padding: 0.5em;
    text-align: left;
    border-bottom: 1px dotted #ccc;
}
.table-design table tr th{
    width: 35%;
    text-align: center;
}


@media screen and (max-width:768px){
.table-design{
    width: 100%;
   
}

.table-design table,
.table-design table tbody,
.table-design table tr,
.table-design table tr th,
.table-design table tr td{
display: block;
}

.table-design table{
width: 100%;
border-width: 0 0 1px 0;
}

.table-design table tr th,
.table-design table tr td{
    width: 100%;
    padding: 1% 5%;
    
}
	.table-design table tr th{
    background-color: #E9E9E9;
    margin-top: 10px;
		 color: #2F2F2F;
}

.table-design table tr td{
border-width: 0px 1px 0px 1px;
	text-align: center;
}
}
/*テーブルデザイン　ここまで*/

.sankaku-title {
    position: relative;
    text-align: center;
    padding: 15px 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
    /* 下三角 */ 
    .sankaku-title:after {
        border: 10px solid transparent;
        border-top-color: #fff;
        border-bottom-width: 0;
        bottom: 0;
        content: "";
        display: block;
        left: 50%;
        position: absolute;
        width: 0;
    }

div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
/*background: #e6e6e6; 白の背景色*/
}
.vid_contents video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
	  min-height: 100%;
}

.title-grade {
  animation: headline 8s cubic-bezier(.4, 0, .2, 1) infinite alternate;
  background: linear-gradient(to right top, #9c27b0, #c21fa0, #de268f, #f23a7e, #ff536f);
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  padding: 27px 24px;
}

@keyframes headline {
  100% {
    filter: hue-rotate(360deg);
  }
}

.setsumei li{
    position: relative;
    padding-left: 10px;
	margin-bottom: 10px;
  }
 
 .setsumei li:before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #8b6b4e;
  }

.list202 ul {
  padding: 0.5em 0;
  list-style-type: none;
  border: none;
}
.list202 ul li {
  position:relative;
  padding: 0.3em 0 0.3em 2em;
  line-height: 1.5;
}
.list202 ul li:after, .list202 ul li:before{
  content:''; 
  position:absolute; 
  top: 7px;
  left: 11px;
  height: 18px;
  width:4px; 
  background:#ee8992; 
  border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.list202 ul li:after {
  top: 14px;
  left: 3px;
  height: 10px;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}

/*
#topics{
    border-left:3px solid #000;
    padding: 0 0 0 20px;
}*/

@media screen and (max-width:768px) {
    #topics{
        margin:0 0 0px 0;
}
}

#topics h2{
    font-size: 1.2rem;
    margin-top: 100px;
    margin-bottom: 0px;
}

#topics h2 span.bgLRextend::before{
    background:#333;
}
@media screen and (max-width:768px) {
#topics .hidariyose{
    float: left;
}
}

#topics .hiduke{width: 110px}
.msr_newslist01 {
  border-top: 1px solid #AAAAAA;
  width: 100%;
}

.msr_newslist01 li {
  border-bottom: 1px solid #AAAAAA;
  font-size: 14px;
	list-style: none;
}
.msr_newslist01 li a {
  box-sizing: border-box;
  color: #000000;
  display: table;
  padding: 10px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
}
.msr_newslist01 li a:hover {
  background: #EEEEEE;
  text-decoration: none;
}
.msr_newslist01 li div {
  display: table-cell;
  width: auto;
}
.msr_newslist01 li p {
    display: table-cell;
    padding-left: 20px;
	padding-right: 20px;
    vertical-align: middle;
    line-height: 180%;
    font-size: 14px;

}

/* 時間の設定 */
.msr_newslist01 li time {
  display: table-cell;
  vertical-align: top;

}

/* カテゴリの設定 */
.msr_newslist01 li .cat01,
.msr_newslist01 li .cat02 {
    background-color: #CD90FB;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 9px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0;
    text-align: center;
    line-height: 180%;
    position: relative;
    top: 3px;
}
.msr_newslist01 li .cat02 {
  background-color: #CD90FB;
}
@media screen and (max-width:768px) {
.msr_newslist01 li div {
  display: table-cell;
  width: auto;
}
.msr_newslist01 li p {
    font-size: 12px;
    display: table-cell;
    padding-left: 0px;
	padding-right: 5px;
    vertical-align: middle;
    line-height: 180%;

}
	.msr_newslist01 li .cat01,
.msr_newslist01 li .cat02 {
    top: -1px;
}
	#topics .hiduke{width: 70px}
}
.btn-simple a{
    background-color: #686868;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
    position: relative;
	transition: all 0.5s ease;
}
.btn-simple a:hover{
    color: #FFFFFF;
    background-color: #C4C4C4;
	transition: all 0.5s ease;
}