﻿@charset "utf-8";
/* ▼固定 -------------------------------------------------------------------- */

#main_content {
	float:none;
	width:100%;
}
#h1title {
  	padding: .5em;
	line-height:1.1;
	margin-top:10px;
	font-size:2em;
	text-align: center;
}

#main_content p {
	margin-bottom: 20px;
	font-size: 1rem;
}
#main_content h2 {
	position: relative;
	color:6cb4e4;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 1.8em;
	clear:both;
	color: #6cb4e4;
	border:solid 2px #6cb4e4;
}
#main_content h2:before {
	font-family: "Font Awesome 5 Free";
	content: "\f072";
	position: absolute;
	left : 0.5em;
}
#main_content h3 {
	clear:both;
	color: #6cb4e4;
	padding: 0.25em;
	border: solid 1px #6cb4e4;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
/* SNS */
#share-btn {
	clear:both;
	padding-top:10px;
}

#share-btn ul {
	display:flex;
	justify-content:flex-end;
}
#share-btn ul li {
	margin-left:5px;
	vertical-align:middle;
}
#share-btn ul li:nth-child(1) {
	margin-top:-3px;
}
#main_content .table {
	width:100%;
	margin:10px 0;
}
#main_content .table tr th,
#main_content .table tr td {
	border:solid 1px #ccc;
	font-weight:normal;
	padding:5px;
}
#main_content .blue tr th {
	background-color:#ecf5fc;
}
#main_content .orange tr th {
	background-color:#fcf6df;
}
div.gray-table table{margin:0 auto;width:100%}
/* ▲固定 -------------------------------------------------------------------- */

.textc {
	clear:both;
	padding-top:25px;
	text-align:center;
}
.imgc {
	clear:both;
	float:right;
	margin:0 0 10px 10px;
}
.top-img {
	text-align: center;
	margin: 10px 0;
}
.ad-banner {
	text-align: center;
	margin-top: 10px;
}

/* ▲Purpose Class -------------------------------------------------------------------- */

.purpose section {
    clear: both;
    width: 95%;
    background-color: #E3DCD3;
    padding: 10px;
    color: #451e0c !important;
    border-radius: 8px;
    margin-bottom: 15px;
		overflow: hidden;
}
.purpose dl {
	display: table;
	margin-bottom: 15px;
}
.purpose dl dt {
	  display: table-cell;
    max-width: 100px;
		min-width: 100px;
		font-weight: bold;
}
.purpose dl dd {
	display: table-cell;
	clear: both;
}
.purpose section h2 {
    color: #EF4861 !important;
    padding: 5px !important;
    margin-bottom: 15px;
    font-size: 1.5rem;
    border: none !important;
	}
.purpose section h2::before{
	content: '' !important;
}
.purpose section h3 {
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 3px !important;
    border-bottom: dashed 2px #451e0c !important;
    font-size: 1.3rem;
    background: none !important;
    border-top: none !important;
		border-right: none !important;
		border-left:none !important;
		color: #451e0c !important;
	}
.imgc {
    clear: both;
    float: right;
    margin: 0 0 10px 10px;
}
.purpose section #flagol li {
    margin-top: 15px;
    padding-left: 30px;
}
.purpose section ol li a, .purpose section ul li a {
    color: #451e0c;
		text-decoration: none;
}
.sk_us {
    background: url(../../../img/side/sk_us.gif) no-repeat 0 50%;
}
.sk_uk {
    background: url(../../../img/side/sk_uk.gif) no-repeat 0 50%;
}
.sk_ca {
    background: url(../../../img/side/sk_ca.gif) no-repeat 0 50%;
}
.sk_au {
    background: url(../../../img/side/sk_au.gif) no-repeat 0 50%;
}
.sk_nz {
    background: url(../../../img/side/sk_nz.gif) no-repeat 0 50%;
}
.sk_ir {
    background: url(../../../img/side/sk_ir.gif) no-repeat 0 50%;
}
.sk_fra {
    background: url(../../../img/side/sk_fra.gif) no-repeat 0 50%;
}
.sk_phi {
    background: url(../../../img/side/sk_phi.gif) no-repeat 0 50%;
}
.purpose section ul li {
    margin-top: 7px;
    background: url(../img/ya_pi.png) no-repeat 0 50%;
    padding-left: 20px;
    list-style: none;
	margin-bottom: 3px;
}
.clearfix:after {
    clear: both;
}
.btn_bl {
    float: right;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #a3cef8;
    padding: 3px 8px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, #bddbfa), color-stop(52%, #a3cef8));
    background: -moz-linear-gradient(center top, #bddbfa 53%, #a3cef8 52%);
    background: -ms-linear-gradient(top, #bddbfa 53%, #a3cef8 52%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#a3cef8');
    background-color: #bddbfa;
    display: inline-block;
}
.btn_bl a {
    text-decoration: none;
    color: #16537B;
}
.textr {
    clear: both;
    text-align: right;
}
/* ▲maesetsu Class -------------------------------------------------------------------- */
div.maesetsu {
		float: left;
		width: 100%;
		box-sizing: border-box;
}
.maesetsu img {
    max-width: 30%;
		float: left;
		padding-top: 15px;
}
.maesetsu p {
	margin: 0;
	padding: 10px;
}
.maesetsu-r {
	width: 70%;
	float: left;
}

/*=====関連リンク=======*/
@media screen and (min-width:920px){
#related {
	width: 720px;
	margin: 0 auto;
}
ol#flagol {
    margin-left: 80px;
}
ul.link {
	margin-left:80px;
}
}
#related ul li{
	float: left;
	width: 45%;
	margin: .3rem;
}

#related dl{
	width: 95%;
	margin : .5em !important;
}
#related dt{
	float: left;
	clear: left;
	width: 30%;
	background-color: transparent !important;
	margin: .5em !important;
}
#related img{
	max-width: 100%;
}
#related dd{
	float: left;
	width: 65%;
	font-size: 1rem;
	font-weight:bold;
}
.clear{
	clear:both;
}
.clear hr{
	display:none;
}
/*=====基礎情報リンク２=======*/
#related2 {
	clear: both;
}
#related2 dl{
	width: 95%;
	margin : .5em !important;
}
#related2 dt{
	float: left;
	clear: left;
	width: 30%;
	background-color: transparent !important;
	margin: .5em !important;
}
#related2 img{
	max-width: 100%;
}
#related2 dd{
	float: left;
	width: 65%;
	font-size: 1rem;
	font-weight:bold;
}

/* 黄色ハイライト赤字 */
.hl_ylw {
	background: linear-gradient(transparent 40%, #ffff66 40%) !important;
	color: #ff0000 !important;
}
/* 黄色ハイライトのみ */
.hl {
	background: linear-gradient(transparent 40%, #ffff66 40%) !important;
}
/* 強調 */
.blackb {
	font-weight:bold;
	font-size: 1rem;
	color:#000;
}
.redb {
	font-weight:bold;
	font-size: 1rem;
	color: #F00;
}
.blueb {
	font-weight:bold;
	font-size: 1rem;
	color:#009;
}
/*note*/
.note {
	background-color:#e3fcff;
	border-style: solid;
	border-color: #009;
	border-radius: 5px;
	margin: 1rem 1.4rem;
	padding: .5em .5em;
}
.note p{
	font-weight:bold;
}

/* ピンク背景 */
.pink-haikei {
	background-color: #FCF;
	margin: 1rem;
	padding: 1rem;
	border-radius: 5px;
        line-height: 1.4rem;
}

blockquote {
	margin: 1.5rem 1rem;
	padding: 1rem;
	background-color: #BAF8FE;
	border-radius: 5px;
	font-style: italic;
}
/*赤太文字*/
.large-r {
	font-size: 1.3rem;
	color: #F00;
	font-weight:bold;
}

div.otoiawse {
	text-align:center;
	margin-bottom: -15px;
}
/*リスト*/
.check-list ul {
	margin: 20px 2rem;
}
.check-list ul li {
	margin-bottom: 7px;
	list-style: disc;
	padding-right: 3px;
}
@media screen and (max-width:600px){
#share-btn ul {
	flex-wrap: wrap;
	justify-content:flex-start;
	margin-top:15px;
}
.purpose section .imgc {
    clear: both;
    text-align: center;
    float: none;
    margin: 0;
}
}
