﻿body{
	margin: 0px;
	background-color: #dddddd !important;
	font-family: "Arial", "Meiryo", "SimHei", "Microsoft JhengHei", "Dotum";
}


a{
	color: #0055aa;
	text-decoration: none;
}

a:hover{
	color: #0055aa;
	text-decoration: underline;
}


div.header{
	background-color: #ffffff;
	padding: 0px;
	height: 60px;
}

@media (min-width: 1240px) {
div.header2{
	margin: auto;
	width: 1200px;
	display: flex;
}
}

@media (max-width: 1239px) {
div.header2{
	margin: auto;
	width: 800px;
	display: flex;
}
}

div.header2_rn{
	margin: auto;
	width: 800px;
	display: flex;
}

div.header3{
	margin: auto;
	width: 200px;
}

@media (min-width: 1240px) {
div.header4{
	margin: auto;
	width: 850px;
	text-align: right;
}
}

@media (max-width: 1239px) {
div.header4{
	margin: auto;
	width: 450px;
	text-align: right;
}
}

div.header4_rn{
	margin: auto;
	width: 500px;
	text-align: right;
}

div.header5{
	margin: auto;
	width: 150px;
	text-align: right;
}


div.footer{
	padding: 10px;
	color: #555555;
	text-align: center;
	border: none;
	line-height: 150%;
}

div.footer a{
	color: #555555;
	text-decoration: none;
}

div.footer a:hover{
	color: #555555;
	text-decoration: underline;
}


@media (min-width: 1240px) {
.contents {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 1200px;
	margin: 0 auto;
	line-height: 200%;
}
}

@media (max-width: 1239px) {
.contents {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 800px;
	margin: 0 auto;
	line-height: 200%;
}
}


.rn_contents {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 800px;
	margin: 0 auto;
	line-height: 200%;
}


@media (min-width: 1240px) {
.pic_pc { display: block !important; }
.pic_mb { display: none !important; }
}

@media (max-width: 1239px) {
.pic_pc { display: none !important; }
.pic_mb { display: block !important; }
}


.contents_label {
  width: 100%;
  height: 50px;
  border-bottom: 3px solid #0055aa;
  background-color: #0055aa;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}


.contents2 {
  display: block;
  padding: 20px 40px 0;
  clear: both;
  overflow: hidden;
  font-size: 16px;
}


h1 {
 	color: #333333;
	font-size: 28px;
	padding: 0.5rem 0.75rem;
	background: transparent;
	border-left: solid 10px #0055aa;
	border-bottom: solid 1px #0055aa;
}

h2 {
	position: relative;
 	color: #333333;
	font-size: 24px;
	padding: 0.5rem 0.3rem;
}

h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

h3 {
 	color: #555555;
	font-size: 20px;
	padding: 0rem 0.5rem;
}



@media (min-width: 1240px) {
.columns {
	width: 100%;
	display: flex;
}

.column1 {
	width: 100%;
}

.column2 {
	width: 50%;
}
}

@media (max-width: 1239px) {
.columns {
	width: 100%;
}

.column1 {
	width: 100%;
}

.column2 {
	width: 100%;
}
}


.column3 {
	width: 33%;
}

.column4 {
	width: 25%;
}


.rn_columns {
	width: 100%;
	display: flex;
}


@media (min-width: 1240px) {
.list {
	width: 1100px;
	display: flex;
	border-bottom: solid 1px #cccccc;
	padding: 5px 0;
}

.list1 {
	width: 780px;
    position: relative;
    padding: 0px 0px 0px 2em;
}

}

@media (max-width: 1239px) {
.list {
	width: 710px;
	display: flex;
	border-bottom: solid 1px #cccccc;
	padding: 5px 0;
}

.list1 {
	width: 390px;
    position: relative;
    padding: 0px 0px 0px 2em;
}

}


.list1:before {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	content: "";
	background: #0055aa;
	border-radius: 100%;
}

.list2 {
	width: 160px;
}


.button1 {
	display: inline-block;
	background: #0099cc;
	color: #fff;
	width: 150px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
}

.button2 {
	display: inline-block;
	background: #0055aa;
	color: #fff;
	width: 150px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
}

a.button1, a.button2{
	color: #fff;
	text-decoration: none;
}

a:hover.button1, a:hover.button2{
	color: #fff;
	text-decoration: none;
	opacity: .8;
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
  cursor: pointer;
}

#page_top.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#page_top img {
  display: block; /* 画像の下に余白が出ないように */
}


/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #cccccc;
  background-color: #f0f0f0;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #555555;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}


/*ボタンホバー時*/
.tab_item:hover {
    background: #cccccc;
}


/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}


/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
}


/*選択されているタブのコンテンツのみを表示
#label1:checked ~ #label1_content, #label2:checked ~ #label2_content, #label3:checked ~ #label3_content, #label4:checked ~ #label4_content {
  display: block;
}*/

#tab1:checked ~ #tab1_content, #tab2:checked ~ #tab2_content, #tab3:checked ~ #tab3_content, #tab4:checked ~ #tab4_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #0055aa;
  color: #fff;
}


select.LangSelector {
	margin-top: 0.5rem;
	height: 26px;
}
