@charset "utf-8";
/*
Theme Name: ウルトラマン基金
Theme URI: https://www.ultraman-kikin.jp/
Author: ウルトラマン基金
Author URI: https://www.ultraman-kikin.jp/
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

.sp {
	display: none;
}
.cf:after {
	content:'';
	display: block;
	clear: both;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-size: 100%;
}
ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

body {
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
	font-size: 16px;
	color: #212121;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-feature-settings: "palt";
	min-width: 1330px;
	background: #F4F4F4;
}

/*form tag*/
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
textarea,
button {
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	font-size: 100%;
}

button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	border-radius: 0;
	font-size: 100%;
}

select {
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	outline: none;
	border-radius: 0;
	border: 0;
	font-size: 100%;
}
/* //form tag*/

a {
	color: #5D7CCE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
}
p {
	margin: 0 0 2em 0;
}

img {
	vertical-align: top;
	border: 0;
	max-width: 100%;
	height: auto;
	/*width: auto;
	height: auto;*/
	transition: opacity .3s ease;
}

*:last-child {
	margin-bottom: 0!important;
}

* {
	box-sizing: border-box;
}

/*///// container /////*/
.inner_wrap {
	width: 1000px;
	margin: 0 auto;
}
#container.low {
	margin: -50px auto 100px;
}

#low_head {
	background: #0779E4;
	color: #fff;
	text-align: center;
	padding: 20px 0 100px;
}
#low_head .page_ttl {
	margin-top: 55px;
}
#low_head .page_ttl > * {
	font-size: 250%;
	line-height: 1.5;
	display: block;
}
#low_head .page_ttl > span {
	font-size: 142%;
	font-weight: 500;
}

/*///// main /////*/
#main {
	background: #fff;
	width: 750px;
	float: right;
	padding: 50px 45px 100px 45px;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
#main.wide {
	width: 100%;
	float: none;
}

/*///// side /////*/
#side {
	background: #fff;
	width: 220px;
	float: left;
	padding: 30px 20px 30px 20px;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
#side ul li {
	display: block;
	margin-bottom: 0.5em;
}
#side ul li a {
	display: block;
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	font-weight: bold;
	color: #626262;
	background-image: url("images/common/icon_arrow_g.svg");
	background-color: #fff;
	background-position: left 0.6em center;
	background-repeat: no-repeat;
	background-size: auto 0.8em;
	padding: 0.5em 1em 0.5em 1.5em;
	text-decoration: none;
	transition: background-color .3s ease, color .3s ease;
}
#side ul li a:hover,
#side ul li a.current {
	background-image: url("images/common/icon_arrow_w.svg");
	background-color: #0779E4;
	color: #fff;
}

/*///// breadcrumb /////*/
#breadcrumb {
	font-size: 85%;
	text-align: left;
}
#breadcrumb li {
	display: inline;
}
#breadcrumb li:after {
	content:'>';
	margin: 0 0.3em 0 0.6em;
}
#breadcrumb li:last-child:after {
	display: none;
}
#breadcrumb li a {
	color: #fff;
	text-decoration: underline;
}
#breadcrumb li a:hover {
	text-decoration: none;
}

/*///// pagenavi /////*/
#pagenavi {
	margin-top: 50px;	
}
#pagenavi ul {
	text-align: center;
}
#pagenavi ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.2em;
}
#pagenavi ul li a {
	display: block;
	border: 1px solid #BBBBBB;
	width: 2em;
	height: 2em;
	line-height: 1.9em;
	color: #0779E4;
	font-weight: bold;
	border-radius: 3px;
	background-color: #fff;
	text-decoration: none;
}
#pagenavi ul li a:hover,
#pagenavi ul li a.current {
	background-color: #0779E4;
	border-color: #0779E4;
	color: #fff;
}
#pagenavi ul li a.arrow {
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url("images/common/icon_arrow_b.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 0.7em;
}
#pagenavi ul li a.arrow:hover {
	background-image: url("images/common/icon_arrow_w.svg");
}
#pagenavi ul li a.arrow.prev {
	transform: scale(-1,-1);
}

/*///// parts /////*/
.section {
	
}
.section_ttl {
	text-align: center;
	margin-bottom: 3em;
}
.en .section_ttl {
	margin-bottom: 2em;
}
.section_ttl > * {
	position: relative;
	display: inline-block;
}
.section_ttl > *:before,
.section_ttl > *:after {
	content:'';
	display: block;
	width: 116px;
	height: 20px;
	background: url("images/common/ttl_line.png") center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top:-1.6em;
}
.en .section_ttl > *:before,
.en .section_ttl > *:after {
	margin-top: -0.8em;
}
.section_ttl > *:before {
	right: 100%;
}
.section_ttl > *:after {
	left: 100%;
}
.section_ttl > * > strong {
	font-size: 225%;
	padding: 0 1em 0.2em 1em;
	display: inline-block;
	line-height: 1.4;
}
.section_ttl > * > span {
	display: block;
	color: #8F8F8F;
}

.ttl {
	font-size: 112%;
	border-left: 5px solid #0779E4;
	padding: 0 0 0.2em 0.8em;
	margin-bottom: 1.5em;
	line-height: 1.5;
}

.archive_ttl {
	border-bottom:4px solid #0779E4;
	font-size: 156%;
	font-weight: 500;
	padding-bottom: 0.4em;
	margin-bottom: 1em;
	line-height: 1.4;
}

.external {
	background: url("images/common/icon_external.svg") right center no-repeat;
	display: inline-block;
	padding-right: 0.8em;
}

.btn {
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none!important;
}
.btn span {
	background-color: #0779E4;
	color: #fff;
	line-height: 1;
	font-size: 125%;
	font-weight: bold;
	display: block;
	padding: 0.8em;
	position: relative;
	z-index: 1;
	border: 3px solid #0779E4;
	border-radius: 10px;
	transition: background-color .3s ease, color .3s ease;
}
.btn:after {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("images/common/btn_bg_g.png");
	background-position:  left bottom;
	background-size: 6px auto;
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: 0;
	border-radius: 10px;
}
.btn.btn_w:after {
	background-image: url("images/common/btn_bg_w.png");
}
.btn:hover span {
	background-color: #fff;
	color: #0779E4;
}

ol.num {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.1em;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, ol.num {
		margin: 0 0 2em 0.3em;
	}
}
.sns {
	text-align: right;
	margin-bottom: 1em;
}
.sns li {
	display: inline-block;
	vertical-align: top;
	margin-left: 1em;
}
.sns li span {
	vertical-align: top!important;
}
.sns li i {
	visibility: hidden;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .sns li.tw  {
		display: none;
	}
}
table.company {
	border: 3px solid #0779E4;
	border-radius: 5px;
	overflow: hidden;
	padding: 35px 50px;
}
table.company tr th {
	text-align: left;
	font-size: 112%;
	border-bottom: 1px solid #707070;
	padding: 1em 2em 1em 0;
	vertical-align: top;
}
table.company tr td {
	padding: 1.2em 0;
	border-bottom: 1px solid #707070;
}
table.company tr:last-child > * {
	border:none;
}
table.company tr td .symbols {
	width: 480px;
}

/*///// header /////*/
#gb_header {
	border-top:8px solid #0779E4;
	height: 148px;
	width: 100%;
	min-width: 1330px;
	background: #fff;
	position: relative;
	z-index: 9;
}
#gb_header #logo {
	width: 300px;
	float: left;
	margin: 32px 0 0 24px;
}
#gb_header #gb_navi {
	float: right;
	padding-right: 200px;
	display: block!important;
}
#gb_header #gb_navi ul {
	display: block;
	float: right;
	clear: both;
}
#gb_header #gb_navi ul li {
	display: inline-block;
}
#gb_header #gb_navi ul li:after {
	content:'／';
	color: #BBBBBB;
}
#gb_header #gb_navi ul li:last-child:after {
	display: none;
}
#gb_header #gb_navi ul.sub {
	margin: 30px 0 18px 0;
	font-weight: 500;
}
#gb_header #gb_navi ul li:after {
	font-size: 75%;
	margin: 0 1em;
}
.en #gb_header #gb_navi ul li:after {
	margin: 0 0.2em;
}
#gb_header #gb_navi ul.sub li:after {
	font-size: 75%;
	margin: 0 2em;
}
#gb_header #gb_navi ul.sub li .ex {
	background: url("images/common/icon_external.svg") center right no-repeat;
	background-size: 0.5em auto;
	color: #626262;
	font-size: 87%;
	padding-right: 1em;
}
#gb_header #gb_navi ul.sub li .lang {
	border: 1px solid #F95738;
	color: #F95738;
	font-size: 75%;
	background-image: url("images/common/icon_lang.svg");
	background-position: left 1em center;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 1em auto;
	padding: 0.5em 1.5em 0.5em 2.5em;
	border-radius: 2em;
	text-decoration: none;
	transition: background-color .3s ease;
}
#gb_header #gb_navi ul.sub li .lang:hover {
	background-color: #FEECED;
}
#gb_header #gb_navi ul.main > li {
	/*padding-bottom:1.5em;*/
	height: 3.5em;
	position: relative;
}
#gb_header #gb_navi ul.main > li > span {
	font-weight: bold;
	color: #212121;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0.3em 0.5em;
	cursor: pointer;
	border-width: 0 0 2px 0;
	border-color: transparent;
	border-style: solid;
	transition: color .3s ease, border-color .3s ease;
}
.en #gb_header #gb_navi ul.main > li > span {
	padding: 0 0.5em;
	line-height: 3em;
	height: 3em;
	font-size: 95%;
}
.en #gb_header #gb_navi ul.main > li > span.br {
	line-height: 1.3em;
}
#gb_header #gb_navi ul.main > li > span.active,
#gb_header #gb_navi ul.main > li:hover > span {
	color: #0B79E4;
	border-color: #0B79E4;
}
#gb_header #gb_navi ul.main .children {
	width: 15em;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin: -0.3em 0 0 -1.2em;
	border: 3px solid #0779E4;
	background: #fff;
	border-radius: 0.5em;
	padding: 1.3em 1em 1.5em 1em;
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s ease;
}
.en #gb_header #gb_navi ul.main .children {
	margin: -0.3em 0 0 -0.5em;
}
#gb_header #gb_navi ul.main > li:last-child .children {
	margin-left: 0;
}
#gb_header #gb_navi ul.main > li.has_child:hover .children {
	visibility: visible;
	opacity: 1;
}
#gb_header #gb_navi ul.main .children > li {
	background: url("images/common/icon_arrow_b.svg") left top 0.5em no-repeat;
	font-size: 87%;
	display: block;
	padding-left: 1em;
	margin: 0.5em 0;
	line-height: 1.6;
}
#gb_header #gb_navi ul.main .children > li a {
	color: #212121;
}
#gb_header #gb_navi ul.main .children > li a:hover {
	color: #0B79E4;
}
#gb_header #gb_navi ul.children li:after {
	display: none;
}
#gb_header .button {
	width: 160px;
	position: absolute;
	top: 34px;
	right: 0;
}
#gb_header .button .btn {
	width: 100%;
}
#gb_header .button .btn span {
	padding: 1.2em 0;
}
#gb_header .button .btn span,
#gb_header .button .btn:after {
	border-radius: 10px 0 0 10px;
	border-right: 0;
	font-size: 100%;
}
#gb_header .button .btn span:before {
	content:'';
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	background-image: url("images/common/icon_support_w.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.5em;
}
#gb_header .button .btn:hover span:before {
	background-image: url("images/common/icon_support_b.svg");
}

/*///// footer /////*/
#gb_footer {
	background: #fff;
}
#gb_footer .menu {
	border-bottom: 1px solid #BBBBBB;
	padding: 60px 0 50px;
}
#gb_footer .menu > ul > li {
	display: block;
	width: 20%;
	float: left;
}
#gb_footer .menu > ul > li strong {
	font-size: 112%;
	display: block;
	margin-bottom: 0.5em;
}
.en #gb_footer .menu > ul > li strong {
	display: inline-block;
	height: 2.2em;
	line-height: 2.2em;
	vertical-align: middle;
}
.en #gb_footer .menu > ul > li strong.br {
	line-height: 1.1em;
}
#gb_footer .navi > li {
	background: url("images/common/icon_arrow_b.svg") left top 0.5em no-repeat;
	font-size: 87%;
	display: block;
	padding-left: 1em;
	margin: 0.5em 0;
	line-height: 1.6;
}
.en #gb_footer .navi > li {
	font-size: 80%;
}
#gb_footer .navi > li a {
	color: #212121;
}
#gb_footer .navi > li a:hover {
	color: #626262;
}
#gb_footer .logo {
	width: 320px;
	float: left;
	margin: 30px 0;
}
#gb_footer .button {
	float: right;
	margin-top: 45px;
}
#gb_footer .button .btn {
	width: 220px;
}
#gb_footer #copyright {
	background: #212121;
	color: #fff;
	text-align: center;
	line-height: 4;
}

/*///// index /////*/
#main_image {
	position: relative;
}
#main_image img {
	width: 100%;
}
#main_image .inner {
	position: absolute;
	left: 50%;
	bottom: 80px;
	width: 1000px;
	transform: translateX(-50%);
}
#main_image .inner strong {
	display: block;
	font-size: 262%;
	color: #fff;
	line-height: 1.5;
}
#main_image .inner .button {
	margin-top: 2em;
}
#main_image .inner .button .btn {
	width: 260px;
}
#index p {
	font-weight: 500;
}
#index .section {
	margin: 0;
	padding: 110px 0;
	background: #fff;
}
#index .section .button {
	text-align: center;
	margin-top: 50px;
}
#index .section .button > div {
	display: inline-block;
	margin: 0 1.2em;
}
#index .section .button .btn {
	min-width: 380px;
}
#index .section:nth-child(odd) {
	background: #F1F4FB;
}
/*whatsis*/
#index .whatsis p.lead {
	text-align: center;
	line-height: 2.5;
}
#index .whatsis .contents {
	display: flex;
	margin-top: 65px;
}
#index .whatsis .contents .box {
	width: 485px;
	border: 3px solid #0779E4;
	border-radius: 0.8em;
	background: #fff;
	padding: 25px;
}
#index .whatsis .contents .box:last-child {
	margin-left: 30px;
}
#index .whatsis .contents .box strong {
	display: block;
	font-size: 156%;
	text-align: center;
	margin: 0.8em;
}
#index .whatsis .contents .box .image {
	border-radius: 0.8em;
	overflow: hidden;
}
/*report*/
#index .report .lead {
	text-align: center;
	line-height: 2;
}
#index .report ul {
	margin: 50px 0 75px;
}
#index .report ul li {
	width: 312px;
	float: left;
	margin-right: 32px;
	line-height: 1.6;
}
#index .report ul li:last-child {
	margin-right: 0;
}
#index .report ul li a {
	display: block;
	color: #212121;
	text-decoration: none;
}
#index .report ul li .image {
	margin-bottom: 1.8em;
	border-radius: 0.5em;
	overflow: hidden;
    padding-top: 66%;
    position: relative;
}
#index .report ul li .image img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}
#index .report ul li strong {
	display: block;
	margin-bottom: 0.8em;
}
#index .report ul li p {
	font-size: 87%;
}
/*donation*/
#index .donation .comb .text {
	float: left;
	width: 630px;
}
#index .donation .comb .text strong {
	display: block;
	font-size: 187%;
	margin-bottom: 1em;
}
#index .donation .comb .image {
	float: right;
	width: 325px;
}
/*message*/
#index .message .lead {
	text-align: center;
	line-height: 2;
}
#index .message .movie {
	width: 580px;
	height: 326px;
	margin: 50px auto;
}
#index .message .movie iframe {
	width: 100%;
	height: 100%;
}
/*link*/
#index .link ul li {
	width: 312px;
	float: left;
	margin-right: 32px;
}
#index .link ul li:last-child {
	margin-right: 0;
}
#index .link ul li a {
	background: #0779E4;
	display: block;
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	overflow: hidden;
}
#index .link ul li a:hover img {
	opacity: 0.9;
}

/*///// about /////*/
#about {
	padding: 50px 0 0 0;
}
#about p {
	font-weight: 500;
}
#about .section {
	margin-bottom:90px;
}
#about .lead {
	line-height: 2;
	text-align: center;
}
#about .lead strong {
	color: #0779E4;
	font-size: 156%;
	display: inline-block;
	line-height: 1.5;
}
#about .image {
	margin-top: 30px;
}
#about .icons {
	margin-top: 60px;
}
#about .icons li {
	width: 425px;
	float: left;
	clear: both;
}
#about .icons li:nth-child(even) {
	float: right;
	clear: right;
	margin-bottom: 75px;
}
#about .icons li .icon {
	width: 260px;
	height: 260px;
	border: 10px solid #0779E4;
	border-radius: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 240px;
}
#about .icons li strong {
	display: block;
	text-align: center;
	font-size: 175%;
	margin: 0.5em 0;
}

/*///// movie /////*/
#movie #tab_menu {
	border-bottom: 4px solid #0779E4;
	margin-bottom: 70px;
}
#movie #tab_menu li {
	width: 425px;
	float: left;
}
#movie #tab_menu li:last-child {
	float: right;
}
#movie #tab_menu li a {
	display: block;
	border: 1px solid #BBBBBB;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	text-align: center;
	color: #0779E4;
	font-weight: bold;
	padding: 0.8em 0;
	text-decoration: none;
	transition: background-color .3s ease, color .3s ease;
}
#movie #tab_menu li a:hover,
#movie #tab_menu li a.current {
	border-color: #0779E4;
	background: #0779E4;
	color: #fff;
}

#movie .tab {
	opacity: 0;
	height: 0;
	overflow: hidden;
}
#movie .tab.show {
	opacity: 1;
	height: auto;
}

#movie .list li {
	width: 425px;
	float: left;
	clear: both;
	margin-bottom: 2em;
}
#movie .list li:nth-child(even) {
	float: right;
	clear: right;
}
#movie .list li:nth-last-child(-n + 2 ) {
	margin-bottom: 0;
}
#movie .list li .movie {
	width: 100%;
	height: 239px;
	margin-bottom: 1em;
}
#movie .list li .title {
	font-size: 125%;
	line-height: 1.5;
	font-weight: bold;
}
#movie .list li .movie iframe {
	width: 100%;
	height: 100%;
}

/*///// download /////*/
#download .section {
	margin-bottom: 100px;
}
#download .section .image {
	width: 375px;
	float: left;
}
#download .section .text,
#download .section .btns {
	width: 495px;
	float: right;
}
#download .section .btns {
	/*margin-top: 70px;*/
}
#download .section .btns strong {
	font-size: 125%;
}
#download .section .btns ul {
	margin: 1em 0;
}
#download .section .btns ul li {
	display: inline-block;
	margin-right: 1.5em;
}
#download .section .btns ul li a {
	display: block;
	width: 150px;
	text-align: center;
	background-image: url("images/common/icon_download_w.svg");
	background-position:  right 0.5em center;
	background-repeat:  no-repeat;
	background-color: #0779E4;
	background-size: auto 0.7em;
	border: 2px solid #0779E4;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	line-height: 2.3;
	text-decoration: none;
	transition: background-color .3s ease, color .3s ease;
}
#download .section .btns ul li a:hover {
	background-image: url("images/common/icon_download_b.svg");
	background-color: #fff;
	color: #0779E4;
}

/*///// account /////*/
#account .section {
	margin: 2em 0 3em;
}
#account table {
	margin-bottom: 2em;
}
#account table th {
	width: 180px;
	background: #A8D0F6;
	vertical-align: top;
	text-align: left;
	padding: 1em 1.5em;
	border-bottom: 2px solid #fff;
}
#account table td {
	background: #DAEBFB;
	padding: 1em 1.5em;
	border-bottom: 2px solid #fff;
}
#account .bnr {
	margin: -1em 0 1.5em;
}
#account .bnr a {
	border: 1px solid #BBBBBB;
	display: block;
	width: 312px;
	border-radius: 5px;
	overflow: hidden;
}

/*///// contact /////*/
#contact .section {
	margin: 0 0 3em 0;
}
#contact .tel {
	margin: 0 0 1em 0;
}
#contact .tel a {
	color: #212121;
	font-size: 156%;
	font-weight: bold;
	text-decoration: none;
}

/*///// place /////*/
#place .section {
	margin: 3em 0 3em;
}

/*///// message /////*/
#message .section {
	border: 3px solid #0779E4;
	border-radius: 5px;
	padding: 30px;
	display: flex;
	margin-bottom:30px;
}
#message .section .image {
	width: 120px;
	float: left;
}
#message .section .image img {
	width: 100%;
}
#message .section .content {
	flex: 1;
	margin-left: 30px;
}
#message .section .content .entry {
	margin-bottom: 1.5em;
}
#message .section .content span {
	display: block;
	font-weight: bold;
}
#message .section .content span:before {
	content:'｢';
}
#message .section .content span:after {
	content:'｣';
}

/*///// 404 /////*/
.not_found {
	text-align: center;
}
.not_found .button {
	text-align: center;
	margin-top: 70px;
}
.not_found .button a {
	display: inline-block;
	width: 180px;
	border: 3px solid #0779E4;
	font-size: 87%;
	font-weight: bold;
	color: #fff;
	background-color: #0779E4;
	border-radius: 5px;
	line-height: 1.2;
	padding: 0.7em 0;
	text-decoration: none;
	transition: background-color .3s ease, color .3s ease;
}
.not_found .button a:hover {
	background-color: #fff;
	color: #0779E4;
}

/*///// post /////*/
.post time {
	font-size: 87%;
}
.post_ttl {
	font-size: 156%;
	line-height: 1.3;
	margin: 0.5em 0 2em;
}
.post .button {
	text-align: center;
	margin-top: 70px;
}
.post .button a {
	display: inline-block;
	width: 180px;
	border: 3px solid #0779E4;
	font-size: 87%;
	font-weight: bold;
	color: #fff;
	background-color: #0779E4;
	background-image: url("images/common/icon_arrow_w.svg");
	background-position: right 0.5em center;
	background-repeat: no-repeat;
	background-size: auto 0.8em;
	border-radius: 5px;
	line-height: 1.2;
	padding: 0.7em 0;
	text-decoration: none;
	transition: background-color .3s ease, color .3s ease;
}
.post .button a:hover {
	background-color: #fff;
	background-image: url("images/common/icon_arrow_b.svg");
	color: #0779E4;
}

/*entry*/
.entry h3 {
	font-size: 112%;
	border-left: 5px solid #0779E4;
	padding: 0 0 0.2em 0.8em;
	margin-bottom: 1.5em;
	line-height: 1.5;
}
.entry h4 {
    font-size: 115%;
    margin: 0 0 1em 0;
    font-weight: bold;
}
.entry h5 {
    font-size: 100%;
    margin: 0 0 1em 0;
    font-weight: bold;
}
.entry .cl2,
.entry .cl3 {
	margin-bottom: 1em;
}
.entry .cl2:after,
.entry .cl3:after{
	content:'';
	display: block;
	clear: both;
}
.entry .image.cl2 > * {
	display: block;
	width: 250px;
	float: left;
	margin: 0 10px 10px 0;
	clear: both;
}
.entry .image.cl2 > *:nth-child(even) {
	clear: right;
}
.entry .image.cl3 > * {
	display: block;
	width: 200px;
	float: left;
	margin: 0 25px 25px 0;
}
.entry .image.cl3 > *:first-child,
.entry .image.cl3 > *:nth-child(3n + 1 ) {
	clear: both;
}
.entry .image.cl3 > *:nth-child(3n) {
	margin-right: 0;
}
.entry ul {
	margin:1em 0 1em 0;
	padding:0 0 0 2em;
    list-style:disc;
}
.entry ol {
	margin:1em 0 1em 0;
	padding:0 0 0 2em;
    list-style:decimal;
}
.entry hr {
	border: 0;
	border-bottom: 1px dashed #BBBBBB;
	margin: 3em 0 1em;
}
.entry img.alignright {
    float:none;
    display: block;
    margin-left: auto!important;
}
.entry img.alignleft {
	float:none;
    display: block;
    margin-right: auto!important;
}
.entry img.aligncenter {
	display:block;
	margin:0 auto;
}
.entry img.aligncenter {
	display:block;
	margin:0 auto;
}
.entry blockquote {
	padding:1em;
	border:1px dotted #ccc;
	background:#F3F3F3;
	margin:1em 0;
}

/*///// report /////*/
.report_list li {
	border-bottom:1px solid #BBBBBB;
}
.report_list li a {
	display: block;
	text-decoration: none;
	color: #212121;
	background: url("images/common/icon_arrow_g.svg") right center no-repeat;
	padding: 30px 0;
}
.report_list li a:hover {
	opacity: 0.8;
}
.report_list li .image {
	width: 150px;
    height: 100px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
    position: relative;
}
.report_list li .image img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}
.report_list li .content {
	width: 480px;
	float: right;
	padding-right: 1em;
}
.report_list li .content time {
	display: block;
	line-height: 1.2;
}
.report_list li .content strong {
	font-weight: bold;
	display: block;
	margin: 0.3em 0;
	line-height: 1.6;
}
.report_list li .content p {
	line-height: 1.6;
}

#report .archive_ttl {
	margin-bottom: 0.5em;
}
#report.post .slider_wrap {
	width: 450px;
	margin: 0 auto;
	margin-bottom: 50px;
}
#report.post .slider_wrap div {
	vertical-align: top;
}
#report.post .slider_wrap .slider {
	position: relative;
}
#report.post .slider_wrap .slider > .item {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#report.post .slider_wrap .slider > .item:first-child {
	position: relative;
	opacity: 1;
}
#report.post .slider_wrap .slider .item {
	padding-top: 100%;
	position: relative;
}
#report.post .slider_wrap .slider .item img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#report.post .slider_wrap .thumbnail {
	width: 460px;
	margin: 10px 0 0 -5px;
	position: relative;
}
#report.post .slider_wrap .thumbnail:before,
#report.post .slider_wrap .thumbnail:after {
	content:'';
	display:block;
	width: 5px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	z-index: 9;
}
#report.post .slider_wrap .thumbnail:before {
	left: 0;
}
#report.post .slider_wrap .thumbnail:after {
	right: 0;
}
#report.post .slider_wrap .thumbnail > .item {
	display: inline-block;
	width: 105px;
}
#report.post .slider_wrap .thumbnail .item {
	padding-top: 66%;
	position: relative;
}
#report.post .slider_wrap .thumbnail .item img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
/*slick*/
#report.post .slider_wrap .slick-track {
	margin: 0;
}
#report.post .slider_wrap .slick-arrow:before {
	display: none;
}
#report.post .slider .slick-arrow {
	width: 40px;
	height: 80px;
	position: absolute;
	top: 50%;
	border: 1px solid #BBBBBB;
	background-image: url("images/common/icon_arrow_b.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40% auto;
	background-color: #fff;
	border-radius: 5px;
}
#report.post .slider .slick-arrow:hover {
	background-color: #F4F4F4;
}
#report.post .slider .slick-arrow.slick-prev {
	left: -70px;
	transform: translateY(-50%) scale(-1);
}
#report.post .slider .slick-arrow.slick-next {
	right: -70px;
	transform: translateY(-50%);
}

#report.post .slider_wrap .thumbnail .slick-slide {
	margin: 0 5px 0 5px;
}
#report.post .slider_wrap .thumbnail .slick-slide > div {
	cursor: pointer;
}
#report.post .thumbnail .slick-arrow {
	width: 20px;
	height: 40px;
	position: absolute;
	top: 50%;
	background-image: url("images/common/icon_arrow_b.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50% auto;
}
#report.post .thumbnail .slick-arrow:hover {
	opacity: 0.7;
}
#report.post .thumbnail .slick-arrow.slick-prev {
	left: -30px;
	transform: translateY(-50%) scale(-1);
}
#report.post .thumbnail .slick-arrow.slick-next {
	right: -30px;
	transform: translateY(-50%);
}

/*///// letter /////*/
#letter .post {
	margin-bottom: 75px;
}
#letter .post time {
	font-size: 100%;
	display: block;
	margin-bottom: 1em;
}
#letter .post .field {
	margin: 2em 0 3em;
}
#letter .post .field > span {
	background:#0779E4;
	display: block;
	color: #fff;
	font-size: 112%;
	font-weight: bold;
	line-height: 1.5;
	padding: 1.2em 2.5em 1.2em 1.5em;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	margin-bottom: 2em;
	transition: opacity .3s ease;
}
#letter .post .field > span:hover {
	opacity: 0.7;
}
#letter .post .field > span:after {
	content:'';
	display: block;
	width: 1em;
	height: 1em;
	background-image: url("images/common/icon_plus.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}
#letter .post .field > span.close:after {
	background-image: url("images/common/icon_minus.svg");
}
#letter .post .field > .field_contents {
	display: none;
	width: 550px;
	margin: 0 auto;
}
#letter .post .field > .field_contents > div {
	margin-bottom: 1em;
}

/*///// goods /////*/
.goods_list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.goods_list li {
	width: 200px;
	margin-right: 25px;
	margin-bottom: 50px;
}
.goods_list li:nth-child(3n) {
	margin-right: 0;
}
.goods_list li:nth-last-child(-n + 3 ) {
	margin-bottom: 0;
}
.goods_list li a {
	color: #212121;
	text-decoration: none;
	display: block;
	height: 100%;
	position: relative;
	padding-bottom: 2em;
}
.goods_list li .image {
	border-radius: 5px;
	overflow: hidden;
}
.goods_list li p {
	font-weight: bold;
	margin: 1em 0;
	line-height: 1.5;
}
.goods_list li a:hover {
	color: #0779E4;
}
.goods_list li .cat {
	display: inline-block;
	font-size: 75%;
	font-weight: 500;
	background: #F14A4E;
	line-height: 1.2;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#goods .lead {
	margin: 50px 0 75px;
}
#goods.post .cat {
	display: inline-block;
	font-size: 75%;
	font-weight: 500;
	background: #F14A4E;
	line-height: 1.2;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 3px;
}