@charset "UTF-8";


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}




/*************************************************************

ここまでリセット

*************************************************************/


/*共通*/
/*全体のフォントサイズを指定、remでbodyに引っ張られないようにする*/
html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: normal;/*詰まりすぎを防ぐ*/
	color: #000;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}


/*全体のフォントサイズを指定*/

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	opacity: 0.8;
}

a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.clearfix:after{
  display: table;
  clear: both;
  content: "";
}

div{
	box-sizing: border-box;
}

img{
	max-width: 100%;
	vertical-align: bottom;
}

header {
    border-bottom: 3px solid #03a1e9;
    padding-top: 20px;
}
h1 {
    /* max-width: 1200px; */
    font-size: 2.2rem;
    color: #333;
}
h1 .small {
    font-size: 80%;
}
.logo {
    margin-bottom: 10px;
    max-width: 50px;
}
.header_box {
    max-width: 1280px;
    margin: 0 auto 20px;
}
.header_box .flex p img{
	margin: 0 auto;
}
@media screen and (max-width: 1200px){
    h1{
        width: 98%;
    }
    .header_box {
        width: 98%;
    }
}


/*ナビ*/

#g_nav {
    max-width: 100%;
    padding: 20px 0 0;
    width: 70%;
    max-width: 600px;
}


#g_nav .clone_nav {
    width: 100%;
    overflow: hidden;
    max-width: 1320px;
    margin: 0 auto;
}


#g_nav ul,.c_nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
	width: 100%;
	overflow: hidden;
}
#g_nav ul li, .c_nav ul li {
    float: left;
    position: relative;
    margin: 0;
    width: 20%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    height: 60px;
    font-size: 15px;
}
#g_nav ul li{
    border-right: 1px solid #ccc;
}
#g_nav ul li:first-child{
    border-left: 1px solid #ccc;
}
/*#g_nav ul li:nth-child(2),.c_nav ul li:nth-child(2){
	width: 10%;
}*/
#g_nav ul.dropdown,.c_nav ul.dropdown{
        display: none;
        position: absolute;
        padding: 0;
		width: 100%;
}
#g_nav ul.dropdown li,.c_nav ul.dropdown li{
	width: 100%;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 0;
}
#g_nav ul li a,.c_nav ul li a{
    display: block;
    color: #333;
    box-sizing: border-box;
    height: 60px;
    padding: 15px 0 0;
    font-weight: bold;
}
.c_nav ul li a{
    color: #fff;
}
@media screen and (max-width: 1000px){
#g_nav ul li a, .c_nav ul li a {
    font-size: 12px;
}
}
#g_nav li a:hover, .c_nav li a:hover {
    background: #eee;
    box-sizing: border-box;
}
.c_nav li a:hover{
    background:#35c0ff;
}
#g_nav ul.dropdown a,.c_nav ul.dropdown a{
	height: 35px;
	padding: 6px 0 0px;
}
#sp_g_nav{
    display: none;
}

/*ナビクローン用*/
.c_nav {
    position: fixed;
    top: -80px;
    width: 100%;
    z-index: 30;
    transition: top 0.25s;
    background-color: #00a0e9;
    height: 60px;
    box-sizing: border-box;
    max-width: 100%;
}
.c_nav .nav_box{
    max-width: 1320px;
    margin: 0 auto;
}
@media screen and (max-width: 1000px){
	.c_nav .nav_box{
    width: 98%;
    margin: 0 auto;
}
	
}
@media screen and (max-width: 800px){
	.c_nav {
		display: none;
	}
}

.visible {
    top: 0;
}



@media screen and (max-width: 768px){
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    border-top: none;
    padding-top: 0;
}
.header_box,.h1_box {
    display: none;
}
	#sp_g_nav{
		display: block;
		z-index: 20;
		width: 100%;
	}
	#g_nav{
		display: none;
	}

.sp_logo {
    position: absolute;
    top: 10px;
    left: 15px;
    text-align: left;
    line-height: 1;
}
.sp_logo img {
    width: 35px;
    display: block;
    margin-bottom: 0px;
}
.sp_logo span {
    font-weight: bold;
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1;
}
	.sp_to_top{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 100px;
	}

.lg_m {
    text-align: right;
    height: 100px;
    background: #fff;
}
	/*メニューの動き*/
	.menu-trigger,
	.menu-trigger span{
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	  cursor :pointer;
	}
.menu-trigger {
    position: relative;
    width: 60px;
    height: 60px;
    z-index: 2;
    top: 40px;
}
	.menu-trigger span{
	  position: absolute;
	  background: #00a0e9;
	  width: 30px;
	  height: 2px;
	  left: 0;
	  right: 0;
	  margin: auto;
	}
	.menu-trigger span:nth-of-type(1){
	  top: 17px;
	}
	.menu-trigger span:nth-of-type(2){
	  top: 0;
	  bottom: 0;
	}
.menu-trigger span:nth-of-type(3) {
    bottom: 17px;
}
	.menu-trigger.active span:nth-of-type(1){
	  -webkit-transform: translateY(15px) rotate(-45deg);
		transform: translateY(15px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2){
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3){
	  -webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	/*メニューの動き END*/

#sp_g_nav .sp_nav ul {
    background-color: #dff2fc;
    display: block;
    height: calc( 100vh - 100px );
    overflow-y: scroll;
}
#sp_g_nav .sp_nav li:last-of-type {
    margin-bottom: 100px;
}
	#sp_g_nav .sp_nav ul.dropdown{
		border-top: 1px solid #fff;
	}
	#sp_g_nav .sp_nav ul.dropdown{
		background: #dedfe7;
	}
.sp_nav {
    display: none;
    position: absolute;
    top: 70;
    width: 90%;
    z-index: 3;
    left: 5%;
}
	#sp_g_nav .sp_nav li{
		text-align:center;
		width: 100%;
		border-bottom: solid 1px #fff;
		position: relative;
	}

#sp_g_nav .sp_nav li span.arrow_icon {
    top: 18px;
    right: 26px;
    width: 15px;
    height: 15px;
    content: "";
    background: url(images/sp_arrow.png) no-repeat center top;
	position: absolute;
}
#sp_g_nav .sp_nav li a, #sp_g_nav .sp_nav li span {
    display: block;
    padding: 5px 8px;
    color: #000;
    font-size: 1.3rem;
    text-align: left;
    font-weight: bold;
}
.sp_nav div{
		display: flex;
		justify-content: center;
		background-color: #e6e6e6;
		opacity: 0.9;
		width: 100%;
	}
	.sp_nav span.txt_en{
		display: none;
	}
	
	.sp_nav .menu_parents.current{
		padding-top: 0;
	}
		#sp_g_nav .sp_nav .menu_parents.current a {
		color: #fff;
		background: #00a0e9;
	}
	
}


/* フッター */

footer .copy{
	background: #00a0e9;
	color: #fff;
	padding: 30px 0 120px;
	margin-top: 30px;
}
footer .pagetop{
	text-align: right;
	color: #00a0e9;
}
footer .pagetop a{
	color: #00a0e9;
}
footer .pagetop span{
	font-size: 110%;
	padding-right: 5px;
}

@media (max-width: 768px) {
	footer .copy {
    padding: 20px 0 60px;
		font-size: 1.2rem;
}
}

/* メインコンテンツ */

.contents_box{
	  max-width: 1320px;
	padding: 0 20px;
	box-sizing: border-box;
    margin: 0 auto;
}

.main {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    font-size: 1.6rem;
    line-height: 1.6;
	  max-width: 1320px;
		padding: 0 20px;
		box-sizing: border-box;
    margin: 0 auto;
    margin-top: 70px;
}
.main img {
  width: auto;
  max-width: 100%;
	display: none;
}
.main img.inline{
	display: inline;
}
.main img.inline.img_block{
	display: block;
}
.main .app img{
	width: 100%!important;
}
.main #side {
  width: 27%;
}
.main #main_content {
    width: 70%;
}
.sect + .sect {
    margin-top: 30px;
}
/*
.main #main_content span[id]:not([href]) {
  margin-top: -91px;
  padding-top: 91px;
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 0;
}*/

@media (max-width: 1280px) {
.main {
    max-width: 98%;
    margin: 40px auto 0;
}
}
@media (max-width: 768px) {
.main {
    max-width: 96%;
    flex-direction: column-reverse;
    margin-top: 120px;
}
  .main #main_content {
    width: 96%;
    margin: 0 auto;
  }
  .main #side {
   width: 100%
}

.sect .c-container {
  margin: 0;
}
.main .app{
	margin-left: -0!important;
}
.main img.inline {
    margin: 0 auto 20px;
    max-width: 100%;
}
}

@media (max-width: 600px) {
.main img.inline {
    width: auto!important;
	max-width: 280px;
}
.main img.inline.sp_w180{
	max-width: 180px;
}
.main .table1 img.inline {
    width: 100%!important;
    margin-bottom: 0;
}
	.main .table1 img.inline.sp_w200 {
    max-width: 200px;
}
}

/* 897px以下のヘッダー表示ズレ防ぐ用 */
@media (max-width: 768px) {
  .only--pc {
  display: none;
  }
  }
  
  @media (min-width: 768px) {
  .only--sp {
  display: none;
  }
  }


/* サイド */

.sidemenu li a, .sidemenu li > span {
    background: #dff2fc;
    width: 100%;
    padding: 8px 28px 8px 8px;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.sidemenu li.current > a,.sidemenu li.current > span{
	background: #00a0e9;
	color: #fff;
}
.sidemenu li > span:before{
  content: "";
  position: absolute;
  right: 15px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sidemenu li span.open:before{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.sidemenu li.current span:before{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.sidemenu li ul.menu_dropdown{
	display: none;
	margin-bottom: 20px;
}
.sidemenu li span.open + ul.menu_dropdown{
  display: block;
}


.sidemenu li ul.menu_dropdown li{
	overflow: hidden;
}
.sidemenu li ul.menu_dropdown a {
  background: #dff2fc;
  border-radius: 0;
  width: 95%;
  margin-bottom: 2px;
  font-size: 1.4rem;
  float: right;
  letter-spacing: 0;
}
.sidemenu li ul.menu_dropdown .current a {
  background: #00a0e9;
  color: #fff;
}
.sidemenu_sp{
  display: none;
}

@media (max-width: 768px) {

  .menubtn_sp {
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    box-sizing: border-box;
    cursor: pointer;
    background: #61636b;
    margin-bottom:0;
    position: relative;
}

.menubtn_sp .cross {
  width: 5vw;
  height: 3.8vw;
  position: relative;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 13px;
}
.menubtn_sp .cross span {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	transition: all .3s ease;
}
.menubtn_sp p {
	color: #fff;
	font-size: 2.4vw;
	text-align: center;
	white-space: nowrap;
}
/* 通常 */
.menubtn_sp .cross span:nth-of-type(1) {
	top: 0;
	transform: translateY(0);
}
.menubtn_sp .cross span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}
.menubtn_sp .cross span:nth-of-type(3) {
	bottom: 0;
	transform: translateY(0);
}
/* クローズ */
.menubtn_sp.open .cross span:nth-of-type(1) {
	animation: closeBtnIn .5s ease;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.menubtn_sp.open .cross span:nth-of-type(2) {
	display: none;
}
.menubtn_sp.open .cross span:nth-of-type(3) {
	animation: closeBtnIn .5s ease;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}





ul.sidemenu_sp{
  display: none;
}
ul.sidemenu_sp.open{
  display: block;
}

ul.sidemenu > li:not(.current) {
  display: none;
}
.sidemenu_sp li a, .sidemenu_sp li span {
  letter-spacing: 0;
  font-size: 1.4rem;
  margin-bottom: 0;
  border-radius: 0;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-top: none;
  padding: 8px 6px;
  box-sizing: border-box;
}

.sidemenu li.current > a, .sidemenu li.current > span {
    background: #fff;
    color: #000;
    font-size: 2rem;
    display: block!important;
    pointer-events: none;
    margin-bottom: 0;
}

.menu_parents.current{
  padding-top: 0;
}
.sidemenu li span.open + ul.menu_dropdown {
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 10px 0;
    margin-bottom: 0;
    margin-top: 15px;
}
.sidemenu li ul.menu_dropdown a {
  font-size: 1.3rem;
  background: none;
  color: #000;
  margin: 0;
  border: none;
  width: 100%;
  float: none;
  position: relative;
  padding: 8px 8px 8px 30px;
}
.sidemenu li ul.menu_dropdown a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 12px;
  left: 15px;
  margin-top: 0;
}
.sidemenu li ul.menu_dropdown .current a{
  color:#00a0e9;
  background:none;
}
.sidemenu li ul.menu_dropdown .current a:before{
  border-color: transparent transparent transparent #00a0e9;
}



}
/*見出し*/

h1.guide_h1{
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 0;
  font-size: 2.4rem;
  font-weight: bold;
}

h3 {
    background: none;
    color: #00a0e9;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 0px 5px 10px 0px;
    font-weight: bold;
    border-bottom: 2px solid #00a0e9;
}
h3.rounded {
    display: inline-block;
    border-radius: 30px;
    min-width: 280px;
    text-align: center;
    padding: 6px 15px 6px 15px;
    background: #00a0e9;
    color: #fff;
    border-bottom: none;
}
h3.rounded {
    display: inline-block;
    border-radius: 30px;
    min-width: 280px;
    text-align: center;
    padding: 6px 15px 6px 15px;
    box-sizing: border-box;
}
h3.w100{
	width: 100%;
}
h3.bg_b{
	background: #3e3a39;
  padding: 8px 5px 8px 5px;
text-align: center;
	border-radius: 5px;
}
h3.bg_b span {
    background: url(images/icon_note.png) no-repeat left top;
    background-size: 26px auto;
    padding: 2px 0 2px 35px;
    box-sizing: border-box;
}

h3.bg_o{
	background: #f39800;
  padding: 8px 5px 8px 5px;
text-align: center;
	border-radius: 5px;
	width: 100%;
	border: 1px solid #000;
	box-sizing: border-box;
	color: #000;
}
h3.bg_o span {
    background: url(images/icon_important.png) no-repeat left top;
    background-size: 26px auto;
    padding: 2px 0 7px 35px;
    box-sizing: border-box;
}
h3.bg_y{
	background: #fff102;
  padding: 8px 5px 8px 5px;
text-align: center;
	border-radius: 5px;
	width: 100%;
	border: 1px solid #000;
	box-sizing: border-box;
	color: #000;
}
h3.bg_y span {
    background: url(images/icon_important.png) no-repeat left top;
    background-size: 26px auto;
    padding: 2px 0 7px 35px;
    box-sizing: border-box;
}
h3.bg_r{
	background: #e50033;
  	padding: 8px 5px 8px 5px;
	text-align: center;
	border-radius: 5px;
	width: 100%;
	border: 1px solid #000;
	box-sizing: border-box;
	color: #000;
}
h3.bg_r span {
    background: url(images/icon_important.png) no-repeat left top;
    background-size: 26px auto;
    padding: 2px 0 7px 35px;
    box-sizing: border-box;
}
h2 {
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 25px;
}

h4 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
h4.left{
	text-align: left;
}

h4.dd_h4 {
  display: block;
  background: #e8eff7;
  color: #004a90;
  font-size: 1.7rem;
  margin-bottom: 20px;
  padding: 10px 30px 10px 15px;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
h4.dd_h4:after{
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #004a90;
  border-right: solid 2px #004a90;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
h4.dd_h4.open:after{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}
h4.dd_h4:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 11px;
    width: 25px;
    height: 25px;
    background: #fff;
}

h4.num_ttl {
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    padding: 0px 0 0 40px;
    box-sizing: border-box;
    margin-left: -40px!important;
    margin-top: 40px;
}
h4.num_ttl.mt20{
	margin-top: 20px;
}
h4.num_ttl span:first-of-type {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    background: #00a0e9;
    border-radius: 5px;
    padding-top: 1px;
    box-sizing: border-box;
}
span.bg_num{
    text-align: center;
    color: #fff;
    background: #00a0e9;
    border-radius: 3px;
	margin: 0 3px;
	padding: 5px 8px;
	box-sizing: border-box;
	font-size: 1.4rem;
}
.dd_box{
	display: none;
}
h5{
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 0 20px;
  font-weight: bold;
}
h5:before {
  content: "";
  position: absolute;
  background: #000;
  width: 13px;
  height: 13px;
  left: 0;
  top: 4px;
}

h6{
  font-weight: bold;
}


@media (max-width: 1280px) {
  h1.guide_h1{
    max-width: 98%;
  }
}
@media (max-width: 768px) {
  h1.guide_h1{
    max-width: 	96%;
    padding: 30px 0;
    font-size: 2.2rem;
  }
h2 {
    font-size: 2.4rem;
  	margin-bottom: 0px;
	display: none;
}
h3 {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
h4.num_ttl {
margin-left: 0px!important;
padding: 0px 0 0 40px;
}

	
	
	
	
}

/* パーツ*/



.mb0{
	margin-bottom: 0!important;
}
.mb5{
	margin-bottom: 5px!important;
}
.mb10{
	margin-bottom: 10px!important;
}
.mb15{
	margin-bottom: 15px!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.mb30{
	margin-bottom: 30px!important;
}
.mb40{
	margin-bottom: 40px!important;
}
.ml20{
	margin-left: 20px!important;
}
.pc_ml40{
	margin-left: 40px;
}
.pl10{
	padding-left: 10px!important;
}
.pl15{
	padding-left: 15px!important;
}
.pl20{
	padding-left: 20px!important;
}
.pr20{
	padding-right: 20px!important;
}

.pl60{
	padding-left: 60px!important;
}
.pr60{
	padding-right: 60px!important;
}

#main_content a{
	color: #1C75BC;
	text-decoration: underline;
}
#main_content a:hover{
	color: #1C75BC;
	text-decoration: none;
}
#main_content a.arrow_link{
	position: relative;
	padding: 0 0 0 14px;
}
#main_content a.arrow_link:before {
    content: "";
    position: absolute;
    left: 3px;
    width: 4px;
    top: 5px;
    height: 4px;
    border-top: 2px solid #1C75BC;
    border-right: 2px solid #1C75BC;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.center{
  text-align: center;
}
.right{
  text-align: right;
}
.left{
  text-align: left!important;
}
.bold{
  font-weight: bold;
}
.normal{
  font-style: normal!important;
}
.normal_u{
  font-family: "verdana", sans-serif;
}
p.small,.small{
  font-size: 90%;
}

.w700{
	max-width: 700px;
}

.flex {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    display: flex;
    margin-bottom: 20px;
}



.flex.column2,.flex.column3,.flex.column4{
   flex-direction: inherit;
}
.flex.column2.center {
    align-items: flex-start;
}
.flex.column2 > p,.flex.column2 > div{
  padding: 0 1%;
	flex-basis: 49%;
}

.flex.column3{
  flex-direction: row;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
}
.flex.column3.center{
  align-items: center;
  text-align: center;
}
.flex.column3 > p,.flex.column2 > div{
  padding: 0 1%;
}


.flex.img_l{
  flex-direction: row;
}
.flex .img{
  text-align: center;
  flex-basis: 30%;
}
.flex .img p.right,.flex .img p.center{
    font-size: 1.4rem;
    margin-top: 5px;
}

.flex .txt{
  flex-basis: 68%;
}

.flex.img_big .img{
	flex-basis: 55%
}

.flex.img_big .txt{
  flex-basis: 40%;
}



.flex.flex_w2 .img{
  flex-basis: 40%;
}
.flex.flex_w2 .txt{
  flex-basis: 58%;
}


.main p {
    margin-bottom: 30px;
    word-break: normal;
}
.main .num_box p {
  margin-bottom: 30px;
}
.link a {
  color: #036EB8;
  text-decoration: underline;
  display: inline;
  word-break: normal;
}
.link a:hover{
  text-decoration: none;
	opacity: 1;
}
p.arrow {
  padding: 5px 0 0 22px;
  box-sizing: border-box;
  position: relative;
}
p.arrow:before {
  content: "";
  width: 10px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  border: 15px solid transparent;
  border-left: 15px solid #bcc7d3;
}
.arrow_flex.arrow_flex2 p.arrow:after {
  content: "";
  width: 10px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  border: 15px solid transparent;
  border-right: 15px solid #bcc7d3;
}

table.table1 {
    margin: 0 0 30px;
    width: 100%;
	table-layout: fixed;
}
table.table1.wauto{
	width: auto;
}
table.table1.mauto{
	margin: 0 auto;
	width: 100%;
}
table.table1 td, table.table1 th {
    border: 1px solid #000;
    padding: 8px 5px;
    line-height: 1.6;
    background: #fff;
    box-sizing: border-box;
    word-break: normal;
}
table.table1.th_bg2 th{
	background: #00a0e9;
	color: #fff;
}
table.table1 thead th {
    background: #dff2fc;
    padding: 8px 5px;
    vertical-align: middle;
	text-align: center
}
table.table1 tbody th {
    font-weight: normal;
    text-align: left;
    width: 25%;
    background: #dff2fc;
	text-align: center;
	vertical-align: middle;
}

table.table1.th_bg2 th, table.table1 th.th_bg2 {
    background: #00a0e9!important;
    color: #fff!important;
}
table.table1.th_w15 tbody th{
	    width: 15%;
}
table.table1.th_w30 tbody th{
	    width: 30%;
}

table.table1 tbody .under_table th{
	width: 20%;
}

table.table1 .under_table{
	margin-bottom: 0;
}
table.table1 .under_table th{
	background: #e8e8e8!important;
	color: #000!important;
}

table.table1.siyou_table .under_table th{
	width: 35%;
}
table.table1.siyou_table th,table.table1.siyou_table td{
	font-size: 1.4rem;
}

table.table1 tbody th.color_b,span.color_b{
	color: #00a0e9;
}
span.color_g{
	color: #46ad4b;
}
table.table1 tbody th img{
	padding-right: 5px;
}
table.table1 tbody th img{
  vertical-align: middle;
}
table.table1 tbody td {
    vertical-align: middle;
    line-height: 1.6;
}
table.table1.table_note th{
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
table.table1 th.bgnone{
	background: none;
	text-align: center;
}
table.table1 th .note_bg {
    background: #f39800;
    padding: 5px 10px;
    border: 1px solid #000;
    box-sizing: border-box;
    display: flex;
    text-align: center;
    display: block;
    margin: 0 auto;
}
table.table1 th .note_bg.note_bg2 {
    background:#fff102;
}
table.table1 th .note_bg.note_bg3 {
    background: #00a0e9;
	color: #fff;
}
table.table1 th.note_th p.note_ttl {
    display: inline-block;
}

table.table1 thead th{
	color: #fff;
	background: #00a0e9;
}
table.table1.table1_02 th{
	text-align: center;
	vertical-align: middle;
}
table.table1.table1_02 th,table.table1.table1_02 td{
	font-size: 1.4rem;
}
table.table1.table1_02_02 td{
	text-align: center;
}
table.table_border {
  margin: 0 0 20px;
  width: 100%;
}
table.table_border td, table.table_border th {
    border-bottom: 1px solid #000;
    padding: 7px 5px;
    box-sizing: border-box;
    line-height: 1.4;
}
table.table_border th {
    width: 55px;
    position: relative;
    box-sizing: border-box;
	border-bottom: none;
}
table.table_border th img {
    position: absolute;
    left: 10px;
    top: 8px;
    box-sizing: border-box;
    min-width: 33px;
}
table.table_border th.ban_txt img {
    width: 40px!important;
    left: 7px;
}
table.table_border th.ban_txt img.img2{
    width: 20px;
    width: 50px!important;
    left: 2px;
}
table.table_border td.ban_txt, table.table_border th.ban_txt {
    padding: 10px 5px 15px 5px;
}
table.table_border th.b_b{
	border-bottom: 1px solid #000;
}
table.table_border tr:last-child td{
	border-bottom: none;
}
table.table2 {
  margin: 0 0 20px;
  width: 100% !important;
  font-size: 1.4rem;
}
table.table2 td, table.table2 th {
border:1px solid #000;
padding:8px 5px;
line-height:2.2;
background:#fff;
box-sizing: border-box;
text-align: center;
}
table.table2 tbody th{
background: #61636b;
color: #fff;
padding:3px 5px;
width: 50%;
}
table.table2 tbody th img{
vertical-align: middle;
}
table.table2.table2_w2 tbody th{
  width: 30%;
  }

table tr.bold th,table tr.bold td{
	font-weight: bold;
}

span.space {
    padding-left: 1em;
}
span.space.em6{
	padding-left: 6em;
}
span.itaric{
	font-style: italic;
}
span.itaric .f_normal{
	font-style: normal;
}
sub {
    font-size: 70%;
    vertical-align: baseline;
    position: relative;
    bottom: -0.1em;
}
sub.normal{
	font-style: normal;
}


.ind {
    text-indent: -1.2em;
    padding-left: 1.2em;
}
p.icon {
  text-indent: -38px;
  padding-left: 38px;
}
p.icon img{
    margin-right: 5px;
    vertical-align: middle;
  }
.border_box{
		box-sizing: border-box;
	border: 1px solid #000;
	margin: 0 auto 30px;
}


.border_box p{
	padding: 10px;
	margin-bottom: 0;
}
.border_box p.ttl_bg{
	background:#00a0e9;
	color: #fff;
	padding: 8px;
	box-sizing: border-box;
	margin: 0 auto;
}

.border_r{
		box-sizing: border-box;
	border: 2px solid red;
	margin: 0 auto 30px;
	padding: 10px;
}

.border_note{
		box-sizing: border-box;
	border: 1px solid #00a0e9;
	margin: 0 auto 30px;
	padding: 10px;
}
.border_note p{
	margin-bottom: 0;
}
p.note_ttl {
    color: #00a0e9;
    padding: 0 0 0 23px;
    box-sizing: border-box;
    margin: 0 auto;
    background: url(images/icon_note2.png) no-repeat left top 5px;
    background-size: auto 18px;
    font-weight: bold;
    font-size: 1.8rem;
}



.border_box_r{
	box-sizing: border-box;
	padding: 8px;
	border: 1px solid #ee848b;
  margin-bottom: 20px;
  padding: 13px 8px 13px 45px;
  background: url(../images/icon1.png) no-repeat 6px 6px #fdf3f4;
  background-size: 33px 32px;
}

.border_box_ra {
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #00a0e9;
    margin-bottom: 20px;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 20px;
}
.border_box_ra.center{
    margin: 0 auto 20px;
    text-align: center;
    display: block;
    max-width: 450px;
}
.border_box_ra.center img{
	margin-bottom: 0!important;
}

.border_box_b{
	box-sizing: border-box;
	padding: 8px;
	border: 1px solid #63a3c2;
  margin-bottom: 20px;
  padding: 13px 8px 13px 45px;
  background: url(../images/icon2.png) no-repeat 6px 6px #f1f7fd;
  background-size: 26px 35px;
}
.border_box_b.icon2 {
  background: url(../images/icon3.png) no-repeat 6px 6px #f1f7fd;
  background-size: 34px 39px;
  padding: 13px 8px 13px 50px;
}
.border_box_y {
  box-sizing: border-box;
  border: 1px solid #f8b62d;
  margin-bottom: 20px;
  padding: 13px 8px 13px 45px;
  background: url(../images/icon1.png) no-repeat 6px 6px #fdf3e9;
  background-size: 33px 32px;
}
.border_box_r p,.border_box_b p,.border_box_y p{
  margin-bottom: 0;
  font-weight: bold;
}
.border_box_r.mb_in p, .border_box_b.mb_in p, .border_box_y.mb_in p {
  margin-bottom: inherit;
}

.border_box_before{
  border: 1px solid #61636b;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.border_box_before h4{
  font-weight: bold;
  padding: 5px 20px;
  display: inline-block;
  background-color: #3383b3;
  color: #fff;
  margin-bottom: 10px;
}


.num_block{
  margin-bottom: 30px;
	padding-left: 40px;
}

ul.ul_dot1,ul.ul_dot2{
	margin: 0 0 20px;
}
ul.ul_dot1 li {
  position: relative;
  padding-left: 15px;
  font-weight: bold;
}
ul.ul_dot1.normal li {
  font-weight: normal;
}
ul.ul_dot1 li:before {
    content: "";
    position: absolute;
    top: .5em;
    left: 4px;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}
ul.ul_dot2 li{
  position: relative;
  padding-left: 15px;
}
ul.ul_dot2 li:before{
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
}

ul.ul_dot3{
	margin-bottom: 30px;
}

ul.ul_dot3 > li{
  position: relative;
  padding-left: 15px;
	padding-bottom: 10px;
}
ul.ul_dot3 > li:before{
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color:#00a0e9;
  border-radius: 50%;
}
ul.ul_dot3 > li > ul{
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.ul_dot3 > li > ul > li{
	font-weight: normal;
}

.border_box_r ul.ul_dot1,.border_box_b ul.ul_dot1,.border_box_y ul.ul_dot1,
.border_box_r ul.ul_dot2,.border_box_b ul.ul_dot2,.border_box_y ul.ul_dot2{
	margin-bottom: 0;
}

.fs15{
	font-size: 1.5rem;
}

.important,.important2{
	border: 1px solid #000;
	margin: 0 auto 30px;
}
.important .important_ttl {
    padding: 6px 10px 6px 20px;
    box-sizing: border-box;
    background: #00a0e9;
    background-size: auto 18px;
    font-weight: bold;
    font-size: 1.8rem;
	margin-bottom: 15px!important;
	color: #fff;
}
.important2 .important_ttl {
    padding: 6px 10px 6px 40px;
    box-sizing: border-box;
    background: url(images/icon_important.png) no-repeat left 15px top 10px #f39800;
    background-size: auto 18px;
    font-weight: bold;
    font-size: 1.8rem;
	margin-bottom: 15px!important;
	color: #000;
	margin: 0 0 15px;
}
.important3 .important_ttl {
    padding: 6px 10px 6px 40px;
    box-sizing: border-box;
    background: url(images/icon_important.png) no-repeat left 15px top 10px #fff102;
    background-size: auto 18px;
    font-weight: bold;
    font-size: 1.8rem;
	margin-bottom: 15px!important;
	color: #000;
	margin: 0 0 15px;
}
.important ul,.important2 ul{
	padding: 0 10px;
	box-sizing: border-box;
}

span.span_main {
    border: 1px solid #000;
    padding: 2px 10px;
    box-sizing: border-box;
    width: auto;
    text-align: center;
    font-weight: bold;
    margin: 0 0 0 5px;
    font-size: 1.2rem;
}
span.span_main2{
    border: 1px solid red;
    color: red;
}
span.span_main3{
	font-size: 1.6rem;
	margin: 0 5px;
}
span.bg_red {
    padding: 2px 15px;
    box-sizing: border-box;
    width: auto;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
	color: #fff;
	background: red;
}

.indent {
    padding-left: 0.8em;
    text-indent: -0.8em;
}
span.indent{
	display: inline-block;
}

.bg_box{
	background: #dff2fc;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	display: inline-block;
}



@media (max-width: 768px) {
span[id]:not([href]) {
    margin-top: -100px;
    padding-top: 100px;
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 0;
}
span#a01{
		display: inline;
}
.border_note.border_note_05 {
    margin: 30px auto 0px;
}
.flex {
  display: block;
  margin: 0 auto 20px;
}
.flex .img {
  margin: 0 auto 15px;
}
.flex .img .right,.flex .img .center {
    text-align: center;
    margin-top: 0!important;
}
.num_block {
    padding-left: 0;
}

.sp_pl60{
	padding-left: 60px!important;
}

}
.sp600{
	display: none!important;
}
@media (max-width: 600px) {
	.sp600{
		display: block!important;
	}
table.table1 {
  font-size: 1.2rem;
}
table.table1.table_icon tbody th {
  width: 35%;
}
img.h_auto{
  height: auto!important;
}
table.table1.table_note th {
    font-size: 1.4rem;
    width: 30%;
    vertical-align: middle;
    text-align: center;
}
table.table_note .note_bg img {
    max-width: 20px!important;
    margin-bottom: 4px;
}
table.table1 .note_img{
		max-width: 25px;
}
table.table1 tbody td {
    font-size: 1rem;
}
table.table1.under_table th img{
		margin-bottom: 0;
}
	
table.table1.under_table.icon_table th img{
		max-width: 20px;
}
table.table1.under_table.icon_table2 img{
		width: 100%!important;
}
table.table1.under_table.icon_table2 th img{
		max-width: 40px;
}

table.table1.siyou_table .under_table th {
    width: 30%;
}
table.table_border td, table.table_border th {
    font-size: 1.4rem;
}
	
span.space,span.space.em6{
    padding-left: 1em;
}
.pc_ml40{
		margin-left: 0;
}
}


sup {
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
} 

.home_table.table1 td{
  text-align: center;
}

table.flow_table {
  width: 100%;
  margin-bottom: 40px;
}
table.flow_table th, table.flow_table td {
  border: 1px solid #000;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1.6;
}
table.flow_table th{
text-align: center;
color: #fff;
background: #00a0e9;
font-weight: bold;
}
table.flow_table th.th2{
background: #ffa32c;
}
.main table.flow_table p.bold {
  margin-bottom: 10px;
}
table.sub_table{
  width: 100%;
}
table.sub_table td:first-child{
  width: 25%;
  text-align: center;
}
table.smart_table tr td:first-child{
	text-align: center;
}
table.smart_table tr th:first-child{
	text-align: center;
}


.flex.column2.flex_sp{
justify-content: flex-start;
}
.flex.column2.flex_sp .img {
  text-align: center;
  flex-basis: 20%;
}
.flex.column2.flex_sp .txt{
  text-align: left;
}
.flex.column2.left{
  justify-content: left;
}

@media (max-width:768px) {
  .flex.column2.flex_sp .img {
    flex-basis: 30%;
}
.flex.column2.flex_sp {
  display: flex;
  margin: 0 auto 20px;
  align-items: flex-start;
  text-align: left;
  font-size: 1.2rem;
}
table.table1 td, table.table1 th {
    line-height: 1.6;
    font-size: 1.1rem;
    padding: 4px;
}
.main table.table1 p {
    line-height: 1.6;
    font-size: 1.1rem;
}
table.table1 th.note_th p.note_ttl {
    padding: 5px 0 0 23px;
}
table.table1.siyou tbody th {
    width: 30%;
}
.sub_table{
  width: 100%;
}
.sub_table tr td:first-child{
  text-align: center;
  width: 30%;
}
.pc_table{
  display: none!important;
}

}

@media (max-width: 600px) {
  table.home_table tbody th {
    width: 55%;
  }
.scroll-box {
    overflow: auto;
    padding-bottom: 10px;
}
.scroll-box .function_box{
  width: 400px;
}
.scroll-box > table.table1 {
  width: 400px!important;
margin-bottom: 0;
}
.scroll-box > table.table1.sp_w550 {
 width: 600px!important;
margin-bottom: 0;
}
.scroll-box table.table1 th,.scroll-box table.table1 td{
font-size: 1rem;
}
table.table1 tbody .under_table th {
    width: 25%;
}
.flex.column3{
  display: flex;
  justify-content: space-between;
}
.flex.column3 > p{
  padding: 0;
  flex-basis: 32%;
  font-size: 1rem;
}

.function_box img{
  max-width: 200px;
}
.function_box .link a{
  font-size: 1rem;
}
.function_box .function_menu {
  left: 205px;
  font-size: 1rem;
}
.function_box .function_menu.menu1 {
  top: 45px;
}
.function_box .function_menu.menu2 {
  top: 150px;
}
.function_box .function_menu.menu3 {
  top: 342px;
}
.function_box .function_menu.menu4 {
  top: 550px;
}
.function_box .function_menu.menu5 {
  top: 616px;
}
.function_box .function_menu.menu6 {
  top: 780px;
}
.function_box a.pc{
  display: none;
}
	img.sp_wauto{
		width: auto!important;
	}
}
@media (max-width: 768px) {
  .only--sp.pagination{
    overflow: hidden;
  }
  .only--sp .prev {
    float: left;
  }
  .only--sp .prev a{
    position: relative;
    padding: 0px 0 0 20px;
    box-sizing: border-box;
  }
  .only--sp .prev a:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 12px solid #004a90;
    border-bottom: 10px solid transparent;
    left: 0;
    top: 0;
  }
  .only--sp .next{
    float: right;
    position: relative;
  }
  .only--sp .next a{
    position: relative;
    padding: 0px 20px 0 0;
    box-sizing: border-box;
  }
  .only--sp .next a:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 12px solid #004a90;
    border-bottom: 10px solid transparent;
    right: 0;
    top: 0;
  }
  }

.flex.arrow_flex.column3{
	align-items:stretch
}


.flex.arrow_flex.column3 p, .flex.arrow_flex.column2 p {
  padding: 0 0 0 35px;
}
.flex.arrow_flex.column3 p:first-child, .flex.arrow_flex.column2 p:first-child {
  padding: 0;
}

.flex.arrow_flex.column3 p.arrow:before, .flex.arrow_flex.column2 p.arrow:before{
  top: 45%;
  left: 10px;
  border: 15px solid transparent;
  border-left: 15px solid #00a0e9;
}

.flex.arrow_flex.arrow_flex2.column3 p.arrow:after, .flex.arrow_flex.arrow_flex2.column2 p.arrow:after {
    top: 55%;
    left: -6px;
    border: 15px solid transparent;
    border-right: 15px solid #00a0e9;
}


.img.a_img a:hover{
  opacity: 0.8;
}

.sp{
	display: none!important;
}

br.sp{
	display: none;
}


.center img{
	margin: 0 auto 25px;
}
h4.center {
    font-weight: normal;
    margin-bottom: 10px;
}

.table1.sec09_table th,.table1.sec09_table td{
	font-size: 1.5rem;
}
.table1.sec09_table td{
	text-align: center;
}

.table1.property th,.table1.property td{
	font-size: 1.4rem;
	text-align: center;
}
.table1.property thead tr:last-child th{
	background: #dff2fc;
	color: #000;
}
.table1.property1 td{
	font-weight: bold;
}
.table1.property2 tr td:nth-child(2),
.table1.property2 tr td:nth-child(3),
.table1.property2 tr td:nth-child(5),
.table1.property2 tr td:nth-child(7),
.table1.property2 tr td:nth-child(9){
	font-weight: bold;
}
.table1.property2 thead tr:last-child th:nth-child(3),
.table1.property2 thead tr:last-child th:nth-child(5),
.table1.property2 thead tr:last-child th:nth-child(7){
	font-weight: normal;
}


.table1.property3 tr td:nth-child(3),
.table1.property3 tr td:nth-child(5),
.table1.property3 tr td:nth-child(7){
	font-weight: bold;
}
.table1.property3 thead tr:last-child th:nth-child(1),
.table1.property3 thead tr:last-child th:nth-child(3),
.table1.property3 thead tr:last-child th:nth-child(5),
.table1.property3 thead tr:last-child th:nth-child(7),
.table1.property3 thead tr:last-child th:nth-child(8){
	font-weight: normal;
}


.table1.property4 tr td:nth-child(3),
.table1.property4 tr td:nth-child(7){
	font-weight: bold;
}
.table1.property4 thead tr:last-child th:nth-child(1),
.table1.property4 thead tr:last-child th:nth-child(3),
.table1.property4 thead tr:last-child th:nth-child(4),
.table1.property4 thead tr:last-child th:nth-child(5){
	font-weight: normal;
}

.table1.property5 td{
	font-weight: bold;
}

.table1.property6 tr td:nth-child(2),
.table1.property6 tr td:nth-child(3),
.table1.property6 tr td:nth-child(5),
.table1.property6 tr td:nth-child(7),
.table1.property6 tr td:nth-child(9){
	font-weight: bold;
}
.table1.property6 thead tr:last-child th:nth-child(3),
.table1.property6 thead tr:last-child th:nth-child(5),
.table1.property6 thead tr:last-child th:nth-child(7){
	font-weight: normal;
}


.table1.property7 tr td:nth-child(3),
.table1.property7 tr td:nth-child(5),
.table1.property7 tr td:nth-child(7){
	font-weight: bold;
}
.table1.property7 thead tr:last-child th:nth-child(1),
.table1.property7 thead tr:last-child th:nth-child(3),
.table1.property7 thead tr:last-child th:nth-child(5),
.table1.property7 thead tr:last-child th:nth-child(7),
.table1.property7 thead tr:last-child th:nth-child(8){
	font-weight: normal;
}

.table1.property8 tr td:nth-child(3),
.table1.property8 tr td:nth-child(7){
	font-weight: bold;
}
.table1.property8 thead tr:last-child th:nth-child(1),
.table1.property8 thead tr:last-child th:nth-child(3),
.table1.property8 thead tr:last-child th:nth-child(4),
.table1.property8 thead tr:last-child th:nth-child(5){
	font-weight: normal;
}


.table1.property9 td{
	font-weight: bold;
}

.table1.property10 tr td:nth-child(2),
.table1.property10 tr td:nth-child(3),
.table1.property10 tr td:nth-child(5),
.table1.property10 tr td:nth-child(7),
.table1.property10 tr td:nth-child(9){
	font-weight: bold;
}
.table1.property10 thead tr:last-child th:nth-child(3),
.table1.property10 thead tr:last-child th:nth-child(5),
.table1.property10 thead tr:last-child th:nth-child(7){
	font-weight: normal;
}


.table1.property11 tr td:nth-child(3),
.table1.property11 tr td:nth-child(5),
.table1.property11 tr td:nth-child(7){
	font-weight: bold;
}
.table1.property11 thead tr:last-child th:nth-child(1),
.table1.property11 thead tr:last-child th:nth-child(3),
.table1.property11 thead tr:last-child th:nth-child(5),
.table1.property11 thead tr:last-child th:nth-child(7),
.table1.property11 thead tr:last-child th:nth-child(8){
	font-weight: normal;
}

.table1.property12 tr td:nth-child(3),
.table1.property12 tr td:nth-child(7){
	font-weight: bold;
}
.table1.property12 thead tr:last-child th:nth-child(1),
.table1.property12 thead tr:last-child th:nth-child(3),
.table1.property12 thead tr:last-child th:nth-child(4),
.table1.property12 thead tr:last-child th:nth-child(5){
	font-weight: normal;
}

.table1.property13 td{
	font-weight: bold;
}

.table1.property14 tr td:nth-child(2),
.table1.property14 tr td:nth-child(3),
.table1.property14 tr td:nth-child(5),
.table1.property14 tr td:nth-child(7),
.table1.property14 tr td:nth-child(9){
	font-weight: bold;
}
.table1.property14 thead tr:last-child th:nth-child(3),
.table1.property14 thead tr:last-child th:nth-child(5),
.table1.property14 thead tr:last-child th:nth-child(7){
	font-weight: normal;
}

.table1.property15 tr td:nth-child(3),
.table1.property15 tr td:nth-child(5),
.table1.property15 tr td:nth-child(7){
	font-weight: bold;
}
.table1.property15 thead tr:last-child th:nth-child(1),
.table1.property15 thead tr:last-child th:nth-child(3),
.table1.property15 thead tr:last-child th:nth-child(5),
.table1.property15 thead tr:last-child th:nth-child(7),
.table1.property15 thead tr:last-child th:nth-child(8){
	font-weight: normal;
}

.table1.property16 tr td:nth-child(3),
.table1.property16 tr td:nth-child(7){
	font-weight: bold;
}
.table1.property16 thead tr:last-child th:nth-child(1),
.table1.property16 thead tr:last-child th:nth-child(3),
.table1.property16 thead tr:last-child th:nth-child(4),
.table1.property16 thead tr:last-child th:nth-child(5){
	font-weight: normal;
}


.table1.property17 td{
	font-weight: bold;
}

.table1.property18 tr td:nth-child(2),
.table1.property18 tr td:nth-child(3),
.table1.property18 tr td:nth-child(5),
.table1.property18 tr td:nth-child(7),
.table1.property18 tr td:nth-child(9){
	font-weight: bold;
}
.table1.property18 thead tr:last-child th:nth-child(3),
.table1.property18 thead tr:last-child th:nth-child(5),
.table1.property18 thead tr:last-child th:nth-child(7){
	font-weight: normal;
}

.table1.property19 tr td:nth-child(3),
.table1.property19 tr td:nth-child(5),
.table1.property19 tr td:nth-child(7){
	font-weight: bold;
}
.table1.property19 thead tr:last-child th:nth-child(1),
.table1.property19 thead tr:last-child th:nth-child(3),
.table1.property19 thead tr:last-child th:nth-child(5),
.table1.property19 thead tr:last-child th:nth-child(7),
.table1.property19 thead tr:last-child th:nth-child(8){
	font-weight: normal;
}

.table1.property20 tr td:nth-child(3),
.table1.property20 tr td:nth-child(7){
	font-weight: bold;
}
.table1.property20 thead tr:last-child th:nth-child(1),
.table1.property20 thead tr:last-child th:nth-child(3),
.table1.property20 thead tr:last-child th:nth-child(4),
.table1.property20 thead tr:last-child th:nth-child(5){
	font-weight: normal;
}


.table1.property21 td{
	font-weight: bold;
}

.table1.property22 tr td:nth-child(2),
.table1.property22 tr td:nth-child(3),
.table1.property22 tr td:nth-child(5),
.table1.property22 tr td:nth-child(7),
.table1.property22 tr td:nth-child(9){
	font-weight: bold;
}
.table1.property22 thead tr:last-child th:nth-child(3),
.table1.property22 thead tr:last-child th:nth-child(5),
.table1.property22 thead tr:last-child th:nth-child(7){
	font-weight: normal;
}

.table1.property23 tr td:nth-child(3),
.table1.property23 tr td:nth-child(5),
.table1.property23 tr td:nth-child(7){
	font-weight: bold;
}
.table1.property23 thead tr:last-child th:nth-child(1),
.table1.property23 thead tr:last-child th:nth-child(3),
.table1.property23 thead tr:last-child th:nth-child(5),
.table1.property23 thead tr:last-child th:nth-child(7),
.table1.property23 thead tr:last-child th:nth-child(8){
	font-weight: normal;
}

.table1.property24 tr td:nth-child(3),
.table1.property24 tr td:nth-child(7){
	font-weight: bold;
}
.table1.property24 thead tr:last-child th:nth-child(1),
.table1.property24 thead tr:last-child th:nth-child(3),
.table1.property24 thead tr:last-child th:nth-child(4),
.table1.property24 thead tr:last-child th:nth-child(5){
	font-weight: normal;
}


.table1.property25 td{
	font-weight: bold;
}

.table1.property26 tr td:nth-child(2),
.table1.property26 tr td:nth-child(3),
.table1.property26 tr td:nth-child(5),
.table1.property26 tr td:nth-child(7),
.table1.property26 tr td:nth-child(9){
	font-weight: bold;
}
.table1.property26 thead tr:last-child th:nth-child(3),
.table1.property26 thead tr:last-child th:nth-child(5),
.table1.property26 thead tr:last-child th:nth-child(7){
	font-weight: normal;
}

.table1.property27 tr td:nth-child(3),
.table1.property27 tr td:nth-child(5),
.table1.property27 tr td:nth-child(7){
	font-weight: bold;
}
.table1.property27 thead tr:last-child th:nth-child(1),
.table1.property27 thead tr:last-child th:nth-child(3),
.table1.property27 thead tr:last-child th:nth-child(5),
.table1.property27 thead tr:last-child th:nth-child(7),
.table1.property27 thead tr:last-child th:nth-child(8){
	font-weight: normal;
}

.table1.property28 tr td:nth-child(3),
.table1.property28 tr td:nth-child(7){
	font-weight: bold;
}
.table1.property28 thead tr:last-child th:nth-child(1),
.table1.property28 thead tr:last-child th:nth-child(3),
.table1.property28 thead tr:last-child th:nth-child(4),
.table1.property28 thead tr:last-child th:nth-child(5){
	font-weight: normal;
}

table.td_center td{
	text-align: center;
}

.table1.property th, .table1.property td {
    font-size: 1.4rem;
}

.table1.response th, .table1.response td {
    font-size: 1.4rem;
}


@media (max-width: 768px) {
	
.sect + .sect {
    margin-top: 20px;
}
.sect01 + .sect {
    margin-top: 0;
}
.sp {
    display: block!important;
}
	
	br.sp{
		display: inline;
	}
	
.main p {
    font-size: 1.4rem;
	margin-bottom: 20px;
}
.main p.note_ttl {
    padding: 3px 0 0 23px;
}
ul.ul_dot1 li, ul.ul_dot2 li,ul.ul_dot3 li{
		font-size: 1.4rem;
}
h4.center {
    font-size: 1.4rem;
}
	
.flex.arrow_flex.column3, .flex.arrow_flex.column2 {
  display: block;
  text-align: center;
}
.flex.arrow_flex.column3 p.arrow,.flex.arrow_flex.column2 p.arrow{
  margin-top: 30px;
}
.flex.arrow_flex.column3 p.arrow:before, .flex.arrow_flex.column2 p.arrow:before{
  display: none;
}
	
.flex.arrow_flex.column3 p.arrow:after, .flex.arrow_flex.column2 p.arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #00a0e9 transparent transparent transparent;
  right: 50%;
  top: -22px;
  max-width: 240px;
  text-align: right;
  margin-right: -15px;
}
.flex.arrow_flex.column3 p, .flex.arrow_flex.column2 p {
  padding: 0;
}
	
.flex.arrow_flex2.column3 p.arrow:before, .flex.arrow_flex2.column2 p.arrow:before,
.flex.arrow_flex2.column3 p.arrow:after, .flex.arrow_flex2.column2 p.arrow:after{
  display:none;
}
	.flex.arrow_flex2.column3 p.arrow{
		margin-top: 0;
	}
	.flex.arrow_flex2.column3 p.arrow img{
		width: auto!important;
	}
	
table.table1.table1_02 th, table.table1.table1_02 td {
    font-size: 1rem;
    line-height: 1.4;
    padding: 2px;
}
table.table1.table1_02 th p, table.table1.table1_02 td p{
    font-size: 1rem;
}
span.span_main {
    padding: 2px 3px;
    margin: 0 0 0 2px;
    font-size: 1rem;
}
.content06 span.span_main {
    margin: 0 5px 0 0px;
}
span.bg_red {
    padding: 2px 10px;
    font-size: 1rem;
    background: red;
}
.table1.property th, .table1.property td {
    font-size: 1rem;
    padding: 2px;
    line-height: 1.4;
}
.table1.response th, .table1.response td {
    font-size: 1.1rem;
    line-height: 1.4;

} 
	.main .border_box_ra img.inline{
		margin-bottom: 0;
	}
	
.sp_mt30{
		margin-top: 30px;
}
}

/* SPアンカーリンクの調整用 */

@media (max-width:768px) {
.content04 + #side{
		min-height: 270px;
}
.content05 + #side{
		min-height: 270px;
}
.content06 + #side{
		min-height: 416px;
}
.content07 + #side{
		min-height: 232px;
}
.content08 + #side{
		min-height: 416px;
}
.content10 + #side{
		min-height: 380px;
}
}

@media (max-width:400px) {
.content05 + #side{
		min-height: 310px;
}
.content08 + #side{
		min-height: 490px;
}
.content10 + #side {
    min-height: 462px;
}

}
/* ページ追加(最初と最後) */

p.index_txt1{
	font-size: 4rem;
	color: #014099;
	font-weight: bold;
}
p.index_txt1 .small{
	font-size: 80%;
}
p.index_txt2{
	font-size: 3rem;
	color: #03a1e9;
	margin-bottom:0px;
}
p.index_txt3{
	font-size: 3rem;
	color: #014099;
	font-weight: bold;
}

@media (max-width: 768px) {
p.index_txt1{
	font-size: 2.5rem;
}
p.index_txt2{
	font-size: 2rem;
}
p.index_txt3{
	font-size: 2rem;
}
}
