@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
@import url("motion.css");

* {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html,body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:none;
  font-family: gelo, source-han-serif-japanese, serif;
  font-weight: 300;
  font-style: normal;
  line-height:1.8;
	min-width:1200px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
  color: #3E3A39;
}
a {
	color: #B2283F;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #3E3A39;
}
::-moz-selection { color: #FFF; background-color: #B2283F; }
::selection { color: #FFF; background-color: #B2283F; }

/*Header*/
header {
  height: 170px;
  background-color: #3E3A39;
}
header h1 {
  margin: 0 auto;
  width: 1200px;
  height: 100px;
}
header h1 a {
  width: 100%;
  height: 100px;
  background-image: url("../img/header.png");
  background-size: 1200px auto;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
}
header h2 {
  height: 70px;
  background-color: #B2283F;
  color: #FFF;
  font-family: gelo, ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;  
  text-align: center;
  font-size: 36px;
}
/*section*/

section.key-visual {
  height: 750px;
  background-image: url("../img/wood.jpg");
  background-repeat: repeat-x;
  background-size: auto 750px;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.kv-center {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction:row;
  
}
.slogan {
  width: 360px;
}
.slogan h3 {
  color: #FFF;
  font-size: 36px;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 1.2;
  display: block;
  width: 100%;
  padding-right: 135px;
  padding-top: 37px;
  padding-bottom: 20px;
}
ul.icon {
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
}
ul.icon li {
  width: 80px;
  height: 80px;
  border: #FFF 1px solid;
  border-radius: 40px;
  background-size: 80px auto;
  background-position: center;
  text-indent: -9999px;
}
ul.icon li.icon-1 {
  background-image: url("../img/icon-1.png");
}
ul.icon li.icon-2 {
  background-image: url("../img/icon-2.png");
}
ul.icon li.icon-3 {
  background-image: url("../img/icon-3.png");
}
.main-photo {
  box-shadow: 0 0 20px 8px rgba(0,0,0,0.8);
  width: 840px;
  height: 750px;
}
.main-photo div {
  background-size: cover;
}
.m-photo-1 {
  height: 500px;
  background-position: top;
}
.sub-main-photo {
  display: flex;
  flex-flow: row;
}
.m-photo-2 {
  width: calc(100% / 3);
  height: 250px;
}

/*BUTTON*/
section.button {
  height: 120px;
  display: flex;
  flex-flow: row;
}
section.button div {
  width: 50%;
  color: #FFF;
  transition: 0.5s;
  
}
section.button div:hover {
  animation-play-state: paused;
}
section.button div a {
  display: block;
  width: 100%;
  color: #FFF;
  font-weight: 800;
  font-size: 45px;
  line-height: 120px;
  text-align: center;
  transition: 1s;
}
.flyer {
  background: linear-gradient(135deg, #B2283F 0%,#B2283F 50%, #E9B2CA 100%);
  display: flex;
  justify-content: flex-end;
  align-content: center;
  -webkit-animation-name:button-1;
	-webkit-animation-duration:.5s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
	animation-name:button-1;
	animation-duration:.5s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}
.flyer:hover {
  background: linear-gradient(135deg, #E9B2CA 0%,#E9B2CA 50%, #E9B2CA 100%);
  animation-play-state: paused;
}
.flyer a:hover {
  background-color: #B2283F;
}
.line {
  background: linear-gradient(-45deg, #3E3A39 0%,#3E3A39 50%, #E9B2CA 100%);
  display: flex;
  justify-content: flex-start;
  align-content: center;
  -webkit-animation-name:button-2;
	-webkit-animation-duration:.5s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
	animation-name:button-2;
	animation-duration:.5s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}
.line a:hover {
  background-color: #3E3A39;
}
section.button .flyer a span::before {
  display: inline-block;
  content: " ";
  background-image: url("../img/flyer-icon.png");
  background-size: 120px auto;
  width: 120px;
  height: 120px;
  margin-bottom: -40px;
}
section.button .line a span::after {
  display: inline-block;
  content: " ";
  background-image: url("../img/line-icon.png");
  background-size: 120px auto;
  width: 120px;
  height: 120px;
  margin-bottom: -40px;
}

/*介紹-1*/
section.intro {
  padding: 50px 0;
  background-image: url("../img/bkg-1.jpg");
  background-size: 75%;
}
.intro h3 {
  display: block;
  width: 1000px;
  height: 84px;
  background-image: url("../img/14day.png");
  background-size: 1000px auto;
  text-indent: -9999px;
  margin: 0 auto;
}
ul.intro-icon {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-content: center;
  width: 910px;
  margin: 0 auto;
  padding-top: 25px;
}
ul.intro-icon li.square {
  width: 250px;
  height: 210px;
  border: #3E3A39 2px solid;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  text-align: center;
  padding-top: 140px;
  background-position: center;
  background-size: 250px auto;
  transition: .8s;
}
ul.intro-icon li.square:hover {
  background-color: rgba(179,56,63,0.3);
}
ul.intro-icon li.x {
  background-image: url("../img/x.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
}
.intro h4 {
  color: #B2283F;
  font-size: 20px;
  width: 650px;
  margin: 0 auto;
  line-height: 1.8;
  padding-top: 25px;
}
/*PHOTO*/
section.photo {
  background-color: #3E3A39;
}
.ad-gallery {
  padding-bottom: 25px;
  background-color: #FFF;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
h2.photo-slogan {
  position: absolute;
  z-index: 999;
  color: #FFF;
  font-size: 30px;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0 10px rgba(0,0,0,0.8);
  line-height: 1.4;
  top:540px;
  left:50px;
}

/*MIDTRO*/
section.midtro {
  padding: 35px 0 50px;
  background-image: url("../img/bkg-1.jpg");
  background-size: 75%;
}
.midtro p {
  width: 650px;
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto;
  text-align: justify;
}
.midtro p::before {
  display: block;
  content: " ";
  width: 100%;
  height: 55px;
  background-image: url("../img/midtro-top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50px;
  margin-bottom: 25px;
}

/*ROUTE*/
section.white {
  background-color: #FFF;
  padding: 50px 0;
}
.route {
  width: 1000px;
  height: 540px;
  background-image: url("../img/route.png");
  background-size: 100% auto;
  margin: 0 auto;
}

/*京町家*/
section.wood-light {
  background-image: url("../img/wood-2.jpg");
  background-size: 1200px auto;
  background-position: center;
  padding: 50px 0;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.6) inset;
}
p.kyomachiya {
  margin: 0 auto;
  text-align: justify;
  width: 650px;
  font-weight: 700;
  font-size: 20px;
}
p.kyomachiya::before {
  display: block;
  content: " ";
  width: 100%;
  height: 130px;
  background-image: url("../img/touri-kyoto.png");
  background-size: auto 130px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}

/*50percent*/
.fifty {
  width: 1100px;
  position: relative;
  margin: 0 auto;
}
.open-fan {
  height: 390px;
  width: 100%;
  background-image: url("../img/open.png");
  background-size: auto 390px;
  background-position: center;
  background-repeat: no-repeat;
}
.touri-logo-w {
  width: 110px;
  height: 110px;
  position: absolute;
  background-image: url("../img/touri-logo-white.png");
  background-size: 100%;
  top:25px;
  left:50%;
  margin-left: -55px;
  text-indent: -9999px;
}
.travel50 {
  width: 314px;
  height: 119px;
  position: absolute;
  background-image: url("../img/50-travel.png");
  background-size: auto 119px;
  left:0;
  top:50px;
  text-indent: -9999px;
}
.study50 {
  width: 314px;
  height: 119px;
  position: absolute;
  background-image: url("../img/50-study.png");
  background-size: auto 119px;
  right:0;
  top:50px;
  text-indent: -9999px;
}
.days14 {
  text-align: center;
  margin-top: -40px;
}
.days14 h3 {
  font-size: 28px;
  color: #B2283F;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  display: inline-block;
}
.days14 h3 b {
  font-size: 78px;
  font-family: gelo, serif;
  font-weight: 800;
  margin-right:5px;
  margin-bottom: -50px;
  vertical-align: middle;
  display: inline-block;
  margin-top:-70px; 
}
.days14 h4 {
  width: 527px;
  height: 42px;
  background-image: url("../img/one-stop.png");
  background-size: 527px auto;
  margin: 25px auto 0;
  text-indent: -9999px;
}

/*找到*/
section.discover {
  height: 100px;
  background-color: #FFF;
  text-align: center;
  transition: .8s;
}
section.discover:hover {
  background-color: #B2283F;
  transition: .8s;
}
section.discover:hover h2 {
  color: #FFF;
}
.discover h2 {
  font-family: gelo, ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 100px;
}

/*特色*/
.feature {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-content: center;
}
.feature-list {
  width: 550px;
}
.feature-list ul {
  padding-bottom: 25px;
}
.feature-list ul li{
  font-size: 30px;
  display: block;
  border-bottom: #E7BAB5 1px solid;
}
.feature-list ul li b {
  color: #B2283F;
}
.feature-list ul li::before {
  display: inline-block;
  content: " ";
  width:23px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: -20px;
  background-image: url("../img/maple.png");
  background-size: 23px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.feature-list h3 {
  font-size: 36px;
  width: 100%;
  text-align: center;
  font-weight: 300;
}
.feature-list h3::before {
  display: inline-block;
  content: " ";
  width:37px;
  height: 31px;
  margin-bottom: -3px;
  margin-right: 10px;
  background-image: url("../img/fan.png");
  background-size: 31px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.feature-list h3::after {
  display: inline-block;
  content: " ";
  width:37px;
  height: 31px;
  margin-bottom: -3px;
  margin-left: 10px;
  background-image: url("../img/fan.png");
  background-size: 31px auto;
  background-position: center;
  background-repeat: no-repeat;
}

/*特色第二段*/
.feature-2 {
  width: 1100px;
  margin: 0 auto;
}
.exclusive {
  display: flex;
  flex-flow: row;
  padding-bottom: 50px;
}
.exi {
  width: 220px;
  height: 241px;
  background-image: url("../img/exin-icon.png");
  background-size: 220px auto;
  text-indent: -9999px;
}
.one-stop {
}
.one-stop h2 {
  width: 870px;
  height: 192px;
  background-image: url("../img/exc-slogan.png");
  background-size: 870px auto;
  text-indent: -9999px;
}
.one-stop h3 {
  font-size: 24px;
  text-align: center;
  padding-top: 10px;
}
ul.feature-2-list {
  display: flex;
  flex-flow: row;
  align-content: center;
  justify-content: space-between;
}
ul.feature-2-list li.box {
  background-color: #FFF;
  width: 320px;
  height: 150px;
  text-align: center;
  font-family: gelo, ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  color: #B2283F;
  line-height: 1.2;
  padding-top: 24px;
}
ul.feature-2-list li.box b {
  display: block;
  font-family: source-han-serif-japanese, serif;
  font-weight: 800;
  font-style: normal;
  font-size: 55px;
  line-height: 1;
}
ul.feature-2-list li.arrow {
  width: 14px;
  height: 150px;
  background-image: url("../img/arrow.png");
  background-size: 14px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.deep-new {
  padding-top: 50px;
}
.deep-new h2 {
  height: 84px;
  background-image: url("../img/deep.png");
  background-size: auto 84px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}
.deep-new h3 {
  text-align: center;
  font-size: 36px;
}
.deep-new h3 b {
  color: #B2283F;
  font-size: 48px;
}

/*Hard Rock*/
section.hard-rock {
  height: 720px;
  background-image: url("../img/hard-rock.jpg");
  background-size: cover;
  background-position: bottom;
}

/*第一次嗎？*/
section.black {
  background-color: #3E3A39;
  padding: 50px 0;
  color: #FFF;
}
ul.two-circle {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
ul.two-circle li {
  width: 330px;
  height: 330px;
  margin-left: 25px;
  margin-right: 25px;
  background-size: 330px auto;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  padding: 110px 0 0 40px;
}
ul.two-circle li b {
  font-size: 42px;
  display: block;
}
ul.two-circle li.hajime {
  background-image: url("../img/circle-bkg.png");
  -webkit-animation-name:circle-1;
	-webkit-animation-duration:.8s;
	-webkit-animation-timing-function:steps(1);
	-webkit-animation-iteration-count:infinite;
	animation-name:circle-1;
	animation-duration:.8s;
	animation-timing-function:steps(1);
	animation-iteration-count:infinite;
}
ul.two-circle li.sotugyo {
  background-image: url("../img/circle-bkg.png");
  -webkit-animation-name:circle-2;
	-webkit-animation-duration:.8s;
	-webkit-animation-timing-function:steps(1);
	-webkit-animation-iteration-count:infinite;
	animation-name:circle-2;
	animation-duration:.8s;
	animation-timing-function:steps(1);
	animation-iteration-count:infinite;
}

/*時間表*/
section.red {
  background-color: #B2283F;
  padding: 50px 0;
}
.table {
  width: 1100px;
  margin: 0 auto;
}
.table-title {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  color: #FFF;
}
.table-title h2 {
  display: inline-block;
  vertical-align: middle;
}
.table-title h2 b {
  color: #DCC9AB;
  font-size: 55px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.table-title h2 b.position {
  font-size: 40px;
  border: #DCC9AB 2px solid;
  padding: 0 20px;
}
ul.class-time {
  display: flex;
  padding: 0px 0px 25px;
  flex-flow: row wrap;
}
ul.class-time li {
  width: 255px;
  height: 210px;
  background-color: #FFF;
  margin: 2px;
  position: relative;
}
ul.class-time li.table-head {
  width: 58px;
  background-color: #3E3A39;
  color: #FFF;
}
ul.class-time li:hover {
  background-color: #F7EbEb;
}
ul.class-time li.table-head b {
  display: block;
}
b.year {
  height: 75px;
  text-align: center;
  line-height: 1.2;
  padding-top: 20px;
  font-size: 20px;
}
b.tip {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 58px;
  font-size: 18px;
  letter-spacing: 5px;
  padding-top: 20px;
}
.date-title {
  background-color: #3E3A39;
  color: #FFF;
  height: 75px;
  text-align: left;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  padding-top: 8px;
  position: relative;
  padding-left: 70px;
  padding-top: 12px;
}
.date-title span {
  display: block;
  width: 50px;
  height: 50px;
  top:12px;
  left:10px;
  font-size: 14px;
  position: absolute;
  border: #FFF 1px solid;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  border-radius: 25px;
}
.date-title b {
  font-size: 20px;
  display: block;
  font-weight: 500;
}
.time {
  font-size: 20px;
}
.time p {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  font-weight: 700;
}
.time p:nth-child(even) {
  background-color: rgba(179,56,63,0.1);
}
.time p span.date-h {
  width: 140px;
  font-weight: 300;
}
.time p span.date {
  color: #B2283F;
  width: 70px;
}
.no-lesson {
  width: 100%;
  height: 100%;
  background-color: #CA7378;
  color: #FFF;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  z-index: 999;
}

/*video*/
section.video-part {
  background-image: url("../img/wave-red.png");
  background-size: auto 75px;
  background-position: top;
  background-repeat: repeat-x;
  padding: 125px 0 50px;
}
h1.logo {
  width: 498px;
  height: 131px;
  display: block;
  background-image: url("../img/logo.png");
  background-size: 498px auto;
  margin: 0 auto;
  text-indent: -9999px;
}
ul.video {
  display: flex;
  width: 1100px;
  margin: 0 auto;
  flex-flow: row;
}
ul.video li {
  width: 50%;
  padding-top: 25px;
}
ul.video li h4 {
  font-size: 36px;
  color: #B2283F;
  text-align: center;
  font-weight: 700;
}
.feature-yt1 {
  width: 550px;
  height: 310px;
  background-image: url("../img/f2.jpg");
  background-size: cover;
  position: relative;
}
.feature-yt2 {
  width: 550px;
  height: 310px;
  background-image: url("../img/f3.jpg");
  background-size: cover;
  position: relative;
}
ul.video li div a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(179,56,63,0.5);
  position: absolute;
  text-indent: -9999px;
  background-image: url("../img/play.png");
  background-size: 100% auto;
  background-position: center;
  transition: 0.8s;
}
ul.video li div a:hover {
  background-color: rgba(179,56,63,0);
  background-size: 120% auto;
}
ul.video li p {
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
}

/*報名方式*/
section.sign {
  background-image: url("../img/bkg-1.jpg");
  background-size: 75%;
}
.sign-content {
  background-image: url("../img/wave-white.png");
  padding: 125px 0 25px 0;
  background-size: auto 75px;
  background-repeat: repeat-x;
}
.sign-content h2 {
  width: 360px;
  height: 95px;
  background-image: url("../img/sign-title.png");
  margin: 0 auto;
  background-size: 360px auto;
  text-indent: -9999px;
}
.sign-btn {
  width: 640px;
  height: 120px;
  background: linear-gradient(135deg, #B2283F 0%,#B2283F 50%, #E9B2CA 100%);
  -webkit-animation-name:button-1;
	-webkit-animation-duration:.5s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite;
	animation-name:button-1;
	animation-duration:.5s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
  margin: 25px auto;
}
.sign-btn a {
  display: block;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 45px;
  font-weight: 800;
  transition: 1s;
  line-height: 120px;
}
.sign-btn a:hover {
  background-color: #B2283F;
}
.sign-btn a span {
  display: flex;
  align-items: center;
}
.sign-btn a span::before {
  display: inline-block;
  content: " ";
  background-image: url("../img/sign-icon.png");
  background-size: 120px auto;
  width: 120px;
  height: 120px;
  vertical-align: middle;
}
ul.sign-1, ul.sign-2 {
  width: 640px;
  margin: 0 auto;
  padding-bottom: 25px;
}
ul.sign-1 li {
  line-height: 50px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
  transition: .8s;
}
ul.sign-1 li b {
  display: inline-block;
  width: 155px;
  margin-right: 25px;
  background-color: #FFF;
  color: #B2283F;
  font-weight: 500;
  text-align: center;
}
ul.sign-1 li:hover {
  background-color: #FFF;
}
ul.sign-2 li {
  line-height: 50px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
ul.sign-2 li b {
  display: inline-block;
  width: 155px;
  margin-right: 25px;
  color: #B2283F;
  font-weight: 500;
  text-align: right;
}

/*地圖*/
section.map {
  height: 600px;
  background-color: #F0D7D9;
  background-image: url("../img/map.png");
  background-size: auto 600px;
  background-position: center;
  background-repeat: no-repeat;
}
.add {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  height: 80px;
  line-height: 30px;
}
.add b {
  border: 1px solid #3E3A39;
  margin-right: 10px;
  padding: 0 20px;
  height: 32px;
}

/*FOOTER*/
.footer {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.logo-foot {
  display: block;
  width: 466px;
  height: 122px;
  background-image: url("../img/logo-w.png");
  background-size: 466px auto;
  text-indent: -9999px;
}
.allinone {
  padding-left: 50px;
  text-align: center;
}
.allinone p.jpn {
  font-size: 33px;
  font-family: gelo, ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}
.allinone p.eng {
  line-height: 1.2;
  font-size: 23px;
}
a.bottom {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  background-color: #B2283F;
  font-size: 26px;
  font-weight: 700;
  transition: .8s;
}
a.bottom:hover {
  background-color: #E9B2CA;
  color: #B2283F;
}

/*課表新增項目*/

h5.table-year {
  width: 100%;
  background-color: #3E3A39;
  color: #B2283F;
  font-family: gelo, ten-mincho-text, serif;
  margin: 30px 3px 2px 2px;
  font-size: 30px;
  text-align: center;
}
.full {
  width: 100%;
  height: 100%;
  background-color: rgba(179,56,63,0.8);
  color: #FFF;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  z-index: 999;
}
.full-will {
  width: 100%;
  height: 100%;
  background-color: rgba(179,56,63,0.5);
  color: #FFF;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  z-index: 999;
}
.full b {
  background-color: rgba(255,255,255,0.3);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 60px;
  border: 1px solid #FFF;
  transform: rotate(-10deg);
}
.full-will b.will {
  background-color: rgba(255,255,255,0.3);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 60px;
  border: 1px solid #FFF;
  transform: rotate(-10deg);
}

ul.setumei {
  color: #FFF;
}
ul.setumei li {
  display: flex;
  flex-flow: row;
  align-content: center;
  margin-bottom: 15px;
  line-height: 20px;
}
ul.setumei li b {
  width: 140px;
  border-right: 2px solid #FFF;
  margin-right: 13px;
  height: 20px;
  line-height: 20px;
}
/*FOR MOBILE*/
@media screen and (max-width: 767px) {
}