@charset "utf-8";

/*** mynavi CSS Document *************************************

テンプレ　ベース

----------------------------------------------------------------***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}



ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------
フォント設定
---------------------*/
html {
  font-size: 13px;
}
body {
  line-height: 1.3;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: lighter;
}


/* ===== リンク色 ===== */
a:link { text-decoration:none; color:#0070be; padding-bottom:1px; }
a:visited { text-decoration:none; color:#000; }
@media (min-width: 768px) {
  a:hover { text-decoration:none; color:#000; }
}
a:active { text-decoration:none; color:#000; }

/*:root {
  --px8: 0.6153rem;
  --px10: 0.769rem;
  --px11: 0.846rem;
  --px12: 0.923rem;
  --px13: 1rem;
  --px14: 1.077rem;
  --px15: 1.154rem;
  --px16: 1.231rem;
  --px17: 1.308rem;
  --px18: 1.385rem;
  --px19: 1.462rem;
  --px20: 1.538rem;
  --px21: 1.615rem;
  --px22: 1.692rem;
  --px23: 1.769rem;
  --px24: 1.846rem;
  --px25: 1.923rem;
  --px26: 2rem;
  --px27: 2.077rem;
  --px28: 2.154rem;
  --px29: 2.231rem;
  --px30: 2.308rem;
  --px31: 2.385rem;
  --px32: 2.462rem;
  --px33: 2.583rem;
  --px34: 2.615rem;
}*/

/*--------------
  セレクタ設定
----------------*/
/* <a> */
a {
  text-decoration: none;
  color: black;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transition: 0.4s ;
}

@media (min-width: 768px) {
  a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .new-option{
    padding-top: 10px;
  }
  .top-contents{
    padding-top: 20px;
  }
  
}


/* img */
img {
  max-width:100%;
}

/*<label>*/
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  label:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}


/*
<input>
<textarea>
*/
input,
textarea {
  -webkit-appearance: none;
}

/*---------------
  color設定
-----------------*/
:root {
  /* マイナビメインテーマカラー */
  --mynavi-main: rgb(0,170,238);
  /* マイナビサブテーマカラー */
  --mynavi-sub: rgb(240,88,10);
}

/*---------------
    shadow
----------------*/
/* 外側 */
.shadow {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.18);
}

/* 内側 */
.shadowInset {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.18) inset;
}

/*---------------------*/
/*	clearfix
/*---------------------*/
.clearfix:after ,
.clearFix:after{
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
/*.clearfix,.clearFix {display: inline-block;}*/

/*!* Hides from IE-mac \*! */
/** html .clearfix {height: 1%;} */
/*.clearfix,.clearFix{display: block;}*/
/*!* End hide from IE-mac *!*/

/*---------------------*/
/*	crossdevice
/*---------------------*/
@media screen and (min-width:768px) {
  .pc_hidden{
    display: none !important;
  }
}

@media screen and (max-width:767px) {
	.sp_hidden{
		display: none !important;
	}
}

/*---------------------*/
/* pagetop */
/*---------------------*/
.page-top{
  width: 80px;
  height: 80px;
  background: url(/user/img/new_template/pagetop.png) center center no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  z-index: 9999;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  .page-top{
    width: 60px;
    height: 60px;
  }
}

/*---------------------*/
/* sp */
/*---------------------*/

@media screen and (max-width:767px) {

  *,
  ::before,
  ::after {
    box-sizing: border-box;
  }

  /* 全体設計 */
  html{
    min-width:320px;
  }

  body{
    min-width:320px;
  }
}

/*** mynavi CSS Document *************************************

テンプレ　ヘッター

----------------------------------------------------------------***/

.hderCenterLogo {
  /*position: fixed;*/
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  padding: 10px 0 11px;
	text-align: center;
}

@media (min-width: 768px) {
  .hderCenterLogo {
    padding: 18px 0;
  }
}

.hderCenterLogo img {
  height: 40px;
  margin: 0 auto;
}

.hderCenterLogo h1{
	font-size: 1rem;
	font-weight: lighter;
	text-align: center;
	padding: 10px 0 0 0;
}

@media (min-width: 768px) {
  .hderCenterLogo img {
    height: 40px;
  }
.hderCenterLogo h1{
	font-size: 1rem;
	font-weight: lighter;
	text-align: right;
	padding: 10px 10px 0 0;
	box-sizing: border-box;
}
}

.shadow {
    box-shadow: 0 2px 2px -1px #ee7801;
}

/*** mynavi CSS Document *************************************

テンプレ　フッター

----------------------------------------------------------------***/

/* パンくず */
.pagePathParent {
  width: 100%;
  display: inline-block;
  /*font-size: var(--px11);*/
  background-color: rgb(0,170,238);
  overflow: hidden;
}

/* パンくずリスト */
.pagePathParent > ul {
  margin-left: 20px;
  float: left;
}

/* パンくずリスト項目 */
.pagePathParent > ul > li {
  float: left;
}

/* パンくずリスト内ホームアイコン */
.pagePathParent > ul > li > img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  padding-top: 11px;
  box-sizing: content-box;
}

/* １パンくずのあとに＞表示 */
.pagePath::after {
  content: ">";
  margin: 0 3px;
  color: #fff;
}

/* 最後の子の場合は＞非表示 */
.pagePath:last-child::after {
  display: none
}

/* パンくずリンク */
.pagePathLink {
  display: inline-block;
  text-decoration: underline !important;
  color: #fff !important;
  line-height: 40px;
}

/* 現在地表示場所 */
.pagePathChild01 {
  width: auto;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 20px 0 25px;
  float: left;
  position: relative;
  z-index: 1;
}

/* リボンデザイン */
.pagePathChild01::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 6px;
  left: -16px;
  border-width: 15px 15px 15px 15px;
  border-color: transparent rgb(0,170,238) rgb(0,170,238) transparent;
  border-style: solid;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.18);
}

.pagePathChild01::after {
  position: absolute;
  content: "";
  width:0px;
  height: 0px;
  z-index: 1;
  top: -15px;
  right: -15px;
  border-width: 15px 15px 15px 15px;
  border-color: transparent transparent rgb(0,170,238) transparent;
  border-style: solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /*box-shadow: 0 2px 2px -2px var(--shadow);*/
}

.pagePathChild02 {
  float: left;
  position: relative;
}

.pagePathChild02::after {
  position: absolute;
  content: "";
  width:0px;
  height: 0px;
  z-index: 1;
  bottom: -15px;
  right: -35px;
  border-width: 15px 15px 15px 15px;
  border-color: transparent transparent transparent rgb(0,170,238);
  border-style: solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}


/* 現在地 */
.nowHere {
  color: rgb(0,170,238);
}

/*--------------------
  パンくず下関連サイト
----------------------*/

/*パンくず下囲み*/
.simpleRelationFooter{
  width: 100%;
  background-color: rgb(238, 238, 238);
  margin-top: -2px;
  padding: 32px 20px;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  .simpleRelationFooter {
    padding: 28px 0;
  }
/* パンくず */
.pagePathWrap{
overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
	width: 100%;
	}
.pagePathParent {
  display: inline-block;
  /*font-size: var(--px11);*/
  background-color: rgb(0,170,238);
	min-width: 800px;
  width:max-content;
}
/* パンくずリスト */
.pagePathParent > ul {
  margin-left: 20px;
  float: left;
}


/* パンくずリスト項目 */
.pagePathParent > ul > li {
  float: left;
}
}

/*コンテンツ幅囲み*/
.contentWidthWrap {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .contentWidthWrap {
    max-width: 1034px;
    padding: 0 17px;
    box-sizing: border-box;
    margin: 0 auto;
  }
}

/*マイナビロゴ*/
.simpleRelationFooterMynaviLogo {
  width: 62px;
  height: auto;
  float: left;
  margin-right: 20px
}

@media (min-width: 768px) {
  .simpleRelationFooterMynaviLogo {
    width: 82px;
    height: auto;
    margin-right: 0;
  }
}

/*関連サイト囲み*/
.simpleRelationSiteWrap{
  float: left;
  width: calc(100% - 82px);
}

@media (min-width: 768px) {
  .simpleRelationSiteWrap {
    max-width: calc(100% - 154px);
    text-align: center;
  }
}

/*関連サイト*/
.simpleRelationSite{
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .simpleRelationSite {
    margin-bottom: 8px;
  }
}

/*関連サイト項目*/
.simpleRelationSiteItem {
  display: inline;
  /*font-size: var(--px10);*/
  /*line-height: var(--px16);*/
}

@media (min-width: 768px) {
  .simpleRelationSiteItem {
    /*font-size: var(--px11);*/
  }
}

/* 項目区切り線 */
.simpleRelationSiteItem::after {
  content: "|";
  display: inline;
  margin: 0 5px;
}

/* 最後の項目時項目区切り線非表示 */
.simpleRelationSiteItem:last-child::after {
  display: none;
}

/* コピーライター */
.copyright {
  /*font-size: var(--px10);*/
}

@media (min-width: 768px) {
  .copyright {
    float: none;
    /*font-size: var(--px11);*/
  }
}





/*プライバシーマーク*/
.privacyLink,
.privacyMark {
  display: none;
}

@media (min-width: 768px) {
  .privacyLink,
  .privacyMark {
    display: block;
    float: right;
    width: 72px;
    height: 72px;
  }
  .privacyLink img{
    width: 72px;
  }
}




/*** mynavi CSS Document *************************************

	common.css

----------------------------------------------------------------***/

/* ===== リセット ===== */

*{
_zoom:1;
box-sizing:border-box;
}
img{
	max-width:100%;
}

body,div,th,td,p,ul,ol,dl,dt,dd,img,form,h1,h2,h3,h4,h5,hr{
margin: 0;
padding: 0;
border: none;
font-style: normal;
word-break:break-all;
}

:root *> *{
word-wrap:break-word;
}

input,textarea,select{
margin: 0;
padding: 0;
font-size:inherit;
line-height:inherit;
}

table{
border-collapse:collapse;
border-spacing: 0;
font-size:inherit;
line-height:inherit;
}

th,td{
border-collapse: collapse;
}

ul{
list-style-type: none;
}

em{
font-style:normal;
}

h1,h2,h3,h4,h5,h6{
font-size:inherit;
line-height:inherit;
word-wrap:break-word;
}

/* ===== リンク色 ===== */
/*
a:link { text-decoration:none; color:#0070be; padding-bottom:1px; }
a:visited { text-decoration:none; color:#0070be; }
a:hover { text-decoration:underline; color:#0070be; }
a:active { text-decoration:none; color:#0070be; }
*/

/* ===== clearfix ===== */
.clearFix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearFix{ display:inline-block; }
/*\*/
* html .clearFix { height:1%; }
.clearFix { display:block; }
/**/
.clearFix { overflow:hidden; }


/* ===== フォント設定 ===== */

body {
color:#333333;
line-height:133%;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* ===== 全体・レイアウト ===== */
body{
padding:0;
}

div#contetns{
width:100%;
min-height:320px;
margin:0 auto;
}


/*1カラムレイアウトの場合*/
div.columnSingle div.main{
width:100%;
float:none;
margin-top:0.5em;
}
div.main section{
width:960px;
margin:0 auto;
padding:0 0 2em 0;
}
div.main h1{
	text-align:center;
	padding:2em 0;
	font-size:200%;
}
div.main h2{
	padding:1em 0;
	font-size:150%;
}


/* ===== 共通JSビューア ===== */
div.boxComViewer{
width:960px;
overflow:hidden;
margin:15px auto 0 auto;
background: url(../img/bgr_com_viewerlong.gif) repeat-y;
position:relative;
}

div.boxComViewer div.container{
background: url(../img/bgr_com_viewerlong02.gif) left bottom no-repeat;
height:280px;
overflow:hidden;
}

div.boxComViewer div.boxHidden{
width:890px;
height:280px;
overflow:hidden;
margin:0 30px 0 30px;
position:relative;
}

p.saidoCheck{
margin:15px auto 0 auto;
}

div.saidoCheck{
margin:3px auto 0 auto;
}


div.saidoCheck div.container{
height:auto;
}

div.boxComViewer ul.lstCheck{
margin:10px 10px 10px 12px;
}

div.boxComViewer ul.lstCheck li{
margin:5px 0 0 0;
}

div.boxComViewer ul.lstCheck a{
background: url(../img/obj_common_arrow.gif) 0 0.3em no-repeat;
padding:0 0 0 8px;
}


/* ===== ヘッダー ===== */
#header{
padding-bottom:5px;
font-size: 75%;
}

#header div.container{
width: 960px;
margin: 0 auto 0 auto;
}

#header div.container div.fLeft{
width: 620px;
float:left;
position:relative;
}

#header div.container div.fRight{
width: 330px;
padding-top:2.1em;
float:left;
text-align:right;
font-family: "メイリオ","ヒラギノ角ゴ Pro W3",sans-serif;
color:#666;
}

div.fRight h1{
	font-size:100%;
	font-weight:bold;
	letter-spacing:0.2em;
}

#header p.logo{
float:left;
font-size: 0;
line-height: 1;
margin:2px 0 0 0;
}


/* ===== ヘッダーJS無効 ===== */

div.boxComJsError{
background: #fff2f2;
color: #ff0000;
border: 1px solid #ff9999;
margin: 10px auto 0 auto;
padding: 4px 10px 10px 10px;
width:930px;
}

div.boxComJsError p{
background: url(../img/bgr_com_error.gif) no-repeat 0px 0px;
padding: 0 0 0 21px;
margin: 6px 0 0 0;
}

/*---------------------*/
/*	clearfix
/*---------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*=====================*/
/*	フォント
/*=====================*/

#GlobalFooter a {
	color: #666666;
	text-decoration: none;
}

#GlobalFooter a:hover {
	color: #666666;
	text-decoration: underline;
}


/* ===== パンくず ===== */

ol.topicpath {
height:5px;
width: 960px;
font-size: 83.3%;
line-height: 1.1;
padding: 0 0 1.5em 0 !important;
margin:1em auto;
}

ol.topicpath li{
display: inline;
}


ol.topicpath li a{
padding: 0 0 1px 0;
}

#path02{
margin: 3px auto 0 auto;
}
.path_img{
	display:block;
	margin:0 auto;
}



/* ===== ページトップ ===== */
.txtComPagetop{
text-align: right;
margin: 15px 0 0 0;
}

.txtComPagetop a{
background: url(../img/obj_com_pagetop.gif) no-repeat 0px 3px;
padding: 0 0 0 14px;
}




/*
========================
フッター
========================
*/





/*---------------------*/
/*	clearfix
/*---------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*=====================*/
/*	フッター
/*=====================*/

#GlobalFooter {
	width:1030px;
	margin:0 auto 10px auto;
	font-size: 70%;
	line-height: 1.5;
}

#FooterLogo {
	width: 100px;
	float: left;
	padding-top: 30px;
	text-align: center;
}

#FooterService {
	width: 920px;
	float: left;
	margin-left: 10px;
	display: inline; /* dobble margin bugfix for ie6 */
}

#FooterServiceHead {
	margin-bottom: 8px;
}

#GlobalFooter .FooterTitle {
	width: 500px;
	float: left;
	font-size: 117%;
	font-weight: bold;
	color: #333;
}

#GlobalFooter #FooterServiceHead p.FooterHeadLink {
	text-align: right;
}

#GlobalFooter #FooterServiceHead p.FooterHeadLink a {
	float: right;
	padding-right: 20px;
	color: #09F !important;
}
#GlobalFooter #FooterServiceHead p.FooterHeadLink img {
	vertical-align: text-top;
}

#FooterServiceCont dl {
	padding: 1px 0 0;
	background: url(../img/cmn/fline_blue.gif) repeat-y 100px;
}

#FooterServiceCont dl dt {
	width: 100px;
	float: left;
	padding-bottom: 5px;
	margin-right: 15px;
	color: #ee7800;
}

#FooterServiceCont dl dt.pl {
	padding-bottom: 10px;
}

#FooterServiceCont dl dd {
	float: left;
	margin: 0 6px 3px 0;
	padding: 0 9px 0 0;
	border-right: 1px solid #999;
	white-space: nowrap;
}

#FooterServiceCont dl dd a:hover {
	text-decoration: underline;
}

#FooterServiceCont dl dd.last {
	border-right: none;
}

#FooterCorp {
	clear: both;
}

#FooterCorpInfo {
	float: left;
	width: 940px;
	margin: 10px 0 0 0;
	padding-top: 5px;
	border-top: 1px solid #ee7800;
	display: inline; /* dobble margin bugfix for ie6 */
}

#FooterCorpId {
	width: 300px;
	float: left;
}

#FooterCorpName {
	width: 100px;
	float: left;
	margin-top: 2px;
}

#copyright {
	width: 190px;
	float: left;
	margin: 3px 0 0 10px;
	padding: 20px 0 0 0;
	font-size:81.6%;
	color: #333;
	line-height: 1.2;
}

#FooterCorpLink {
	float: left;
}
#FooterCorpLink ul{
	padding: 20px 0 0 0;
}
#FooterCorpLink ul li {
	float: left;
	margin: 0px 10px 7px 0;
	padding: 3px 9px 0px 0;
	border-right: 1px solid #999;
	font-size: 93.3%;
	line-height: 1.2;
}

#FooterCorpLink ul li.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

#privacy {
	float: left;
	margin: -15px 0 10px 10px;
	display: inline; /* dobble margin bugfix for ie6 */
}

/*=====================*/
/*	フォント
/*=====================*/

#GlobalFooter a {
	color: #666666;
	text-decoration: none;
}

#GlobalFooter a:hover {
	color: #666666;
	text-decoration: underline;
}




/*** mynavi CSS Document *************************************

新たに記述を追加する際は、以下に記載をお願いします。

----------------------------------------------------------------***/

/*=====================*/
/*	PC版記述
/*=====================*/

#icarch img {
	display: block;
	width: 100%;
}

ol a:link { text-decoration:none; color:#0070be; padding-bottom:1px; }
ol a:visited { text-decoration:none; color:#0070be; }
ol a:hover { text-decoration:underline; color:#0070be; }
ol a:active { text-decoration:none; color:#0070be; }

.contetns{
	width: 960px;
	margin: 0 auto;
}

.contents1{
	background:url(../img/back.png) ;
	padding: 10px 0 40px 0;
	position: relative;
}

.contents1 a{
	color: #333;
	text-decoration: none;
}

.contents1:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 18px solid transparent;
    border-top-color: #2679CD;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}

.contents2{
	padding: 10px 0 30px 0;
}

.contents3{
	padding: 10px 0 10px 0;
	background:url(../img/back.png) ;
	position: relative;
}

.contents3:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 18px solid transparent;
    border-top-color: #2679CD;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}

.contents4{
	padding: 10px 0 30px 0;
}

.contents5{
	padding: 10px 0 10px 0;
	background:url(../img/back.png) ;
}

h2{
	text-align:center;
	font-size:22px;
	padding:30px 0 10px 0;
	}
.white{
	color: #FFF;
}
.black{
	padding:60px 0 60px 0;
}

.read h3{
	text-align:center;
	font-size:16px;
	padding:20px 0 20px 0;
	color: #F96E6C;
}

.adbnr{
	text-align: center;
}

.adbnr a{
	color: #333;
}

.adbnr h3{
	color: #FFF;
	background-color: #2679CD;
	padding: 5px 0;
}

.adbnr li{
	padding: 5px;
}


h4{
	padding:20px 0 20px 0;
	width: 34%;
	margin: 0 auto;
}

.area{
	float: left;
  width: 475px;
}
.area.right {
  margin-left: 10px;
}

.icon1{
	display: block;
	background: url(../img/icon1.png) no-repeat right 50% bottom 18% /40px ;
  height: 120px;
	text-align: center;
	background-color: #FFF;
	border-radius: 10px;
}

.icon2{
	display: block;
	background: url(../img/icon2.png) no-repeat right 50% bottom 18% /40px;
  height: 120px;
	text-align: center;
	background-color: #FFF;
	border-radius: 10px;
}

.icon3{
	display: block;
	background: url(../img/icon3.png) no-repeat right 50% bottom 18% /40px;
  height: 120px;
	text-align: center;
	background-color: #FFF;
	border-radius: 10px;
}

.icon4{
	display: block;
	background: url(../img/icon4.png) no-repeat right 50% bottom 15% /46px;
  height: 120px;
	text-align: center;
	background-color: #FFF;
	border-radius: 10px;
}

.icon1 p,
.icon2 p,
.icon3 p,
.icon4 p,
.icon5 p {
  font-size: 16px;
  padding-top: 20px;
}

.icon1:hover,
.icon2:hover,
.icon3:hover,
.icon4:hover,
.icon5:hover {
  opacity: 1;
}

.intarview{
	background-color: #FFF;
	padding: 50px;
	margin: 20px;
	border-radius: 20px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: justify;
}

dl{
  padding-left: 30px;
}

dt{
	font-size: 18px;
	font-weight: 700;
}

dd{
	margin-top:3%;
}

/*エリアアコーデ*/
/*.areabox{
	width:960px;
	margin: 0 auto;
}*/

.areabox .accordion {
	width: 220px;
	float: left;
	margin: 0 20px 20px 0;
}
.areabox .accordion > li p {
	display:block;
	padding: 20px;
	background:url(../img/sankaku.png) no-repeat right 3% bottom 50% /14px;
  font-size: 16px;
}
.areabox .accordion > li {
	cursor: pointer;
	text-align: center;
	background-color: #FFF;
	border: 3px solid #2679CD;
	color: #333;
	border-radius: 10px;
}

.areabox .accordion > li a{
	padding: 15px 10px;
	display: block;
	color:#333;
	text-decoration: none;
}
.areabox  .accordion > li a:hover {
	background-color: #2679CD;
	color: #FFF;
}

.areabox .accordion > li:last-child {
	/*border-bottom: none;*/
}

.areabox  .accordion > li.open {
	color: #333;
	background: #FFF;
}

/*共通*/
ul li ul {
	display: none;
	color: #333;
	border-top: 3px solid #2679CD;
}
ul li ul li {
	border-bottom: 3px solid #2679CD;
	text-align: center;
}
ul li ul li:last-child {
	border-bottom: none;
}

.areabox .right {
	margin: 0 0 20px 0 !important;
}

/*エリアアコーデ2*/
.areabox2 .accordion {
	width: 130px;
	float: left;
	margin: 0 7px 0 0;
}
.areabox2 .accordion > li p {
	display:block;
	padding: 20px 0;
	width: 120px;
	font-size:15px;
	background:url(../img/sankaku.png) no-repeat right 50% bottom 5% /14px;
}
.areabox2 .accordion > li {
	cursor: pointer;
	text-align: center;
	background-color: #FFF;
	border: 3px solid #2679CD;
	color: #333;
	border-radius: 10px;
}

.areabox2 .accordion > li a{
	padding: 15px 10px;
	display: block;
	color:#333;
	text-decoration: none;
}

.areabox2  .accordion > li a:hover {
	background-color: #2679CD;
	color: #FFF;
}

.areabox2  .accordion > li.open {
	color: #333;
	background: #FFF;
}

.areabox2 .right {
	margin: 0 0 20px 0 !important;
}

.read{
	background-color: #FFF;
	padding: 30px;
	margin: 10px;
	border-radius: 10px;
}

.button{
	width: 350px;
	margin: 0 auto;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
	border-radius: 10px;
	text-align: center;
	background:url(../img/arrow.png) no-repeat right 5% bottom 52%/10px #F96E6C;
}

a:link.button,
a:visited.button {
  color: #fff;
}

.bun2{
	margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.areatitle{
	font-size: 16px;
	color: #333;
	padding: 16px 0 8px 0;
}

.areaname li{
	float: left;
	background-color: #2679CD;
	width: 80px;
	padding: 5px 0;
	margin: 0 10px 5px 0;
	border-radius: 5px;
	text-align: center;
}

.areaname a{
	color: #FFF;
	text-decoration: none;
}

/*モーダル*/
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 700px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
  border: 5px solid #2679CD;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-image: url(../img/batu.png);*/

}

.close img{
	width: 40px;
	float: right;
	position: absolute;
  	top: -15px;
  	right: -15px;
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.areabox .accordion:nth-child(4n+1){
  clear: both;
}


.adbnr{
    background: #fbfaf8;
    border: 1px solid #478DD3;
    border-radius: 5px;
    font-size: 12px;
    margin: 20px auto 20px auto;
    width: 100%;
}

.adbnr h3{
	background: #3b6db4;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: .06em;
    padding: 10px 0!important;
    margin: 0 0 15px;
}

.adbnr ul {
    padding: 0 15px 15px;
    box-sizing: border-box;
    letter-spacing: .08em;
    line-height: 1.4;
    font-size: 13px;
    text-align: center;
}


/*=====================*/
/*	SP版記述
/*=====================*/

@media screen and (max-width: 767px){
.title01 {
  background: #fff;
  padding: 10px 0 5px 0;
  color: #ff8b00;
  font-size: 14.4px;
  border-bottom: 1px dotted #FF8B00;
  text-align: center;
}

#icarch img {
	display: block;
	width: 100%;
}
.contetns{
	width: 100%;
	margin: 0 auto;
}
.contents1{
	background:url(../img/back.png) ;
	padding: 10px 0 10px 0;
	position: relative;
}

.contents1 a{
	color: #333;
	text-decoration: none;
}

.contents1:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 18px solid transparent;
    border-top-color: #2679CD;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}

.contents2{
	padding: 10px 0 30px 0;
}

.contents3{
	padding: 10px 0 10px 0;
	background:url(../img/back.png) ;
	position: relative;
}

.contents3:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 18px solid transparent;
    border-top-color: #2679CD;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}

.contents4{
	padding: 10px 0 30px 0;
}

.contents5{
	padding: 10px 0 10px 0;
	background:url(../img/back.png) ;
}

h2{
	text-align:center;
	font-size:18px;
	padding:30px 0 10px 0;
	}

.white{
	color: #FFF;
}
.black{
	padding:40px 0 40px 0;
}

.read h3{
	text-align:center;
	font-size:16px;
	padding:20px 0 20px 0;
	color: #F96E6C;
}

.adbnr{
	text-align: center;
}

.adbnr a{
	color: #333;
	text-decoration:underline;
}

.adbnr h3{
	color: #FFF;
	background-color: #2679CD;
	padding: 5px 0;
}

.adbnr li{
	padding: 5px;
}

h4 {
	width: 80%;
	margin: 0 auto;
	padding:20px 0;
}

.area{
	width: 50%;
	margin: 0 auto;
	float: left;
}

.areaall{
	padding: 10px;
}

.icon1{
	display: block;
	background: url(../img/icon1.png) no-repeat right 50% bottom 15% /40px ;
	text-align: center;
  height: 100px;
	background-color: #FFF;
	border-radius: 10px;
	margin: 10px 5%;
}

.icon2{
	display: block;
	background: url(../img/icon2.png) no-repeat right 50% bottom 15% /40px;
	text-align: center;
  height: 100px;
	background-color: #FFF;
	border-radius: 10px;
  margin: 10px 5%;
}

.icon3{
	display: block;
	background: url(../img/icon3.png) no-repeat right 50% bottom 15% /40px;
	text-align: center;
  height: 100px;
	background-color: #FFF;
	border-radius: 10px;
  margin: 10px 5%;
}

.icon4{
	display: block;
	background: url(../img/icon4.png) no-repeat right 50% bottom 15% /46px;
	text-align: center;
  height: 100px;
	background-color: #FFF;
	border-radius: 10px;
  margin: 10px 5%;
}

.icon1 p,
.icon2 p,
.icon3 p,
.icon4 p,
.icon5 p {
  font-size: 12px;
  padding-top: 10px;
}


.intarview{
	background-color: #FFF;
	padding: 30px;
	margin: 20px;
	border-radius: 20px;
	text-align: center;
	    display: block;
}

dt{
	margin-top: 5%;
	font-size: 18px;
	font-weight: 700;
}

dd{
	margin-top:3%;
	text-align: left;
}

/*エリアアコーデ*/
.area.right {
  margin-left: 0;
}

.areabox .accordion {
	width: 40%;
	float: left;
	margin: 0 0 20px 7%;
}
.areabox .accordion > li p {
	display:block;
	padding: 20px;
	background:url(../img/sankaku.png) no-repeat right 4% bottom 50% /12px;
}
.areabox .accordion > li {
	cursor: pointer;
	text-align: center;
	background-color: #FFF;
	border: 3px solid #2679CD;
	color: #333;
	border-radius: 10px;

}

.areabox .accordion > li a{
	padding: 15px 10px;
	display: block;
	color:#333;
	text-decoration: none;
}
.areabox  .accordion > li a:hover {
	background-color: #2679CD;
	color: #FFF;
}
.areabox  .accordion > li.open {
	color: #333;
	background: #FFF;
}

ul li ul {
	display: none;
	color: #333;
	border-top: 3px solid #2679CD;
}
ul li ul li {
	border-bottom: 3px solid #2679CD;
	text-align: center;
}
ul li ul li:last-child {
	border-bottom: none;
}

.areabox .right {
	margin: 0 0 20px 0 !important;
}

.read{
	background-color: #FFF;
	padding: 30px;
	margin: 10px;
	border-radius: 10px;
}

.button{
        width: 100%;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	background:url(../img/arrow.png) no-repeat right 3% bottom 52%/10px #F96E6C;
  height: 50px;
  line-height: 50px;
	border-radius: 10px;
	text-align: center;
}

a:link.button, a:visited.button {
  color: #fff;
}

.bun2{
	margin-bottom: 10px;
}

.areatitle{
	font-size: 14px;
	color: #333;
	padding: 16px 0 8px 0;
}

.areaname li{
	float: left;
	background-color: #2679CD;
	width: 50px;
	padding: 10px 0;
	margin: 0 10px 4px 0;
	border-radius: 5px;
	text-align: center;
}

.areaname a{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

/*モーダル*/
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 700px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 10px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
  border: 5px solid #2679CD;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-image: url(../img/batu.png);*/
}

.close img{
	width: 40px;
	float: right;
	position: absolute;
  	top: -15px;
  	right: -15px;
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
/*
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
*/
.areabox .accordion:nth-child(2n+1){
  clear: both;
}

.adbnr{
    background: #fbfaf8;
    border: 1px solid #478DD3;
    border-radius: 5px;
    font-size: 12px;
    margin: 20px auto 20px auto;
    width: 100%;
}

.adbnr h3{
	background: #3b6db4;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: .06em;
    padding: 10px 0!important;
    margin: 0 0 15px;
}

.adbnr p {
    padding: 0 15px 15px;
    box-sizing: border-box;
    letter-spacing: .08em;
    line-height: 1.4;
    font-size: 13px;
    text-align: center;
}

}
