@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

ul ul,
ul ol,
ol ul,
ol ol,
table ul,
table ol {
	margin-bottom:0;
}
table th {
	font-weight:normal;
	text-align:left;
}
img {
	border:0;
	vertical-align:bottom;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
/* base style
----------------------------------------------------------------------------------------------*/
html {
	overflow-y:scroll;
	min-height:100%;
	height:100%;
}
body {
	-webkit-text-size-adjust: 100%;
	min-height:100%;
	position: relative;
	background: #fff;
	color: #272727;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
    background: #edf9fa;
}
a {
	color: #272727;
	text-decoration: none;
	transition: all 0.2s ease;
}
a:hover {
	color: #099ee3;
	text-decoration: underline;
}
p{
    line-height: 1.8em;
    margin-bottom: 1em;
}

.inner{
    width: 980px;
    margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
@media screen and (max-width: 480px) {
    .mediaPC {
        display: none !important;
    }
    .br-sp { display:block; }

}
@media screen and (min-width: 481px) {
    .mediaSP {
        display: none !important;
    }
    .br-sp { display:none; }
}

/* txt
----------------------------------------------------------------------------------------------*/
.txt_red{
	color: red;
}
.txt_bold{
    font-weight: bold;
}

/* btn
----------------------------------------------------------------------------------------------*/
.button{}
.button:hover{
    color: #272727;
    text-decoration: none;
}
.underbtn{}

.btn_A{
    font-weight: 500;
    width: 150px;
    padding: 9px 0px;
    color: #272727;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    background: #f9d300;
    box-shadow: 3px 3px 0px #7c6a07;
    cursor: pointer;
    font-size: 15px;
}
.btn_B{
    width: 300px;
    padding: 9px 0px;
    color: #272727;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    background: #f9d300;
    box-shadow: 3px 4px 0px #7c6a07;
    cursor: pointer;
    font-size: 23px;
    font-weight: 500;
    margin: 0 auto;
}
.btn_A:hover,.btn_B:hover{
    background: #fbe258;
    box-shadow: 3px 4px 0px #9c881a;
}

.event_btn{
    background: #cb3d4b;/*背景色*/
    border-bottom: solid 3px #8c3646;/*少し濃い目の色に*/
}
.event_btn:active{
    border-bottom: solid 3px #cb3d4b;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.event_btn span:before{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 35px;
    height: 35px;
    content: '';
    background: url(../images/icon/event_wh_icon.png) left top no-repeat;
}
.btn_box-shadow{
	box-shadow: 2px 3px 5px #6a6969;
}


.A_button span:after{
    position: absolute;
    top: 8px;
    right: 0px;
    display: block;
    width: 10px;
    height: 12px;
    content: '';
    background: url(../images/btn/btnend.png) right top no-repeat;
}
.A02_button span:after{
    top: 18px;
}
.arrowR span:after{
    position: absolute;
    top: 30%;
    right: 0px;
    display: block;
    width: 10px;
    height: 12px;
    content: '';
    background: url(../images/icon/f105.png) right top no-repeat;
}
.side_dl_btn span:before{
    position: absolute;
    top: -4px;
    left: 0px;
    display: block;
    width: 26px;
    height: 25px;
    content: '';
    background: url(../images/btn/dl_btn.png) left top no-repeat;
}

.side_dl_btn{
    width: 210px;
    border-radius: 4px;
    display: inline-block;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}
.side_dl_btn span{
    position: relative;
    display: inline-block;
    padding-left: 40px;
    font-size: 15px;
}
.btn_mintxt{
	font-size: 13px;
    font-weight: normal;
}
.Tdl_btn{ background-color: #249e6d;}
.Tdl_btn:hover{ background-color: #35d394;}
.dlform_btn{
    border: 1px solid #333;
    color: #333;
}
.dlform_btn:hover{ background-color: #333;}
.conf_btn{
    background-color: #fff;
    border: 1px solid #272727;
    color: #494949;
}
.conf_btn:hover{background-color: #696969; border: none;}

.contbtn .dl_btn{
    width: 360px;
    background-color: #249e6d;
    border-radius: 4px;
    display: inline-block;
    padding: 20px 0px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 20px;
}
.contbtn .dl_btn:hover{
    background-color: #35d394;
}
.contbtn .dl_btn span{
    position: relative;
    display: inline-block;
    padding-left: 40px;
    margin-top: 2px;
}
.contbtn .dl_btn span:before{
    position: absolute;
    left: 0px;
    display: block;
    width: 26px;
    height: 25px;
    content: '';
    background: url(../images/btn/dl_btn.png) left top no-repeat;
}
/*.arrowR:after{
    position: absolute;
    top: 50%;
    right: 20px;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    transform: translateY(-55%);
}*/
.arrowR{
}
.buttonA01{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 200px;
    height: 45px;
    padding: 0 30px;
    border: none;
    border-radius: 4px;
    background: #5c5c5b;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    outline: none;
    text-decoration: none;
}
.buttonA01:hover{
    background: #3d3d3d;
    color: #fff;
    text-decoration: none;
}
.buttonE01 {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 200px;
    height: 45px;
    padding: 0 30px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    background: #fff;
    color: #909090;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    outline: none;
    text-decoration: none;
}
.buttonE01:hover {
    background: #f3f3f3;
    color: #5c5c5b;
    text-decoration: none;
}
.btn_txt{
    margin: 20px auto 0;
    text-align: center;
    color: #6f6e6e;
}


/* header
----------------------------------------------------------------------------------------------*/
#globalheader{
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
    box-shadow: 0px 1px 5px #bcbbbb;
    border-top: 5px solid #25a2dd;
}
.topBar{
    line-height: 1;
    padding: 15px 0;
}
.topBar h1{}
.topBar img{
    float: left;
}
.topBar .logotit{
    font-size: 14px;
    color: #6a6a67;
    line-height: 2.8em;
    padding-left: 15px;
}
.topBar .tell{
    margin-left: 20px;
    display: inline-block;
}
.topBar .tell .tell_01{
    font-size: 13px;
}
.topBar .tell .tell_02{
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
}
.topBar .tell .tell_03{
    font-size: 11px;
}


.topbtn{
    margin: 5px auto;
    vertical-align: bottom;
    position: absolute;
    bottom: 5px;
    right: 0;
}
.topbtn li{}
.topbtn .Inquiry_btn{
    display: inline-block;
    padding: 10px 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    height: 20px;
    font-size: 15px;
}
.topbtn .Inquiry_btn span{
	position: relative;
    display: inline-block;
    padding-left: 33px;
    margin-top: 2px;
}
.topbtn .Inquiry_btn span:before{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 26px;
    height: 26px;
    content: '';
    background: url(../images/icon/Inquiry_h_icon.png) left top no-repeat;
}

/*.topbtn .dl_btn span{
	position: relative;
    display: inline-block;
    padding-left: 33px;
    margin-top: 2px;
}
.topbtn .dl_btn span:before{
    position: absolute;
    top: -1px;
    left: 0px;
    display: block;
    width: 26px;
    height: 25px;
    content: '';
    background: url(../images/icon/dl_h_icon.png) left top no-repeat;
}*/

.globalNav{
    font-size: 14px;
    line-height: 1;
    background-color: #fff;
    position: relative;
}
.globalNav .navMenu{
    margin: 0 auto;
    display: inline-block;
}
.globalNav .navMenu li{
	float: left;
    margin: 0 10px 5px;
}
.globalNav .navMenu li a{
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 0 3px;
    line-height: 1.5em;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

/* footer
----------------------------------------------------------------------------------------------*/
#globalfooter{
	background: #333;
	color: #fff;
}
#globalfooter .footer_Box{
	padding: 15px 0;
}
#globalfooter .footer_Box p{
    line-height: 1.8em;
}
#globalfooter .footer_Box ul{
    line-height: 1.8em;
    text-indent: 1em;
}
#globalfooter .footer_Box li{
	float: left;
	margin-right: 7px;
}
#globalfooter .footer_Box a{
	color: #fff;
}
#globalfooter .footer_Box a:hover{}
.Copyright {
    text-align: center;
    font-size: 13px;
    line-height: 2em;
}

/* main
----------------------------------------------------------------------------------------------*/
.main{
    background: url(../images/main_bg.png) no-repeat center top;
    background-size: cover;
    height: 450px;
    position: relative;
    padding-top: 88px;
}
.main .inner{
    padding: 80px;
}
.main .tit_group{
    display: block;
    text-align: center;
    position: relative;
}
.mainlogo_Box{
    background: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    padding: 10px 20px;
    width: 400px;
    margin: 0 auto;
}
.main .subtit{
    font-size: 20px;
    color: #fff;
}
.main .subtit span{
    font-weight: bold;
}
.main h1{}
.main h1 img{
    width: 400px;
}
.main .mainbtn{
    margin-top: 20px;
}
.main .mainbtn li{
    width: 280px;
    font-size: 20px;
    padding: 10px;
    margin: 0 auto 10px;
}
.main .mainbtn li span{
    position: relative;
    display: inline-block;
    padding-left: 33px;
    width: 235px;
    text-align: right;
}
.main_azlogo_Box{
    position: absolute;
    top: 23px;
    right: 85px;
}

/* submain
----------------------------------------------------------------------------------------------*/
.submain{
    height: 100px;
}
.submain .inner{
    position: relative;
}
.submain h1{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    /*text-shadow: 0px 0px 40px #6a6969;*/
    line-height: 1.3em;
    text-align: center;
}
.submain p{
    margin-top: 15px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 200;
    /*text-shadow: 0px 0px 10px #6a6969;*/
}
.submain_titbox{
    text-align: center;
}
.submain_titbox h1{}
.submain_titbox p{}
.submain_titbox img{}

.topicPath{
    padding: 5px 0px;
    padding-top: 95px;
}
.topicPath li{
    float: left;
    font-size: 13px;
    color: #6e6d6d;
}
.topicPath li:after{/*三角の部分*/
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-style: solid;
    border-color: transparent;
    border-left-color: #d4d5d6;/*背景色*/
    border-width: 14px 12px;
    width: 0;
    height: 0;
}
.topicPath a{
    color: #6e6d6d;
}
.topicPath li span{
    margin: 0 10px;
}

.form_main{
    background: url(../images/form_bg.png) no-repeat center top;
    background-size: cover;
    height: 100px;
    position: relative;
}
.form_main img{
    margin-top: 30px;
}

/* top
----------------------------------------------------------------------------------------------*/
#content{
	width: 100%;
	margin: 0 auto 0;
}
.agenda01{
	padding: 80px 0;
    font-size: 17px;
}
.agenda02{
    padding: 40px 0;
    font-size: 17px;
}
.agenda03{
    padding: 0 0 80px;
    font-size: 17px;
}
.agenda_subtxt{
    margin-bottom: 20px;
    font-weight: 200;
    text-align: center;
}
.content_title{
 	text-align: center;
    margin-bottom: 40px;
}
.content_title p{
    color: #424242;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.box_group{}
.img_icon{
    height: 110px;
    margin: 20px auto;
    text-align: center;
}
.img_icon img{}
.arrow_img{
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.arrow_img img{}
.category_List{
    margin-bottom: 30px;
    text-align: center;
}
.category_List li{
    display: inline-block;
    margin: 0px 20px;
    background: #fff;
    padding: 5px 20px;
    color: #02c4f4;
}
.category_List li:nth-child(2){
    color: #fc68f7;
}
.cate_tit{
    position: relative;
    margin: 10px;
    border-bottom: 1px solid;
    height: 60px;
    padding-left: 55px;
    padding-bottom: 5px;
}
.cate_tit_mid{
    padding-top: 13px;
    height: 47px;
}
.cate_subtit{
    font-size: 16px;
}
.cate_txt{
    padding: 10px 20px 0;
}
.cate_tit span{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.cate_icon01 span:before{
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    width: 45px;
    height: 45px;
    content: '';
    background: url(../images/icon/category_icon_01.png) left top no-repeat;
}
.cate_icon02 span:before{
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    width: 45px;
    height: 45px;
    content: '';
    background: url(../images/icon/category_icon_02.png) left top no-repeat;
}
.cate_icon03 span:before{
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    width: 45px;
    height: 45px;
    content: '';
    background: url(../images/icon/category_icon_03.png) left top no-repeat;
}
.cate_icon04 span:before{
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    width: 45px;
    height: 45px;
    content: '';
    background: url(../images/icon/category_icon_04.png) left top no-repeat;
}
.cate_icon05 span:before{
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    width: 45px;
    height: 45px;
    content: '';
    background: url(../images/icon/category_icon_05.png) left top no-repeat;
}
.cate_icon06 span:before{
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    width: 45px;
    height: 45px;
    content: '';
    background: url(../images/icon/category_icon_06.png) left top no-repeat;
}
.cate_icon07 span:before{
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    width: 45px;
    height: 45px;
    content: '';
    background: url(../images/icon/category_icon_07.png) left top no-repeat;
}
.cate_icon08 span:before{
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    width: 45px;
    height: 45px;
    content: '';
    background: url(../images/icon/category_icon_08.png) left top no-repeat;
}
.cate_icon09 span:before{
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    width: 45px;
    height: 45px;
    content: '';
    background: url(../images/icon/category_icon_09.png) left top no-repeat;
}
.cate_icon10 span:before{
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    width: 45px;
    height: 45px;
    content: '';
    background: url(../images/icon/category_icon_10.png) left top no-repeat;
}
.cate_icon11 span:before{
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    width: 45px;
    height: 45px;
    content: '';
    background: url(../images/icon/category_icon_11.png) left top no-repeat;
}
.cate_icon12 span:before{
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    width: 45px;
    height: 45px;
    content: '';
    background: url(../images/icon/category_icon_12.png) left top no-repeat;
}
.sponsor_logo{}
.sponsor_logo li{
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: 100px;
    padding: 10px;
    border: solid 1px #ccc;
    border-collapse: collapse;
    margin: 0 5px 10px;
}
.sponsor_logo .logo_img{}
.sponsor_logo .logo_img img{}



.icon01,.icon02,.icon03{
    position: relative;
}
.content_title .icon01 span:before{
    position: absolute;
    top: 0px;
    left: 270px;
    display: block;
    width: 35px;
    height: 35px;
    content: '';
    background: url(../images/icon/works_icon.png) left top no-repeat;
}
.content_title .icon02 span:before{
    position: absolute;
    top: 0px;
    left: 310px;
    display: block;
    width: 50px;
    height: 31px;
    content: '';
    background: url(../images/icon/blog_org_icon.png) left top no-repeat;
}
.content_title .icon03 span:before{
    position: absolute;
    top: 0px;
    left: 245px;
    display: block;
    width: 35px;
    height: 41px;
    content: '';
    background: url(../images/icon/promenu_icon.png) left top no-repeat;
}
.agenda01 .content_title .title_under{
	border-bottom: 2px solid;
    width: 100px;
    margin: 0 auto;
}
.bg_blue .content_title p{
    color: #fff;
}
.agenda02 .plan_Box{
	height: 190px;
}
.agenda02 .plan_Box .plan_List{
    float: left;
    width: 48%;
    height: 190px;
    background: #fff;
}
.agenda02 .plan_Box .plan_List:hover{
    border: 2px solid #099ee3;
    width: 47.5%;
}
.agenda02 .plan_Box .plan_List:hover .plan_txtbox img{
    opacity: 0.9;
}
.agenda02 .plan_Box .plan_List:nth-child(1){
    margin-right: 39px;
}
.agenda02 .plan_Box .plan_List a{
    width: 100%;
}
.agenda02 .plan_Box .plan_List a:hover{
    text-decoration: none;
}
.agenda02 .plan_Box .plan_List .plan_txtbox{
    margin: 20px;
}
.agenda02 .plan_Box .plan_List .plan_txtbox .plan_titBox{
    display: inline-block;
    width: 300px;
    vertical-align: middle;
}
.agenda02 .plan_Box .plan_List .plan_txtbox img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.agenda02 .plan_Box .plan_List .plan_txtbox .plan_titBox .plan_tit{
    font-size: 28px;
    margin: 0px auto 10px;
    text-align: left;
}
.agenda02 .plan_Box .plan_List .plan_txtbox .plan_titBox .plan_tit span{
    font-size: 16px;
}
.agenda02 .plan_Box .plan_List .plan_txtbox .plan_titBox .plan_txt{}
.Plist01{}
.Plist02{}
.Plist03{}

.Consideration_Box{
	background: url(../images/Con_bg.png) no-repeat center top;
	height: 440px;
    margin-bottom: 30px;
}
.Consideration_Box .checkList01{
	padding: 30px 0px 20px;
    text-align: center;
}
.Consideration_Box .checkList01 li{}
.Consideration_Box p{
    font-size: 22px;
    font-weight: bold;
    color: #060606;
    margin-left: 180px;
}
.Con_txt{
	text-align: center;
	margin-bottom: 35px;
}
.Con_txt p{
	margin-bottom: 10px;
	font-size: 18px;
}

.standard_group{
	width: 100%;
	margin: 0 auto;
    margin-bottom: 40px;
}
.standard_group .standard_Box{
    color: #0d6144;
    float: left;
    border: 3px solid;
    border-radius: 5px;
    padding: 20px 60px;
    text-align: center;
    width: 340px;
}
.standard_group .standard_Box01{
    margin-right: 65px;
}
.standard_group .standard_Box .standard_tit{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
}
.standard_group .standard_Box .standard_List{
    margin: 15px auto 0;
}
.standard_group .standard_Box .standard_List p{
    border: 2px solid;
    border-radius: 3px;
    padding: 7px 0px;
    margin-bottom: 10px;
    font-weight: bold;
}

.download_Box{
	margin-bottom: 40px;
}
.download_Box .dl_box_img{
	float: left;
	margin-right: 30px;
    width: 440px;
}
.download_Box .dl_txtBox{
    float: right;
    width: 52%;
}
.dl_txtBox_tit{
	font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
}
.dl_txtBox_txt{
	margin-bottom: 10px;
/*    padding-left: 1em;
    text-indent: -1em;*/
}
.download_Box .dl_txtBox .dl_txtBox_txt .topwp_tit{
    color: #0671d0;
}
.Recommended_Box{
    background: #f6f4d7;
    padding: 30px 100px;
    margin-top: 70px;
    border: #ccc solid 5px;
    border-image: url(/images/border_line01.png) 14 14 round;
}
.Recommended_Box p{
    font-size: 27px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-align: center;
}
.Recommended_Box .Recommended_List{
    margin: 0 115px;
}
.Recommended_Box .Recommended_List li{
    font-size: 18px;
}
.Recommended_Box .Recommended_List li span{
    color: #00898b;
    font-size: 25px;
    font-weight: 500;
    margin-right: 5px;
}
.can_List{}
.can_List li{
    display: inline-block;
    width: 350px;
    background: #fff;
    padding: 20px 50px;
    text-align: center;
    box-shadow: 5px 5px 5px #4b4b4b;
}
.can_List li:nth-child(1){
    border-top: 5px solid #d1515e;
    margin-right: 75px;
}
.can_List li:nth-child(2){
    border-top: 5px solid #00898b;
}
.can_List li .can_title{}
.can_List li .can_title img{
    margin-right: 10px;
}
.can_List li .can_title h3{
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}
.can_List li .can_img{}
.can_List li .can_txt{
    text-align: left;
    margin: 15px auto;
}
.works_List{}
.works_List li{
    vertical-align: top;
    width: 313px;
    display: inline-block;
}
.works_List li:nth-child(2){
    margin: 0 16px;
}
.works_List li p{
    font-weight: 500;
    color: #4b4a4a;
    font-size: 16px;
}
.works_List li img{}
.topblog_Box{
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}
.topblog_Box li{
    display: inline-block;
    width: 300px;
    vertical-align: top;
    background: #fff;
    box-shadow: 5px 5px 5px #4b4b4b;
}
.topblog_Box li:nth-child(2){
    margin: 0 25px;
}
.topblog_Box li a:hover{
    text-decoration: none;
}
.topblog_Box figure{
    margin: 10px auto 10px auto;
    width: 230px;
    height: 140px;
    overflow: hidden;
    position: relative;
}
.topblog_Box figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.topblog_Box .entryDate{
    margin: 0 auto 0.25em auto;
    width: 230px;
    color: #666666;
    font-size: 12px;
}
.topblog_Box .entryTitle{
    margin: 0 auto 1.25em auto;
    width: 230px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.35;
}
.topblog_Box .entryCate{
    margin: 0 auto 0.25em 3em;
}

/* blog
----------------------------------------------------------------------------------------------*/
.blog_main{
    background: url(/images/blog_title_bg.png) no-repeat center top;
    background-size: cover;
    height: 280px;
}
.blog_main > .inner{}
.blog_titBox{
    position: absolute;
    top: 95px;
    left: 15%;
    background: rgba(120, 124, 124, 0.66);
    padding: 20px 35px;
    text-align: center;
    width: 600px;
}
.column_L{
    width: 68%;
    float: left;
}
.column_L .L_tit{
    font-size: 27px;
    border-bottom: 1px solid #848484;
}
.blog_content{}
.blog_content .blog_contList{
    margin: 30px 0;
    padding: 0 20px 30px;
    border-bottom: 1px solid #787676;
}
.blog_content .blog_contList .blog_IMG{
    float: left;
    padding: 3px;
    border: 1px solid #d0cccc;
    width: 252px;
}
.blog_content .blog_contList .blog_IMG img{
    max-width: 100%;
}
.blog_content .blog_contList .blogC_txtgroup{
    width: 55%;
    float: left;
    margin: 0px 0px 0px 20px;
}
.blog_content .blog_contList .blogC_txtgroup .blogC_txtgroup_date{
    margin-bottom: 10px;
}
.blog_content .blog_contList .blogC_txtgroup .blogC_txtgroup_date a{
    color: #fff;
}
.blog_content .blog_contList .blogC_txtgroup .blogC_txtgroup_date .blogC_date{
    float: left;
    color: #666666;
    font-size: 13px;
}
.blog_content .blog_contList .blogC_txtgroup .blogC_txtgroup_date .blogC_btn{
    float: right;
    background: #5e5f5f;
    border-radius: 3px;
    padding: 3px 15px;
    font-size: 13px;
}
.blog_content .blog_contList .blogC_txtgroup .blogC_txtgroup_date .blogC_btn:hover{
    background: #8e8e8e;
}
.blog_content .blog_contList .blogC_txtgroup .blogC_txt{
    font-size: 20px;
}
.blog_content .blog_contList .blogC_txtgroup .blogC_txt a{
    color: #099ee3;
    text-decoration: underline;
}
.entryCateIcoB01 {
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    padding: 3px 18px 2px 18px;
    border: 1px solid #4fb2fa;
    background: #4fb2fa;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}


/* blog_detail
----------------------------------------------------------------------------------------------*/
.blog_detail_tit{
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #848484;
}
.blog_detail_date{
    margin: 10px 0;
    text-align: right;
    color: #5e5f5f;
    font-size: 15px;
}
.blog_detail_mainIMG{
    width: 660px;
    padding: 3px;
    border: 1px solid #d0cccc;
}
.blog_index{
    margin: 40px auto;
    background: #fafafa;
    border: 1px solid #cbcaca;
}
.blog_index .blog_index_tit{
    font-size: 25px;
    padding: 5px 0px 0px 0px;
    border-bottom: 1px solid #cbcaca;
    text-align: center;
    color: #333;
    margin: 0 auto;
}
.blog_index .blog_index_List{
    padding: 20px 30px;
}
.blog_index .blog_index_List .bs_tit{
    list-style: decimal;
    margin-left: 20px;
    color: #333;
}
.blog_index .blog_index_List .bs_tit a{
    color: #333;
}
.blog_index .blog_index_List .bs_tit a:hover{
    text-decoration: underline;
}
.blog_detail_Content{}
.blog_detail_Content .bd_tit{
    font-size: 23px;
    font-weight: 500;
    margin: 35px auto 15px;
}
.blog_detail_Content .bd_txt{
    margin: 20px auto;
}
.blog_reration{
    border: 1px solid;
    border-radius: 10px;
    padding: 10px 20px 20px 20px;
    margin: 90px auto 45px;
}
.blog_reration .blog_reration_tit{
    border-bottom: 1px solid;
    text-align: center;
    padding-bottom: 5px;
    font-weight: bold;
}
.blog_reration .Relation_List{
    padding: 20px 10px 0 10px;
}
.blog_reration .Relation_List li{
    list-style: disc;
    margin: 0 15px;
}
.blog_reration .Relation_List li a{
    text-decoration: underline;
}

/* sidebar
----------------------------------------------------------------------------------------------*/
.sidebar{
    float: right;
    width: 23%;
    padding: 0 20px;
}
.sidebar .category{
    margin-bottom: 20px;
}
.sidebar .category .category_tit{
    border-bottom: 1px solid #979999;
    font-weight: 500;
    margin-bottom: 10px;
}
.sidebar .category ul{}
.sidebar .category .category_List{
    font-size: 15px;
}
.sidebar .category .category_List span{
    color: #106345;
}
.sidebar .category .category_List a{
    color: #646161;
}
.sidebar .category .category_List a:hover{}
.sidebar .sidebar_bnr{
    margin-bottom: 20px;
}
.sidebar .sidebar_bnr a{}
.sidebar .sidebar_bnr a:hover{}
.sidebar .sidebar_bnr img{
    width: 250px;
}
.sidebar .sidedl_group{
    margin-bottom: 20px;
}
.sidebar .sidedl_group .sidedl_group_tit{
    background: #106345;
    color: #FFF;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
}
.sidebar .sidebar_dl{
    border: 1px solid #106345;
    margin: 2px auto 0;
}
.sidebar .sidebar_dl .sidedl_List{
    margin: 20px auto;
    text-align: center;
}
.sidebar .sidebar_dl .sidedl_List img{
    width: 220px;
    height: 160px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

/* company
----------------------------------------------------------------------------------------------*/
.company_main{
    background: url(../images/companymain_bg.png) no-repeat center top;
    background-size: cover;
    height: 280px;
}
.company_main h1{
    line-height: 280px;
    padding-top: 0px;
}
.greeting_Box{
    margin-bottom: 50px;
}
.greeting_Box .greeting_Box_L{
    float: left;
    margin-right: 35px;
}
.greeting_Box .greeting_Box_L img{}
.greeting_Box .greeting_Box_R{}
.greeting_Box .greeting_Box_R p{
    line-height: 1.7em;
    margin-bottom: 1em;
}
.greeting_Box .greeting_Box_R .name{
    font-weight: bold;
}
.prof{}
.prof .prof_tit{
    margin-bottom: 1em;
}
.prof .prof_txt{}

/* download
----------------------------------------------------------------------------------------------*/
.form_tit{
    font-size: 27px;
    margin: 30px auto 0;
    /*text-align: center;*/
    border-bottom: 3px solid #dbdbdb;
    font-weight: bold;
}
.es_form_tit{
    color: #f93030;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3em;
}
.form_Box{
    margin-bottom: 50px;
}
.form_Box .form_L{
    float: left;
    width: 40%;
}
.form_Box .form_L ul{
    /*padding: 0 30px 0 0;*/
}
.form_Box .form_L .form_D_list{
    margin-bottom: 30px;
}
.form_Box .form_L .form_D_list .form_D_name{
    border-bottom: 1px solid #4d4d4d;
    border-top: 1px solid #4d4d4d;
    line-height: 2em;
    margin: 0px 0px 15px 0px;
    padding-left: 1em;
    text-indent: -1em;
}
.form_Box .form_L .form_D_list .form_D_IMG{
    text-align: center;
}
.form_Box .form_L .form_D_list .form_D_IMG img{
    border: 1px solid #e6e6e6;
}
.form_Box .form_R{
    width: 57%;
    float: right;
}
.form_lead{
    margin: 0 10px 20px;
    /*text-align: center;*/
}
.flow_formBox{
    border: 1px solid #5db3fc;
    margin-bottom: 10px;
    border-radius: 3px;
}
.flow_formBox p{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: center;
}
.flow_formBox .flow_num{
    background: #5db3fc;
    color: #fff;
    font-size: 25px;
    padding: 5px 14px;
    font-weight: 600;
}
.flow_formBox .flow_txt{
    line-height: 1.2em;
    color: #424242;
    width: 455px;
    font-weight: 400;
    font-size: 19px;
}
.flow_formBox .flow_txt span{
    font-size: 14px;
}
.tableD01 textarea {
    border-radius: 15px;
    padding: 10px;
    width: 307px;
    border: 2px solid #ccc;
}
.btnListA01{}
.btnListA01 a{
    cursor: pointer;
}
.btnListA01 a:hover{}
.btnListB01{
    text-align: center;
}
.btnListB01 li{
    margin: 0 10px;
    display: inline-block;
}
.btnListB01 a{}
.btnListB01 a:hover{
    color: #FFF;
}
.thsub_txt{
    font-size: 12px;
    font-weight: normal;
}
.prof_career{
    padding: 0 30px 10px;
    color: #333;
}

/* e_support
----------------------------------------------------------------------------------------------*/
.Consultation_Box{
    /*padding: 0 30px 0 0;*/
}
.Consultation_Box .es_form_tit{
    color: #424242;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3em;
}
.Consultation_Box .Consultation_List{
    color: #424242;
    background: #f4f4f4;
    border: 1px solid #e8e8e8;
    padding: 20px 20px;
}
.Consultation_Box .Consultation_List li{
    margin-bottom: 10px;
}
.Consultation_Box .Consultation_List .subtit{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 2px;
    text-decoration: underline;
}
.Consultation_Box .Consultation_List span{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.Consultation_Box .Consultation_List span:before{
    position: absolute;
    top: 4px;
    left: 0px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/check.png) left top no-repeat;
}
.Consultation_Box .under{
    padding: 20px 0px 0;
    border-radius: 8px;
    background: #daf3de;
    border: 1px solid #c4d8c8;
}
.listA01{
    text-align: center;
}
.listA01 figcaption{
    margin-top: 8px;
    line-height: 1.25;
}
/* sitemap
----------------------------------------------------------------------------------------------*/
.sitemap_Box{}
.sitemap_Box .catchBox{
    padding: 10px;
    margin-bottom: 1em;
}
.sitemap_Box .catchBox li{}
.sitemap_Box .catchBox .catch_tit{
    font-size: 25px;
    border-bottom: 1px solid #333;
}
.sitemap_Box .catchBox .catch_tit:before{
    content: "● ";
    color: #249e6d;
}
.sitemap_Box .catchBox .catch_tit a{}
.sitemap_Box .catchBox .catch_txt{
    padding: 0.5em 2em 0;
}
.sitemap_Box .catchBox .catch_txt li{}
.sitemap_Box .catchBox .catch_txt li:before{
    content: "● ";
    color: #a0cdbb;
    font-size: 13px;
    vertical-align: middle;
}
.sitemap_Box .catchBox .catch_txt a{}

/* privacy
----------------------------------------------------------------------------------------------*/
.privacy_Box{}
.privacy_Box .privacy_txt{
    margin-bottom: 30px;
}
.privacy_Box .privacy_List{
    margin-bottom: 20px;
}
.privacy_Box .privacy_List .p_List_tit{
    font-weight: bold;
    margin-bottom: 10px;
}
.privacy_Box .privacy_List .p_List_txt{
    margin: 0 2em 0.5em;
}
.privacy_Box .privacy_List .p_List_txt a{
    text-decoration: underline;
}
.Tb_policy{
    margin-bottom: 10px;
}

/* form parts
----------------------------------------------------------------------------------------------*/
input[type="checkbox"].checkbox01 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0;
    border: 0;
    outline: none;
    line-height: 22px;
    vertical-align: middle;
}
input[type="checkbox"].checkbox01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(../images/mod_checkbox01.png) no-repeat left top;
    background-size: 22px auto;
}
input[type="checkbox"].checkbox01:checked::before {
    background-position: left bottom;
}

.attention_subtxt{
    text-align:center;
    margin-bottom:30px;
}
.attention_subtxt a{
    color: #099ee3;
    text-decoration: underline;
}

/* thanks
----------------------------------------------------------------------------------------------*/
.thanks{}
.thanks p{}
.thanks .thanks_maintxt{
    color: #ee3434;
    margin: 0 auto 40px auto;
    line-height: 2;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}
.thanks .thanks_subtxt{
    text-align: center;
    margin-bottom: 1em;
}

/* box
----------------------------------------------------------------------------------------------*/
.Box_A{
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #c4c2c2;
    padding: 40px 30px 20px;
    background: #fff;
}
.Box_B{
    display: inline-block;
    width: 257px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #868080;
     border-radius: 5px;
}
.Box_B p{
    text-align: center;
    color: #023f5f;
    font-weight: 700;
    line-height: 1.3em;
}
.List_A{}
.List_A li{
    display: inline-block;
    width: 300px;
    height: 250px;
    vertical-align: top;
    background: #fff;
    margin-bottom: 25px;
}
.List_A li:nth-child(2),.List_A li:nth-child(5),.List_A li:nth-child(8),.List_A li:nth-child(11){
    margin: 0 27px;
}
.List_B{}
.List_B li{
    display: inline-block;
    margin: 0 56px;
}
.List_B .office_name{
    text-align: center;
    margin-top: 1em;
}

/* table
----------------------------------------------------------------------------------------------*/
.tableA01 {
    width: 100%;
    margin: 0 auto 30px auto;
    font-size: 16px;
}
.tableA01 thead th {
    padding: 15px 30px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background: #f2f2f2;
    font-weight: bold;
    text-align: left;
}
.tableA01 td {
    padding: 30px;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
}
.tableA01 tr > :first-child {
    text-align: center;
}

.tableB01 {
    width: 100%;
    margin: 0 auto 30px auto;
    font-size: 16px;
}
.tableB01 th {
    padding: 26px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    background: #f2f2f2;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.tableB01 td {
    padding: 26px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    background: #fff;
    text-align: center;
}
.tableC01 {
    width: 100%;
    margin: 0 auto 30px auto;
    font-size: 16px;
}
.tableC01 tr{
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.tableC01 th {
    padding: 10px 20px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    background: #f4f4f4;
    font-weight: 500;
    text-align: left;
    position: relative;
    vertical-align: middle;
}
.tableC01 td {
    padding: 10px 10px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    background: #fff;
    /*text-align: center;*/
    vertical-align: middle;
}
.tableC01 td .form_td01{
    width: 300px;
    height: 25px;
}
.tableC01 td .form_td02{
    width: 300px;
}
.tableC01 td .form_td03{
    width: 100px;
}
.tableC01 td .form_pull{
    width: 300px;
    height: 35px;
}
.tableC01 td a{
    /*text-decoration: underline;*/
}
.tableE01 {
    width: 100%;
    margin: 0 auto 30px auto;
    font-size: 16px;
}
.tableE01 th {
    padding: 5px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    background: #f2f2f2;
    /*font-weight: bold;*/
    text-align: center;
    vertical-align: middle;
}
.tableE01 .bg_blue th{
    background: #c1e2fa;
}
.tableB01 .bg_yellow th, .tableC01 .bg_yellow th{
    background: #f8f6cf;
}
.tableE01 td {
    padding: 10px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    text-align: center;
    vertical-align: middle;
}
.tableF01 {
    width: 100%;
    margin: 0 auto 30px auto;
    font-size: 16px;
}
.tableF01 tr{
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.tableF01 th {
    padding: 15px 30px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background: #f2f2f2;
    font-weight: bold;
    text-align: left;
    position: relative;
    vertical-align: middle;
}
.tableF01 td {
    padding: 30px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
}
.tableF01 td .form_td01{
    width: 300px;
    height: 25px;
}
.tableF01 td .form_td02{
    width: 300px;
}
.tableF01 td .form_td03{
    width: 80px;
    height: 25px;
}
.tableF01 td .form_pull{
    /*width: 300px;*/
    height: 35px;
}


.form_red{
    background: #f75499;
    border-radius: 3px;
    padding: 2px 10px;
    color: #FFF;
    font-weight: normal;
    font-size: 12px;
    margin-right: 10px;
    /*position: absolute;*/
    /*right: 30px;*/
}

.tableD01 {
    width: 100%;
    margin: 0 auto 30px auto;
    font-size: 16px;
}
.tableD01 tr{
    background: #fdeec7;
}
.tableD01 th {
    padding: 15px 30px 0px;
    font-weight: bold;
    text-align: left;
    position: relative;
    vertical-align: middle;
    display: block;
}
.tableD01 td {
    padding: 5px 30px;
    text-align: left;
    display: block;
}
.tableD01 td .attentionBox{
    margin: 15px 0;
    padding-bottom: 20px;
}
.tableD01 td .attentionBox .attentionBox_tit{
    border-bottom: none;
    background: #fdf9d6;
}
.tableD01 td .attentionBox .attentionBox_txt{
    padding: 0px 30px;
}
.tableD01 td .attentionBox .indent{
    margin-left: 1em;
    text-indent: -1em;
    padding-bottom: 0px;
}
.tableD01 td .form_td01{
    width: 323px;
    height: 25px;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 3px 5px;
}
.tableD01 td .form_td02{
    width: 90%;
}
.tableD01 td .form_td03{
    width: 80px;
    height: 20px;
    border: 2px solid #ccc;
    padding: 3px 5px;
    border-radius: 5px;
}
.tableD01 td .form_pull{
    /*width: 323px;*/
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 3px 5px;
}
.tableD01 td .btnListA01{
    margin: 0 0 20px 0;
}
.tableD01 td .attention_subtxt2{
    margin-bottom: 30px;
    font-size: 15px;
    padding: 0 10px;
}
.attention_subtxt2 a{
    color: #1c96d5;
    text-decoration: underline;
}
.inquiry_TB tr{background: #faf1d1;}
.download_TB tr{background: #e6f1cf;}

/* form parts
----------------------------------------------------------------------------------------------*/
input[type="checkbox"].checkbox01 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0;
    border: 0;
    outline: none;
    line-height: 22px;
    vertical-align: middle;
}
input[type="checkbox"].checkbox01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(../images/mod_checkbox01.png) no-repeat left top;
    background-size: 22px auto;
}
input[type="checkbox"].checkbox01:checked::before {
    background-position: left bottom;
}

.attention_subtxt{
    text-align:center;
    margin-bottom:30px;
}
.attention_subtxt a{
    color: #099ee3;
    text-decoration: underline;
}

/* thanks
----------------------------------------------------------------------------------------------*/
.thanks{}
.thanks p{}
.thanks .thanks_maintxt{
    color: #ee3434;
    margin: 0 auto 15px auto;
    line-height: 2;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}
.thanks .thanks_subtxt{
    text-align: center;
    margin-bottom: 30px;
}

/* pagination
----------------------------------------------------------------------------------------------*/
.pagination{
    font-size: 13px;
    font-weight: 200;
    display: table;
    margin: 0 auto 30px;
}
.pagination .pagination_prev{
    display: table-cell;
}
.pagination .pagination_prev a{
    transition: all .3s;
    transition-duration: .3s;
    border: 2px solid #249e6d;
    background-color: #249e6d;
    color: #FFF;
}
.pagination .pagination_prev .ltgray{}

.pagination ul{
    display: table-cell;
    padding: 0 20px;
}
.pagination li{
    display: table-cell;
    padding: 0 2px;
}
.pagination li.active a{
    color: #fff;
    border: 2px solid #464946;
    border: .2rem solid #464946;
    background-color: #464946;
}
.pagination li a {
    transition: all .3s;
    transition-duration: .3s;
    border: 2px solid #249e6d;
    color: #249e6d;
}
.pagination span, .pagination a{
    display: inline-block;
    padding: 10px 15px;
     border-radius: 3px;
}
.pagination_next{}
.pagination_next a{
    transition: all .3s;
    transition-duration: .3s;
    border: 2px solid #249e6d;
    background-color: #249e6d;
    color: #FFF;
}

/* layout
----------------------------------------------------------------------------------------------*/
.layout2colA01 {
    display: table;
    width: 976px;
    margin: 0 auto;
}
.layout2colA01 > .mainCol {
    /*display: table-cell;*/
    width: 712px;
    padding: 0 32px 0 0;
    vertical-align: top;
}
.layout2colA01 > .sideCol {
    display: table-cell;
    width: 232px;
    vertical-align: top;
}
.layout2colA01 .block {
    width: 100%;
    /*margin: 0 auto 60px;*/
    margin: 0 auto 30px;
}
.layout2colA01 > .sideCol img {
    max-width: 100%;
}
.layout2colA01 > .sideCol .bnrList li + li {
    margin-top: 30px;
}

.layout2colA02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.layout2colA02 > .leftCol {
    display: inline-block;
    width: 55%;
}
.layout2colA02 > .rightCol {
    padding-left: 25px;
    width: 40%;
    display: inline-block;
}

/* section
----------------------------------------------------------------------------------------------*/
.sectionA01,
.sectionA02,
.sectionA03 {
    box-sizing: border-box;
    width: 976px;
    margin: 0 auto;
}
.sectionA02 {
    margin: 0 auto 60px auto;
}
.sectionA03 {
    margin: 0 auto 30px auto;
}
.sectionB01 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 60px auto;
    padding: 12px 0 0 0;
    border-top: 1px solid #4eb5b4;
}
.sectionC01,
.sectionC02,
.sectionC03,
.sectionC04 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 60px auto;
    padding: 30px 0;
    background: #fff0cc;
}
.sectionC02 {
    padding: 30px;
    border-radius: 8px;
    background: #fff6de;
}
.sectionC03 {
    background: #31c3fc;
}
.sectionC04 {
    padding: 60px 0;
    background: #ececec;
}
.sectionD01,
.sectionD02 {
    box-sizing: border-box;
    width: 712px;
    margin: 0 auto 60px auto;
}
.sectionD02 {
    width: 750px;
}
.sectionE01 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 60px auto;
}
.sectionF01,
.sectionF02 {
    box-sizing: border-box;
    padding: 26px 30px;
    background: #fff;
    box-shadow: 0px 4px 5px 0 rgba(0,0,0,0.1), -1px 0 5px 0 rgba(0,0,0,0.1);
}
.sectionF02 {
    background: #e9f5d4;
}
.sectionG01 {
    box-sizing: border-box;
    width: 980px;
    margin: 0 auto;
    padding: 60px 0;
    background: #fff;
}
.sectionH01,
.sectionH02 {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    background: #fff;
}
.sectionH02 {
    border-radius: 8px;
}

.sectionCC01 {
    box-sizing: border-box;
    padding: 26px 30px;
    background: #d6f3fe url(../images/pic_watermark01.png) no-repeat center center;
    box-shadow: 0px 4px 5px 0 rgba(0,0,0,0.1), -1px 0 5px 0 rgba(0,0,0,0.1);
}

/* heading
----------------------------------------------------------------------------------------------*/
.headingA01 {
    margin: 0 0 22px 0;
    font-size: 20px;
    font-weight: bold;
}

.headingB01 {
    margin: 0 auto 0.75em auto;
    padding: 20px 0 0 0;
    border-top: 1px solid #4eb5b4;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}
.headingB02 {
    margin: 0 auto 0.75em auto;
    padding: 10px 0 0 0;
    border-top: 1px solid #4eb5b4;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.headingB03 {
    font-weight: bold;
    margin: 0 auto 1em auto;
    /*padding: 20px 0 0 0;*/
    /*border-top: 1px solid #7c7c7c;*/
    font-size: 32px;
    line-height: 1.5;
}
.headingB04 {
    margin: 0 auto 0.75em auto;
    padding: 10px 0 0 0;
    border-top: 1px solid #4eb5b4;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.headingC01 {
    margin: 0 auto 0.75em auto;
    color: #4eb5b4;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.headingD01 {
    margin: 0 0 1.5em 0;
    padding: 15px 15px 12px 15px;
    border-top: 2px solid #4eb5b4;
    background: #edf7f7;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}

.headingE01 {
    margin: 0 0 0.5em 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.headingF01,
.headingF02 {
    margin: 0 0 1.25em 0;
    color: #333333;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
}
.headingF01 > span,
.headingF02 > span {
    position: relative;
    display: inline-block;
    padding: 0 0 10px 0;
}
.headingF01 > span:after,
.headingF02 > span:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    content: '';
    background: #00a0e9;
    transform: translateX(-50%);
}
.headingF02 > span:after {
    background: #8ab643;
}

.headingG01,
.headingG02 {
    margin: 0 0 0.75em 0;
    color: #00a0e9;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
}
.headingG02 {
    color: #333;
    font-weight: bold;
}

.headingH01 {
    margin: 0 0 22px 0;
    color: #fd7938;
    font-size: 20px;
    font-weight: bold;
}

.headingI01 {
    margin: 0 auto 1em auto;
    color: #70cac9;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.headingI01 span {
    position: relative;
    display: inline-block;
    padding: 0 85px;
    text-align: center;
}
.headingI01 span:before,
.headingI01 span:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 80px;
    height: 1px;
    margin: -1px 0 0 0;
    content: '';
    background: #70cac9;
}
.headingI01 span:after {
    left: auto;
    right: 0;
}

/* list
----------------------------------------------------------------------------------------------*/
/* ▼ */
.btnListA01 {
    margin: 0 0 -20px 0;
    text-align: center;
}
.btnListA01 > li {
    display: inline-block;
    margin: 0 8px 20px 8px;
    vertical-align: top;
}

/* ▼ */
.listA01 {
    text-align: center;
}
.listA01 > li {
    display: inline-block;
    margin: 0 14px 15px 14px;
    vertical-align: middle;
}
.listA01 > li figure img + figcaption {
    margin-top: 8px;
    line-height: 1.25;
}
/* ▼ */
.listB01 {
    /*font-size: 14px;*/
    font-size: 16px;
}
.listB01 > li {
    margin: 0 0 0.25em 0;
    text-align: left;
}
/* ▼ */
.listC01,
.listC02,
.listC03 {
}
.listC01 > li,
.listC02 > li,
.listC03 > li {
    text-align: left;
}
.listC01 > li:before,
.listC02 > li:before,
.listC03 > li:before {
    color: #4eb5b4;
    content: '●';
}
.listC02 > li:before {
    color: #00a0e9;
}
.listC03 > li:before {
    color: #8ab643;
}
.listC01.thick > li:not(:last-child),
.listC02.thick > li:not(:last-child),
.listC03.thick > li:not(:last-child) {
    margin-bottom: 0.75em;
}
.listC01.indentation > li,
.listC02.indentation > li,
.listC03.indentation > li {
    margin-left: 1em;
    text-indent: -1em;
}
/* ▼ */
.listD01 {
}
.listD01 > li:not(:last-child) {
    margin: 0 0 0.25em 0;
}
.listD01.thick > li:not(:last-child) {
    margin-bottom: 0.75em;
}
.listD01.indentation > li {
    margin-left: 1em;
    text-indent: -1em;
}
.listD01 > li > ul,
.listD01 > li > ol {
    margin: 1em 0;
}

/* ▼ */
.entryListA01 {}
.entryListA01 > li {
    margin: 0 0 30px 0;
}
.entryListA01 > li a {
    display: block;
    color: #333;
}
.entryListA01 > li a:hover {
    color: #333;
    text-decoration: none;
}
.entryListA01 > li .inner {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.entryListA01 > li .inner figure {
    display: table-cell;
    width: 252px;
    padding: 0 20px 0 0;
    vertical-align: top;
}
.entryListA01 > li .inner figure img {
    max-width: 100%;
}
.entryListA01 > li .inner > div {
    display: table-cell;
    vertical-align: top;
}
.entryListA01 .entryCate {
    margin: 0 0 15px 0;
}
.entryListA01 .entryCate li {
    margin-right: 3px;
}
.entryListA01 .entryTitle {
    margin: 0 0 0.3em 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.45;
}
.entryListA01 .entryTitle + p {
    font-size: 14px;
    line-height: 1.75;
}
.entryListA01 .entryDate {
    margin: 0 0 12px 0;
    color: #666666;
    font-size: 12px;
}

.entryListB01,
.entryListB02 {
    width: 100%;
    text-align: left;
}
.entryListB01 > li,
.entryListB02 > li {
    display: inline-block;
    width: 226px;
    margin: 0 11px 30px 0;
    vertical-align: top;
}
.entryListB01 > li:nth-child(3n) {
    margin-right: 0;
}
.entryListB02 > li {
    margin-right: 18px;
}
.entryListB02 > li:nth-child(4n) {
    margin-right: 0;
}
.entryListB01 > li a {
    display: block;
    color: #333;
}
.entryListB01 > li a:hover {
    color: #333;
    text-decoration: none;
}
.entryListB01 > li figure{
    margin: 0 0 10px 0;
    width: 226px;
    height: 115px;
    overflow: hidden;
    position: relative;
}
.entryListB01 > li figure,
.entryListB02 > li figure {
    width: 100%;
    margin: 0 0 10px 0;
}
.entryListB01 > li figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.entryListB01 > li figure img,
.entryListB02 > li figure img {
    max-width: 100%;
}
.entryListB01 .entryCate {
    overflow: hidden;
    margin: 0 0 6px 0;
}
/*.entryListB01 .entryCate li {
    float: left;
    width: 49%;
}
.entryListB01 .entryCate li:nth-child(2n) {
    float: right;
}*/
.entryListB01 .entryTitle,
.entryListB02 .entryTitle {
    margin: 0 0 0.25em 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.35;
}
.entryListB01 .entryDate {
    margin: 0 0 0.25em 0;
    color: #666666;
    font-size: 12px;
}
.entryListB02 figure {
    margin-bottom: 5px;
}
.entryListB02 figure img {
    vertical-align: top;
}
.entryListB02 .DLcheck {
    margin: 0;
    padding: 10px;
    background: #333333;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}
.entryListB02 .DLcheck label {
    vertical-align: bottom;
}

.entryListC01 {
    width: 100%;
    margin: 0;
}
.entryListC01 > li:not(:last-child) {
    margin: 0 0 15px 0;
}
.entryListC01 > li > .inner {
    display: table;
}
.entryListC01 > li > .inner figure {
    display: table-cell;
    width: 100px;
    padding: 0 20px 0 0;
    vertical-align: top;
}
.entryListC01 > li > .inner figure img {
    max-width: 100%;
    width: 100px;
}
.entryListC01 > li > .inner > div {
    display: table-cell;
    vertical-align: top;
}

.entryListD01 {
    width: 100%;
    margin: 0;
    font-size: 14px;
}
.entryListD01 > li {
    font-size: 14px;
}
.entryListD01 > li:not(:last-child) {
    margin: 0 0 15px 0;
}
.entryListD01 figure {
    margin: 0 0 8px 0;
}
.entryListD01 figure img {
    max-width: 100%;
}
@media all and (-ms-high-contrast: none){
    .sideCol .captionBlockA01 .entryListD01 {
        width: 206px;
    }
}

/* thanks
----------------------------------------------------------------------------------------------*/
.thanks_red{
    color: #ee3434;
    margin: 0 auto 40px auto;
    line-height: 2;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}
.thanks_txt{
    margin-bottom: 40px;
}
.thanks_txt p{
    text-align: center;
    margin-bottom: 1em;
}
.thanks_txt span{
    color: #ee3434;
}

/* color
----------------------------------------------------------------------------------------------*/
.color_pink{
    color: #cb3d4b;
}
.color_orange{
    color: #fabb4c;
}
.color_blue{
    color: #023f5f;
}
.color_lightblue{
    color: #2890e9;
}
.color_purple{
    color: #692e67;
}
.color_white{
    color: #fff;
}
.bg_blue{ background: #023f5f; }
.bg_gray{ background: #787878; }
.bg_yellow{ background: #fbf7ee; }
.bg_white{ background: #fff; }
.cate_border01{
    border: 3px solid #02c4f4;
}
.cate_border02{
    border: 3px solid #fc68f7;
}
.link_txt{
    text-align: center;
}
.link_txt a{
    color: #099ee3;
    text-decoration: underline;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}
.txt_lead{
    line-height: 1.8em;
    margin-bottom: 1em;
}
.txt_lead span{
    font-weight: 500;
}
.txt_al_C{
    text-align:center;
}
.headingG01{
    margin: 0 0 0.3em 0;
    color: #00a0e9;
    font-size: 22px;
    line-height: 1.4;
}
.textshadow{
    text-shadow: 0px 0px 40px #6a6969;
}

.balloon1-right {
    position: relative;
    display: inline-block;
    margin: 10px 0px;
    padding: 7px 20px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #b4d8ba;
    box-sizing: border-box;
    border-radius: 10px;
}

.balloon1-right:before{
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    right: -23px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}

.balloon1-right:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -27px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 13px solid #b4d8ba;
    z-index: 1;
}

.balloon1-right p {
    color: #3c3c3c;
    font-size: 20px;
    /*font-weight: 500;*/
    margin: 15px 10px;
    line-height: 1.3em;
    text-align: left;
}

.end-text {
    font-size:25px;
    color:red;
    font-weight:bold;
    text-align:center;
}
.end-text span{
    background-color:rgba(255, 255, 255, 0.85);
    padding:10px 30px;
    border-radius:10px;
}