@charset "utf-8";

/* COMMON
-------------------------------------------------------------- */
html {
    font-size: 62.5%;
}
body {
	position: relative;
	color: #222;
	background-color: #f3f3f0;
	overflow-x: hidden;
	line-height: 1.75;
  font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
}
.wrapper {
	overflow: hidden;
}
a {
	transition:all 0.5s ease-in-out;
}
a:visited, a:focus {
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
.imgbase{
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.s-small{
    font-size: 70%;
}

.right {
	text-align:right !important;
}


blockquote {
    position: relative;
    padding: 5px 10px 5px 32px;
    box-sizing: border-box;
    font-style: italic;
    background: #f3f3f3;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    font-size: 100% !important;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -15px;
    width: 40px;
    height: 30px;
    text-align: center;
    content: "\f10d";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #92d4ff;
    box-shadow: 0 2px 2px rgba(26, 26, 26, 0.14);
    font-weight: 900;
}

blockquote:after{
    position: absolute;
    content: '';
    top: 40px;
    left: -15px;
    border: none;
    border-bottom: solid 8px transparent;
    border-right: solid 15px #6eb3e0;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}


a.tj-btn-3 {
   position:relative;
   text-align:center;
   display:inline-block;
   margin:15px 0;
   padding:.6em 3em .6em 3em;
   font-size:1.3em;
   font-weight:bold;
   line-height:1.3em;
   text-decoration:none;
   color:#fff;
   background:#090;
   border-radius:15px;
   border:2px solid #fff;
   box-shadow:0 0 0 2px #090;
}

a.tj-btn-3:hover {
	opacity: 0.7;
	color: #FFF;
	-webkit-box-shadow: 0 0.1em 0.5em hsla(0,0%,7%,.45);-moz-box-shadow: 0 .1em .5em hsla(0,0%,7%,.45);box-shadow: 0 0.1em 0.5em hsla(0,0%,7%,.45);
}

a.tj-btn-3 span{
   font-size:.6em;
   display:block;
   line-height:1.5em;
   font-weight:normal;
}

.a-arrow {
	position: absolute;
	top: calc(50% - 35px);
	left: 0;
	width: 13%;
	max-width: 100px;
	-webkit-animation-duration: 1s;-moz-animation-duration: 1s;-ms-animation-duration: 1s;-o-animation-duration: 1s;animation-duration: 1s;
	-webkit-animation-timing-function: ease-in;-moz-animation-timing-function: ease-in;-o-animation-timing-function: ease-in;animation-timing-function: ease-in;
	-moz-animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;-o-animation-iteration-count: infinite;-ms-animation-iteration-count: infinite;animation-iteration-count: infinite;
	-webkit-animation-name: arrowleft;-moz-animation-name: arrowleft;-o-animation-name: arrowleft;animation-name: arrowleft;
	z-index: 9;
}
@keyframes arrowleft {
	0% {left: -0.7em;opacity: 0;}
	50% {opacity: 1;}
	100% {left: 0;opacity: 0;}
}
@-moz-keyframes animate2 {
	0% { -moz-transform: translateX(0px); }
	45% { -moz-transform: translateX(20px); }
	50% { -moz-transform: translateX(25px); }
	55% { -moz-transform: translateX(20px); }
	95% { -moz-transform: translateX(0px); }
	100% { -moz-transform: translateX(0px); }
}
@-o-keyframes animate2 {
	0% { -o-transform: translateX(0px); }
	45% { -o-transform: translateX(20px); }
	50% { -o-transform: translateX(25px); }
	55% { -o-transform: translateX(20px); }
	95% { -o-transform: translateX(0px); }
	100% { -o-transform: translateX(0px); }
}
@-webkit-keyframes animate2 {
	0% { -webkit-transform: translateX(0px); }
	45% { -webkit-transform: translateX(20px); }
	50% { -webkit-transform: translateX(25px); }
	55% { -webkit-transform: translateX(20px); }
	95% { -webkit-transform: translateX(0px); }
	100% { -webkit-transform: translateX(0px); }
}

@media (min-width:768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media (max-width: 767px) {
	body {
		background-color: #fff;
	}

a.tj-btn-3 {
   position:relative;
   text-align:center;
   display:inline-block;
   margin:15px 0;
   padding:.6em 1.5em .6em 1.5em;
   font-size:1.2em;
   font-weight:bold;
   line-height:1.3em;
   text-decoration:none;
   color:#fff;
   background:#090;
   border-radius:15px;
   border:2px solid #fff;
   box-shadow:0 0 0 2px #090;
}
.a-arrow {
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
	width: 13%;
	max-width: 100px;
	-webkit-animation-duration: 1s;-moz-animation-duration: 1s;-ms-animation-duration: 1s;-o-animation-duration: 1s;animation-duration: 1s;
	-webkit-animation-timing-function: ease-in;-moz-animation-timing-function: ease-in;-o-animation-timing-function: ease-in;animation-timing-function: ease-in;
	-moz-animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;-o-animation-iteration-count: infinite;-ms-animation-iteration-count: infinite;animation-iteration-count: infinite;
	-webkit-animation-name: arrowleft;-moz-animation-name: arrowleft;-o-animation-name: arrowleft;animation-name: arrowleft;
	z-index: 9;
}

}

/* HEADER
-------------------------------------------------------------- */
header {
	background-color: #282828;
	text-align: center;
	padding: 15px;
}
@media (max-width: 767px) {
	header img {
		max-width: 220px;
	}
}

/* breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
	width: 870px;
	margin: 12px auto;
}
.breadcrumbs li {
	font-size: 1.2rem;
	padding-right : 3px;
	display: inline-block;
}
.breadcrumbs li a {
	color: #0060ff;
}
.breadcrumbs li::before {
	content: ">";
	color: #0060ff;
	padding-right: 3px;
}
.breadcrumbs li:first-child::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 12px;
	background: url(../images/ico_home.png) no-repeat;
	background-size: contain;
	vertical-align: -1px;
}
@media (max-width: 767px) {
	.breadcrumbs {
		width: 100%;
		margin: 12px 15px;
	}
	.breadcrumbs li:first-child::before {
    content: none;
	}
}

/* main
-------------------------------------------------------------- */
main {
	position: relative;
	z-index: 1;
	width: 870px;
	margin: 0 auto;
}
article {
	padding: 40px 60px 50px;
	background-color: #fff;
	margin-bottom: 30px;
}
article .head_content .date {
	border-bottom: 1px solid #0f9f00
}
article .head_content .date span {
	background-color: #0f9f00;
	font-size: 1.4rem;
	padding: 2px 10px;
	color: #fff;
	display: inline-block;
	position: relative;
}
article .head_content h2 {
	font-size: 3rem;
	font-weight: 700;
	padding: 40px 0;
}
article .main_content {
	font-size: 1.6rem;
}
article .main_content .bg_yellow {
	background-color: #fff100;
	font-weight: 700;
	padding: 3px;
}
article .main_content .txt_red {
	color: #e90000;
	font-weight: 700;
}

article .main_content .txt_blue {
	color: #0020ac;
	font-weight: 700;
}

article .main_content h3 {
	background-color: #f0f6f0;
	border-left: 5px solid #0f9f00;
	padding: 15px 20px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 40px;
}
article .main_content h4 {
	border-bottom: 1px solid #c7a036;
	padding: 10px;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 40px;
}
article .main_content .point {
	background-color: #f3f3f0;
	padding: 20px 25px 15px;
	margin-bottom: 40px;
}
article .main_content .point li {
	margin-bottom: 5px;
}
article .main_content .point li::before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 10px;
	background: url(../images/ico_check.png) no-repeat;
	background-size: contain;
}
article .main_content .photo {
	display: flex;
	margin: 0 -10px 40px;
}
article .main_content .photo img {
	width: 100%;
}
article .main_content .photo li {
	width: 50%;
	padding: 0 10px;
	text-align: center;
}
article .main_content .photo li p {
	font-size: 1.2rem;
	padding-top: 5px;
}
article .main_content .more {
	text-align: center;
	margin-bottom: 60px;
    overflow: hidden;
}
/* ボタンの光沢 */
.is-reflection a {
  overflow: hidden;
}
.is-reflection a:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
/* アニメーションを遅延させる */
.is-reflection + .is-reflection a:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* CVボタン矢印揺れ */
.is-trembling a:before {
  -webkit-animation-name:is-trembling;
  -webkit-animation-duration:.8s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:is-trembling;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}

/* ボタンをバウンドさせる */
.is-bounce {
  animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes bounce {
  0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);}
  5% {-webkit-transform: translateY(-6px);}
  12% {-webkit-transform: translateY(-4px);}
}
@keyframes bounce {
  20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);}
  32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
}
/* アニメーションを遅延させる */
.is-bounce + .is-bounce {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

article .main_content .photo02 img {
	width: 100%
}
article .main_content .photo02 p {
	font-size: 1.2rem;
	padding-top: 5px;
	text-align: center;
}
article .main_content .dvd {
	width: 630px;
	max-width: 100%;
	border: 10px solid #d79d00;
	margin: 50px auto 40px;
}
article .main_content .dvd dt {
	background-color: #d79d00;
	text-align: center;
	font-family: "HG明朝M", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 0 15px;
}
article .main_content .dvd dt strong {
	font-size: 5rem;
}
article .main_content .dvd dd {
	background-color: #fff;
	padding: 10px 15px;
}
article .main_content .dvd dd .more {
	margin-bottom: 5px;
}
article .main_content .author {
	background-color: #f3f3f0;
	padding: 30px;
}
article .main_content .author .photo03 {
	padding-right: 20px;
}
article .main_content .author strong {
	line-height: 0;
}
article .main_content .author p {
	font-size: 1.4rem;
}
.related h3 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.related ul {
	margin: 0 -10px;
}
.related li {
	margin-bottom: 20px;
	padding: 0 10px;
}
.related li div.cf {
	background-color: #fff;
	border-bottom: 1px solid #dbdbdb;
	padding: 15px;
}
.related li .photo {
	padding: 0;
}
.related li .photo img {
	width: 100%;
}
.related li .ttl {
	padding: 0 0 0 10px;
}
.related li .ttl a {
	color: #0060ff;
	font-size: 1.4rem;
	text-decoration: underline;
}
.related li .ttl a:hover {
	text-decoration: none;
}
@media (max-width: 870px) {
	main {
		width: 100%;
	}
}
@media (max-width: 767px) {
	main {
		padding: 0 15px;
	}
	article {
		padding: 0;
	}
	article .head_content h2 {
		font-size: 2.4rem;
		padding: 15px 0;
	}
	article .main_content {
		font-size: 1.5rem;
	}
	article .main_content h3 {
		padding: 10px 15px;
		font-size: 2rem;
		margin-bottom: 20px;
	}
	article .main_content h4 {
		padding: 5px;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	article .main_content .point {
		margin-bottom: 20px;
	}
	article .main_content .more {
		margin-bottom: 30px;
	}
	article .main_content .photo_sp {
		margin-bottom: 20px;
		text-align: center;
	}
	article .main_content .photo_sp img {
		width: 100%;
	}
	article .main_content .photo02 img {
		width: 100%
	}
	article .main_content .photo02 p {
		font-size: 1.2rem;
		padding-top: 5px;
		text-align: center;
	}
	article .main_content .dvd {
		border: 5px solid #d79d00;
		margin: 20px auto;
	}
	article .main_content .dvd dt {
		font-size: 2rem;
		line-height: 1.2;
		padding: 5px 0 10px;
	}
	article .main_content .dvd dt strong {
		font-size: 3rem;
	}
	article .main_content .dvd dd {
		background-color: #fff;
		padding: 10px 15px;
	}
	article .main_content .dvd dd .more {
		margin-bottom: 5px;
	}
	article .main_content .author {
		padding: 20px;
	}
	article .main_content .author strong {
	}
	article .main_content .author .photo03 {
		padding-right: 20px;
	}
	.related {
		background-color: #f3f3f0;
		margin: 0 -15px;
		padding: 25px 15px;
	}
	.related li {
		margin-bottom: 15px;
	}
	.related li .ttl a {
		color: #0060ff;
		font-size: 1.3rem;
		text-decoration: underline;
	}
}


/* footer
-------------------------------------------------------------- */
footer {
	margin-top: 30px;
	background-color: #fff;
	padding: 20px 15px 30px;
	font-size: 1.2rem;
}
footer nav ul {
	text-align: center;
}
footer nav li {
	display: inline-block;
}
footer nav li::after {
	content: "｜";
	padding-left: 5px;
}
footer nav li:last-of-type::after {
	content: none;
}
footer nav li a {
	color: #222;
}
footer .copy {
	padding-top: 5px;
}
@media (max-width: 767px) {
	footer {
		margin: 0;
		padding: 20px 15px 100px;
	}
	footer .more {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 999;
		overflow: hidden;
	}
}
@media (max-width: 414px) {
	footer {
		padding: 20px 15px 60px;
	}
}

/*page-top*/
#Pagetop {
  position:fixed;
  bottom: 110px;
  right:3%;  
  cursor:pointer;
  width: 58px;
  height: 58px;
  z-index: 9999;
  display: none;
}
@media (max-width: 767px) {
	#Pagetop {
		bottom: 60px;
		right: 15px;
		width: 40px;
		height: 40px;
	}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


}


/*200221*/
.tw_inc twitter-widget{ margin: 30px auto !important;}
.big{ font-size: 125%;}


