@charset "utf-8";
/* CSS Document */

/*-----------------reset--------------------*/
html, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike,  tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-family:inherit;
}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
table{border-collapse:separate; border-spacing:0;}
th, td {text-align:left; font-weight:normal;}
img, iframe {border:none; text-decoration:none;}
hr{margin:0; padding:0; border:0; color:#000; height:1px;}

h1,h2,h3,h4{
	clear:both;
	}
img.ico{
	vertical-align:middle;
	}
/*-----------------アクセシビリティ設定--------------------*/
.speak{
	position:absolute;
	left:-9999em;
	top:0;
}


header {

}

body{
overflow-x: scroll
}


h5{
font-size: 16px;
font-weight:bold;
margin-top: 10px;
}

h5+p{
margin-top: 0!important;
}

header.content_header{
  height: 272px;
  background-color: #2961B9;
  background-repeat: no-repeat;
  position: relative;
  background-position:top 0 right 15%;
}

.sea{
background-image: url(../img/header_sea.png) ;
}

.ship{
background-image: url("../img/header_ship.png") ;
}

.build{
background-image: url("../img/header_build.png") ;
}


.sns_icons{
display: flex;
position: relative;
top: 15px;
}

.sns_icons a{
display: inline-block;
margin-right: 5px;
height: 40px;
}

.category_title{


display: flex;
  justify-content: center;
  width: 100%;
  height: 114px;
align-items: center;
}

.category_title div{

color: #fff;
width: 1200px;
font-family: a-otf-ryumin-pr6n, serif;
}


.category_1{
font-size:19px;
}

.sankaku{
display: inline-block;
font-size:10px;
margin-left: 8px;
margin-right: 8px;
position: relative;
bottom: 3px;
}

.page_title{
font-size:24px;
display: inline-block;
border-bottom: 1px solid #fff;
position: relative;
top: 1px;
  line-height: 1.4;
}

/*-----------------body設定--------------------*/
body {
	margin: 0;
	padding: 0;
	font-size:0.9em;
	line-height: 1.7;
	color:#333333;
	font-family:'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
/*	background: url(../../../top.jpg) no-repeat center 0; */
	width: 100%;
	box-sizing: border-box;
}
body.en_body {
	font-family: 'Open Sans', sans-serif !important;
}
	* html body {font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }/* for IE6 */
	*+html body {font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic"; }/* for IE7 */
	html>/**/body {font-family:'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }/* for IE8 */
	html:not(:target) body {font-family:'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;}/* for modern browser not IE8(FF,safari,chrome,opera) */

/*-----------------リンク設定--------------------*/
a:link, a:visited { color: #20419A; text-decoration: none; transition: ease-out;text-decoration: underline}
a:hover { color: #032550; text-decoration: underline;}
a:active { color: #20419A;}
a.ov img{
	display: inline-block;
	}
a.none{
	background:none !important;
	padding:0 !important;
	display:inline !important;
	}
a.arrow{
	background:url(../img/ico_arrow_01.png) no-repeat 0 8px;
	padding:0 0 0 12px;
	}
/*-----------------フロート設定--------------------*/

.fl_l{
	float:left;
	margin:0 10px 0 0;
	}
.fl_r{
	float:right;
	}
.talignc{
	text-align:center !important;
	}
/*-----------------マージン設定--------------------*/

.mt-5{
	margin-top:5px !important;
	}
.mt-10{
	margin-top:10px !important;
	}
.mt-15{
	margin-top:15px !important;
	}
.mt-20{
	margin-top:20px !important;
	}
.mt-25{
	margin-top:25px !important;
	}
.mt-30{
	margin-top:30px !important;
	}

.mr-5{
	margin-right:5px !important;
	}
.mr-10{
	margin-right:10px !important;
	}
.mr-15{
	margin-right:15px !important;
	}
.mr-20{
	margin-right:20px !important;
	}
.mr-25{
	margin-right:25px !important;
	}
.mr-30{
	margin-right:30px !important;
	}

.ml-5{
	margin-left:5px !important;
	}
.ml-10{
	margin-left:10px !important;
	}
.ml-15{
	margin-left:15px !important;
	}
.ml-20{
	margin-left:20px !important;
	}
.ml-25{
	margin-left:25px !important;
	}
.ml-30{
	margin-left:30px !important;
	}

.mb-5{
	margin-bottom:5px !important;
	}
.mb-10{
	margin-bottom:10px !important;
	}
.mb-15{
	margin-bottom:15px !important;
	}
.mb-20{
	margin-bottom:20px !important;
	}
.mb-25{
	margin-bottom:25px !important;
	}
.mb-30{
	margin-bottom:30px !important;
	}


/* page-top */
#page-top {
	position:fixed;
	bottom:25px;
	right:25px;
	z-index:1000;
}
#page-top a {
}
#page-top a:hover {
}


/* Button */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 8px;
  margin-top: 0.5em;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 100%;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.btn_search {
	position:absolute;
	right:0;
	top:2px;
  display: inline-block;
  *display: inline;
  padding: 1px 10px;
  font-size:10px;
  line-height: 20px;
  color: #1b1b1b !important;
  text-decoration:none !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #d8dcc1;
  background-image: -moz-linear-gradient(top, #fcfee6, #d8dcc1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfee6), to(#d8dcc1));
  background-image: -webkit-linear-gradient(top, #fcfee6, #d8dcc1);
  background-image: -o-linear-gradient(top, #fcfee6, #d8dcc1);
  background-image: linear-gradient(to bottom, #fcfee6, #d8dcc1);
  background-repeat: repeat-x;
  border: 1px solid #bdc1a3;
  *border: 0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfee6ff', endColorstr='#ffd8dcc1', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn_search:hover,
.btn_search:focus,
.btn_search:active,
.btn_search.active,
.btn_search.disabled,
.btn_search[disabled] {
  color: #333333;
  background-color: #d8dcc1;
  *background-color: #d9d9d9;
}

.btn_search:active,
.btn_search.active {
  background-color: #cccccc \9;
}

.btn_search:first-child {
  *margin-left: 0;
}

.btn_search:hover,
.btn_search:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn_search:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn_search.active,
.btn_search:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
table.tabel_login{
	width:300px;
	margin:30px 0 40px 50px;
	border-top:2px solid #c8e5f3;
	border-left:2px solid #c8e5f3;
	border-right:2px solid #c8e5f3;
	border-bottom:1px solid #c8e5f3;
	}
table.tabel_login th{
	background:#3aa3dc;
	color:#FFF;
	font-weight:bold;
	text-align:right;
	padding:5px;
	border-bottom:1px solid #c8e5f3;
	}
table.tabel_login td{
	padding:5px;
	border-bottom:1px solid #c8e5f3;
	}
.userid , .userpw{
	width:170px;
	}
table.outer{
	width:100%;
	margin:1em 0 !important;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #6aba50;
	}
table.outer .head{
	background:#eff2f0;
	font-weight:bold;
	text-align:right;
	padding:5px;
	font-size:14px;
	border-bottom:1px solid #707070;
	width: 25%;
	}
table.outer td{
	padding:5px;
	border-bottom:1px solid #707070;
	font-size:14px;
	}
table.outer .even{
	}
.ck_help{
	text-align:right;
	margin-bottom:5px;
	}
.ck_help a{
	background:none !important;
	padding-right:0px !important;
	}

.loginat {
	clear: both;
	margin-top: 1.5em;
	margin-left: 162px;
	padding: 1em 1.5em;
	width: 640px;
	background-color: #fafafa;
	border: 1px #cccccc solid;
}

ul.admin_menu{
	margin:15px 0;
	padding:0;
	list-style:none;
	border-left:1px solid #c2ddf2;
	border-right:1px solid #c2ddf2;
	border-top:1px solid #c2ddf2;
	width:230px;
	}
ul.admin_menu li{
	list-style:none;
	margin:0;
	padding:0;
	}
ul.admin_menu li a{
	display:block;
	background:url(../img/ico_sub_off.gif) no-repeat 10px center #eff8ff;
	padding:5px 10px 5px 20px;
	line-height:1.2;
	text-decoration:none;
	color:#333;
	border-bottom:1px solid #c2ddf2;
	}
ul.admin_menu li a:hover{
	background:url(../img/ico_sub_on.gif) no-repeat 10px center #1571ba;
	color:#FFF;
	}
#login_form {
	margin: 0 auto 1em;
	padding: 2em 2em 1em 2em;
	background-color: #e3e3e3;
	border-radius: 6px;
	border: 1px #ddd solid;
	text-align: center;
}
#login_form h3 {
	border: none !important;
}
#login_input {
	margin: 0 auto;
	text-align: right;
	width: 400px;
}
.userid, .userpw {
	padding:6px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#666;
	border: 1px #ccc solid;
	margin:0 4px 10px;
	width:250px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

.required{
	font-weight:bold;
	color:#EC0003;
	}
.attention{
	font-weight:bold;
	color:#EC0003;
	}
.pico_controllers{
	clear:both;
	}
.new1{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background-color: #ec6941;
	color: #fff;
	margin-left: 3px;
	padding: 1px 4px;
	}
.new2{
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ec6941;
	margin-left: 3px;
	}
.lastupdate .new1{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ec6941;
	margin-left: 3px;
	}
.lastupdate .new2{
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ec6941;
	margin-left: 3px;
	}

table.deftable{
	padding:0;
	border-collapse:collapse;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	width:100%;
	}
.deftable th {
	padding:4px 5px;
	text-align:center;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	background-color: #e9e9e9;
	font-weight: bold;
	}
.deftable td{
	padding:4px 5px;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	}
.deftable tr:nth-child(odd) {
  background-color: #fafafa;
}
.half {
	width: 48% !important;
	margin-left: 10px !important;
	float: left;
}
table.deftable2{margin:0 1em; padding:0;  width:95%; border-collapse:collapse; border:1px solid #666666; }
.deftable2 th {margin:0; padding:4px 5px 4px 0.5em; width:100px; text-align:center; letter-spacing: 0.5em; border:1px solid #666666; background-color:#DDDDDD;}
.deftable2 td{margin:0; padding:4px 5px; border:1px solid #666666;}

table.deftable80{margin:0; padding:0;  width:80%; border-collapse:collapse; border:1px solid #666666; }
.deftable80 th {margin:0; padding:2px 5px 2px 0.5em; width:100px; text-align:center; border:1px solid #666666; background-color:#DDDDDD;}
.deftable80 td{margin:0; padding:2px 5px; border:1px solid #666666; text-align:left;}

.endai_box {
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(252, 252, 252);
    padding: 5px 15px;
    width: 70%;
    margin: 0px auto;
}

.button1 {
    display: inline-block;
    padding: 2px 8px;
    font-size: 90%;
    text-decoration: none !important;
    line-height: 20px;
    color: rgb(255, 255, 255) !important;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    cursor: pointer;
    background-color: rgb(91, 183, 91) !important;
    background-image: linear-gradient(to bottom, rgb(98, 196, 98), rgb(81, 163, 81)) !important;
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}
a.button1:hover {
    color: rgb(255, 255, 255);
	background-color: rgb(81, 163, 81) !important;
}
.button1:hover, .button1:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-position: 0px -15px;
    transition: background-position 0.1s linear 0s;
}
.button1:hover, .button1:focus, .button1:active, .button1.active, .button1.disabled, .button1[disabled] {
    color: rgb(255, 255, 255);
	background-color: rgb(81, 163, 81) !important;
}
a.button_us {
	display: inline-block !important;
	border: 1px solid #15aeec;
	background-color: #49c0f0 !important;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3) !important;
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3) !important;
	border-radius: 4px;
	color: #fff;
	line-height: 30px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 6px 12px 6px 12px !important;
	text-decoration: none;
}
a.button_us:nth-child(even) {
	margin-left: 5px;
}
a.button_us:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec !important;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2) !important;
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2) !important;
}
a.button_us:active {
	background: #1a92c2 !important;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
a.wide {
	border:1px solid #7c5b2b !important;
	-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;border-radius: 3px !important;font-size:1em !important;
text-decoration:none !important;
display:inline-block !important;text-shadow: -1px -1px 0 rgba(0,0,0,0.3) !important;font-weight:bold !important;
color: #FFFFFF !important;
	background-color: #a67939 !important;
background-image: -webkit-gradient(linear, left top, left bottom, from(#a67939), to(#845108)) !important;
	background-image: -webkit-linear-gradient(top, #a67939, #845108) !important;
	background-image: -moz-linear-gradient(top, #a67939, #845108) !important;
	background-image: -ms-linear-gradient(top, #a67939, #845108) !important;
	background-image: -o-linear-gradient(top, #a67939, #845108) !important;
	background-image: linear-gradient(to bottom, #a67939, #845108) !important;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a67939, endColorstr=#845108) !important;
}
a.wide:hover{
	border:1px solid #5a421f !important;
	background-color: #805d2c !important;
background-image: -webkit-gradient(linear, left top, left bottom, from(#805d2c), to(#543305)) !important;
	background-image: -webkit-linear-gradient(top, #805d2c, #543305) !important;
	background-image: -moz-linear-gradient(top, #805d2c, #543305) !important;
	background-image: -ms-linear-gradient(top, #805d2c, #543305) !important;
	background-image: -o-linear-gradient(top, #805d2c, #543305) !important;
	background-image: linear-gradient(to bottom, #805d2c, #543305) !important;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#805d2c, endColorstr=#543305) !important;
}
a.fullwdh {
	margin-top: 6px !important;
	padding-right: 65px !important;
	padding-left: 65px !important;
}
#usermenu {
	font-size: 0.86em;
	margin-bottom: 1em;
}

.ico_tag{
	font-size:11px;
	line-height:1;
	padding: 2px 0;
	color:#FFF;
	background:#6582bd;
	display:inline-block;
	width:72px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-align:center;
	margin: 0 0 0 5px;
	}
.ico_tag_i{
	font-size:11px;
	line-height:1;
	padding: 2px 0;
	color:#d21d00;
	border:1px solid #d21d00;
	background:#FFF;
	display:inline-block;
	width:72px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-align:center;
	margin: 0 0 0 5px;
	}
/* News */
ul.newsList {
	display: flex;
	flex-flow: row wrap;
	border-bottom: 1.4px solid #e5e5e5;
	padding: 13px 0;
}
ul.newsList li {
	display: block;
	margin: 0 6px 0 0;
}
ul.newsList li:nth-child(1) {
	flex-basis: 107px;
	font-size: 14px;
}
ul.newsList li:nth-child(2) {
	color: #fff;
	font-size: 10px;
	padding: 0;
	text-align: center;
}
ul.newsList li:nth-child(2) div{
	border-radius: 3px;
	padding: 1px;
	font-size: 12px;
	color: #fff;
	background-color: #666;
	width: 86px;
	font-family:"メイリオ";
}
ul.newsList li:nth-child(2) div.t_gakkai {
	background-color: #00479d;
}
ul.newsList li:nth-child(2) div.t_offer {
	background-color: #4fb16b;
}
ul.newsList li:nth-child(2) div.t_jinzai {
	background-color: #e2a527;
}
ul.newsList li:nth-child(2) div.t_iinkai {
	background-color: #4f42e7;
	}
ul.newsList li:nth-child(2) div.t_kankei {
	background-color: #f0755d;
}
ul.newsList li:nth-child(3) {
	flex-basis: auto;
	padding-top: 2px;
	padding-left: 5px;
	width: 565px;
	line-height: 1.36;
	margin-right: 0;
}
/* Button */
a.button {
	display: inline-block;
	color: #fff;
	padding: 6px 33px;
	font-weight: bold;
	font-size: 1rem;
	border-radius: 30px;
	text-decoration: none;
	margin: 1em auto;
	transition: .2s ease-out;
}


.bluegradation{
	padding: 5px 35px;
	background: linear-gradient(90deg, rgba(0,71,157,1) 0%,rgba(71,134,205,1) 100%);
}
a.button:hover {
	background: linear-gradient(90deg, rgba(0,100,187,1) 0%,rgba(101,164,235,1) 100%);
}
a.button::before {
	display: inline-block;
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	font-size: 15px;
	margin-right: 8px;
}


a.btn_white::before {
	display: none;
}

/*リンクアイコンなど*/

.externalLinkIcon{
  display: inline;
  background: transparent url(../img/icon_external.gif) no-repeat scroll right 4px;
  vertical-align: top;
  padding: 0 17px 0 0;
  }
  


/*リンクアイコンなどここまで*/

/*アコーディオン*/

.accordion_box{
height:auto;
	display: flex;
	justify-content: space-between;
	width: 100%;
	cursor: pointer;
}

.accordion_title{
	width: 90%;
	margin-left: 1.6em;
	text-indent: -1.6em;
}

.accordion_title_pro{
	width: 90%;
	margin-left: 0em;
	text-indent: 0em;
}

.accordion_shosai{
width: 54px;
height: 22px;
margin:auto 0 auto 10px;
padding: 2px 4px 0px 4px;
border-radius:5px;
text-align: center;
background-color: #005eb1;
color: white;
font-size: 12px;
}

.accordion_border{
	margin: 5px 0;
	background-color: #d3d3d3;
}

.hidden{
max-height:0;
width: 100%;
overflow:hidden;
transition:max-height .7s;
}
.hidden_border{
margin: 5px 0;
border-top:1px dashed black;
}

.toggle{
display: none;
}

.toggle:checked + .accordion_label + .hidden{
	max-height:1000px;
   transition:max-height 1s ;
}


.item_right .attention_box{
border: 2px solid #E84F00;
padding: 14px;
font-weight: bold;
text-align: center;
width: 84%;
margin-right: auto;
margin-left: auto;

}